zephyr/soc/arm/nxp_kinetis/k6x
Piotr Zięcik 240783a229 soc: Cleanup SYS_POWER_*_SUPPORTED Kconfig options
This commit removes "select SYS_POWER_*_SUPPORTED" entries from
Kconfig on SoCs which are not implementing sys_set_power_state()
method used to control power mode.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2019-02-19 13:25:36 -05:00
..
CMakeLists.txt arch: arm: Make ARM_MPU the sole option controlling MPU usage 2018-09-20 14:16:50 +02:00
Kconfig.defconfig.mk64f12 Kconfig: Use 'default' instead of 'def_bool' in Kconfig.defconfig files 2018-11-13 16:04:01 -05:00
Kconfig.defconfig.series
Kconfig.series soc: Cleanup SYS_POWER_*_SUPPORTED Kconfig options 2019-02-19 13:25:36 -05:00
Kconfig.soc ext: mcux: Add HAS_MCUX_ENET config 2019-01-28 21:21:01 -05:00
README.txt
dts_fixup.h eth: eth_mcux: Convert to use DT_ prefixed defines 2019-02-08 16:03:17 -06:00
linker.ld
nxp_mpu_regions.c arch: arm: mpu: declare and define nxp_mpu_config as const 2018-11-21 09:44:21 -05:00
soc.c arch: arm: Make ARM_MPU the sole option controlling MPU usage 2018-09-20 14:16:50 +02:00
soc.h drivers: eth_mcux: kinetis networking device Tree 2018-10-19 07:57:20 -05:00
wdog.S soc: arm: Don't touch interrupts in kinetis watchdog init 2018-12-17 08:26:30 -06:00

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