zephyr/arch/arm/soc/nxp_kinetis/k6x
Flavio Ceolin 0866d18d03 irq: Fix irq_lock api usage
irq_lock returns an unsigned int, though, several places was using
signed int. This commit fix this behaviour.

In order to avoid this error happens again, a coccinelle script was
added and can be used to check violations.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-08-16 19:47:41 -07:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig.defconfig.mk64f12 soc: defconfig: Consistently quote string defaults 2018-05-26 19:17:48 -04:00
Kconfig.defconfig.series Kconfig: Switch to improved globbing statements 2018-08-15 04:07:44 -07:00
Kconfig.series arch: arm: Refactor CONFIG_CORTEX_M 2018-03-10 11:42:25 -06:00
Kconfig.soc Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
README.txt
dts.fixup dts: nxp: fix typo in usbd bindings 2018-05-30 11:23:39 -05:00
linker.ld
nxp_mpu_regions.c arm: nxp: mpu: Consolidate k64 mpu regions 2018-07-10 12:46:04 -04:00
soc.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
soc.h nxp_kinetis: Remove unused dspi irq defines from soc.h 2018-05-10 15:43:42 -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