1a3d2a5b5e
Make them CIRCUITPY_FULL_BUILD = 0 and rework the boards to have the same modules enabled (ish.) Also make ZLIB require FULL_BUILD and disable advanced `micropython` module APIs by default on all builds.
9 lines
153 B
Makefile
9 lines
153 B
Makefile
USB_VID = 0x239A
|
|
USB_PID = 0x80D8
|
|
USB_PRODUCT = "PCA10100"
|
|
USB_MANUFACTURER = "Nordic Semiconductor"
|
|
|
|
MCU_CHIP = nrf52833
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|