1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp_common/periph
Marian Buschsieweke 921bc7f6e0
cpu/esp*: Fix cast alignment issues
- Add `WORD_ALIGNED` attribute to potentially unaligned allocations
- Use intermediate cast to `uintptr_t` to silence false positives of
  `-Wcast-align`
2020-11-18 10:19:23 +01:00
..
flash.c cpu/esp*: Fix cast alignment issues 2020-11-18 10:19:23 +01:00
hwrng.c cpu/esp*: move periph/hwrng to cpu/esp_common 2020-02-21 09:09:34 +01:00
i2c_sw.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
Makefile esp/esp*: move common code to cpu/esp_common 2020-02-21 09:09:34 +01:00
spi.c cpu/*: replace #if ENABLE_DEBUG with IS_ACTIVE 2020-11-02 21:34:12 +01:00
uart.c cpu/*: reorder ENABLE_DEBUG after last include 2020-10-23 00:45:55 +02:00