src/x86/up.c: Added support for uart cts/rts
Signed-off-by: Nicola Lunghi <nicola.lunghi@emutex.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
64a0db6a50
commit
c6b1b18a9d
@@ -55,7 +55,7 @@ Note that there is an enum to use wiringPi style numbers.
|
||||
| 8 | P1-08 | UART TX | 14 | UART0 |
|
||||
| 9 | P1-09 | GND | | |
|
||||
| 10 | P1-10 | UART RX | 15 | UART0 |
|
||||
| 11 | P1-11 | GPIO(17) | 17 | |
|
||||
| 11 | P1-11 | UART_RTS | 17 | UART0 |
|
||||
| 12 | P1-12 | I2S CLK | 18 | |
|
||||
| 13 | P1-13 | GPIO(27) | 27 | |
|
||||
| 14 | P1-14 | GND | | |
|
||||
@@ -80,7 +80,7 @@ Note that there is an enum to use wiringPi style numbers.
|
||||
| 33 | P1-33 | PWM1 | 13 | PWM1 |
|
||||
| 34 | P1-34 | GND | | |
|
||||
| 35 | P1-35 | I2S FRM | 19 | |
|
||||
| 36 | P1-36 | GPIO(16) | 16 | |
|
||||
| 36 | P1-36 | UART_CTS | 16 | UART0 |
|
||||
| 37 | P1-37 | GPIO(26) | 26 | |
|
||||
| 38 | P1-38 | I2S DIN | 20 | |
|
||||
| 39 | P1-39 | GND | | |
|
||||
|
||||
@@ -54,7 +54,7 @@ physical device names. See the source code in src/x86/up2.c for details.
|
||||
| 8 | UART_TX | 14 | 477 | UART0 |
|
||||
| 9 | GND | | | |
|
||||
| 10 | UART_RX | 15 | 476 | UART0 |
|
||||
| 11 | UART_RTS | 17 | 478 | |
|
||||
| 11 | UART_RTS | 17 | 478 | UART0 |
|
||||
| 12 | I2S_CLK | 18 | 326 | |
|
||||
| 13 | GPIO(27) | 27 | 432 | |
|
||||
| 14 | GND | | | |
|
||||
@@ -79,7 +79,7 @@ physical device names. See the source code in src/x86/up2.c for details.
|
||||
| 33 | PWM1 | 13 | 469 | PWM1 |
|
||||
| 34 | GND | | | |
|
||||
| 35 | I2S_FRM | 19 | 327 | |
|
||||
| 36 | UART_CTS | 16 | 479 | |
|
||||
| 36 | UART_CTS | 16 | 479 | UART0 |
|
||||
| 37 | GPIO(26) | 26 | 403 | |
|
||||
| 38 | I2S_DIN | 20 | 328 | |
|
||||
| 39 | GND | | | |
|
||||
|
||||
Reference in New Issue
Block a user