Restructure things so that the PX4 configs move out of the NuttX tree, and most of the PX4-specific board configuration data moves out of the config and into the board driver.

Rename some directories that got left behind in the great board renaming.
This commit is contained in:
px4dev
2013-08-02 22:34:55 -07:00
parent a9c1882ea0
commit 9d6ec6b365
89 changed files with 6364 additions and 204 deletions
+3 -1
View File
@@ -43,11 +43,13 @@
#include <fcntl.h>
#include <sched.h>
#include <signal.h>
#include <sys/stat.h>
#include <unistd.h>
#include <float.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "systemlib.h"
__EXPORT extern void systemreset(void) {