summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-12 21:53:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-12 21:53:18 +0000
commit177f3484f71b2d03fc5b809a024ff32d137494ba (patch)
treec1c81390b64b5e303bad0ea2638d979d9c2e8607 /nuttx/configs/open1788
parenteb1679e6fac9aa613baf90f285ef3e5e5413ea18 (diff)
downloadpx4-nuttx-177f3484f71b2d03fc5b809a024ff32d137494ba.tar.gz
px4-nuttx-177f3484f71b2d03fc5b809a024ff32d137494ba.tar.bz2
px4-nuttx-177f3484f71b2d03fc5b809a024ff32d137494ba.zip
Fix some ARMv7-M syscall logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5736 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/open1788')
-rw-r--r--nuttx/configs/open1788/README.txt4
-rw-r--r--nuttx/configs/open1788/kernel/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/open1788/README.txt b/nuttx/configs/open1788/README.txt
index cc23ccb77..29c80822c 100644
--- a/nuttx/configs/open1788/README.txt
+++ b/nuttx/configs/open1788/README.txt
@@ -342,6 +342,10 @@ CONFIGURATION
in FLASH. But loading the nuttx ELF does not harm the nuttx_user.elf
in FLASH. Conclusion: Always load nuttx_user.elf before nuttx.
+ Just to complicate matters, it is sometimes the case that you need
+ load objects twice to account for write failures. I have not yet
+ found a simple foolproof way to reliably get the code into FLASH.
+
nsh
---
Configures the NuttShell (nsh) located at examples/nsh. The
diff --git a/nuttx/configs/open1788/kernel/Makefile b/nuttx/configs/open1788/kernel/Makefile
index 9cf196375..d3a47e738 100644
--- a/nuttx/configs/open1788/kernel/Makefile
+++ b/nuttx/configs/open1788/kernel/Makefile
@@ -107,7 +107,7 @@ depend: .depend
clean:
$(call DELFILE, nuttx_user.elf)
- $(call DELFILE, "$(TOPDIR)$(DELIM)nuttx_user.elf")
+ $(call DELFILE, "$(TOPDIR)$(DELIM)nuttx_user.*")
$(call DELFILE, "$(TOPDIR)$(DELIM)User.map")
$(call CLEAN)