1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega_common/include
Marian Buschsieweke 606d72f64b
cpu/atmega_common: Clean up & fix IRQ handling
At the end of an ISR, the ATmega code was doing an `thread_yield()` instead of
 a `thread_yield_higher()`. This resulted in tests/isr_yield_higher failing.
 Fixing this saves a few lines of code, some ROM, and solves the issue.
2019-11-23 11:57:11 +01:00
..
atmega_regs_common.h cpu/atmega32u4: add support for ATmega32U4 2019-05-24 15:12:47 +02:00
c11_atomics_compat_cpu.hpp cpu: Platform specific C11 atomics compat headers 2019-10-24 23:08:36 +02:00
cpu_conf.h cpu/atmega_common: changes for common heap command 2019-09-05 09:20:55 +02:00
cpu.h cpu/atmega_common: Clean up & fix IRQ handling 2019-11-23 11:57:11 +01:00
periph_cpu_common.h doxygen/GPIO: don't include overridden typedefs 2019-11-15 10:35:33 +01:00