Skip to content

Commit

Permalink
moved cpu feature to specific board
Browse files Browse the repository at this point in the history
  • Loading branch information
KSKNico committed Feb 25, 2025
1 parent d27b3df commit 42fa498
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions boards/nrf52832-mdk/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CPU_MODEL = nrf52832xxaa
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_nfct
FEATURES_PROVIDED += vdd_lc_filter_reg1

include $(RIOTBOARD)/common/nrf52/Makefile.features
1 change: 1 addition & 0 deletions boards/nrf52840-mdk/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_usbdev
FEATURES_PROVIDED += periph_nfct
FEATURES_PROVIDED += vdd_lc_filter_reg1

# Various other features (if any)
Expand Down
1 change: 1 addition & 0 deletions boards/nrf52840dk/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ FEATURES_PROVIDED += arduino_spi
FEATURES_PROVIDED += arduino_uart
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_usbdev
FEATURES_PROVIDED += periph_nfct
FEATURES_PROVIDED += tinyusb_device
FEATURES_PROVIDED += vdd_lc_filter_reg0
1 change: 0 additions & 1 deletion cpu/nrf52/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ FEATURES_PROVIDED += cortexm_mpu

FEATURES_PROVIDED += periph_i2c_reconfigure
FEATURES_PROVIDED += periph_spi_gpio_mode
FEATURES_PROVIDED += periph_nfct

# On top of the default 1Mbit PHY mode, all nrf52 support the 2MBit PHY mode,
# and the 52840 does further support the coded PHYs
Expand Down

0 comments on commit 42fa498

Please sign in to comment.