2019-05-02 15:49:35 +02:00
|
|
|
CPU = kinetis
|
|
|
|
|
|
|
|
### CPU part number (must have a specific linker script for each part)
|
|
|
|
# Note that MK60DN256ZVLL10 (version 1.x) and MK60DN256VLL10 (version 2.x, no Z)
|
|
|
|
# only differ in some register locations etc, not in the actual memory layout,
|
|
|
|
# so it is safe to use the same linker script for both version 1.x and version
|
|
|
|
# 2.x silicon.
|
|
|
|
# The linker script needs to know the flash and RAM sizes of the device.
|
|
|
|
CPU_MODEL ?= mk60dn512vll10
|
|
|
|
|
2015-10-21 15:59:44 +02:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
2015-01-12 14:42:48 +01:00
|
|
|
FEATURES_PROVIDED += periph_adc
|
2016-01-14 16:12:06 +01:00
|
|
|
FEATURES_PROVIDED += periph_dac
|
2015-01-12 14:42:48 +01:00
|
|
|
FEATURES_PROVIDED += periph_i2c
|
2015-05-16 00:12:39 +02:00
|
|
|
FEATURES_PROVIDED += periph_pwm
|
2015-01-12 14:42:48 +01:00
|
|
|
FEATURES_PROVIDED += periph_rtc
|
|
|
|
FEATURES_PROVIDED += periph_rtt
|
|
|
|
FEATURES_PROVIDED += periph_spi
|
2015-09-04 15:41:39 +02:00
|
|
|
FEATURES_PROVIDED += periph_timer
|
2015-01-12 14:42:48 +01:00
|
|
|
FEATURES_PROVIDED += periph_uart
|
2024-05-21 21:22:01 +02:00
|
|
|
|
|
|
|
# Put other features for this board (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += netif
|
2024-05-24 22:50:37 +02:00
|
|
|
FEATURES_PROVIDED += netif_openwsn # at86rf2xx is supported by OpenWSN
|