-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* phoenix-rtos-kernel a1a6787...d99dc74 (3): > ia32: add passing of graphmode params via syspage and platformctl > arm/scs: Rename SCS functions according to the naming convention > hal/cortex-m: Unify SCB and NVIC into SCS
- Loading branch information
1 parent
e71b8b2
commit a9d91e7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule phoenix-rtos-kernel
updated
24 files
+1 −1 | hal/arm/Makefile | |
+0 −77 | hal/arm/nvic.c | |
+0 −36 | hal/arm/nvic.h | |
+0 −63 | hal/arm/scb.h | |
+133 −60 | hal/arm/scs.c | |
+84 −0 | hal/arm/scs.h | |
+1 −1 | hal/armv7m/arch/cpu.h | |
+1 −1 | hal/armv7m/arch/interrupts.h | |
+3 −3 | hal/armv7m/cpu.c | |
+11 −13 | hal/armv7m/imxrt/10xx/imxrt10xx.c | |
+9 −11 | hal/armv7m/imxrt/117x/imxrt117x.c | |
+7 −7 | hal/armv7m/imxrt/interrupts.c | |
+7 −7 | hal/armv7m/stm32/interrupts.c | |
+7 −9 | hal/armv7m/stm32/l4/stm32l4.c | |
+1 −1 | hal/armv8m/arch/cpu.h | |
+1 −1 | hal/armv8m/arch/interrupts.h | |
+2 −2 | hal/armv8m/cpu.c | |
+7 −7 | hal/armv8m/interrupts.c | |
+3 −5 | hal/armv8m/mcx/n94x/mcxn94x.c | |
+1 −1 | hal/armv8m/mcx/n94x/timer.c | |
+3 −5 | hal/armv8m/nrf/91/nrf91.c | |
+11 −0 | hal/ia32/cpu.c | |
+13 −1 | include/arch/ia32/ia32.h | |
+8 −0 | include/arch/ia32/syspage.h |