a2e1867f69
Tested & working: * Send standard packets * Receive standard packets (1 FIFO, no filter) Interoperation between SAM E54 Xplained running this tree and MicroPython running on STM32F405 Feather with an external transceiver was also tested. Many other aspects of a full implementation are not yet present, such as error detection and recovery.
16 lines
306 B
Makefile
16 lines
306 B
Makefile
USB_VID = 0x239A
|
|
USB_PID = 0x80B6
|
|
USB_PRODUCT = "SAM E54 Xplained Pro"
|
|
USB_MANUFACTURER = "Microchip"
|
|
|
|
CHIP_VARIANT = SAME54P20A
|
|
CHIP_FAMILY = same54
|
|
|
|
QSPI_FLASH_FILESYSTEM = 1
|
|
EXTERNAL_FLASH_DEVICE_COUNT = 2
|
|
EXTERNAL_FLASH_DEVICES = "N25Q256A"
|
|
LONGINT_IMPL = MPZ
|
|
|
|
CIRCUITPY_SDIOIO = 1
|
|
CIRCUITPY_CANIO = 1
|