zephyr/tests/net
Kim Bøndergaard ee6c552805 boards: frdm_k64f: Solve conflict between UART3 and enet
Arduino compatible boards should have a working UART on pin 0 & 1.
On frdm_k64f this is handled by uart3

Unfortunately pinmuxing of uart3 was destroyed when enabling NETWORKING,
because the uart3 RX/TX pins was reconfigured for 1588 timers.

1588 timers are enabled by the enet child node, ptp which by some reason
is enabled by default.
1588 timers aren't needed in most cases when ethernet is being used,
so this fix ensures ptp is by default disabled. Likewise pinmuxing of
the 1588 timer functionality is now dependant of ptp being active

Signed-off-by: Kim Bøndergaard <kim.boendergaard@escoglobal.com>
2021-11-30 11:08:15 -06:00
..
6lo net: icmpv6: Remove in6_addr from packed structs 2021-11-25 10:46:35 -05:00
all Kconfig: net: deprecate NET_BUF_USER_DATA_LEN 2021-11-24 16:04:50 +02:00
arp net: ipv4: Remove in_addr from packed net_ipv4_hdr struct 2021-11-25 10:46:35 -05:00
bridge cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
buf tests: net: buf: test per-pool data lengths 2021-11-24 16:04:50 +02:00
checksum_offload net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
context net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
dhcpv4 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
ethernet_mgmt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
hostname cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
icmpv4 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
icmpv6 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
ieee802154 tests: net: Add custom 802154 L2 tests 2021-11-29 18:55:13 -05:00
iface cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
igmp cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
ip-addr cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
ipv6 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
ipv6_fragment cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
lib tests: net: dns_sd, mdns: support service type enumeration 2021-10-01 20:11:50 -04:00
mgmt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mld cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
neighbor cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
net_pkt net: buf: POOL_FIXED_DEFINE explicit user data 2021-11-24 16:04:50 +02:00
pm device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
ppp/driver drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
promiscuous cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
ptp/clock boards: frdm_k64f: Solve conflict between UART3 and enet 2021-11-30 11:08:15 -06:00
route cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
route_mcast net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
shell cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
socket kernel: atomics: update print specifiers for atomic_t 2021-11-15 09:59:01 -05:00
tcp net/tcp: Rename TCP2 to TCP 2021-11-11 07:26:41 -05:00
traffic_class net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
trickle drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
tx_timestamp cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
udp cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
utils cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
virtual cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
vlan cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00