610e0171aa
We're moving towards a co-processor model and a Wiznet library is already available. New native APIs will replace these for chips with networking like the ESP32S2 but they won't be these.
21 lines
371 B
Makefile
21 lines
371 B
Makefile
USB_VID = 0x04D8
|
|
USB_PID = 0xED94
|
|
USB_PRODUCT = "kicksat-sprite"
|
|
USB_MANUFACTURER = "maholli"
|
|
|
|
CHIP_VARIANT = SAMD51G19A
|
|
CHIP_FAMILY = samd51
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
LONGINT_IMPL = MPZ
|
|
|
|
# Not needed.
|
|
CIRCUITPY_AUDIOBUSIO = 0
|
|
CIRCUITPY_FRAMEBUFFERIO = 0
|
|
CIRCUITPY_DISPLAYIO = 0
|
|
CIRCUITPY_RGBMATRIX = 0
|
|
CIRCUITPY_PS2IO = 0
|
|
CIRCUITPY_AUDIOMP3 = 0
|
|
|
|
CIRCUITPY_ULAB = 0
|