Skip to content

Commit

Permalink
Merge pull request #5617 from tannewt/shrink_arduino
Browse files Browse the repository at this point in the history
Shrink 3 SAMD builds by disabling onewireio
  • Loading branch information
tannewt authored Nov 24, 2021
2 parents 153ff60 + e6a68cc commit b45ef42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/atmel-samd/boards/arduino_mkr1300/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0

CIRCUITPY_ONEWIREIO = 0
2 changes: 2 additions & 0 deletions ports/atmel-samd/boards/arduino_zero/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0

CIRCUITPY_ONEWIREIO = 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ EXTERNAL_FLASH_DEVICES = AT25SF161
LONGINT_IMPL = MPZ

CIRCUITPY_KEYPAD = 0
CIRCUITPY_ONEWIREIO = 0

CIRCUITPY_BITBANG_APA102 = 1

0 comments on commit b45ef42

Please sign in to comment.