1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266
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
..
bin cpu/esp8266: fix bootloader images 2019-12-12 08:16:54 +01:00
freertos cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
include cpu/esp: move BACKUP* attributes to esp_common 2020-04-03 18:07:12 +02:00
ld cpu/esp8266/ld: use folder name instead of archive for module objects 2020-10-09 13:29:55 +02:00
periph drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
sdk cpu/esp8266: remove unused function definitions 2020-02-21 09:09:34 +01:00
vendor cpu/esp*: Fix cast alignment issues 2020-11-18 10:19:23 +01:00
doc.txt cpu/esp: implement ESP SoftAP mode 2020-09-27 18:29:24 -05:00
Kconfig cpu/esp8266: Add Kconfig symbols 2020-07-07 16:27:43 +02:00
Makefile cpu/esp8266: move esp_wifi to cpu/esp_common 2020-02-21 09:09:34 +01:00
Makefile.dep cpu/esp8266: Move common modules fo Makefile.dep 2020-03-24 09:27:40 +01:00
Makefile.features cpu/esp8266: Add Kconfig symbols 2020-07-07 16:27:43 +02:00
Makefile.include Merge pull request #14754 from leandrolanzieri/pr/no_archives 2020-09-10 09:36:29 +02:00
startup.c cpu/*: reorder ENABLE_DEBUG after last include 2020-10-23 00:45:55 +02:00
syscalls.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00