From 4636eaa099c6325c11ae44d1a344ebd15ef65cfd Mon Sep 17 00:00:00 2001 From: Peter Antypas Date: Tue, 13 Oct 2020 16:03:58 -0700 Subject: [PATCH 1/2] Update README.md --- latest/Firmware/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/latest/Firmware/README.md b/latest/Firmware/README.md index 6bd04e1..96f3882 100644 --- a/latest/Firmware/README.md +++ b/latest/Firmware/README.md @@ -1,5 +1,11 @@ -### Transponder firmware +## Transponder firmware 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. + +### Key updates + + - 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 + - The TX_DISABLE signal is now supported From 75bea02bc26de2007efa718cb2e034213d6d97a8 Mon Sep 17 00:00:00 2001 From: Peter Antypas Date: Tue, 13 Oct 2020 16:05:07 -0700 Subject: [PATCH 2/2] 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 96f3882..4248dbd 100644 --- a/latest/Firmware/README.md +++ b/latest/Firmware/README.md @@ -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. -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 - - 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 - The TX_DISABLE signal is now supported +