boards/pca10000: adapted to UART changes
This commit is contained in:
parent
ab2fb1f095
commit
86072b1f6d
@ -48,7 +48,7 @@ extern "C" {
|
|||||||
* @name Define the boards stdio
|
* @name Define the boards stdio
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define STDIO UART_0
|
#define STDIO UART_DEV(0)
|
||||||
#define STDIO_BAUDRATE (115200U)
|
#define STDIO_BAUDRATE (115200U)
|
||||||
#define STDIO_RX_BUFSIZE (64U)
|
#define STDIO_RX_BUFSIZE (64U)
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|||||||
@ -93,9 +93,6 @@ extern "C" {
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define UART_NUMOF (1U)
|
#define UART_NUMOF (1U)
|
||||||
#define UART_0_EN 1
|
|
||||||
#define UART_IRQ_PRIO 1
|
|
||||||
|
|
||||||
/* UART pin configuration */
|
/* UART pin configuration */
|
||||||
#define UART_HWFLOWCTRL 1
|
#define UART_HWFLOWCTRL 1
|
||||||
#define UART_PIN_RX 11
|
#define UART_PIN_RX 11
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user