Note incomplete pin list

master
zwbrbr 2018-09-05 12:35:15 +01:00
rodzic d63d6f158c
commit 613f848ce1
1 zmienionych plików z 4 dodań i 0 usunięć

@ -15,6 +15,10 @@ Status "not officially supported but should be fully functional" as of 2018-08.
* USB OTG
* Ethernet port (probably not yet supported by uPy)
# Caveats
The default build for the board only exposes the Arduino compatibility pins plus the "Zio" ones up to D25 (i.e. the rest are not in `pyb.Pin.cpu` nor `machine.Pin.cpu`). Tuple-based access is documented but doesn't seem to exist. So you'll need to edit `pins.csv`, [add the rest](https://gist.github.com/zwbrbr/f9202e3cc9288b459b8b116b83125c06) and rebuild to get access to them.
# Flashing
Probably requires newer OpenOCD than 0.9.0, which complained "Cannot identify target as a STM32 family" despite getting a device ID.