diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-05-29 14:07:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-29 14:07:30 -0400 |
| commit | 4667d4de8c52c74a57afda3d48f10bc00bc43bfe (patch) | |
| tree | 13bc8c37d8e386dac6efc0f749d89fc55085a3b0 | |
| parent | ddcae19254193719f50522151fc1660c3f7ec130 (diff) | |
| parent | 0d2fee95e25602ba12921e8ca7a4a288a684078d (diff) | |
Merge pull request #2975 from dhalbert/aesio-nrf52840
enable aesio on all nRF52840 boards
| -rw-r--r-- | ports/nrf/mpconfigport.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index a9ad11bd4..474446f5c 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -45,6 +45,9 @@ MCU_SERIES = m4 MCU_VARIANT = nrf52 MCU_SUB_VARIANT = nrf52840 +# Fits on nrf52840 but space is tight on nrf52833. +CIRCUITPY_AESIO ?= 1 + SD ?= s140 SOFTDEV_VERSION ?= 6.1.0 |
