diff options
-rw-r--r-- | os/ports/IAR/ARMCMx/chcoreasm_v6m.s | 1 | ||||
-rw-r--r-- | os/ports/IAR/ARMCMx/chcoreasm_v7m.s | 2 |
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)
|