1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-21 09:50:08 -07:00

Update README.md

This commit is contained in:
Peter Antypas 2020-10-13 16:05:07 -07:00 committed by GitHub
parent 4636eaa099
commit 75bea02bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,11 @@
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 a FreeRTOS task. I did this mainly to take advantage of the robust queues in the OS. The application is mainly interrupt driven, with a single event queue being dispatched by an RTOS task.
### Key updates ### Key updates
- With board 6.1 bringup complete, the system now runs FreeRTOS 10. - With board 6.1 bringup complete, the system now runs FreeRTOS 10
- DFU can be achieved by jumping directly into the ROM bootloader, so there is no need for hardware to manipulate the BOOT0 pin - DFU can be achieved by jumping directly into the ROM bootloader, so there is no need for hardware to manipulate the BOOT0 pin
- The TX_DISABLE signal is now supported - The TX_DISABLE signal is now supported