zephyr/soc/arm/nxp_kinetis/k6x
Hake Huang 10fc7a38cc dma: add EDMA MCUX support for RT and k6s
tested on mimxrt1060_evt
  MEMORY_NOCACHE is needed
test on frdmk64f
  special test slot need configure with
  CONFIG_DMA_TEST_SLOT_START

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
2020-06-12 13:03:28 -05:00
..
CMakeLists.txt
Kconfig.defconfig.mk64f12 soc: nxp: k6x: enable DAC driver 2020-05-01 12:35:50 -05:00
Kconfig.defconfig.mk66f18 soc: arm: nxp: kinetis: k6x: add K66F support 2020-03-19 15:58:08 -05:00
Kconfig.defconfig.series dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
Kconfig.series kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
Kconfig.soc dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
README.txt
linker.ld
nxp_mpu_regions.c
soc.c clk: k6x: Enable High Speed RUN (HSRUN) mode for K66F SOC 2020-06-10 13:02:22 -05:00
soc.h soc: arm: nxp: kinetis: k6x: add K66F support 2020-03-19 15:58:08 -05:00
wdog.S

README.txt

Notes on the FSL FRDM K64F SRAM base address and size

Although the K64F CPU has 64 kB of SRAM at 0x1FFF0000 (code space), it is not
used by the FSL FRDM K64F platform.  Only the 192 kB region based at the
standard ARMv7-M SRAM base address of 0x20000000 is supported.

As such the following values are used:

CONFIG_SRAM_BASE_ADDRESS=0x20000000
CONFIG_SRAM_SIZE=64      # Measured in kB