1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/arm7_common
Benjamin Valentin ceee5b1809 cpu/lpc2387: don't define interrupt stack size in linkerscript
Define the interrupt stacks in C code like it is done for Cortex-M.
2020-02-11 15:39:34 +01:00
..
include cpu/lpc2387: provide ISR_STACKSIZE & thread_isr_stack_start() 2019-12-17 13:37:32 +01:00
periph cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
arm7_init.c cpu/lpc2387: provide ISR_STACKSIZE & thread_isr_stack_start() 2019-12-17 13:37:32 +01:00
arm_cpu.c cpu/lpc2387: don't define interrupt stack size in linkerscript 2020-02-11 15:39:34 +01:00
common.s cpu/arm7_common: Removed dead code 2019-07-25 22:29:13 +02:00
irq_arch.c cpu/arm7_common: Cleaned up IRQ code 2019-07-25 10:31:41 +02:00
Makefile cpu/arm7_common: remove deprecated CFLAGS_BASIC 2019-08-27 17:06:52 +02:00
Makefile.dep cpu/armv7: move dependencies to Makefile.dep 2020-01-28 13:20:52 +01:00
Makefile.features Add CPU feature for stack smash protections 2020-01-22 15:59:02 +01:00
Makefile.include cpu/armv7: move dependencies to Makefile.dep 2020-01-28 13:20:52 +01:00
vectors.c cpu/arm7_common: Cleaned up interrupt vectors 2019-07-25 22:41:08 +02:00