Skip to content
Open
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
1 change: 1 addition & 0 deletions ports/nordic/boards/ADM_B_NRF52840_1/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ USB_MANUFACTURER = "AtelierDuMaker"
MCU_CHIP = nrf52840

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ USB_MANUFACTURER = "Switch Science, Inc."
MCU_CHIP = nrf52840

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/nordic/boards/bluemicro833/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CIRCUITPY_AUDIOPWMIO = 0
CIRCUITPY_AUDIOMIXER = 0
CIRCUITPY_KEYPAD = 1
CIRCUITPY_KEYPAD_DEMUX = 0
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_NVM = 0
CIRCUITPY_ONEWIREIO = 0
CIRCUITPY_PIXELBUF = 1
Expand Down
1 change: 1 addition & 0 deletions ports/nordic/boards/bluemicro840/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ USB_MANUFACTURER = "nrf52.jpconstantineau.com"
MCU_CHIP = nrf52840

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/nordic/boards/electronut_labs_blip/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ CIRCUITPY_AUDIOIO = 0
CIRCUITPY_DISPLAYIO = 1
CIRCUITPY_STAGE = 1
CIRCUITPY_DIGITALINOUT_PROTOCOL = 0
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/nordic/boards/electronut_labs_papyr/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ USB_MANUFACTURER = "Electronut Labs"
MCU_CHIP = nrf52840

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ MCU_CHIP = nrf52840
CIRCUITPY_BUILD_EXTENSIONS = hex,uf2

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/nordic/boards/nice_nano/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ USB_MANUFACTURER = "Nice Keyboards"
MCU_CHIP = nrf52840

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/nordic/boards/pca10059/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ MCU_CHIP = nrf52840
CIRCUITPY_BUILD_EXTENSIONS = bin,uf2

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/nordic/boards/pillbug/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ USB_MANUFACTURER = "Mechwild"
MCU_CHIP = nrf52840

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/nordic/boards/raytac_mdbt50q-db-40/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ USB_MANUFACTURER = "Raytac Corporation"
MCU_CHIP = nrf52840

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/nordic/boards/raytac_mdbt50q-rx/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ USB_MANUFACTURER = "Raytac Corporation"
MCU_CHIP = nrf52840

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ USB_MANUFACTURER = "Switch Science, Inc."
MCU_CHIP = nrf52840

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ USB_MANUFACTURER = "Switch Science, Inc."
MCU_CHIP = nrf52840

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/nordic/boards/supermini_nrf52840/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ USB_MANUFACTURER = "ICBbuy"
MCU_CHIP = nrf52840

INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_LOAD_NATIVE = 0
1 change: 1 addition & 0 deletions ports/nordic/boards/teknikio_bluebird/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ CIRCUITPY_ANALOGIO = 1
CIRCUITPY_AUDIOCORE = 1
CIRCUITPY_AUDIOPWMIO = 1
CIRCUITPY_DIGITALIO = 1
CIRCUITPY_LOAD_NATIVE = 0
CIRCUITPY_NEOPIXEL_WRITE = 1
CIRCUITPY_TIME = 1
1 change: 1 addition & 0 deletions ports/nordic/mpconfigport.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ CIRCUITPY_BLE_FILE_SERVICE ?= 1
CIRCUITPY_BLE_SERIAL_SERVICE ?= 1

CIRCUITPY_COMPUTED_GOTO_SAVE_SPACE ?= 1
CIRCUITPY_LOAD_NATIVE ?= 1


# nRF52840-specific
Expand Down
Loading