summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLimor "Ladyada" Fried <limor@ladyada.net>2019-09-26 12:39:02 -0400
committerGitHub <noreply@github.com>2019-09-26 12:39:02 -0400
commit9511d247273a13fbb2114ca27ee77ede21b17283 (patch)
treeebff7b8ffa51bb07f068fdce85d344cf0a93538f
parent7f1bc48a88b45fc98fccd3722bed1f679a70fd66 (diff)
parent21f8c3e40a3a9cbd33808b1012e52d7b2d70d36c (diff)
Merge pull request #2178 from arturo182/serpente
serpente: Update PID and enable as many modules as we can fit
-rw-r--r--ports/atmel-samd/boards/serpente/mpconfigboard.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/ports/atmel-samd/boards/serpente/mpconfigboard.mk b/ports/atmel-samd/boards/serpente/mpconfigboard.mk
index 5c8506d35..98e1e3729 100644
--- a/ports/atmel-samd/boards/serpente/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/serpente/mpconfigboard.mk
@@ -1,6 +1,6 @@
LD_FILE = boards/samd21x18-bootloader-external-flash-crystalless.ld
USB_VID = 0x239A
-USB_PID = 0x8012
+USB_PID = 0x8058
USB_PRODUCT = "Serpente"
USB_MANUFACTURER = "arturo182"
@@ -11,4 +11,7 @@ SPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICE_COUNT = 1
EXTERNAL_FLASH_DEVICES = GD25Q32C
LONGINT_IMPL = NONE
-CIRCUITPY_SMALL_BUILD = 1
+
+CIRCUITPY_AUDIOBUSIO = 0
+CIRCUITPY_FREQUENCYIO = 0
+CIRCUITPY_GAMEPAD = 0