Pixhawk: Manage flash space

This commit is contained in:
Lorenz Meier 2015-12-24 10:51:08 +01:00
parent eb4a562948
commit d9ee0792b8
1 changed files with 2 additions and 1 deletions

View File

@ -104,10 +104,11 @@ script:
- echo 'Building UAVCAN node firmware..' && git clone https://github.com/thiemar/vectorcontrol
- cd vectorcontrol
- BOARD=s2740vc_1_0 make && BOARD=px4esc_1_6 make
- ../Tools/uavcan_copy.sh
- cd ..
- echo 'Building NuttX px4fmu-v1 Firmware..' && make px4fmu-v1_default
- echo 'Building NuttX px4fmu-v2 Firmware..' && make px4fmu-v2_default
# Only provide UAVCAN firmware binaries for Pixracer and Pixhawk 3
- ../Tools/uavcan_copy.sh
- echo 'Building NuttX px4fmu-v4 Firmware..' && make px4fmu-v4_default
- echo 'Running Tests..' && make px4fmu-v2_default test