summaryrefslogtreecommitdiff
path: root/ports/nrf/mpconfigport.mk
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-04-01 11:57:52 -0500
committerJeff Epler <jepler@gmail.com>2020-04-14 18:24:58 -0500
commit1d8a073c05c36133e02d839ed187b9d7abf24d79 (patch)
treeeb19c30925e97a96790220da552ec8068ac7c252 /ports/nrf/mpconfigport.mk
parent09dc46a98480350b157636ffff8b89470f595f6e (diff)
nrf: protomatter port
Diffstat (limited to 'ports/nrf/mpconfigport.mk')
-rw-r--r--ports/nrf/mpconfigport.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk
index fcc59c484..5ca1f0f35 100644
--- a/ports/nrf/mpconfigport.mk
+++ b/ports/nrf/mpconfigport.mk
@@ -51,6 +51,9 @@ endif
# frequencyio not yet implemented
CIRCUITPY_FREQUENCYIO = 0
+CIRCUITPY_PROTOMATTER = 1
+CIRCUITPY_FRAMEBUFFERIO = 1
+
# nRF52840-specific
ifeq ($(MCU_CHIP),nrf52840)