Pierre Kancir
|
768c7770e5
|
Tools: use correct #pragma GCC diagnostic pop
|
3 years ago |
Andrew Tridgell
|
90bb0d6310
|
AP_Bootloader: support L496 MCUs
|
3 years ago |
Siddharth Purohit
|
1af2453b54
|
AP_Bootloader: ignore cast alignment when reading from flash
|
4 years ago |
Andrew Tridgell
|
188e3d6974
|
AP_Bootloader: save some flash space
gets our largest F4 bootloaders under 16k again
|
4 years ago |
Andrew Tridgell
|
af64b86c9e
|
AP_Bootloader: support STM32G4
|
4 years ago |
Andrew Tridgell
|
0528414a9c
|
AP_Bootloader: limit the 1M flash check to the F427
this fixes an issue with the DrotekP3Pro which uses the STM32F469
|
4 years ago |
Andrew Tridgell
|
246e790484
|
AP_Bootloader: use new hal CAN interface for CAN support
|
4 years ago |
Siddharth Purohit
|
2edcd852eb
|
AP_Bootloader: add support for app start offset
|
4 years ago |
Andrew Tridgell
|
a74f2428f2
|
AP_Bootloader: fixed use of FLASH_RESERVE_END_KB
|
5 years ago |
Andrew Tridgell
|
147cf900fe
|
AP_Bootloader: support STM32F303 MCU
|
5 years ago |
Andrew Tridgell
|
4677dca834
|
AP_Bootloader: fixed uprintf() build
|
5 years ago |
Andrew Tridgell
|
d9e3a01e57
|
Tools: fixed vsnprintf assumption in AP_Bootloader
|
5 years ago |
Andrew Tridgell
|
3bc5458a82
|
AP_Bootloader: added CAN support for AP_Periph
|
6 years ago |
Siddharth Purohit
|
eabb93f842
|
AP_Bootloader: change to using serusbcfg1
|
6 years ago |
Andrew Tridgell
|
af78ac1abf
|
AP_Bootloader: disable debug printf
|
6 years ago |
Andrew Tridgell
|
ac070c92f5
|
AP_Bootloader: fully working on H7
|
6 years ago |
Andrew Tridgell
|
660a790401
|
AP_Bootloader: improved flash test code
|
6 years ago |
Andrew Tridgell
|
2fee1ffba4
|
AP_Bootloader: first working bootloader for H7
|
6 years ago |
Andrew Tridgell
|
4d3cbd95ac
|
AP_Bootloader: support building on STM32H7
|
6 years ago |
JIMWAR
|
8fe39e8784
|
AP_Bootloader: fix return the size of flash sector
flash_base_page+num_pages already be more than last sector of flash,
there should be num_pages-flash_base_page when judge the last sector
|
6 years ago |
Lucas De Marchi
|
668c941717
|
Global: use new version of ARRAY_SIZE
|
7 years ago |
Andrew Tridgell
|
9727328e0c
|
AP_Bootloader: updates for new ChibiOS version
|
7 years ago |
Andrew Tridgell
|
bf901aff49
|
AP_Bootloader: support building without USB
this allows for a bootloader on a board with no USB pins defined in
hwdef.dat
|
7 years ago |
Andrew Tridgell
|
c955d7b824
|
AP_Bootloader: fixed issue loading NuttX firmwares
NuttX assumes a lot more about MCU state on startup
|
7 years ago |
Andrew Tridgell
|
c44a8309f9
|
AP_Bootloader: fixed strncmp bug
|
7 years ago |
Andrew Tridgell
|
b6e057dfb9
|
AP_Bootloader: use RTC sig for fast boot
|
7 years ago |
Andrew Tridgell
|
0546ea69d1
|
AP_Bootloader: fixed build with no uarts
|
7 years ago |
Andrew Tridgell
|
0ebd05aa1a
|
AP_Bootloader: support changing baudrates on UARTs
|
7 years ago |
Andrew Tridgell
|
fe4aa4bbc7
|
AP_Bootloader: support uarts and usb for bootloading
|
7 years ago |
Andrew Tridgell
|
5b208b401f
|
AP_Bootloader: skip erasing already erased pages
|
7 years ago |
Andrew Tridgell
|
b5fc7f10f3
|
AP_Bootloader: added flash size limiting on old CPUs
|
7 years ago |
Andrew Tridgell
|
4fbd1e409f
|
AP_Bootloader: make flashing a bit faster
|
7 years ago |
Andrew Tridgell
|
c1d4362555
|
AP_Bootloader: added MCU descriptions
|
7 years ago |
Alexander Malishev
|
c28296e6f2
|
AP_Bootloader: added simple std c function to reduce flash space
|
7 years ago |
Andrew Tridgell
|
e7c43b9df7
|
AP_Bootloader: initial version of ChibiOS bootloader
|
7 years ago |