Skip to content

Commit af947a5

Browse files
committed
Enable for all 2350 boards
1 parent 48e1327 commit af947a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ports/raspberrypi/boards/raspberry_pi_pico2/mpconfigboard.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ CHIP_FAMILY = rp2
1010
EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
1111

1212
CIRCUITPY__EVE = 1
13-
CIRCUITPY_AUDIOEFFECTS = 1

ports/raspberrypi/mpconfigport.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ CIRCUITPY_PICODVI ?= 1
6464
# Our generic touchio uses a pull down and RP2350 A2 hardware doesn't work correctly.
6565
# So, turn touchio off because it doesn't work.
6666
CIRCUITPY_TOUCHIO = 0
67+
68+
# Audio effects
69+
CIRCUITPY_AUDIOEFFECTS ?= 1
6770
endif
6871

6972
INTERNAL_LIBM = 1

0 commit comments

Comments
 (0)