+ Note about the ST Nucleo

This commit is contained in:
niklasbautz 2022-05-20 12:45:45 +02:00 committed by GitHub
parent c8f056dbe4
commit 699b7178ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,6 +126,7 @@ Currently the following boards are supported by the library:
* Please see: <https://chome.nerpa.tech/mcu/usb/running-usb-host-code-on-digilent-chipkit-board>. * Please see: <https://chome.nerpa.tech/mcu/usb/running-usb-host-code-on-digilent-chipkit-board>.
* STM32F4 * STM32F4
* Currently the [NUCLEO-F446RE](http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF262063) is supported featuring the STM32F446. Take a look at the following example code: <https://github.com/Lauszus/Nucleo_F446RE_USBHost>. * Currently the [NUCLEO-F446RE](http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF262063) is supported featuring the STM32F446. Take a look at the following example code: <https://github.com/Lauszus/Nucleo_F446RE_USBHost>.
* The shield will **NOT** work without rewiring
* ESP8266 is supported using the [ESP8266 Arduino core](https://github.com/esp8266/Arduino) * ESP8266 is supported using the [ESP8266 Arduino core](https://github.com/esp8266/Arduino)
* Note it uses pin 15 and 5 for SS and INT respectively * Note it uses pin 15 and 5 for SS and INT respectively
* Also please be aware that: * Also please be aware that: