px4-firmware/src
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
..
drivers NuttX build in place 2021-11-15 18:47:38 -05:00
examples Use backwards compatible manual_control_setpoint instead of manual_control_input 2021-11-09 16:05:25 +01:00
include sensors/vehicle_angular_velocity: accumualted notch filtering and reset improvements 2021-05-31 10:26:45 -04:00
lib NuttX build in place 2021-11-15 18:47:38 -05:00
modules battery_status: clearly define and handle zero remaining flight time 2021-11-15 15:44:02 +01:00
systemcmds NuttX build in place 2021-11-15 18:47:38 -05:00
templates/template_module Fix template_module header 2021-07-21 09:44:09 -04:00
.gitignore