Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CIRCUITPY_KEYPAD = 1
CIRCUITPY_KEYPAD_DEMUX = 0
CIRCUITPY_KEYPAD_KEYMATRIX = 0
CIRCUITPY_KEYPAD_SHIFTREGISTERKEYS = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_PWMIO = 0
CIRCUITPY_RAINBOWIO = 0
CIRCUITPY_ROTARYIO = 0
Expand Down
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/arduino_mkr1300/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0

CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_RAINBOWIO = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/arduino_mkrzero/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ CIRCUITPY_BUILD_EXTENSIONS = bin,uf2
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0

CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_RAINBOWIO = 0
CIRCUITPY_NVM = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/arduino_zero/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0

CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_RAINBOWIO = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/bast_pro_mini_m0/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/catwan_usbstick/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ LONGINT_IMPL = MPZ

CIRCUITPY_CODEOP = 0
CIRCUITPY_ERRNO = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_RAINBOWIO = 0
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CIRCUITPY_USB_MIDI = 0
CIRCUITPY_VECTORIO = 0
CIRCUITPY_BITMAPFILTER = 0
CIRCUITPY_BITMAPTOOLS = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_PARALLELDISPLAYBUS = 0

# Include these Python libraries in firmware.
Expand Down
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/cp_sapling_m0/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/datum_distance/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/datum_imu/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/datum_light/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/datum_weather/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/dynossat_edu_eps/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ CIRCUITPY_BITBANGIO = 0
CIRCUITPY_BITMAPFILTER = 0
CIRCUITPY_BITMAPTOOLS = 0
CIRCUITPY_BUSDEVICE = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_TOUCHIO = 0
CIRCUITPY_ROTARYIO = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/escornabot_makech/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0

CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_USB_MIDI = 0
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ CIRCUITPY_BUILD_EXTENSIONS = bin,uf2
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/feather_m0_basic/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ CIRCUITPY_BUILD_EXTENSIONS = bin,uf2
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ LONGINT_IMPL = MPZ

CIRCUITPY_CODEOP = 0
CIRCUITPY_ERRNO = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_RAINBOWIO = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/feather_m0_rfm69/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ CIRCUITPY_FULL_BUILD = 0
# Many I/O functions are not available.
CIRCUITPY_ANALOGIO = 1
CIRCUITPY_BUSDEVICE = 1
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_RAINBOWIO = 0
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 0
Expand Down
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/feather_m0_rfm9x/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ CIRCUITPY_FULL_BUILD = 0
# A number of modules are removed for RFM9x to make room for frozen libraries.
# Many I/O functions are not available.
CIRCUITPY_ANALOGIO = 1
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 0
CIRCUITPY_USB_MIDI = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ LONGINT_IMPL = MPZ

CIRCUITPY_CODEOP = 0
CIRCUITPY_ERRNO = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_RAINBOWIO = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/fluff_m0/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/gemma_m0/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/huntercat_nfc/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
SPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
LONGINT_IMPL = MPZ
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ LONGINT_IMPL = MPZ

CIRCUITPY_BITBANG_APA102 = 1

CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_PULSEIO = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/meowmeow/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ CIRCUITPY_PWMIO = 0
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/metro_m0_express/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ LONGINT_IMPL = MPZ

CIRCUITPY_CODEOP = 0
CIRCUITPY_ERRNO = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_RAINBOWIO = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/ndgarage_ndbit6/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/pewpew10/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0

CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_PEW = 1
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 0
Expand Down
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/pewpew_lcd/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ CIRCUITPY_BUSDEVICE = 0
CIRCUITPY_FRAMEBUFFERIO = 0
CIRCUITPY_FREQUENCYIO = 0
CIRCUITPY_I2CTARGET = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_MSGPACK = 0
CIRCUITPY_NVM = 0
CIRCUITPY_PIXELBUF = 0
Expand Down
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/picoplanet/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/pyruler/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/qtpy_m0/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/qtpy_m0_haxpress/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
LONGINT_IMPL = MPZ
SPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICES = "GD25Q16C,W25Q16JVxQ,W25Q32FV"
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/seeeduino_xiao/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/sensebox_mcu/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0

# There are many pin definitions on this board; it doesn't quite fit on very large translations.
CIRCUITPY_USB_MIDI = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/shirtty/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/snekboard/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
LONGINT_IMPL = MPZ

CIRCUITPY_CODEOP = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_RAINBOWIO = 0
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE

CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ LONGINT_IMPL = MPZ

CIRCUITPY_CODEOP = 0
CIRCUITPY_ERRNO = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_RAINBOWIO = 0
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ EXTERNAL_FLASH_DEVICES = "W25Q64JVxQ"
LONGINT_IMPL = MPZ

CIRCUITPY_CODEOP = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_PARALLELDISPLAYBUS = 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ EXTERNAL_FLASH_DEVICES = AT25SF161
LONGINT_IMPL = MPZ

CIRCUITPY_KEYPAD = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_USB_MIDI = 0

CIRCUITPY_BITBANG_APA102 = 1
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/trinket_m0/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ EXTERNAL_FLASH_DEVICES = W25Q32BV
LONGINT_IMPL = MPZ

CIRCUITPY_CODEOP = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/uchip/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ CIRCUITPY_BUILD_EXTENSIONS = bin,uf2
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_LOAD_NATIVE = 0
2 changes: 2 additions & 0 deletions ports/atmel-samd/mpconfigport.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ CIRCUITPY_ULAB = 0
CIRCUITPY_VECTORIO = 0
CIRCUITPY_ZLIB = 0

CIRCUITPY_LOAD_NATIVE ?= 1

# Turn off a few more things that don't fit in 192kB

CIRCUITPY_TERMINALIO_VT100 = 0
Expand Down
Loading