A few of us recently started playing with CircuitPython with Teensy boards. Currently either T4 or T4.1.
I mainly started playing with it as others were having issues with the USBHost support on T3.6/T4.x when they plugged in a MicroPython board.
I am now also using this this as an opportunity to improve my Python skills. (I am a C/C++ type)…
And while playing with MicroPython found a issues, which we are trying to understand and fix.
I am thinking about trying to add MicroPython support for the MicroMod Teensy, as so far there is no board definitions setup for this board it in the project source tree: ports\mixrt10xx\boards
I have started to look into creating the definition file. But looking through the teens40 and teensy41 directories I see they have unique VID/PID values. There are different than the ones that the PJRC builds would assign to these boards. For those boards they used VID/PID of Adafruit. I see that you have a few others of the MicroMod board currently supported.
So was wondering if you might have a valid VID/PID that might be appropriate to use to add this board to the download list?
Thanks
Kurt