summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
23a46d2)
remove the extra UART from the ports list until the enumeration is understood
# ordered as spiId, sckId, mosiId, misoId
spiPorts = ( (0, SPI0_SCLK, SPI0_MOSI, SPI0_MISO), )
# ordered as uartId, txId, rxId
# ordered as spiId, sckId, mosiId, misoId
spiPorts = ( (0, SPI0_SCLK, SPI0_MOSI, SPI0_MISO), )
# ordered as uartId, txId, rxId
-uartPorts = ( (1, UART1_TX, UART1_RX),
- (3, UART3_TX, UART3_RX), )
+uartPorts = ( (3, UART3_TX, UART3_RX), )