espressif / esp32-arduino-lib-builder

146 stars 157 forks source link

Adds OpenThread to Arduino 3.0.x #179

Closed SuGlider closed 4 months ago

SuGlider commented 4 months ago

Adds OpenThread Library to Arduino 3.0.x using IDF 5.1+

It is necessary to add the library strip command: riscv32-esp-elf-strip -g libopenthread.a

SuGlider commented 4 months ago

@me-no-dev - This is the OThread library again. Please don't forget to add the library strip command in the scripts. Also for the other libraries like TensorFlow etc.