This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/shared/platform/esp-idf
Patrick Cook 89c11c5361
Fix explicit casts and types in espidf_socket.c (#1945)
In the esp-idf platform, Xtensa GCC 8.4.0 reported incompatible pointer warnings when
building with the lwip component.

Berkeley (POSIX) sockets uses composition in combination with type punning to handle
many protocol families, including IPv4 & IPv6. The type punning just has to be made
explicit with pointer casts from `sockaddr_in` for IPv4 to the generic `sockaddr`.
2023-02-09 09:34:26 +08:00
..
espidf_malloc.c Add bh_print_proc_mem() to dump memory info of current process (#1734) 2022-11-25 08:33:44 +08:00
espidf_memmap.c ESP IDF fixes (#927) 2022-01-05 12:50:17 +08:00
espidf_platform.c Fix link error for ESP-IDF 4.4.2 (#1520) 2022-09-27 09:00:38 +08:00
espidf_socket.c Fix explicit casts and types in espidf_socket.c (#1945) 2023-02-09 09:34:26 +08:00
espidf_thread.c esp32: Support app management and thread (#1350) 2022-08-02 16:37:55 +08:00
platform_internal.h Add mutex initializer for wasm-c-api engine operations (#1656) 2022-10-31 11:48:07 +08:00
shared_platform.cmake Port WAMR to ESP-IDF (#892) 2021-12-20 10:52:59 +08:00