mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18450 from maribu/boards/common/blxxxpill
boards/common/blxxxpill: use UART_DEV(0) for stdio
This commit is contained in:
commit
8d1b857fd0
@ -88,8 +88,9 @@ development version of OpenOCD.
|
||||
|
||||
## Connecting via Serial
|
||||
|
||||
The default UART port used is UART2, which uses pins A2 (TX) and A3 (RX).
|
||||
To use it, configure your UART to operate at a baudrate of 115200/8N1.
|
||||
The default UART port used is UART1, which uses pins A9 (TX) and A10 (RX).
|
||||
To use it, configure your UART to operate at a symbol rate of 115200 baud,
|
||||
1 stop bit and no parity (8N1).
|
||||
|
||||
## Using PWM
|
||||
|
||||
|
@ -50,9 +50,9 @@ extern "C" {
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Use the 2nd UART for STDIO on this board
|
||||
* @brief Use the fist UART for STDIO on this board
|
||||
*/
|
||||
#define STDIO_UART_DEV UART_DEV(1)
|
||||
#define STDIO_UART_DEV UART_DEV(0)
|
||||
|
||||
/**
|
||||
* @name xtimer configuration
|
||||
|
Loading…
Reference in New Issue
Block a user