creationid / creators

Central place to register creation id creator ids. These are used to digitally identify anything.
https://creationid.org
BSD 2-Clause "Simplified" License
10 stars 33 forks source link

add unique creation_id for the 4M variant of the T-Display ESP32 #52

Closed kreier closed 9 months ago

kreier commented 10 months ago

It is needed for the unique version of CircuitPython for this variant of this board. The "regular" 16M variant already supported by CircuitPython has ID 0x0032_0002 so the smaller 4M flash chip could use 0x0032_0004.

kreier commented 10 months ago

The related pull request on CircuitPython is https://github.com/adafruit/circuitpython/pull/8787