openharmony_kernel_liteos_m/components/net/lwip-2.1
likailong 05642f05ae feat: 支持select.h的FD_SETSIZE宏配置
1. FD_SETSIZE由普通文件+网络文件的文件句柄个数之和决定。
2. 以前vfs_config.h引入fatfs.h和lfs_api.h又会引入其他头文件,
导致变异问题。因此需要将配置宏拆分出来放到fatfs_conf.h和
lfs_conf.h 头文件中。
3. lwipopts.h会提供网络的句柄个数,依赖FD_SETSIZE,而select.h会提供FD_SETSIZE,
依赖网络句柄个数,因此会形成相互依赖的情况,需要通过顺序来解决。
4. 网络中新增ntohl的定义。

close: #I4RYK4

Signed-off-by: likailong <likailong@huawei.com>
2022-01-24 17:24:26 +08:00
..
enhancement/src feat: add interface of dhcp_is_bound 2021-08-24 11:34:03 +08:00
porting feat: 支持select.h的FD_SETSIZE宏配置 2022-01-24 17:24:26 +08:00
BUILD.gn refactor: use all path of lwip_porting.gni for other product 2021-11-24 11:53:41 +08:00
lwip_porting.gni feat: add option for ioctl 2021-11-15 14:34:58 +08:00