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

Update README.md

This commit is contained in:
Peter Antypas 2020-11-06 19:06:36 -08:00 committed by GitHub
parent e655e48841
commit 5f3401edcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,9 @@ The application is mainly interrupt driven, with a single event queue being disp
### Key updates
- With board 6.1 bringup complete, the system now runs FreeRTOS 10
- Board 6.1 bringup is complete
- 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
- There is an option to build this firmware as a FreeRTOS application, but the default is bare metal as I don't see much value in this anymore.
- A significant overhaul of the bit clock ISRs has greatly improved packet reception.