Skip to content

Commit ca08515

Browse files
committed
disable traceback on samd21; re-enable onewireio on Metro m0
1 parent d631ec3 commit ca08515

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ports/atmel-samd/boards/metro_m0_express/mpconfigboard.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ CHIP_FAMILY = samd21
99
SPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "S25FL216K, GD25Q16C"
1111
LONGINT_IMPL = MPZ
12-
13-
CIRCUITPY_ONEWIREIO = 0

ports/atmel-samd/mpconfigport.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ CIRCUITPY_RE ?= 0
4545
CIRCUITPY_SDCARDIO ?= 0
4646
CIRCUITPY_SYNTHIO ?= 0
4747
CIRCUITPY_TOUCHIO_USE_NATIVE ?= 1
48+
CIRCUITPY_TRACEBACK = 0
4849
CIRCUITPY_ULAB = 0
4950
CIRCUITPY_VECTORIO = 0
5051
CIRCUITPY_ZLIB = 0

0 commit comments

Comments
 (0)