zephyr/samples/net/sockets
Kumar Gala 6defabebad drivers: can: Fix building with socket_can_generic.h
socket_can_generic.h makes some assumptions that are not always valid
for various drivers with regards to numbering.  To clean this up we
add defines for SOCKET_CAN_NAME_0 and SOCKET_CAN_NAME_2 in addition to
SOCKET_CAN_NAME_1.

We also move struct socket_can_context into the drivers themselves
since they know best how many CAN interfaces are getting supported and
what naming/number convention they'd have.

Additionally, this also exposes a few other build issues with the
can_mcux_flexcan driver that get fixed.

Finally, we remove the platform_allow from samples/net/sockets/can
since it is no longer needed.

Fixes #31733

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-02-02 16:46:28 -05:00
..
big_http_download samples: sockets: big_http_download: Increase stack size to 2.5K. 2020-10-07 13:08:44 +03:00
can drivers: can: Fix building with socket_can_generic.h 2021-02-02 16:46:28 -05:00
coap_client net: coap: clean up token usage in samples and tests 2021-02-02 14:03:01 -05:00
coap_server net: coap: clean up token usage in samples and tests 2021-02-02 14:03:01 -05:00
dumb_http_server net: buf: change avail_count variable to atomic type 2020-10-28 18:45:11 +02:00
dumb_http_server_mt samples: net: dumb_http_server_mt: Fix the OK/FAIL status check 2020-11-20 16:07:59 +02:00
echo logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
echo_async samples: net: echo*: Increase stack size 2020-09-09 09:53:22 -04:00
echo_async_select tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
echo_client net: openthread: configure required masterkey 2021-01-26 07:29:10 -05:00
echo_server net: openthread: configure required masterkey 2021-01-26 07:29:10 -05:00
http_client logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
http_get sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
net_mgmt samples: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
packet samples: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
sntp_client tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
socketpair misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
tcp logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
websocket_client logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00