Skip to content

Commit 3fcaed1

Browse files
AlessandroAmeriac
authored andcommitted
Add uVisor to startup code
1 parent e32f969 commit 3fcaed1

File tree

1 file changed

+2
-0
lines changed
  • hal/targets/cmsis/TARGET_Freescale/TARGET_MCU_K64F/TOOLCHAIN_GCC_ARM

1 file changed

+2
-0
lines changed

hal/targets/cmsis/TARGET_Freescale/TARGET_MCU_K64F/TOOLCHAIN_GCC_ARM/startup_MK64F12.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ disable_watchdog:
229229

230230
ldr r0, =SystemInit
231231
blx r0
232+
ldr r0, =uvisor_init
233+
blx r0
232234
ldr r0, =_start
233235
bx r0
234236
.pool

0 commit comments

Comments
 (0)