Skip to content

Commit a9f339b

Browse files
committed
typo in circuitpy_mpconfig.h; forgot cxd56 port
1 parent 69c71bd commit a9f339b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/shared_bindings_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
from concurrent.futures import ThreadPoolExecutor
3232

33-
SUPPORTED_PORTS = ['atmel-samd', 'esp32s2', 'litex', 'mimxrt10xx', 'nrf', 'raspberrypi', 'stm']
33+
SUPPORTED_PORTS = ['atmel-samd', 'cxd56', 'esp32s2', 'litex', 'mimxrt10xx', 'nrf', 'raspberrypi', 'stm']
3434

3535
def get_circuitpython_root_dir():
3636
""" The path to the root './circuitpython' directory

py/circuitpy_mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ typedef long mp_off_t;
199199
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (CIRCUITPY_FULL_BUILD)
200200
#endif
201201
// Opposite setting is deliberate.
202-
#define MICROPY_PY_UERRNO_ERRORCODE (!CIRCUITPY_RE)
202+
#define MICROPY_PY_UERRNO_ERRORCODE (!CIRCUITPY_FULL_BUILD)
203203
#define MICROPY_PY_URE_MATCH_GROUPS (CIRCUITPY_RE)
204204
#define MICROPY_PY_URE_MATCH_SPAN_START_END (CIRCUITPY_RE)
205205
#define MICROPY_PY_URE_SUB (CIRCUITPY_RE)

0 commit comments

Comments
 (0)