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.
10 lines
156 B
Makefile
10 lines
156 B
Makefile
CIRCUITPY_CREATOR_ID = 0x239A
|
|
CIRCUITPY_CREATION_ID = 0x80D8
|
|
|
|
MCU_CHIP = nrf52833
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
|
|
# USB pins aren't used.
|
|
CIRCUITPY_USB = 0
|