Skip to content

Commit 07f1e06

Browse files
authored
Merge pull request #10689 from AGlass0fMilk/nrf52840-usbphy-implementation
nRF52840 USB Device Implementation
2 parents 46be526 + 9334b9e commit 07f1e06

File tree

7 files changed

+4229
-4
lines changed

7 files changed

+4229
-4
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/config/sdk_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,7 +2365,7 @@
23652365
// <e> NRFX_POWER_ENABLED - nrfx_power - POWER peripheral driver
23662366
//==========================================================
23672367
#ifndef NRFX_POWER_ENABLED
2368-
#define NRFX_POWER_ENABLED 0
2368+
#define NRFX_POWER_ENABLED 1
23692369
#endif
23702370
// <o> NRFX_POWER_CONFIG_IRQ_PRIORITY - Interrupt priority
23712371

@@ -4542,7 +4542,7 @@
45424542
// <e> POWER_ENABLED - nrf_drv_power - POWER peripheral driver - legacy layer
45434543
//==========================================================
45444544
#ifndef POWER_ENABLED
4545-
#define POWER_ENABLED 0
4545+
#define POWER_ENABLED 1
45464546
#endif
45474547
// <o> POWER_CONFIG_IRQ_PRIORITY - Interrupt priority
45484548

@@ -5624,7 +5624,7 @@
56245624
// <e> USBD_ENABLED - nrf_drv_usbd - USB driver
56255625
//==========================================================
56265626
#ifndef USBD_ENABLED
5627-
#define USBD_ENABLED 0
5627+
#define USBD_ENABLED 1
56285628
#endif
56295629
// <o> USBD_CONFIG_IRQ_PRIORITY - Interrupt priority
56305630

0 commit comments

Comments
 (0)