enable aesio on all nRF52840 boards
This commit is contained in:
parent
7ea95457ee
commit
0d2fee95e2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue