1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atxmega/include
Marian Buschsieweke 8cc0199437
cpu/{atmega_common,atxmega}: increase idle thread stack size
Our AVR port doesn't make use of an ISR stack and just victimizes the
stack of whatever thread happens to be running, which in most cases is
the idle thread. Hence, the idle stack has to be large enough to
support the ztimer ISR.
2022-06-27 14:39:57 +02:00
..
cpu_clock.h cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
cpu_conf.h cpu/{atmega_common,atxmega}: increase idle thread stack size 2022-06-27 14:39:57 +02:00
cpu_ebi.h cpu/atxmega: Add external bus interface 2021-08-24 08:35:41 -03:00
cpu_nvm.h cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
cpu_pm.h cpu/atxmega: Add periph power management 2021-04-02 14:24:31 -03:00
periph_cpu.h cpu: include IDLE in PM_NUM_MODES 2022-04-06 12:29:25 +02:00