summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bowman <jamesb@excamera.com>2021-01-29 12:25:59 -0800
committerJames Bowman <jamesb@excamera.com>2021-01-29 12:25:59 -0800
commit067f42b4f869b34a108ccd9bf6de049f928b10b5 (patch)
tree5e735ea2f5ddf697e7a80e4e85e8869b85bb3188
parent70a5f464df709737fb90a9ab69baf08671c8f383 (diff)
Add Gameduino 3X Dazzler support on raspberry_pi_pico
Tested with hardware. Looks good. Follow on from #4054
-rw-r--r--ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk b/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk
index 69ff56fef..54c130660 100644
--- a/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk
+++ b/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk
@@ -7,3 +7,5 @@ CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
INTERNAL_FLASH_FILESYSTEM = 1
+
+CIRCUITPY__EVE = 1