Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-04 00:51:42 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
332e4902b44c5282205a59c99a99a0816dc5f572
esp-idf/components/lwip/port/esp32xx/include/arch/vfs_lwip.h

16 lines
234 B
C
Raw Normal View History

lwip: Support for linux target Implement linux port layer and reuse the original FreeRTOS layer that's compiled and used on linux target as well, by means of FreeRTOS simulator.
2022-07-22 10:14:37 +02:00
/*
* SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
lwip: Route LWIP socket POSIX I/O functions via IDF VFS layer No more conflicts between LWIP & newlib read(), write(), fcntl(), etc. select() still only works if all of the fds are sockets. Closes https://github.com/espressif/esp-idf/issues/273
2017-10-03 16:56:55 +11:00
#ifdef __cplusplus
extern "C" {
#endif
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
2019-07-16 16:33:30 +07:00
void esp_vfs_lwip_sockets_register(void);
lwip: Route LWIP socket POSIX I/O functions via IDF VFS layer No more conflicts between LWIP & newlib read(), write(), fcntl(), etc. select() still only works if all of the fds are sockets. Closes https://github.com/espressif/esp-idf/issues/273
2017-10-03 16:56:55 +11:00
#ifdef __cplusplus
}
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 155ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API