Skip to content

Commit 116e42f

Browse files
authored
Merge pull request #9295 from deepikabhavnani/iar_asm
Add missing END to Armv8M IAR assembly files
2 parents 601e2c3 + 09db656 commit 116e42f

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M23/irq_armv8mbl_common.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,3 +297,5 @@ Sys_ContextRestore2
297297

298298
Sys_ContextExit
299299
BX LR ; Exit from handler
300+
301+
END

rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M33/irq_armv8mml_common.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,5 @@ Sys_ContextRestore2
270270

271271
Sys_ContextExit
272272
BX LR ; Exit from handler
273+
274+
END

tools/importer/cmsis_importer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
"cc2e0517e1c6440abf88f2815b8e1501a55cdd4d",
149149
"b88254809eb626689c8aeb41304a308bf4e34a04",
150150
"287121ffdc4c9c19f9ce8872e4edd941862daca1",
151+
"b228cd9db0b7ed79d99f1d9be15d512791f367cc",
151152
"1752803626865147dca92f30a39cef8d04581736",
152153
"6a6e3ac0ebab1a6b6aa08d0928702c79562acee9"
153154
]

0 commit comments

Comments
 (0)