Skip to content

Commit f80d992

Browse files
committed
enable hashlib sha1 & sha256 for CLUE board
1 parent 3453683 commit f80d992

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ports/nordic/boards/clue_nrf52840_express/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ MCU_CHIP = nrf52840
77

88
QSPI_FLASH_FILESYSTEM = 1
99
EXTERNAL_FLASH_DEVICES = "GD25Q16C, W25Q16JVxQ"
10+
11+
CIRCUITPY_HASHLIB = 1
12+
CIRCUITPY_HASHLIB_SHA256 = 1

0 commit comments

Comments
 (0)