Merge pull request #4092 from jamesbowman/main
Add Gameduino 3X Dazzler support on raspberry_pi_pico
This commit is contained in:
commit
9bceb32de7
|
@ -7,3 +7,5 @@ CHIP_VARIANT = RP2040
|
|||
CHIP_FAMILY = rp2
|
||||
|
||||
INTERNAL_FLASH_FILESYSTEM = 1
|
||||
|
||||
CIRCUITPY__EVE = 1
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
#ifndef __INCLUDED_MPCONFIGPORT_H
|
||||
#define __INCLUDED_MPCONFIGPORT_H
|
||||
|
||||
#define MICROPY_PY_SYS_PLATFORM "RP2040"
|
||||
|
||||
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
|
||||
|
||||
#define CIRCUITPY_DEFAULT_STACK_SIZE (24*1024)
|
||||
|
|
Loading…
Reference in New Issue