Browse Source

nrf/boards: Enable MICROPY_HW_ENABLE_USBDEV on boards with USB CDC.

These boards were broken by 9d0d262be0.

Signed-off-by: Damien George <damien@micropython.org>
pull/14102/head
Damien George 8 months ago
parent
commit
fb3820e3d6
  1. 1
      ports/nrf/boards/NRF52840_MDK_USB_DONGLE/mpconfigboard.h
  2. 1
      ports/nrf/boards/PARTICLE_XENON/mpconfigboard.h
  3. 1
      ports/nrf/boards/PCA10059/mpconfigboard.h

1
ports/nrf/boards/NRF52840_MDK_USB_DONGLE/mpconfigboard.h

@ -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)

1
ports/nrf/boards/PARTICLE_XENON/mpconfigboard.h

@ -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)

1
ports/nrf/boards/PCA10059/mpconfigboard.h

@ -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)

Loading…
Cancel
Save