mirror of
https://github.com/peterantypas/maiana.git
synced 2025-05-16 23:40:08 -07:00
More README
This commit is contained in:
parent
1d744905f5
commit
08be12aff9
@ -1,3 +1,5 @@
|
|||||||
### Transponder firmware
|
### 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.
|
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.
|
Loading…
x
Reference in New Issue
Block a user