8000 Merge pull request #9590 from tannewt/s3_usb_disabled · jamesbowman/circuitpython@c302c23 · GitHub
[go: up one dir, main page]

Skip to content

Commit c302c23

Browse files
authored
Merge pull request adafruit#9590 from tannewt/s3_usb_disabled
Fix ESP resume from sleep
2 parents 9bb9f9b + d794464 commit c302c23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

lib/tinyusb

Submodule tinyusb updated 123 files

ports/atmel-samd/boards/bdmicro_vina_d21/mpconfigboard.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@
3333
// USB is always used internally so skip the pin objects for it.
3434
#define IGNORE_PIN_PA24 1
3535
#define IGNORE_PIN_PA25 1
36+
37+
// Pins not used by pins.c or SPI flash.
38+
#define IGNORE_PIN_PA00 1
39+
#define IGNORE_PIN_PA01 1
40+
#define IGNORE_PIN_PA03 1
41+
#define IGNORE_PIN_PA30 1

0 commit comments

Comments
 (0)
0