Skip to content

Commit 9bceb32

Browse files
authored
Merge pull request #4092 from jamesbowman/main
Add Gameduino 3X Dazzler support on raspberry_pi_pico
2 parents 70a5f46 + acbf66d commit 9bceb32

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ CHIP_VARIANT = RP2040
77
CHIP_FAMILY = rp2
88

99
INTERNAL_FLASH_FILESYSTEM = 1
10+
11+
CIRCUITPY__EVE = 1

ports/raspberrypi/mpconfigport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
#ifndef __INCLUDED_MPCONFIGPORT_H
2828
#define __INCLUDED_MPCONFIGPORT_H
2929

30+
#define MICROPY_PY_SYS_PLATFORM "RP2040"
31+
3032
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
3133

3234
#define CIRCUITPY_DEFAULT_STACK_SIZE (24*1024)

0 commit comments

Comments
 (0)