diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-04-01 11:57:52 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-04-14 18:24:58 -0500 |
| commit | 1d8a073c05c36133e02d839ed187b9d7abf24d79 (patch) | |
| tree | eb19c30925e97a96790220da552ec8068ac7c252 /ports/nrf/mpconfigport.mk | |
| parent | 09dc46a98480350b157636ffff8b89470f595f6e (diff) | |
nrf: protomatter port
Diffstat (limited to 'ports/nrf/mpconfigport.mk')
| -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 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) |
