mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Implement reading firmware on Horus via USB (#5442)
* Add firmware lun target for non EEPROM platforms * Fix Fat fat tables and make FAT 1024 byte big * Niceify some constants * Cleanup (saves 1024 byte of flash) and fix reporting wrong Size of drive * Silence compiler warning, set right size for flash on X12/X10 * Add firmware.txt/bootload.txt to virtual drive that displays version information * Report also version of other component (bootloader/firmware) * Show version also in bootloader and fix F4 platforms * Save space on X7 * Fix X7 logic * Compile fix for AVR * avr-gcc does not like no newline after ifdef * Really fix avr
This commit is contained in:
parent
d13e770ac4
commit
975759284d
10 changed files with 250 additions and 356 deletions
|
@ -980,6 +980,7 @@ extern const char eeprom_stamp[];
|
|||
#else
|
||||
extern const char vers_stamp[];
|
||||
#endif
|
||||
const char* getOtherVersion();
|
||||
|
||||
extern uint8_t g_vbat100mV;
|
||||
#if LCD_W > 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue