ardupilot/libraries/AP_HAL_ChibiOS/hwdef/scripts
Andy Piper 48c21299f8 AP_HAL_ChibiOS: hwdef for SPRacingH7
hwdef for DevEBoxH7v2
pin definitions for STM32H750
add QSPI to DevEBox bootloader
add external flash to DevEBox
rename EXTERNAL_PROG_FLASH_MB to EXT_FLASH_SIZE_MB
Add support for EXT_FLASH_RESERVE_START_KB and EXT_FLASH_RESERVE_END_KB
Disable HAL_ENABLE_SAVE_PERSISTENT_PARAMS when there is no bootloader flash available
relax storage health status with SD card backend
don't check SD card health unless USE_POSIX
binary sections rearranged on external ram
manage RAMFUNC through ldscript and optimize function placement in external flash
inline timer functions
optimize placement of ChibiOS and functions in ITCM and AXI RAM
fix chibios features on bootloader build with external flash
change H750 memory layout
increase line storage for SD card based parameters
comment external flash linker script
move vtables into DTCM
update ram map for H757
enable crashdump support with external flash
correct bootloader pins and generator on SPRacingH7/DevEBoxH7v2
setup external flash reserve regions
allow different RAM_MAP for external flash on H750 and H757
2022-02-09 12:47:55 +00:00
..
STM32F100xB.py HAL_ChibiOS: removed UDID_START from all MCU defs 2021-05-09 06:44:19 +10:00
STM32F103xB.py HAL_ChibiOS: removed UDID_START from all MCU defs 2021-05-09 06:44:19 +10:00
STM32F105xC.py HAL_ChibiOS: required EXPECTED_CLOCK in all MCU files 2022-01-29 18:57:33 +11:00
STM32F303xC.py HAL_ChibiOS: removed UDID_START from all MCU defs 2021-05-09 06:44:19 +10:00
STM32F405xx.py HAL_ChibiOS: removed UDID_START from all MCU defs 2021-05-09 06:44:19 +10:00
STM32F407xx.py HAL_ChibiOS: required EXPECTED_CLOCK in all MCU files 2022-01-29 18:57:33 +11:00
STM32F412Rx.py HAL_ChibiOS: required EXPECTED_CLOCK in all MCU files 2022-01-29 18:57:33 +11:00
STM32F427xx.py HAL_ChibiOS: removed UDID_START from all MCU defs 2021-05-09 06:44:19 +10:00
STM32F469xx.py HAL_ChibiOS: required EXPECTED_CLOCK in all MCU files 2022-01-29 18:57:33 +11:00
STM32F732xx.py HAL_ChibiOS: default UDID_START to UID_BASE 2021-05-09 06:44:19 +10:00
STM32F745xx.py HAL_ChibiOS: removed UDID_START from all MCU defs 2021-05-09 06:44:19 +10:00
STM32F767xx.py HAL_ChibiOS: define HAL_HAVE_HARDWARE_DOUBLE on F765, F777 and H7 2021-07-10 07:20:41 +10:00
STM32F777xx.py AP_HAL_ChibiOS: STM32F777xx.py: correct pincount for J and K 2022-01-06 09:15:14 +11:00
STM32G431xx.py HAL_ChibiOS: added G431 and G441 support 2021-08-03 10:54:03 +10:00
STM32G441xx.py HAL_ChibiOS: added G431 and G441 support 2021-08-03 10:54:03 +10:00
STM32G474xx.py HAL_ChibiOS: expand pin map of G474 to cover 64 pin parts 2021-05-25 09:35:25 +10:00
STM32G491xx.py HAL_ChibiOS: added G491 support 2021-07-30 10:20:52 +10:00
STM32H743xx.py AP_HAL_ChibiOS: hwdef for SPRacingH7 2022-02-09 12:47:55 +00:00
STM32H750xx.py AP_HAL_ChibiOS: hwdef for SPRacingH7 2022-02-09 12:47:55 +00:00
STM32H757xx.py AP_HAL_ChibiOS: hwdef for SPRacingH7 2022-02-09 12:47:55 +00:00
STM32L431xx.py HAL_ChibiOS: support STM32L431 2021-10-17 20:30:20 +11:00
STM32L476xx.py HAL_ChibiOS: added STM32L476 support 2021-10-17 20:30:20 +11:00
STM32L496xx.py HAL_ChibiOS: added support for STM32L496 MCUs 2021-09-24 18:08:00 +10:00
addfunc_parse.py
af_parse.py AP_HAL_ChibiOS: Tweak sorting to be py2/py3 compatible 2020-11-12 10:27:31 +11:00
af_parse_cubemx.py HAL_ChibiOS: mark af_parse_cubemx.py as executable, py3 2021-10-17 20:30:20 +11:00
chibios_hwdef.py AP_HAL_ChibiOS: hwdef for SPRacingH7 2022-02-09 12:47:55 +00:00
convert_uart_order.py HAL_ChibiOS: use SERIAL_ORDER instead of UART_ORDER 2020-04-28 10:32:23 +10:00
dma_parse.py HAL_ChibiOS: generate channel numbers in DMA tables 2018-04-07 09:10:29 +10:00
dma_resolver.py HAL_ChibiOS: sort shared dma mask 2021-12-14 09:37:17 +11:00