summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-31 00:11:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-31 00:11:55 +0000
commit03cf528b833689d018e1930ab193e94df5dbcfc2 (patch)
treedeb8c1e0cc1938f33902f45d5b5a0ff5e073f97d /nuttx/configs/olimex-lpc1766stk/ostest
parentb3aa316f2e4affe5e17c50a178e6c25c08be30c5 (diff)
downloadpx4-nuttx-03cf528b833689d018e1930ab193e94df5dbcfc2.tar.gz
px4-nuttx-03cf528b833689d018e1930ab193e94df5dbcfc2.tar.bz2
px4-nuttx-03cf528b833689d018e1930ab193e94df5dbcfc2.zip
Extend lpc1766-stk LED support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4242 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/ostest')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/ostest/ld.script8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/ostest/ld.script b/nuttx/configs/olimex-lpc1766stk/ostest/ld.script
index 10300e929..323f1ec1d 100755
--- a/nuttx/configs/olimex-lpc1766stk/ostest/ld.script
+++ b/nuttx/configs/olimex-lpc1766stk/ostest/ld.script
@@ -1,8 +1,8 @@
/****************************************************************************
* configs/olimex-lpc1766stk/ostest/ld.script
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
+ * 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
@@ -80,11 +80,11 @@ SECTIONS
*(.ARM.extab*)
} >sram
+ __exidx_start = ABSOLUTE(.);
.ARM.exidx : {
- __exidx_start = ABSOLUTE(.);
*(.ARM.exidx*)
- __exidx_end = ABSOLUTE(.);
} >sram
+ __exidx_end = ABSOLUTE(.);
.bss : { /* BSS */
_sbss = ABSOLUTE(.);