2019-01-23 06:08:48 +08:00
|
|
|
common:
|
|
|
|
depends_on: netif
|
2020-10-07 16:50:05 +08:00
|
|
|
min_ram: 21
|
|
|
|
tags: net socket userspace
|
2020-12-09 13:30:25 +08:00
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
2019-01-23 06:08:48 +08:00
|
|
|
tests:
|
2019-10-24 17:23:29 +08:00
|
|
|
net.socket.select:
|
2020-10-07 16:50:05 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
|
|
net.socket.select.preempt:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|