1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega_common
Marian Buschsieweke 86fdbd7054
core/lib: Add macros/utils.h header
The macros CONCAT(), MIN(), and MAX() are defined over and over again in
RIOT's code base. This de-duplicates the code by moving the macros to a
common place.
2023-01-07 09:47:44 +01:00
..
include Merge pull request #18263 from maribu/cpu/avr8/idle_stack 2022-06-29 00:57:57 +02:00
periph core/lib: Add macros/utils.h header 2023-01-07 09:47:44 +01:00
atmega_cpu.c cpu/{atxmega,atmega_common}: fix invalid use of PSTR() 2021-09-30 17:15:39 +02:00
doc.txt cpu/atmega_common: move PCINT documentation from boards 2021-11-22 12:25:57 +01:00
Kconfig cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
Makefile cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
Makefile.dep cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
Makefile.features cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
Makefile.include cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00