1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00
LibrePilot/flight/Bootloaders/BootloaderUpdater
James Cotton d8c288f223 Disable LEDs on the bootloader update as without knowing the particular
hardware revision it cannot know which pios_led_cfg_ structure to use.
Possibly this should be abstracted further into board_hw_defs to create
functions like board_init_led.

Also the BU should probably compare the hw_revision of the original and new
bootloader to make sure the user doesn't break their board.
2012-05-07 01:59:38 -05:00
..
inc Flight/Bootloadera - small cleaning up. Start of Bootloader Update firmware witch will enable users to update the Bootloader itself without JTAG. 2011-02-14 18:15:25 +00:00
main.c bu: remove LED support from bootloader updaters 2012-04-22 18:42:58 -05:00
Makefile board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
pios_board.c Disable LEDs on the bootloader update as without knowing the particular 2012-05-07 01:59:38 -05:00