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.
17 lines
322 B
Makefile
17 lines
322 B
Makefile
USB_VID = 0x1D50
|
|
USB_PID = 0x6152
|
|
USB_PRODUCT = "BlueMicro833"
|
|
USB_MANUFACTURER = "nrf52.jpconstantineau.com"
|
|
|
|
MCU_CHIP = nrf52833
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
|
|
CIRCUITPY_AUDIOBUSIO = 0
|
|
CIRCUITPY_AUDIOMIXER = 0
|
|
CIRCUITPY_KEYPAD = 1
|
|
CIRCUITPY_NVM = 0
|
|
CIRCUITPY_ONEWIREIO = 0
|
|
CIRCUITPY_PIXELBUF = 1
|
|
CIRCUITPY_TOUCHIO = 0
|