zephyr/ext/hal/ksdk
Jorge Ramirez-Ortiz 27ecd5d8f3 drivers: flash: SoC KSDK
This KSDK flash shim driver supports the device in the FRDM K64F
platform (enabled with this commit).

WARNING: the driver disables the system interrupts for potentially
long periods of time. This is required to avoid Read-While-Write
issues since most platforms run in XIP mode.

For more detailed information see the link below:
http://cache.freescale.com/files/32bit/doc/app_note/AN4695.pdf

Change-Id: I70f8d09080251033ce2f45be0c2eb95c19fded08
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
2016-11-07 18:43:16 +00:00
..
components ksdk: Build ksdk fsl_enet.c and fsl_phy.c 2016-09-23 01:53:50 +00:00
devices/MK64F12 ksdk: Import Kinetis SDK device support for K64F 2016-05-24 16:04:47 -05:00
drivers drivers: flash: SoC KSDK 2016-11-07 18:43:16 +00:00
Kconfig ksdk: Add Kconfig support for the ksdk 2016-06-17 19:15:29 +00:00
Makefile ksdk: Build ksdk fsl_enet.c and fsl_phy.c 2016-09-23 01:53:50 +00:00
README ksdk: Import Kinetis SDK device support for K64F 2016-05-24 16:04:47 -05:00

README

The Kinetis Software Development Kit (KSDK) provides device header files and
peripheral drivers for Kinetis SOCs.

The sources in this directory are imported from kex.nxp.com.

The current version supported in Zephyr is KSDK 2.0. It currently supports the
following SOCs:
- MK64F12 (aka K64F)