circuitpython/ports/nrf/boards/bluemicro833/mpconfigboard.mk
Scott Shawcroft 1a3d2a5b5e
Shrink nrf52833 builds
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.
2022-06-13 15:36:15 -07:00

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