d021d9ae4a
- define CIRCUITPY_BUILD_EXTENSIONS to predefined values - set CIRCUITPY_BUILD_EXTENSIONS in port and board config - reuse the support matrix "get_settings_from_makefile" to get it - move the existing port and board specific values - remove the C3 specific board values because it's not the default - update build_release_files.py to use get_settings_from_makefile
12 lines
199 B
Makefile
12 lines
199 B
Makefile
CIRCUITPY_CREATOR_ID = 0x239A
|
|
CIRCUITPY_CREATION_ID = 0x80D8
|
|
|
|
MCU_CHIP = nrf52833
|
|
|
|
CIRCUITPY_BUILD_EXTENSIONS = COMBINED_HEX
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
|
|
# USB pins aren't used.
|
|
CIRCUITPY_USB = 0
|