ardupilot/libraries/AP_HAL_ChibiOS/hwdef/scripts
Andrew Tridgell 427e00dd41 HAL_ChibiOS: switched to system timer for AP_HAL::micros()
this uses the ChibiOS system timer instead of a separate GPT timer for
the core ChibiOS timer. The advantage is it saves us a timer, plus it
changes ChibiOS to use a 1MHz clock on its timer, which gives us
higher resolution for delays.

This has a remarkable effect on timing jitter, reducing it greatly
2018-02-14 18:27:00 +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: added ChibiOS HAL 2018-01-15 11:46:02 +11:00
chibios_hwdef.py HAL_ChibiOS: switched to system timer for AP_HAL::micros() 2018-02-14 18:27:00 +11:00
dma_parse.py HAL_ChibiOS: added missing DMA table for STM32F405 2018-01-15 11:46:02 +11:00
dma_resolver.py HAL_ChibiOS: added DMA_PRIORITY and DMA_NOSHARE options 2018-02-08 22:13:00 +11:00
STM32F405xx.py HAL_ChibiOS: improved mini-pix support 2018-02-14 18:27:00 +11:00
STM32F412Rx.py HAL_ChibiOS: added ADC1_Map to STM32 tables 2018-01-15 11:46:02 +11:00
STM32F427xx.py HAL_ChibiOS: added ADC1_Map to STM32 tables 2018-01-15 11:46:02 +11:00