summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-08 16:22:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-08 16:22:50 +0000
commit583f057b1912513fce544714949e29fbe8bdf253 (patch)
tree6fa6c2633c96ae9f0267ac9a756de81634ea1500 /nuttx/configs
parentb2c3a559c7701728526026fcd64e85d9004715f2 (diff)
downloadpx4-nuttx-583f057b1912513fce544714949e29fbe8bdf253.tar.gz
px4-nuttx-583f057b1912513fce544714949e29fbe8bdf253.tar.bz2
px4-nuttx-583f057b1912513fce544714949e29fbe8bdf253.zip
Add basic context switching logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3682 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/micropendous3/ostest/ld.script1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/micropendous3/ostest/ld.script b/nuttx/configs/micropendous3/ostest/ld.script
index a8c99763e..4f4611ed6 100644
--- a/nuttx/configs/micropendous3/ostest/ld.script
+++ b/nuttx/configs/micropendous3/ostest/ld.script
@@ -119,6 +119,7 @@ SECTIONS
_stext = . ;
*(.vectors)
*(.init)
+ *(.handlers)
*(.text)
*(.text.*)
_etext = . ;