mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 14:15:22 +00:00
Shorten the name and remove the vendor prefix. No need to add vendor to board names. Change-Id: I68d441121c4034276706da63d7e5420ddf317149 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
14 lines
153 B
Plaintext
14 lines
153 B
Plaintext
|
|
if BOARD_FRDM_K64F
|
|
|
|
config BOARD
|
|
default frdm_k64f
|
|
|
|
config FLASH_SIZE
|
|
default 1024
|
|
|
|
config SRAM_SIZE
|
|
default 192
|
|
|
|
endif # BOARD_FSL_FRDM_K64F
|