zephyr/samples/drivers/CAN/boards/frdm_k64f.conf
Alexander Wachter 7a73bb7efe samples: CAN: Add FRDM-K64F defconfig
This commit adds a board defconfig for the FRDM-K64F board.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2019-06-26 16:05:51 -05:00

11 lines
202 B
Text

CONFIG_CAN_DEV="CAN_0"
CONFIG_GPIO_LED_DEV="GPIO_4"
CONFIG_GPIO_BUTTON_DEV="GPIO_2"
CONFIG_PIN_USER_BUTTON=6
CONFIG_PIN_LED_1=26
CONFIG_LOG=y
CONFIG_LOG_BUFFER_SIZE=2048
CONFIG_CAN_0=y
CONFIG_CAN_1=n