From aa7416fd75f60c41b78ea30ab5cf17f004400340 Mon Sep 17 00:00:00 2001 From: Peter Antypas Date: Sun, 27 Dec 2020 22:36:39 -0800 Subject: [PATCH] Update README.md --- latest/Firmware/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/latest/Firmware/README.md b/latest/Firmware/README.md index bae4791..a7b9a7b 100644 --- a/latest/Firmware/README.md +++ b/latest/Firmware/README.md @@ -6,10 +6,11 @@ The application is mainly interrupt driven, with a single event queue being disp ### Key updates - - Starting with board 6.1 you have the option of using FreeRTOS 10, but not by default + - It turned out that FreeRTOS added no value, so it was removed - 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. It is active low in board 9.x and active high in board 10.x - Board 9.3 adds 3 "status" (LED driving) signals for GPS, RX and TX - - Board 10.x needed a GPIO swap to make routing viable and inverted the logic of the TX_DISABLE signal + - Board 10.x needed a GPIO swap to make routing viable and inverted the logic of the TX_DISABLE signal. - The new 'cli' command was introduced to reboot the board into 'quiet' mode, making a lot easier to program and verify the station data + - Station metadata is now stored in MCU flash, so it is now handled in the Configuration class instead of the BSP layer. The EEPROM is obsolete.