Break up the firmware build into a 'make export' phase for NuttX on a per-board basis, and then a separate per-config phase that allows us to avoid re-building NuttX all the time, and ship more than one firmware config for a given board.

This is a first cut; it builds one firmware for each of FMU and IO.
This commit is contained in:
px4dev
2013-01-05 21:46:50 -08:00
parent 085d08ce6c
commit b80575fcff
7 changed files with 285 additions and 0 deletions

3
platforms/empty.c Normal file
View File

@@ -0,0 +1,3 @@
/*
* This is an empty C source file, used when building default firmware configurations.
*/