Skip to content

Commit

Permalink
configs/examples: Add an example defconfig for gnss_addon
Browse files Browse the repository at this point in the history
This example provides the features for GNSS Add-on board.
  • Loading branch information
SPRESENSE committed Jul 12, 2023
1 parent fb553b5 commit 1ebfce2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdk/configs/examples/gnss_addon/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This configuration contains required options to use an example application
for GNSS Add-on board.

[Source path]
examples/gnss_addon
13 changes: 13 additions & 0 deletions sdk/configs/examples/gnss_addon/defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
-SCHED_WAITPID=y
+CXD56_GNSS_ADDON=y
+CXD56_SDIO=y
+EXAMPLES_ALARM=y
+EXAMPLES_GNSS_ADDON=y
+GPSUTILS_CXD5610NMEA_LIB=y
+NSH_CUSTOMROMFS=y
+NSH_CUSTOMROMFS_HEADER="../../system/startup_script/nsh_romfsimg.h"
+SENSORS=y
+SENSORS_CXD5610_GNSS=y
+SPECIFIC_DRIVERS=y
+SYSTEM_STARTUP_SCRIPT=y
+SYSTEM_SYSTEM=y

0 comments on commit 1ebfce2

Please sign in to comment.