summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/nsh2/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/nsh2/appconfig')
-rw-r--r--nuttx/configs/stm3210e-eval/nsh2/appconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/stm3210e-eval/nsh2/appconfig b/nuttx/configs/stm3210e-eval/nsh2/appconfig
index fb6bf1a66..ff12c4103 100644
--- a/nuttx/configs/stm3210e-eval/nsh2/appconfig
+++ b/nuttx/configs/stm3210e-eval/nsh2/appconfig
@@ -2,7 +2,7 @@
# configs/stm3210e-eval/nsh2/appconfig
#
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -48,4 +48,8 @@ CONFIGURED_APPS += examples/nx
CONFIGURED_APPS += examples/nxhello
CONFIGURED_APPS += examples/usbstorage
+# Applications configured as an NX built-in commands
+ifeq ($(CONFIG_CAN),y)
+CONFIGURED_APPS += examples/can
+endif