Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
5922e08f
Commit
5922e08f
authored
8 years ago
by
David Sidrane
Committed by
Daniel Agar
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
nxphlite-v1:incorperate master's led changes and fit
parent
e281958b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/configs/nuttx_nxphlite-v1_default.cmake
+13
-10
13 additions, 10 deletions
cmake/configs/nuttx_nxphlite-v1_default.cmake
src/drivers/boards/nxphlite-v1/nxphlite_init.c
+3
-1
3 additions, 1 deletion
src/drivers/boards/nxphlite-v1/nxphlite_init.c
with
16 additions
and
11 deletions
cmake/configs/nuttx_nxphlite-v1_default.cmake
+
13
−
10
View file @
5922e08f
...
...
@@ -34,10 +34,10 @@ set(config_module_list
##SPACE drivers/hott/hott_telemetry
##SPACE drivers/hott/hott_sensors
##SPACE drivers/blinkm
drivers/airspeed
#SPACE
drivers/airspeed
##SPACE drivers/ets_airspeed
##SPACE drivers/meas_airspeed
drivers/frsky_telemetry
#SPACE
drivers/frsky_telemetry
modules/sensors
##SPACE drivers/mkblctrl
##SPACE drivers/px4flow
...
...
@@ -134,24 +134,27 @@ set(config_module_list
# Libraries
#
lib/controllib
lib/mathlib
lib/mathlib/math/filter
lib/rc
lib/conversion
lib/DriverFramework/framework
lib/ecl
lib/external_lgpl
lib/geo
lib/geo_lookup
lib/conversion
lib/launchdetection
lib/terrain_estimation
lib/led
lib/mathlib
lib/mathlib/math/filter
lib/rc
lib/runway_takeoff
lib/tailsitter_recovery
lib/terrain_estimation
lib/version
lib/DriverFramework/framework
platforms/nuttx
# had to add for cmake, not sure why wasn't in original config
#
# Platform
#
platforms/common
platforms/nuttx
platforms/nuttx/px4_layer
#
...
...
This diff is collapsed.
Click to expand it.
src/drivers/boards/nxphlite-v1/nxphlite_init.c
+
3
−
1
View file @
5922e08f
...
...
@@ -67,7 +67,7 @@
#include
<arch/board/board.h>
#include
<drivers/drv_hrt.h>
#include
<drivers/drv_led.h>
#include
<drivers/drv_
board_
led.h>
#include
<systemlib/px4_macros.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.
#endif
param_init
();
/* configure the high-resolution time/callout interface */
hrt_init
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment