summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/hidkbd
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/hidkbd
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/hidkbd')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/hidkbd/defconfig2
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/hidkbd/ld.script6
2 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig b/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig
index 5f1eb61be..36746d15e 100755
--- a/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig
@@ -2,7 +2,7 @@
# configs/olimex-lpc1766stk/hidkbd/defconfig
#
# Copyright (C) 2011 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
diff --git a/nuttx/configs/olimex-lpc1766stk/hidkbd/ld.script b/nuttx/configs/olimex-lpc1766stk/hidkbd/ld.script
index 0d497e7e5..c6c97d402 100755
--- a/nuttx/configs/olimex-lpc1766stk/hidkbd/ld.script
+++ b/nuttx/configs/olimex-lpc1766stk/hidkbd/ld.script
@@ -2,7 +2,7 @@
* configs/olimex-lpc1766stk/hidkbd/ld.script
*
* Copyright (C) 2011 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
@@ -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(.);