1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/avr8_common
Marian Buschsieweke 21daf782a7
cpu/avr8_common: clean up thread_arch.c
Use __AVR_HAVE_RAMP<D,X,Y,Y>__ and __AVR_HAVE_3_BYTE_PC__ provided by
the compiler instead of custom macros.
2022-06-20 19:49:07 +02:00
..
avr_libc_extra cpu/avr8_common: model Kconfig 2021-11-22 12:25:29 +01:00
include core: change return type of irq_is_in(), irq_is_enabled() to bool 2021-12-08 15:53:15 +01:00
ldscripts cpu/avr8_common: Fix link with binutils > 2.35.2 2021-10-13 16:37:19 +02:00
avr8_cpu.c cpu/atmega_common: move clock init to common code 2021-08-27 17:06:50 +02:00
doc.txt cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
Kconfig cpu/avr8_common: use C++ new and delete operator 2022-01-03 23:35:35 +01:00
Makefile cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
Makefile.dep cpu/avr8_common: use C++ new and delete operator 2022-01-03 23:35:35 +01:00
Makefile.features cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
Makefile.include cpu/avr8_common: implement printf_float 2021-09-28 12:35:43 +02:00
startup.c cpu: drop cpu_init() from public headers 2021-10-18 17:31:26 +02:00
thread_arch.c cpu/avr8_common: clean up thread_arch.c 2022-06-20 19:49:07 +02:00