ardupilot/libraries/AP_HAL_ChibiOS/hwdef/scripts
Andy Piper 3d0cf7e12a AP_HAL_ChibiOS: hardware M4-Cortex and M7-Cortex (and H7) implementation of HAL FFT abstraction
implements an FFT engine based on the betaflight feature using ARM hardware accelerated CMSIS library
make the FFT feature optional
add dynamic gyro windows
add quinns and candans estimators and record in DSP state
disable DSP for boards with limited flash
calculate power spectrum rather than amplitude
start/analyse version of analysis to support threading
allocate memory in a specific region
constrain window size by CPU class
control inclusion of DSP based on board size
2020-02-22 11:15:37 +11:00
..
STM32F100xB.py HAL_ChibiOS: added support for more flexible memory regions 2019-02-26 16:18:26 +11:00
STM32F103xB.py HAL_ChibiOS: added support for STM31F10x for AP_Periph 2019-08-27 10:29:56 +10:00
STM32F105xC.py HAL_ChibiOS: added support for STM31F10x for AP_Periph 2019-08-27 10:29:56 +10:00
STM32F303xC.py HAL_ChibiOS: fixed DMA channels for f3 USART2 2019-12-26 10:42:48 +11:00
STM32F405xx.py HAL_ChibiOS: added support for more flexible memory regions 2019-02-26 16:18:26 +11:00
STM32F407xx.py HAL_ChibiOS: added support for more flexible memory regions 2019-02-26 16:18:26 +11:00
STM32F412Rx.py HAL_ChibiOS: Fix DMA of SPI1 TX on STM32F412 2019-12-26 15:50:18 +11:00
STM32F427xx.py HAL_ChibiOS: added support for more flexible memory regions 2019-02-26 16:18:26 +11:00
STM32F469xx.py HAL_ChibiOS: added support for more flexible memory regions 2019-02-26 16:18:26 +11:00
STM32F745xx.py HAL_ChibiOS: use cortex m7 instructions on F7/H7 2020-01-25 08:50:09 +11:00
STM32F767xx.py HAL_ChibiOS: use cortex m7 instructions on F7/H7 2020-01-25 08:50:09 +11:00
STM32F777xx.py HAL_ChibiOS: use cortex m7 instructions on F7/H7 2020-01-25 08:50:09 +11:00
STM32H743xx.py HAL_ChibiOS: use cortex m7 instructions on F7/H7 2020-01-25 08:50:09 +11:00
addfunc_parse.py HAL_ChibiOS: added ADC1_Map to STM32 tables 2018-01-15 11:46:02 +11:00
af_parse.py HAL_ChibiOS: support STM32F3xx MCUs 2019-11-01 10:53:53 +11:00
chibios_hwdef.py AP_HAL_ChibiOS: hardware M4-Cortex and M7-Cortex (and H7) implementation of HAL FFT abstraction 2020-02-22 11:15:37 +11: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: fixed bug in UART pin assignment 2020-01-02 09:52:57 +11:00