Search found 2 matches

by citrullin
Wed Jan 29, 2020 2:21 pm
Forum: ESP32 Arduino
Topic: Missing pthread: Cross Compile library with cmake
Replies: 0
Views: 2143

Missing pthread: Cross Compile library with cmake

I want to create an Arduino library. The project I want to integrate uses cmake. Since the Arduino IDE also support static libraries, I thought this might be the best way to go. I compiled the most recent gcc for the ESP32. Now cmake is able to compile a simple test program. It wasn't possible with ...
by citrullin
Thu Dec 05, 2019 1:14 am
Forum: ESP-IDF
Topic: RFC7668 (IPv6 over BLE) in lwip?
Replies: 0
Views: 1619

RFC7668 (IPv6 over BLE) in lwip?

lwip supports the IPv6 over BLE stack . I couldn't find any example for the ESP32. The ESP32 development kit has the lowpan6 files used in some sources. But not the BLE ones. So, I want to know if the ESP32 supports the IPv6 over BLE stack and if not, when the support will be added to the developme...