1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32
Gunar Schorcht 2ed4486f21 cpu/esp32: cleanup of C++ hacks
Since former ESP32 toolchain versions used POSIX threads, module `pthread` was required. The built-in `cxa_ctor_guards` had to be replaced since they used the `pthread_once` function for singleton objects initialization where the parameter `once` was of incompatible type with that provided by RIOT's `pthread` module. The current ESP32 toolchain version no longer uses POSIX threads. The dependency on module `pthread` as well as according C++ hacks can be removed.
2020-07-29 10:14:57 +02:00
..
bin cpu/esp32: activate automatic XTAL detection 2020-01-09 15:34:18 +01:00
esp-eth cpu/esp: deprecated NETOPT_LINK_CONNECTED renamed 2020-03-31 18:11:47 +02:00
freertos cpu/esp*: move freertos/task to cpu/esp_common 2020-02-21 09:09:34 +01:00
include cpu/esp32: support multiple heaps for newlib 2020-07-10 08:42:12 +02:00
ld cpu/esp32: support multiple heaps for newlib 2020-07-10 08:42:12 +02:00
periph cpu/esp32: use RTT based RTC implementation 2020-04-07 09:12:44 +02:00
vendor treewide: fix file permissions 2020-07-08 17:32:36 +02:00
doc.txt cpu/esp32: add RTT counter implementation 2020-04-07 09:12:44 +02:00
esp_xtimer.c cpu/esp32: reflecting xtimer's member change 2020-01-10 13:21:33 -08:00
irq_arch.c cpu/esp*: common irq_arch in cpu/esp_common 2020-02-21 09:09:34 +01:00
Kconfig cpu/esp32: Add Kconfig symbols 2020-07-07 16:27:35 +02:00
Makefile cpu/esp32: cleanup of C++ hacks 2020-07-29 10:14:57 +02:00
Makefile.dep cpu/esp32: cleanup of C++ hacks 2020-07-29 10:14:57 +02:00
Makefile.features cpu/esp32: Add Kconfig symbols 2020-07-07 16:27:35 +02:00
Makefile.include cpu/esp32: cleanup of C++ hacks 2020-07-29 10:14:57 +02:00
startup.c cpu/esp32: fix GPIO32 and GPIO 33 as I2C pins 2020-04-17 18:46:15 +02:00
syscalls.c cpu/esp32: fix printf for float with newlib-nano 2020-05-02 16:56:29 +02:00