1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-18 08:20:08 -07:00
Peter Antypas b4ff0d766f Broken
2020-10-13 11:39:58 -07:00
..
2020-10-09 15:50:30 -07:00
2020-10-09 12:16:06 -07:00
2020-10-09 12:16:06 -07:00
2020-10-13 11:39:58 -07:00
2020-10-13 11:39:58 -07:00
2020-10-13 11:39:58 -07:00
2020-10-07 12:57:28 -07:00
2020-10-09 15:50:30 -07:00
2020-10-07 12:57:28 -07:00
2020-10-03 15:54:46 -07:00
2020-10-13 11:39:58 -07:00
2020-10-13 11:39:58 -07:00

Transponder firmware

This is a vanilla Eclipse CDT project. Import it into your workspace and (assuming you have ARM cross compiler installed) it should be straightforward.

The application is mainly interrupt driven, with a single event queue being dispatched by main, so it's pretty much "bare metal". Given how much of the functionality relies on I/O and timer interrupts, the only thing an RTOS would add is a single task to dispatch asynchronous events, which main() can do just fine.