circuitpython/ports/mimxrt10xx/boards/teensyMM/mpconfigboard.mk
KurtE 2a3eb49da7 Update the pins.c
I fixed a couple issues in the pin name definitions.

The pin names are sort of Teensy centric in that the priority is given
to the pin names you would use in Arduino like D0, D1, ...

But also added names for the MicroMod names in particular the names
on the front of the ATP carrier board

Also updated manufacturer to be both PJRC and Sparkfun
2022-04-08 07:41:51 -07:00

11 lines
218 B
Makefile

USB_VID = 0x1B4F
USB_PID = 0x002E
USB_PRODUCT = "Teensy MicroMod"
USB_MANUFACTURER = "PJRC/Sparkfun"
CHIP_VARIANT = MIMXRT1062DVJ6A
CHIP_FAMILY = MIMXRT1062
FLASH = W25Q128JV
CIRCUITPY__EVE = 1
CIRCUITPY_USB_HOST = 1