zephyr/samples/net
Kumar Gala 46850a12d3 samples: lwm2m_client: Fix building on native_posix
Sample code uses GPIO api's but wasn't enabling CONFIG_GPIO.  So
on native_posix this would cause the sample to not build.  Add
CONFIG_GPIO=y to prj.conf to fix this.

Fixes #48306

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-26 14:33:18 +00:00
..
capture samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
cloud samples: net: Remove label property from devicetree overlays 2022-07-19 10:30:39 +02:00
common
dhcpv4_client all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
dns_resolve all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
dsa all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
eth_native_posix samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
gptp all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
gsm_modem samples: net: gsm_modem: Update sample to remove use of DT_INST 2022-07-21 17:26:44 -05:00
ipv4_autoconf all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
lldp samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
lwm2m_client samples: lwm2m_client: Fix building on native_posix 2022-07-26 14:33:18 +00:00
mdns_responder all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
mqtt_publisher samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
openthread/coprocessor samples: net: Remove label property from devicetree overlays 2022-07-19 10:30:39 +02:00
promiscuous_mode all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
sockets samples: net: sockets: can: add console harness configuration 2022-07-19 10:31:10 +02:00
stats samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
syslog_net logging: Remove logging v1 from the logging 2022-06-16 10:51:15 -04:00
telnet all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
virtual all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
vlan samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
wifi samples: net: Remove label property from devicetree overlays 2022-07-19 10:30:39 +02:00
wpan_serial samples: net: Remove label property from devicetree overlays 2022-07-19 10:30:39 +02:00
wpanusb samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
zperf samples: net: zperf: Fix format specificer missmatch 2022-07-18 13:18:56 +00:00
net.rst