a02c333963
Add a common definition for NUM_IRQS in arch/arm/core/Kconfig and arch/riscv/Kconfig. That way, the type doesn't have to be given for NUM_IRQS in all the Kconfig.defconfig files. Trying to get rid of unnecessary "full" symbol definitions in Kconfig.defconfig files, to make the organization clearer. It can also help with finding unused symbols. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig.defconfig.mk64f12 | ||
Kconfig.defconfig.series | ||
Kconfig.series | ||
Kconfig.soc | ||
README.txt | ||
dts_fixup.h | ||
linker.ld | ||
nxp_mpu_regions.c | ||
soc.c | ||
soc.h | ||
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