commit | dd5c33361b93bbac7d92c4ab1bc05a1cbbfc56db | [log] [tgz] |
---|---|---|
author | Vincent Wan <vwan@ti.com> | Fri Jul 24 16:09:02 2020 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jul 27 13:28:06 2020 +0200 |
tree | e3b770170d290eaed9a575b771ffe0974bc4253a | |
parent | 34db96404b2158c6733e3788afc82a48c2e45b73 [diff] |
samples: net: socket_echo_select: add support for TI CC32xx TI CC32xx does not support binding the same port to multiple sockets, but instead uses the IPv6 socket to handle both IPv4 and IPv6 connections. This commit modifies the sample to reflect this. In addition, Kconfig options are overridden in order for the sample to take advantage of wifi and socket offloading on this platform. Signed-off-by: Vincent Wan <vwan@ti.com>