zephyr/samples/net/sockets
Stancu Florin ae22c697b3 boards: cc1352r1_launchxl: fix echo samples
Recent Zephyr changes (IEEE 802.15.4 config moved from KConfig
to DeviceTree) left the TI CC1352r1_launchxl board's net examples in
a non-working state, mainly due to the fact that CC13x2 has two
IEEE802154 interfaces available (2.4GHz and sub-GHz) and none were
enabled.

This commit enables the 2.4GHz radio inside the board's DTS and also
introduces a new devicetree overlay inside the echo* samples:
'boards/boards/cc1352-enable-subg.overlay', enabling the sub-GHz
interface.

Signed-off-by: Stancu Florin <niflostancu@gmail.com>
2023-01-27 17:44:38 +09:00
..
big_http_download samples: net: big_http_download: Fix POSIX compability 2023-01-19 11:17:38 +01:00
can yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
coap_client includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
coap_server includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
dumb_http_server ethernet: remove defconfig/proj setting of ethernet drivers 2022-08-15 14:32:45 +02:00
dumb_http_server_mt all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
echo ethernet: remove defconfig/proj setting of ethernet drivers 2022-08-15 14:32:45 +02:00
echo_async samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
echo_async_select samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
echo_client boards: cc1352r1_launchxl: fix echo samples 2023-01-27 17:44:38 +09:00
echo_server boards: cc1352r1_launchxl: fix echo samples 2023-01-27 17:44:38 +09:00
http_client include: net: http: rename http_x.h http/x.h 2022-10-12 09:02:21 -04:00
http_get yamllint: fix all yamllint comments-indentation errors 2023-01-04 01:16:45 +09:00
net_mgmt all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
packet all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
sntp_client samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
socketpair samples: net: socketpair: use CONFIG_ARCH_POSIX shorthand 2022-10-06 15:32:49 -04:00
tcp ethernet: remove defconfig/proj setting of ethernet drivers 2022-08-15 14:32:45 +02:00
txtime tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
websocket_client net: websocket: new receiving algorithm 2022-12-20 17:05:12 +00:00