Skip to content

Commit a9639d7

Browse files
sebastiankwasniakfkokosinski
authored andcommitted
boards: adafruit feather nrf52840 uf2 initalize USB at boot
Adafruit Feather nRF52840 UF2 variants have their USB enabled by default, and use the CDC ACM UART for console. All other nRF52840 boards that use that, initialize their USB by default. This change makes it so Adafruit Feather nRF52840 UF2 variants also do that. Signed-off-by: Sebastian Kwaśniak <[email protected]> Signed-off-by: Filip Kokosinski <[email protected]>
1 parent 65511ea commit a9639d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_sense_uf2_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ CONFIG_USB_CDC_ACM_LOG_LEVEL_OFF=y
2222

2323
# Enable USB
2424
CONFIG_USB_DEVICE_STACK=y
25+
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=y
2526

2627
# Build UF2 by default, supported by the Adafruit nRF52 Bootloader
2728
CONFIG_BUILD_OUTPUT_UF2=y

boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_uf2_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ CONFIG_USB_CDC_ACM_LOG_LEVEL_OFF=y
1818

1919
# Enable USB
2020
CONFIG_USB_DEVICE_STACK=y
21+
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=y
2122

2223
# Build UF2 by default, supported by the Adafruit nRF52 Bootloader
2324
CONFIG_BUILD_OUTPUT_UF2=y

0 commit comments

Comments
 (0)