ardupilot/Tools/ardupilotwaf
Andrew Tridgell 1055c5f1c6 waf: fixed dependency of ChibiOS build on compiler flags
this adds a chibios_flags.h which contains the flags we pass to the
ChibiOS make, which allows us to have a make level dependency on the
flags

this fixes (among other things) the build of copter followed by
bootloader for SPRacingH7
2023-06-20 18:08:31 +10:00
..
__init__.py
ap_library.py waf: support extra C and C++ flags on a per library basis 2023-04-11 12:18:29 +10:00
ap_persistent.py
ardupilotwaf.py Tools: add ./waf --upload-force arg to allow uploader.py to do --force 2023-05-12 07:14:52 +10:00
boards.py Tools: allow AP_SCRIPTING_ENABLED to come from hwdef files 2023-06-09 16:10:52 +10:00
build_summary.py waf: add external flash used size for mixed flash use 2023-04-26 18:04:00 +10:00
chibios.py waf: fixed dependency of ChibiOS build on compiler flags 2023-06-20 18:08:31 +10:00
cmake.py
cxx_checks.py
dronecangen.py waf: require python 3.8.0 or later 2023-05-05 08:54:03 +10:00
embed.py waf: place ROMFS in external flash 2023-04-26 18:04:00 +10:00
esp32.py Tools: new mcu: esp32s3 2023-05-26 10:54:01 -07:00
gbenchmark.py
git_submodule.py
gtest.py
mavgen.py waf: require python 3.8.0 or later 2023-05-05 08:54:03 +10:00
static_linking.py
toolchain.py