Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions samples/net/cloud/aws_iot_mqtt/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ CONFIG_NET_CONFIG_SNTP_INIT_SERVER="0.pool.ntp.org"

# Logging
CONFIG_LOG=y
CONFIG_LOG_TIMESTAMP_USE_REALTIME=y
CONFIG_POSIX_C_LANG_SUPPORT_R=y

# Network buffers
CONFIG_NET_PKT_RX_COUNT=32
Expand Down
4 changes: 4 additions & 0 deletions samples/posix/gettimeofday/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ CONFIG_NET_CONFIG_MY_IPV4_GW="192.0.2.2"

# Network debug config
CONFIG_NET_LOG=y

# Use realtime for log timestamps
CONFIG_LOG_TIMESTAMP_USE_REALTIME=y
CONFIG_POSIX_C_LANG_SUPPORT_R=y
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is interesting. I'm really hoping we can use the custom profile to make this the default in Zephyr. Consistence with both the coding guidelines and spec would be👌

Loading