1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atxmega
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
..
ebi cpu/atxmega: Add external bus interface 2021-08-24 08:35:41 -03:00
include cpu/atmega_common: move clock init to common code 2021-08-27 17:06:50 +02:00
periph Merge pull request #15902 from maribu/spi-api-change-1 2021-09-02 08:50:56 +02:00
atxmega_cpu.c cpu/{atxmega,atmega_common}: fix invalid use of PSTR() 2021-09-30 17:15:39 +02:00
doc.txt cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Kconfig cpu/atxmega: Add external bus interface 2021-08-24 08:35:41 -03:00
Kconfig.XMEGAA cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Kconfig.XMEGAB cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Kconfig.XMEGAC cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Kconfig.XMEGAD cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Kconfig.XMEGAE cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Makefile cpu/atxmega: Add external bus interface 2021-08-24 08:35:41 -03:00
Makefile.dep cpu/atxmega: Add external bus interface 2021-08-24 08:35:41 -03:00
Makefile.features cpu/atxmega: Add external bus interface 2021-08-24 08:35:41 -03:00
Makefile.include cpu/atxmega: Add external bus interface 2021-08-24 08:35:41 -03:00