Skip to content

Commit f9d5778

Browse files
committed
turn on hashlib for all nrf52840 boards
This turns on hashlib at the port level, but only for nrf52840 boards. There's a comment in mpconfigport.mk suggesting that space is already tight on nrf52833 boards.
1 parent 30c8dd6 commit f9d5778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/nordic/mpconfigport.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ CIRCUITPY_MEMORYMAP ?= 1
6363
CIRCUITPY_RGBMATRIX ?= 1
6464
CIRCUITPY_FRAMEBUFFERIO ?= 1
6565

66+
CIRCUITPY_HASHLIB ?= 1
67+
6668
CIRCUITPY_COUNTIO ?= 1
6769
CIRCUITPY_WATCHDOG ?= 1
6870

0 commit comments

Comments
 (0)