zephyr/samples
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 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
arch cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
basic samples: blinky_pwm: added overlay for the esp32 board 2021-11-07 05:36:42 -05:00
bluetooth net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
boards samples: stm32 power mngt enters low power 2021-11-29 18:19:46 -05:00
compression cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
drivers samples/drivers: led_pca9633: Replace target stm32373c_eval 2021-11-26 11:36:42 +01:00
hello_world tests: uefi: move uefi test out of hello world 2021-10-22 06:36:51 -04:00
kernel tests: kernel: cycle64: mark test as slow 2021-11-29 10:35:49 -05:00
modules samples: tflite-micro: hello_world: Increase main stack size 2021-11-25 06:58:45 -05:00
net boards: frdm_k64f: Solve conflict between UART3 and enet 2021-11-30 11:08:15 -06:00
philosophers samples: philosophers: fix pointer type mismatch for stack fork 2021-09-09 19:06:38 -04:00
posix samples/posix: eventfd: Prevent run in twister when SRAM below 32K 2021-09-20 19:48:34 -04:00
sensor samples: fix double promotion warnings 2021-11-24 17:14:25 -05:00
shields drivers: sensor: Const sensor trigger data in trigger handler 2021-10-27 15:09:35 -04:00
subsys device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
synchronization cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
tfm_integration samples: Add TF-M sample for custom secure partitions 2021-11-22 22:19:41 -05:00
userspace kernel: mem_domain: add/remove partition funcs to return errors 2021-11-22 12:45:22 -05:00
classic.rst
index.rst samples: compression: lz4: lz4 sample application 2021-06-12 17:21:55 +02:00