From 5f3401edcda8710fd085ffdda8bd2e93ed5145cf Mon Sep 17 00:00:00 2001 From: Peter Antypas Date: Fri, 6 Nov 2020 19:06:36 -0800 Subject: [PATCH] Update README.md --- latest/Firmware/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.