summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-25 02:24:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-25 02:24:40 +0000
commitefc8d580b339a7c741e8f134c9fbb8a834ee3179 (patch)
tree4e68d0859d8a8ee180e7819e7f8cb35e9dfac4f3 /nuttx/arch/arm/src/stm32/Make.defs
parent5e5bc7a64b05d06510c8989165759368ad6cc8fc (diff)
downloadpx4-nuttx-efc8d580b339a7c741e8f134c9fbb8a834ee3179.tar.gz
px4-nuttx-efc8d580b339a7c741e8f134c9fbb8a834ee3179.tar.bz2
px4-nuttx-efc8d580b339a7c741e8f134c9fbb8a834ee3179.zip
Improved certain Cortex-M3 context switch times
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2177 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Make.defs')
-rwxr-xr-xnuttx/arch/arm/src/stm32/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/Make.defs b/nuttx/arch/arm/src/stm32/Make.defs
index 95c3ae977..7cbe72825 100755
--- a/nuttx/arch/arm/src/stm32/Make.defs
+++ b/nuttx/arch/arm/src/stm32/Make.defs
@@ -35,7 +35,7 @@
HEAD_ASRC = stm32_vectors.S
-CMN_ASRCS = up_context.S
+CMN_ASRCS = up_saveusercontext.S up_fullcontextrestore.S up_switchcontext.S
CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
up_createstack.c up_mdelay.c up_udelay.c up_exit.c \
up_idle.c up_initialize.c up_initialstate.c up_interruptcontext.c \