1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/esp32
Gunar Schorcht 416e8ce8e6 cpu/esp32: fix C linkage compilatio error
With the new toolchain version required to fix issue #13133, the compilation of `examples/posix_socket` fails due to a C linkage error in `atomic_base.h`. The reason is that including `drivers/include/mtd.h` in `boards/esp32/board_common.h` inside the `extern C` block finally leads to including `atomic_base.h` inside the `extern C` block which in turn to the C linkage error for the template definitions in this file.
2020-01-16 13:03:49 +01:00
..
include cpu/esp32: fix C linkage compilatio error 2020-01-16 13:03:49 +01:00
board_common.c cpu/esp32: module esp_can removed 2019-09-20 19:35:02 +02:00
doc.txt boards: add common esp32 based sources 2018-10-08 12:20:49 +02:00
Makefile boards: add common esp32 based sources 2018-10-08 12:20:49 +02:00
Makefile.dep boards/common/esp: move CPU/CPU_MODEL definiton to Makefile.features 2019-09-24 17:29:37 +02:00
Makefile.features boards/common/esp: move CPU/CPU_MODEL definiton to Makefile.features 2019-09-24 17:29:37 +02:00
Makefile.include boards/esp32*: espreset tool added 2019-11-20 08:33:47 +01:00