mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 20:33:49 -04:00
Set up to work in both ARM and THUMB modes.
This commit is contained in:
parent
cf638edfaf
commit
eee1043e33
8 changed files with 199 additions and 231 deletions
|
@ -61,14 +61,14 @@
|
|||
EXPORT vUART_ISREntry
|
||||
|
||||
;/* Interrupt entry must always be in ARM mode. */
|
||||
AREA |.text|, CODE, READONLY
|
||||
ARM
|
||||
PRESERVE8
|
||||
|
||||
AREA |.text|, CODE, READONLY
|
||||
|
||||
|
||||
vUART_ISREntry
|
||||
|
||||
PRESERVE8
|
||||
|
||||
; Save the context of the interrupted task.
|
||||
portSAVE_CONTEXT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue