Skip to content

Commit 1d13364

Browse files
authored
Merge pull request #8767 from dhalbert/turn-on-crc32
Re-enable binascii.crc32()
2 parents 35cea18 + 218469f commit 1d13364

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ports/atmel-samd/boards/mini_sam_m4/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ EXTERNAL_FLASH_DEVICES = "W25Q16JVxM, W25Q16JVxQ"
1111
LONGINT_IMPL = MPZ
1212

1313
CIRCUITPY_SYNTHIO = 0
14+
CIRCUITPY_FLOPPYIO = 0
1415

1516
CIRCUITPY_BITBANG_APA102 = 1
1617

py/circuitpy_mpconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ extern void common_hal_mcu_enable_interrupts(void);
132132
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
133133

134134
#define MICROPY_PY_BINASCII (CIRCUITPY_BINASCII)
135+
#define MICROPY_PY_BINASCII_CRC32 (CIRCUITPY_BINASCII && CIRCUITPY_ZLIB)
135136
#define MICROPY_PY_CMATH (0)
136137
#define MICROPY_PY_COLLECTIONS (CIRCUITPY_COLLECTIONS)
137138
#define MICROPY_PY_DESCRIPTORS (1)

0 commit comments

Comments
 (0)