1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-27 21:00:24 -07:00
maiana/latest/Firmware/README.md
2020-10-13 14:51:13 -07:00

354 B

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 a FreeRTOS task. I did this mainly to take advantage of the robust queues in the OS.