mirror of
https://github.com/peterantypas/maiana.git
synced 2025-05-29 13:50:29 -07:00
Update README.md
This commit is contained in:
parent
aa7416fd75
commit
fbdb58435e
@ -10,7 +10,7 @@ The application is mainly interrupt driven, with a single event queue being disp
|
||||
- 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.
|
||||
- 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.
|
||||
- Board 10.x needed a GPIO swap to make routing viable and inverted the logic of the TX_DISABLE signal, but it's all abstracted in the BSP
|
||||
- The new 'cli' command was introduced to reboot the board into 'quiet' mode, making it a lot easier to program and verify the station data
|
||||
- Station metadata is now stored in MCU flash, so it is handled in the Configuration class instead of the BSP. The EEPROM is obsolete.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user