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.
11 lines
204 B
Makefile
11 lines
204 B
Makefile
USB_VID = 0x2b04
|
|
USB_PID = 0xc00c
|
|
USB_PRODUCT = "Argon"
|
|
USB_MANUFACTURER = "Particle"
|
|
|
|
MCU_CHIP = nrf52840
|
|
|
|
QSPI_FLASH_FILESYSTEM = 1
|
|
EXTERNAL_FLASH_DEVICE_COUNT = 1
|
|
EXTERNAL_FLASH_DEVICES = "MX25L3233F"
|