mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 12:35:21 +00:00
All of the cases of CONFIG_ADC_x_NAME should be DT_ADC_x_NAME. So go ahead and fix them up. Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dts_fixup.h | ||
Kconfig.defconfig.mk64f12 | ||
Kconfig.defconfig.series | ||
Kconfig.series | ||
Kconfig.soc | ||
linker.ld | ||
nxp_mpu_regions.c | ||
README.txt | ||
soc.c | ||
soc.h | ||
wdog.S |
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