Skip to content

Commit

Permalink
Merge pull request micropython#8767 from dhalbert/turn-on-crc32
Browse files Browse the repository at this point in the history
Re-enable binascii.crc32()
  • Loading branch information
dhalbert committed Dec 29, 2023
2 parents 35cea18 + 218469f commit 1d13364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/mini_sam_m4/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ EXTERNAL_FLASH_DEVICES = "W25Q16JVxM, W25Q16JVxQ"
LONGINT_IMPL = MPZ

CIRCUITPY_SYNTHIO = 0
CIRCUITPY_FLOPPYIO = 0

CIRCUITPY_BITBANG_APA102 = 1

Expand Down
1 change: 1 addition & 0 deletions py/circuitpy_mpconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ extern void common_hal_mcu_enable_interrupts(void);
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)

#define MICROPY_PY_BINASCII (CIRCUITPY_BINASCII)
#define MICROPY_PY_BINASCII_CRC32 (CIRCUITPY_BINASCII && CIRCUITPY_ZLIB)
#define MICROPY_PY_CMATH (0)
#define MICROPY_PY_COLLECTIONS (CIRCUITPY_COLLECTIONS)
#define MICROPY_PY_DESCRIPTORS (1)
Expand Down

0 comments on commit 1d13364

Please sign in to comment.