Skip to content

Commit fb3820e

Browse files
committed
nrf/boards: Enable MICROPY_HW_ENABLE_USBDEV on boards with USB CDC.
These boards were broken by 9d0d262. Signed-off-by: Damien George <[email protected]>
1 parent df2ff0c commit fb3820e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: ports/nrf/boards/NRF52840_MDK_USB_DONGLE/mpconfigboard.h

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#define MICROPY_HW_ENABLE_RNG (1)
3939

40+
#define MICROPY_HW_ENABLE_USBDEV (1)
4041
#define MICROPY_HW_USB_CDC (1)
4142

4243
#define MICROPY_HW_HAS_LED (1)

Diff for: ports/nrf/boards/PARTICLE_XENON/mpconfigboard.h

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#define MICROPY_HW_ENABLE_RNG (1)
3939

40+
#define MICROPY_HW_ENABLE_USBDEV (1)
4041
#define MICROPY_HW_USB_CDC (1)
4142

4243
#define MICROPY_HW_HAS_LED (1)

Diff for: ports/nrf/boards/PCA10059/mpconfigboard.h

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#define MICROPY_HW_ENABLE_RNG (1)
3939

40+
#define MICROPY_HW_ENABLE_USBDEV (1)
4041
#define MICROPY_HW_USB_CDC (1)
4142

4243
#define MICROPY_HW_HAS_LED (1)

0 commit comments

Comments
 (0)