zephyr/arch/arm/soc/fsl_frdm_k64f
Daniel Leung 2d1ed03a8f pwm/k64_ftm: remove kconfigs that are SoC specific
Remove those kconfig options that are SoC specific, and
should not be configurable via kconfig.

Change-Id: Ifd65097a65f80539cac073f95aadc2d8e42efb9f
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-31 23:17:24 +00:00
..
Kbuild pinmux: Move the Freescale FRDM K64F board to the pinmux model 2016-03-25 06:17:33 -04:00
Kconfig kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
Kconfig.defconfig console/uart: remove duplicate default value for parent UART dev 2016-03-30 13:38:58 +00:00
Kconfig.soc power_mgmt: Make names consistent with new RFC 2016-03-26 14:35:11 -04:00
Makefile Revert "arch: arm: set the architecture via Kconfig" 2016-03-10 16:31:26 -05:00
README.txt
linker.cmd arm/frdm_k64f: only leave space for security in XIP images 2016-02-05 20:25:24 -05:00
soc.c arch: arm: move nmi to common location 2016-03-12 03:20:36 +00:00
soc.h pwm/k64_ftm: remove kconfigs that are SoC specific 2016-03-31 23:17:24 +00:00
soc_config.c k64f: Move pinmux specific code to pinmux.c 2016-03-22 15:17:13 +00: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