zephyr/tests
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
..
application_development/gen_inc_file cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
arch tests: fix double promotion warning 2021-11-24 17:14:25 -05:00
benchmarks tests: latency_measure: remove qemu_x86_64 exclusion 2021-11-24 14:16:13 -05:00
bluetooth tests: Bluetooth: Update to use Periodic Advertising enable ADI flags 2021-11-26 10:26:17 -05:00
boards drivers: Apply SPI API change to relevant places 2021-11-19 11:50:38 +01:00
boot/uefi tests: uefi: move uefi test out of hello world 2021-10-22 06:36:51 -04:00
cmake/config_dir cmake: APPLICATION_CONFIG_DIR support implemented 2021-11-10 08:25:36 -05:00
crypto tests: m2gl025_miv: exclude slow platform from some tests 2021-11-29 19:39:38 -05:00
drivers boards: mimxrt10xx: Added support for LPSPI DMA on RT10xx series 2021-11-30 10:57:17 -06:00
kernel test: device: Specify address and size cells. 2021-11-29 19:41:27 -05:00
lib tests: m2gl025_miv: exclude slow platform from some tests 2021-11-29 19:39:38 -05:00
misc cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
net boards: frdm_k64f: Solve conflict between UART3 and enet 2021-11-30 11:08:15 -06:00
posix tests: posix: common: increase main stack for TLS tests 2021-11-19 10:11:32 +01:00
subsys device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
unit lib: os: cbprintf: Add flags to CBPRINTF_MUST_RUNTIME_PACKAGE 2021-11-29 21:13:56 +01:00
ztest ztest: add a weak implementation of test_main() 2021-10-28 16:57:51 -04:00