fix some build errors
This commit is contained in:
parent
34d63debd5
commit
69c71bd522
|
@ -43,6 +43,3 @@
|
|||
// USB is always used internally so skip the pin objects for it.
|
||||
#define IGNORE_PIN_PA24 1
|
||||
#define IGNORE_PIN_PA25 1
|
||||
|
||||
// Can't fit.
|
||||
#define CIRCUITPY_RE 0
|
||||
|
|
|
@ -18,6 +18,7 @@ CIRCUITPY_FREQUENCYIO = 0
|
|||
CIRCUITPY_I2CPERIPHERAL = 0
|
||||
CIRCUITPY_MSGPACK = 0
|
||||
CIRCUITPY_PIXELBUF = 0
|
||||
CIRCUITPY_RE = 0
|
||||
CIRCUITPY_ROTARYIO = 0
|
||||
CIRCUITPY_RTC = 0
|
||||
# So not all of displayio, sorry!
|
||||
|
|
|
@ -27,10 +27,6 @@
|
|||
#ifndef __INCLUDED_MPCONFIGPORT_H
|
||||
#define __INCLUDED_MPCONFIGPORT_H
|
||||
|
||||
#define CIRCUITPY_BINASCII (1)
|
||||
#define CIRCUITPY_ERRNO (1)
|
||||
#define CIRCUITPY_JSON (1)
|
||||
|
||||
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
|
||||
|
||||
#define CIRCUITPY_DEFAULT_STACK_SIZE (24*1024)
|
||||
|
|
Loading…
Reference in New Issue