Skip to content

Commit

Permalink
Merge pull request #20774 from mguetschow/nrf52-tinyusb
Browse files Browse the repository at this point in the history
boards/*nrf52*: Enable tinyusb support for all nrf52-based boards
  • Loading branch information
maribu authored Jul 4, 2024
2 parents 436b6ed + ee12000 commit 94b8b24
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions boards/common/nrf52/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ FEATURES_PROVIDED += periph_timer
# Put other features for this board (in alphabetical order)
FEATURES_PROVIDED += netif
FEATURES_PROVIDED += riotboot
FEATURES_PROVIDED += tinyusb_device
2 changes: 1 addition & 1 deletion boards/common/nrf52/bootloader_nrfutil.dep.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include $(RIOTBOARD)/common/makefiles/stdio_cdc_acm.dep.mk

# enable bootloader reset over USB, requires CDC ACM to be used
ifneq (,$(filter stdio_cdc_acm,$(USEMODULE)))
ifneq (,$(filter stdio_cdc_acm stdio_tinyusb_cdc_acm,$(USEMODULE)))
USEMODULE += usb_board_reset
endif
1 change: 0 additions & 1 deletion boards/nrf52840-mdk/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ FEATURES_PROVIDED += periph_usbdev
FEATURES_PROVIDED += vdd_lc_filter_reg1

# Various other features (if any)
FEATURES_PROVIDED += tinyusb_device

include $(RIOTBOARD)/common/nrf52/Makefile.features
1 change: 0 additions & 1 deletion boards/nrf52840dk/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ FEATURES_PROVIDED += arduino_spi
FEATURES_PROVIDED += arduino_uart
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_usbdev
FEATURES_PROVIDED += tinyusb_device
FEATURES_PROVIDED += vdd_lc_filter_reg0
1 change: 0 additions & 1 deletion boards/waveshare-nrf52840-eval-kit/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ FEATURES_PROVIDED += arduino_pins
FEATURES_PROVIDED += arduino_pwm
FEATURES_PROVIDED += arduino_shield_uno
FEATURES_PROVIDED += sdcard_spi
FEATURES_PROVIDED += tinyusb_device

0 comments on commit 94b8b24

Please sign in to comment.