Make sys.platform "RP2040" on raspberrypi

[#4091]
This commit is contained in:
James Bowman 2021-01-29 12:33:37 -08:00
parent 067f42b4f8
commit acbf66dacc

View File

@ -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)