aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-28 12:01:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-28 12:01:39 +0000
commit740abb96c0f7002f6fc5e6483717cd8057c45a95 (patch)
tree55e04d295fe0057a775934d1eec598cebc804bda /os/ports
parent490dc12dfcecc3ba314150b8e4b2cf6efff3004e (diff)
downloadChibiOS-740abb96c0f7002f6fc5e6483717cd8057c45a95.tar.gz
ChibiOS-740abb96c0f7002f6fc5e6483717cd8057c45a95.tar.bz2
ChibiOS-740abb96c0f7002f6fc5e6483717cd8057c45a95.zip
Removed some unused definitions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3674 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r--os/ports/IAR/ARMCMx/chcoreasm_v6m.s1
-rw-r--r--os/ports/IAR/ARMCMx/chcoreasm_v7m.s2
2 files changed, 0 insertions, 3 deletions
diff --git a/os/ports/IAR/ARMCMx/chcoreasm_v6m.s b/os/ports/IAR/ARMCMx/chcoreasm_v6m.s
index 38f0f0bc5..5915b8229 100644
--- a/os/ports/IAR/ARMCMx/chcoreasm_v6m.s
+++ b/os/ports/IAR/ARMCMx/chcoreasm_v6m.s
@@ -30,7 +30,6 @@
#include "chconf.h"
#include "chcore.h"
-EXTCTX_SIZE SET 32
CONTEXT_OFFSET SET 12
SCB_ICSR SET 0xE000ED04
diff --git a/os/ports/IAR/ARMCMx/chcoreasm_v7m.s b/os/ports/IAR/ARMCMx/chcoreasm_v7m.s
index 6c858c52b..4a02b0d55 100644
--- a/os/ports/IAR/ARMCMx/chcoreasm_v7m.s
+++ b/os/ports/IAR/ARMCMx/chcoreasm_v7m.s
@@ -30,10 +30,8 @@
#include "chconf.h"
#include "chcore.h"
-EXTCTX_SIZE SET 32
CONTEXT_OFFSET SET 12
SCB_ICSR SET 0xE000ED04
-ICSR_RETTOBASE SET 0x00000800
ICSR_PENDSVSET SET 0x10000000
SECTION .text:CODE:NOROOT(2)