8000 shrink kicksat-sprite, simmel, pyb_nano_v2 · jcbender/circuitpython@e7d9dc3 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e7d9dc3

Browse files
committed
shrink kicksat-sprite, simmel, pyb_nano_v2
1 parent a3bb5e7 commit e7d9dc3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

ports/atmel-samd/boards/kicksat-sprite/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ LONGINT_IMPL = MPZ
1212
# Not needed.
1313
CIRCUITPY_AESIO = 0
1414
CIRCUITPY_AUDIOBUSIO = 0
15+
CIRCUITPY_AUDIOCORE = 0
16+
CIRCUITPY_AUDIOMIXER = 0
1517
CIRCUITPY_AUDIOMP3 = 0
1618
CIRCUITPY_BLEIO_HCI = 0
1719
CIRCUITPY_DISPLAYIO = 0

ports/nrf/boards/simmel/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ INTERNAL_FLASH_FILESYSTEM = 1
1212

1313
CIRCUITPY_ALARM = 0
1414
CIRCUITPY_AESIO = 1
15+
CIRCUITPY_AUDIOMIXER = 0
1516
CIRCUITPY_AUDIOMP3 = 0
1617
CIRCUITPY_BITMAPTOOLS = 0
1718
CIRCUITPY_BUSDEVICE = 0
@@ -25,6 +26,7 @@ CIRCUITPY_KEYPAD = 0
2526
CIRCUITPY_MSGPACK = 0
2627
CIRCUITPY_NEOPIXEL_WRITE = 0
2728
CIRCUITPY_NVM = 0
29+
CIRCUITPY_ONEWIREIO = 0
2830
CIRCUITPY_PIXELBUF = 0
2931
CIRCUITPY_PULSEIO = 0
3032
CIRCUITPY_PWMIO = 1

ports/stm/boards/pyb_nano_v2/mpconfigboard.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ LD_FILE = boards/STM32F411_fs.ld
1616
# Too big for the flash
1717
CIRCUITPY_AUDIOCORE = 0
1818
CIRCUITPY_AUDIOPWMIO = 0
19-
CIRCUITPY_KEYPAD = 0
20-
CIRCUITPY_GIFIO = 0
21-
CIRCUITPY_MIDI = 0
22-
CIRCUITPY_MSGPACK = 0
2319
CIRCUITPY_BITMAPTOOLS = 0
2420
CIRCUITPY_BUSDEVICE = 0
21+
CIRCUITPY_GIFIO = 0
22+
CIRCUITPY_KEYPAD = 0
23+
CIRCUITPY_MSGPACK = 0
24+
CIRCUITPY_ONEWIREIO = 0

0 commit comments

Comments
 (0)
0