mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Kaspar Schleiser
fe1d9981a8
This test verifies that a thread can call `thread_yield_higher()` with IRQs disabled, and that the actual context switch is deferred until IRQs are re-enabled.
6 lines
141 B
Makefile
6 lines
141 B
Makefile
include ../Makefile.tests_common
|
|
|
|
FEATURES_BLACKLIST += arch_avr8 arch_msp430 arch_riscv arch_mips32r2
|
|
|
|
include $(RIOTBASE)/Makefile.include
|