1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cortexm_common
Francisco Molina d075e55bb4 cpu/cortexm_common: replace irq_restore by __set_PRIMASK for stm32l152re
- The __NOP() that was added in #8518 is now remooved.
- When DBG_STANDBY, DBG_STOP or DBG_SLEEP are set in DBG_CR a hardfault
  occurs on wakeup from sleep. This was first diagnosed in #8518. When
  enabled, a hardfault occured when returning from a branch to irq_restore()
  we avoid the call by inlining the function call. See #11830 for more
  details.
2019-08-05 10:40:28 +02:00
..
include cpu/cortexm_common: replace irq_restore by __set_PRIMASK for stm32l152re 2019-08-05 10:40:28 +02:00
ldscripts Merge pull request #11630 from fjmolinas/pr_kinetis_ld 2019-06-05 16:12:25 +02:00
periph cpu: cortexm: provide periph_pm for all cortexm 2017-11-06 12:01:19 +01:00
cortexm_init.c cpu/cortexm_common: function to check address validity 2019-05-13 09:35:34 +02:00
irq_arch.c cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
Makefile cpu: cortexm: fix LTO issue for shared vector table (see #5774) 2017-10-20 22:19:44 +02:00
Makefile.features cpu/cortexm_common: function to check address validity 2019-05-13 09:35:34 +02:00
Makefile.include cortexm_common/Makefile.include: set RIOTBOOT_HRD_LEN for cortex-m 2019-06-18 15:11:05 +02:00
mpu.c cpu/cortexm: add cortex-m23 support 2019-01-21 17:04:20 +01:00
panic.c cpu*: fix doxygen grouping 2018-06-11 19:12:02 +02:00
thread_arch.c cpu/cortexm: add cortex-m23 support 2019-01-21 17:04:20 +01:00
vectors_cortexm.c cpu/cortexm: fix pointer calculation 2019-05-13 17:38:10 +02:00