summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-19 07:17:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-19 07:17:46 -0600
commit1b48f56ed6bf41797ad2ed66f84703bbbce09828 (patch)
tree646d2556974c690542d6ce38ebb40fab072881fc /nuttx
parentbec55d7bc882b2142e41ff9082dee1aedaeed135 (diff)
downloadnuttx-1b48f56ed6bf41797ad2ed66f84703bbbce09828.tar.gz
nuttx-1b48f56ed6bf41797ad2ed66f84703bbbce09828.tar.bz2
nuttx-1b48f56ed6bf41797ad2ed66f84703bbbce09828.zip
Freedom K25Z: Fix missing file inclusion in board Makefile. From Alan Carvalho de Assis
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/freedom-kl25z/src/Makefile6
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt4
2 files changed, 7 insertions, 3 deletions
diff --git a/nuttx/configs/freedom-kl25z/src/Makefile b/nuttx/configs/freedom-kl25z/src/Makefile
index 073fd3cb6..6592a86e7 100644
--- a/nuttx/configs/freedom-kl25z/src/Makefile
+++ b/nuttx/configs/freedom-kl25z/src/Makefile
@@ -1,7 +1,7 @@
############################################################################
# configs/freedom-kl25z/src/Makefile
#
-# Copyright (C) 2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -42,6 +42,10 @@ AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = kl_boardinitialize.c
+ifeq ($(CONFIG_NSH_ARCHINIT),y)
+CSRCS += kl_nsh.c
+endif
+
ifeq ($(CONFIG_WL_CC3000),y)
CSRCS += kl_wifi.c
endif
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index 4ad55e8b4..1a4f0e165 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -3691,12 +3691,12 @@ Configurations
the full bridge test yet anyway because there still is no host-side
test driver in apps/examples/bridge.
2014-11-18: Continued working with EMAC1: It does not work. No
- errors are reported, link auto-negotiation works without error but I
+ errors are reported, link auto-negotiation works without error, but I
cannot send or receive anything on EMAC1: TX transfers all timeout
with no interrupts and nothing appearing on the line; RX transfers
are not received... no RX interrupts and no RX status gets set. This
appears to be some very low-level issue, perhaps a pin configuration
- program. But I am not seeing it yet.
+ problem. But I am not seeing it yet. No interrupts are ever received.
dramboot: