MaJerle / lwesp

Lightweight and versatile AT parser library for ESP8266 and ESP32 devices.
https://majerle.eu/projects/lwesp-lightweight-esp-at-parser-library-for-embedded-systems
MIT License
447 stars 138 forks source link

POSIX: use libc heap, allow NULL thread_t, UART refactored. #106

Closed imi415 closed 2 years ago

imi415 commented 2 years ago
  1. Allow null lwesp_sys_thread_t pointers during thread creation and termination
  2. Switch to native libc heap memory management
  3. Refactored UART recv thread, fixed TCP send issues.