mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f006938936
https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/l-seriesultra-low-powerm0-plus/freedom-development-platform-for-kinetis-kl43-kl33-kl27-kl17-and-kl13-mcus:FRDM-KL43Z
20 lines
510 B
Plaintext
20 lines
510 B
Plaintext
# Copyright (c) 2020 Benjamin Valentin
|
|
#
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
# directory for more details.
|
|
|
|
config BOARD
|
|
default "frdm-kl43z" if BOARD_FRDM_KL43Z
|
|
|
|
config BOARD_FRDM_KL43Z
|
|
bool
|
|
default y
|
|
select CPU_MODEL_MKL43Z256VLH4
|
|
select HAS_PERIPH_ADC
|
|
select HAS_PERIPH_I2C
|
|
select HAS_PERIPH_RTC
|
|
select HAS_PERIPH_RTT
|
|
select HAS_PERIPH_TIMER
|
|
select HAS_PERIPH_UART
|