expose UART4 on wioterminal board

The right-hand grove port on the wioterminal can be used as UART, using
D0/D1 pins.  The pins D0/D1 are tied to SERCOM4, so this patch exposes a
UART4 for sercom4 access.

  RX = A0/D0 = PB08/SERCOM4.0 (port 4 pad 0)
  TX = A1/D1 = PB09/SERCOM4.1 (port 4 pad 1)

Tested with Lora E5 UART.

  uart : = machine.UART4
  tx := machine.D0
  rx := machine.D1

Note: must also cross Tx/Rx wires in grove cable.  See
https://www.lucadentella.it/en/2022/01/29/wio-terminal-porta-grove-di-destra-e-moduli-uart/
Этот коммит содержится в:
Scott Feldman 2023-12-30 22:40:31 -08:00 коммит произвёл Ron Evans
родитель cfc32794a7
коммит 603a81f194

Просмотреть файл

@ -353,6 +353,9 @@ var (
// RTL8720D (tx: PB24, rx: PC24)
UART3 = &sercomUSART0
// Right-hand grove port (tx: D0, rx: D1)
UART4 = &sercomUSART4
)
// I2C pins