circuitpython/ports
George White 031667ebd0
Added notes re the RTL8720D pins
The Wio Terminal includes a RealTek RTL8720D as a companion to the main chip to provide WiFi and Bluetooth capabilities via eRPC over a UART connection. The WIO Terminal schematic labels some pins as the RXD/TXD for the UART, and that was captured in the board definition for CircuitPython. However, these pins may be used for logging in another mode, but they are not the main pins used to communicate with the RTL chip. The correct configuration is RX on PC24/pad 2 and TX on PB24/pad 0 of SERCOM 0. The comments on the pin definitions now reflect this situation, for anyone trying to get the WiFi/BLE to work on the Wio Terminal.
2023-04-21 17:41:52 -04:00
..
atmel-samd Added notes re the RTL8720D pins 2023-04-21 17:41:52 -04:00
broadcom Add PicoDVI support 2023-04-19 15:14:02 -07:00
cxd56 Fix ticks 2023-04-07 09:49:51 -07:00
espressif Merge pull request #7854 from CDarius/m5stack_core2 2023-04-20 14:55:33 -04:00
litex Fix ticks 2023-04-07 09:49:51 -07:00
mimxrt10xx Fix ticks 2023-04-07 09:49:51 -07:00
nrf Fix ticks 2023-04-07 09:49:51 -07:00
raspberrypi Fix docs and windows 2023-04-19 15:42:02 -07:00
silabs Silabs' new Pull Request for submoduling the ports/silabs/tools/slc_cli_linux/ (#7874) 2023-04-18 12:42:16 -04:00
stm Fix ticks 2023-04-07 09:49:51 -07:00
unix Enable audiomixer on unix port, for testing 2023-04-05 09:02:03 -05:00