Skip to content

Commit cd3e327

Browse files
committed
samples: net: remove POSIX_TIMERS and XSI_SINGLE_PROCESS
Remove POSIX_TIMERS and XSI_SINGLE_PROCESS dependencies from the aws cloud sample and the lwm2m client sample, as they are no longer required. Signed-off-by: Chris Friedt <[email protected]>
1 parent 0eb00c4 commit cd3e327

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

samples/net/cloud/aws_iot_mqtt/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ CONFIG_NET_DHCPV4=y
3939

4040
# SNTP
4141
CONFIG_SNTP=y
42-
CONFIG_POSIX_TIMERS=y
4342
CONFIG_NET_CONFIG_CLOCK_SNTP_INIT=y
4443
CONFIG_NET_CONFIG_SNTP_INIT_SERVER="0.pool.ntp.org"
4544

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
CONFIG_ZCBOR=y
22
CONFIG_ZCBOR_CANONICAL=y
33
CONFIG_LWM2M_RW_SENML_CBOR_SUPPORT=y
4-
CONFIG_XSI_SINGLE_PROCESS=y
54
CONFIG_LWM2M_RESOURCE_DATA_CACHE_SUPPORT=y

0 commit comments

Comments
 (0)