esp-idf/components/linux/include
Jakob Hasse 4d629be602 refactor(linux): Unified libbsd handling
* Users can now use libbsd string.h and sys/cdefs.h functionality
  (e.g., strlcpy, containerof) on Linux by just including
  string.h or sys/cdefs.h. In other words, the includes are the same
  on the Linux target as well as on chips targets (ESP32, etc.).
* libbsd linking is done by the linux component (belongs to common
  components) now instead of handling it separately in each component
2024-03-08 12:26:54 +08:00
..
machine fix(esp_netif): move endian.h to linux component, fix macOS build 2023-12-19 23:00:48 +01:00
sys refactor(system): reformated esp_timer, linux and log comp with astyle 2024-02-04 14:50:54 +08:00
esp_linux_helper.h refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00