1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu
Koen Zandberg 0eb66a429f
cortexm_common: Clear PendSV request after idle sleep
The PendSV interrupt is used to request a scheduling operation. An
interrupt during the idle sleep can re-request the PendSV interrupt,
while the PendSV is still busy scheduling the next thread. This clears
the request after sleep to prevent triggering an extra PendSV interrupt
after the current PendSV handler finished.
2020-07-21 11:23:49 +02:00
..
arm7_common cpu/arm7_common: Add Kconfig symbols 2020-07-16 19:03:38 +02:00
atmega32u4 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega128rfa1 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega256rfr2 Merge pull request #14206 from leandrolanzieri/pr/kconfig/atmega256rfr2_based_boards 2020-06-24 11:06:04 +02:00
atmega328p cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega1281 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega1284p cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega2560 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega_common cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
cc26x0 Merge pull request #14296 from leandrolanzieri/pr/cpu/adapt_kconfig_classification 2020-06-17 10:26:20 +02:00
cc26x2_cc13x2 Merge pull request #14296 from leandrolanzieri/pr/cpu/adapt_kconfig_classification 2020-06-17 10:26:20 +02:00
cc26xx_cc13xx cpu/cc26xx_cc13xx: model features in Kconfig 2020-06-08 08:23:45 -05:00
cc430 cpu/cc430: Add Kconfig symbols 2020-06-24 09:27:02 +02:00
cc2538 treewide: fix file permissions 2020-07-08 17:32:36 +02:00
cortexm_common cortexm_common: Clear PendSV request after idle sleep 2020-07-21 11:23:49 +02:00
efm32 cpu/efm32: DCDC is available on Series 2 as well 2020-07-08 21:54:57 +02:00
esp32 cpu/esp32: support multiple heaps for newlib 2020-07-10 08:42:12 +02:00
esp8266 cpu/esp8266: Add Kconfig symbols 2020-07-07 16:27:43 +02:00
esp_common cpu/esp32: support multiple heaps for newlib 2020-07-10 08:42:12 +02:00
ezr32wg cpu/ezr32wg: Add Kconfig symbols 2020-06-29 14:01:01 +02:00
fe310 cpu/fe310: use common names for heap markers 2020-07-07 17:25:00 +02:00
kinetis cpu/kinetis: Add Kconfig symbols 2020-07-02 14:41:41 +02:00
lm4f120 cpu/lm4f120: Add Kconfig symbols 2020-07-16 13:23:30 +02:00
lpc23xx cpu/lpc23xx: Add Kconfig symbols 2020-07-16 19:03:38 +02:00
lpc1768 cpu/lpc1768: Add Kconfig symbols 2020-07-16 15:39:02 +02:00
mips32r2_common cpu/mips32r2_common: Add Kconfig symbols 2020-07-16 13:20:01 +02:00
mips_pic32_common cpu/mips_pic32_common: Add Kconfig symbols 2020-07-16 13:20:04 +02:00
mips_pic32mx cpu/mips_pic32mx: Add Kconfig symbols 2020-07-16 13:20:05 +02:00
mips_pic32mz cpu/mips_pic32mz: Add Kconfig symbols 2020-07-16 13:20:05 +02:00
msp430_common cpu/msp430_common: Refactor cpu.{c,h} 2020-07-15 13:09:11 +02:00
msp430fxyz cpu/msp430fxyz: Add Kconfig symbols 2020-06-24 09:28:19 +02:00
native cpu/native: Add Kconfig symbols 2020-07-16 13:53:45 +02:00
nrf5x_common Merge pull request #14497 from aabadie/pr/drivers/makefile_dep_cleanup 2020-07-20 13:04:59 +02:00
nrf51 cpu/nrf51: Add Kconfig symbols 2020-07-16 10:23:49 +02:00
nrf52 cpu/nrf52: Add Kconfig symbols 2020-07-16 10:23:49 +02:00
sam0_common Merge pull request #14007 from benpicco/cpu/sam0_common-pwm 2020-07-09 10:01:08 +02:00
sam3 cpu/sam3: Add Kconfig symbols 2020-07-16 15:35:23 +02:00
sam_common cpu/sam_common: remove use of export for LINKFLAGS 2020-01-02 09:50:14 +01:00
samd5x cpu/samd5x: Add Kconfig symbols 2020-07-16 15:33:29 +02:00
samd21 Merge pull request #14007 from benpicco/cpu/sam0_common-pwm 2020-07-09 10:01:08 +02:00
saml1x cpu/saml1x: Add Kconfig symbols 2020-07-16 18:09:59 +02:00
saml21 cpu/saml21: Add Kconfig symbols 2020-07-16 21:29:46 +02:00
stellaris_common cpu: do not locally export compilation variables 2019-08-29 10:35:53 +02:00
stm32 cpu/stm32: model features in Kconfig 2020-07-16 11:34:02 +02:00
doc.txt cpu/lpc23xx: rename Doxygen group 2020-07-16 17:01:10 +02:00
Kconfig cpu/kconfig: Rename CPU classification symbols 2020-06-16 14:27:27 +02:00