nxphlite-v1:incorperate master's led changes and fit

This commit is contained in:
David Sidrane
2017-03-31 11:43:15 -10:00
committed by Daniel Agar
parent e281958b43
commit 5922e08f5e
2 changed files with 16 additions and 11 deletions
+13 -10
View File
@@ -34,10 +34,10 @@ set(config_module_list
##SPACE drivers/hott/hott_telemetry ##SPACE drivers/hott/hott_telemetry
##SPACE drivers/hott/hott_sensors ##SPACE drivers/hott/hott_sensors
##SPACE drivers/blinkm ##SPACE drivers/blinkm
drivers/airspeed #SPACE drivers/airspeed
##SPACE drivers/ets_airspeed ##SPACE drivers/ets_airspeed
##SPACE drivers/meas_airspeed ##SPACE drivers/meas_airspeed
drivers/frsky_telemetry #SPACE drivers/frsky_telemetry
modules/sensors modules/sensors
##SPACE drivers/mkblctrl ##SPACE drivers/mkblctrl
##SPACE drivers/px4flow ##SPACE drivers/px4flow
@@ -134,24 +134,27 @@ set(config_module_list
# Libraries # Libraries
# #
lib/controllib lib/controllib
lib/mathlib lib/conversion
lib/mathlib/math/filter lib/DriverFramework/framework
lib/rc
lib/ecl lib/ecl
lib/external_lgpl lib/external_lgpl
lib/geo lib/geo
lib/geo_lookup lib/geo_lookup
lib/conversion
lib/launchdetection lib/launchdetection
lib/terrain_estimation lib/led
lib/mathlib
lib/mathlib/math/filter
lib/rc
lib/runway_takeoff lib/runway_takeoff
lib/tailsitter_recovery lib/tailsitter_recovery
lib/terrain_estimation
lib/version lib/version
lib/DriverFramework/framework
platforms/nuttx
# had to add for cmake, not sure why wasn't in original config #
# Platform
#
platforms/common platforms/common
platforms/nuttx
platforms/nuttx/px4_layer platforms/nuttx/px4_layer
# #
@@ -67,7 +67,7 @@
#include <arch/board/board.h> #include <arch/board/board.h>
#include <drivers/drv_hrt.h> #include <drivers/drv_hrt.h>
#include <drivers/drv_led.h> #include <drivers/drv_board_led.h>
#include <systemlib/px4_macros.h> #include <systemlib/px4_macros.h>
#include <systemlib/cpuload.h> #include <systemlib/cpuload.h>
@@ -282,6 +282,8 @@ __EXPORT int board_app_initialize(uintptr_t arg)
# error platform is dependent on c++ both CONFIG_HAVE_CXX and CONFIG_HAVE_CXXINITIALIZE must be defined. # error platform is dependent on c++ both CONFIG_HAVE_CXX and CONFIG_HAVE_CXXINITIALIZE must be defined.
#endif #endif
param_init();
/* configure the high-resolution time/callout interface */ /* configure the high-resolution time/callout interface */
hrt_init(); hrt_init();