px4-firmware/Tools/setup
Daniel Agar f5d9b01f5c
NuttX build in place
- cmake NuttX build wrapper compile in place instead of copying source tree to build directory
    - slightly faster skipping necessary copying (depending on system)
    - allows debugging in place
    - easier to work directly in NuttX following official documentation
    - simplifies overall build which should make it easier to resolve any remaining NuttX dependency issues in the build system
 - the downside is switching back and forth between different builds always require rebuilding NuttX, but I think this is worth the improved developer experience
 - also no longer builds px4io and bootloader in every single build, for most users these rarely change and we're wasting a lot of build time
2021-11-15 18:47:38 -05:00
..
arch.sh Make arch setup script executable 2021-09-10 07:50:23 +02:00
macos.sh Added common options for sensor drivers 2021-10-07 10:09:01 -04:00
requirements.txt setup/python requirements: add future module 2021-11-08 17:05:30 +01:00
shell.nix requirements.txt: add jsonschema (required for events json validation) 2021-07-07 21:38:09 -04:00
ubuntu.sh NuttX build in place 2021-11-15 18:47:38 -05:00