Skip to content

Commit 79c055f

Browse files
committed
nrf: simmel: enable aesio
This adds AES support to simmel. Signed-off-by: Sean Cross <[email protected]>
1 parent 235098e commit 79c055f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/nrf/boards/simmel/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ MCU_CHIP = nrf52833
1111

1212
INTERNAL_FLASH_FILESYSTEM = 1
1313

14+
CIRCUITPY_AESIO = 1
1415
CIRCUITPY_AUDIOMP3 = 0
1516
CIRCUITPY_BUSIO = 1
1617
CIRCUITPY_DISPLAYIO = 0

0 commit comments

Comments
 (0)