Skip to content

Commit

Permalink
nrf/boards: Enable MICROPY_HW_ENABLE_USBDEV on boards with USB CDC.
Browse files Browse the repository at this point in the history
These boards were broken by 9d0d262.

Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Mar 15, 2024
1 parent df2ff0c commit fb3820e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ports/nrf/boards/NRF52840_MDK_USB_DONGLE/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

#define MICROPY_HW_ENABLE_RNG (1)

#define MICROPY_HW_ENABLE_USBDEV (1)
#define MICROPY_HW_USB_CDC (1)

#define MICROPY_HW_HAS_LED (1)
Expand Down
1 change: 1 addition & 0 deletions ports/nrf/boards/PARTICLE_XENON/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

#define MICROPY_HW_ENABLE_RNG (1)

#define MICROPY_HW_ENABLE_USBDEV (1)
#define MICROPY_HW_USB_CDC (1)

#define MICROPY_HW_HAS_LED (1)
Expand Down
1 change: 1 addition & 0 deletions ports/nrf/boards/PCA10059/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

#define MICROPY_HW_ENABLE_RNG (1)

#define MICROPY_HW_ENABLE_USBDEV (1)
#define MICROPY_HW_USB_CDC (1)

#define MICROPY_HW_HAS_LED (1)
Expand Down

0 comments on commit fb3820e

Please sign in to comment.