zephyr/arch/arm/soc/nxp_kinetis/k6x
Kumar Gala ad18f84f50 arch: arm: Refactor CONFIG_CORTEX_M
Clean up Kconfig so each SoC just selects the specific Cortex-M
implementaiton rather than having to select both CORTEX_M and
CORTEX_{M0, M3, M4, etc.}.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-03-10 11:42:25 -06:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig.defconfig.mk64f12 drivers: Rename `random` to `entropy` 2017-11-01 08:26:29 -04:00
Kconfig.defconfig.series
Kconfig.series arch: arm: Refactor CONFIG_CORTEX_M 2018-03-10 11:42:25 -06:00
Kconfig.soc
README.txt
dts.fixup dts: nxp: Refactor k64 dts.fixup into arch/arm/soc 2018-02-21 11:38:36 -06:00
linker.ld
nxp_mpu_regions.c
soc.c
soc.h flash: remove obsolete FLASH_DRIVER_NAME 2018-02-06 11:48:53 -06: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