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
..
2020-06-24 09:27:02 +02:00
2020-07-29 10:14:57 +02:00
2020-07-07 16:27:43 +02:00
2020-06-29 14:01:01 +02:00
2020-07-02 14:41:41 +02:00
2020-07-16 13:23:30 +02:00
2020-07-16 19:03:38 +02:00
2020-07-16 15:39:02 +02:00
2020-07-16 10:23:49 +02:00
2020-07-16 10:23:49 +02:00
2020-07-16 15:35:23 +02:00
2020-07-16 15:33:29 +02:00
2020-07-16 18:09:59 +02:00
2020-07-16 21:29:46 +02:00
2020-07-16 17:01:10 +02:00