diff --git a/latest/Firmware/README.md b/latest/Firmware/README.md index 4248dbd..489184e 100644 --- a/latest/Firmware/README.md +++ b/latest/Firmware/README.md @@ -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.