File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
CONFIG_POSIX_API=y
5
+ CONFIG_POSIX_NETWORKING=y
5
6
6
7
# Networking
7
8
CONFIG_NETWORKING=y
Original file line number Diff line number Diff line change 1
1
# General config
2
2
CONFIG_REQUIRES_FULL_LIBC=y
3
3
CONFIG_POSIX_API=y
4
+ CONFIG_POSIX_FD_MGMT=y
4
5
CONFIG_EVENTFD=y
5
6
6
7
# eventfd() implementation currently depends on some networking APIs,
Original file line number Diff line number Diff line change 1
1
CONFIG_LOG=y
2
2
CONFIG_MAIN_STACK_SIZE=1200
3
3
CONFIG_POSIX_API=y
4
+ CONFIG_POSIX_NETWORKING=y
4
5
5
6
CONFIG_SERIAL=y
6
7
CONFIG_UART_INTERRUPT_DRIVEN=y
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ CONFIG_LOG=y
2
2
CONFIG_GPIO=y
3
3
CONFIG_MAIN_STACK_SIZE=1200
4
4
CONFIG_POSIX_API=y
5
+ CONFIG_POSIX_NETWORKING=y
5
6
6
7
CONFIG_MODBUS=y
7
8
CONFIG_MODBUS_ROLE_SERVER=y
You can’t perform that action at this time.
0 commit comments