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 35a1b60068
cpu/{atxmega,atmega_common}: fix invalid use of PSTR()
core_panic() doesn't expect the message to be in program memory, but
in data memory. Bad things will happen on AVR when the address is
interpreted as being in data address space, but the allocation is
done in program address space.
2021-09-30 17:15:39 +02:00
..
include treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
periph Merge pull request #15902 from maribu/spi-api-change-1 2021-09-02 08:50:56 +02: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: Initial import 2014-08-27 16:22:48 +02:00
Kconfig Merge pull request #16347 from benpicco/drivers/rtt_rtc-rtc_get_time_ms 2021-05-05 19:13:21 +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 Merge pull request #16347 from benpicco/drivers/rtt_rtc-rtc_get_time_ms 2021-05-05 19:13:21 +02:00
Makefile.include cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00