Commit Graph

12 Commits (b2c692b65f4710f6c8891b9dedf34dbe6a58bf4c)

Author SHA1 Message Date
Hauke Petersen 10a7486246 cpu/cortex_common: added support for Cortex-M7 6 years ago
Vincent Dupont f656a31e58 cpu/cortexm_common: use linker variable to initialize SCB->VTOR 7 years ago
Kaspar Schleiser d8f0eaf127 cpu: cortexm: fix signed<->unsigned compare 7 years ago
Joakim Nohlgård 8c82d9952b cortexm_common: Fix -Wsign-compare warning in cortexm_init 7 years ago
DipSwitch b6140f15f3 cpu/cortex-m: Enable STKALIGN to make the Cortex-M keep the stack 8 byte aligned on 4 byte aligned stack pointers 8 years ago
Martine Lenders 01248f0599 Merge pull request #4944 from gebart/pr/cortexm-irqn-unsigned-int
cpu/cortexm_common: use int for counter in startup IRQn loop
8 years ago
Joakim Nohlgård 3da2c2d1c1 cpu/cortexm_common: use int for counter in startup IRQn loop 8 years ago
Hauke Petersen eb79646ab1 cpu/cortexm_common: added sleep_until_event 8 years ago
Oleg Hahm f24e810de5 cpu cortexm_common: fix pedantic compiler warnings 8 years ago
Kaspar Schleiser d359c86c60 cpu: cortexm_common: set pendSV to default priority 8 years ago
Joakim Gebart 32c213d0b0 cpu/cortexm_common: Fix signedness warning 8 years ago
Hauke Petersen 78d65a4dec cpu/cortexm_common: centralized init and defines
- added a centralized core implementation for all cortex CPUs
- moved default stack size defines to cpu.h in cortexm_common
- moved uart0 bufsize define to cpu.h in cortexm_common
- moved typed of panic_t to cpu.h in cortexm_common
8 years ago