summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/nsh/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/vsn/nsh/defconfig')
-rwxr-xr-xnuttx/configs/vsn/nsh/defconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/nuttx/configs/vsn/nsh/defconfig b/nuttx/configs/vsn/nsh/defconfig
index f5b768224..c33e36dbf 100755
--- a/nuttx/configs/vsn/nsh/defconfig
+++ b/nuttx/configs/vsn/nsh/defconfig
@@ -255,9 +255,24 @@ CONFIG_SSI_POLLWAIT=y
CONFIG_I2C=y
#
+# OS support for various wireless chipsets such as
+# - Chipcon CC1101 operating in bands 300-400, 800-900 MHz
+# - Chipcon CC2500 operating in band of 2 GHz
+#
+# Note: this has (at the moment) nothing to do with WIFI
+#
+CONFIG_WIRELESS=y
+
+#
# OS support for hardware RTC
#
CONFIG_RTC=y
+CONFIG_SYSTEM_UTC=y
+
+#
+# OS support for events
+#
+CONFIG_EVENT=y
#
# General build options
@@ -884,3 +899,7 @@ CONFIG_APPS_DIR="../apps"
# Application configuration
CONFIG_APPS_DIR="../apps"
+
+# Application configuration
+
+CONFIG_APPS_DIR="../apps"