mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 18:52:14 +00:00
Add Kinetis SoC family and rename fsl_frdm_k64f to mk64f12. This will allow adding new SoCs of the same family and the reuse of code among SoCs of the family and series. Change-Id: Iea1a663aef7ce0487f147bdd36f668bebe80deb5 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_SOC_MK64F12=y
|
|
CONFIG_SOC_SERIES_KINETIS_K6X=y
|
|
CONFIG_BOARD_FRDM_K64F=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_CORTEX_M_SYSTICK=y
|
|
CONFIG_UART_K20=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=120000000
|