mirror of https://github.com/ArduPilot/ardupilot
5d369b2634
many of our hwdef files contain lines which look like this: define STM32_PWM_USE_ADVANCED TRUE The current regex does not allow for numbers in those define, so the regex ends up matching "STM" as a name.... the "intdefines" hash which is populated from these is only used internally to chibios_hwdey.py for logic purposes, not directly in hwdef output purposes, and none of the strings which it looks at contain numbers at the moment, so this is a non-functional change. |
||
---|---|---|
.. | ||
CKS32F407xx.py | ||
STM32F100xB.py | ||
STM32F103xB.py | ||
STM32F105xC.py | ||
STM32F303xC.py | ||
STM32F405xx.py | ||
STM32F407xx.py | ||
STM32F412Rx.py | ||
STM32F427xx.py | ||
STM32F469xx.py | ||
STM32F732xx.py | ||
STM32F745xx.py | ||
STM32F767xx.py | ||
STM32F777xx.py | ||
STM32G431xx.py | ||
STM32G441xx.py | ||
STM32G474xx.py | ||
STM32G491xx.py | ||
STM32H7A3xx.py | ||
STM32H723xx.py | ||
STM32H730xx.py | ||
STM32H743xx.py | ||
STM32H750xx.py | ||
STM32H755xx.py | ||
STM32H757xx.py | ||
STM32L4R5xx.py | ||
STM32L431xx.py | ||
STM32L476xx.py | ||
STM32L496xx.py | ||
addfunc_parse.py | ||
af_parse.py | ||
af_parse_cubemx.py | ||
bdshot_encoder.py | ||
chibios_hwdef.py | ||
convert_betaflight_unified.py | ||
defaults_bootloader.h | ||
defaults_iofirmware.h | ||
defaults_normal.h | ||
defaults_periph.h | ||
dma_parse.py | ||
dma_resolver.py |