Skip to content

Commit 4667d4d

Browse files
authored
Merge pull request #2975 from dhalbert/aesio-nrf52840
enable aesio on all nRF52840 boards
2 parents ddcae19 + 0d2fee9 commit 4667d4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/nrf/mpconfigport.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ MCU_SERIES = m4
4545
MCU_VARIANT = nrf52
4646
MCU_SUB_VARIANT = nrf52840
4747

48+
# Fits on nrf52840 but space is tight on nrf52833.
49+
CIRCUITPY_AESIO ?= 1
50+
4851
SD ?= s140
4952
SOFTDEV_VERSION ?= 6.1.0
5053

0 commit comments

Comments
 (0)