Rename the 'device' directory back to 'drivers', it's less confusing that way.

Move the fmuv2 board driver out into the new world.
This commit is contained in:
px4dev
2013-04-06 23:04:32 -07:00
parent 8eeefcce05
commit 2557f0d2de
16 changed files with 14 additions and 45 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ ROMFS_ROOT = $(PX4_BASE)/ROMFS/px4fmu_common
#
# Board support modules
#
MODULES += device/px4fmu
MODULES += drivers/px4fmu
#
# Transitional support - add commands from the NuttX export archive.
+4 -3
View File
@@ -10,9 +10,10 @@ ROMFS_ROOT = $(PX4_BASE)/ROMFS/px4fmu_common
#
# Board support modules
#
MODULES += device/lsm303d
MODULES += device/px4fmu
MODULES += device/rgbled
MODULES += drivers/boards/px4fmuv2
MODULES += drivers/lsm303d
MODULES += drivers/px4fmu
MODULES += drivers/rgbled
#
# Transitional support - add commands from the NuttX export archive.