8000 stm32/boards/NUCLEO_WB55: Enable LPUART1 on PA2/PA3. · larsks/micropython@03a64f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03a64f2

Browse files
committed
stm32/boards/NUCLEO_WB55: Enable LPUART1 on PA2/PA3.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 9d674cf commit 03a64f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/stm32/boards/NUCLEO_WB55/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
// UART buses
2323
#define MICROPY_HW_UART1_TX (pin_B6)
2424
#define MICROPY_HW_UART1_RX (pin_B7)
25+
#define MICROPY_HW_LPUART1_TX (pin_A2)
26+
#define MICROPY_HW_LPUART1_RX (pin_A3)
2527
// USART 1 is connected to the virtual com port on the ST-LINK
2628
#define MICROPY_HW_UART_REPL PYB_UART_1
2729
#define MICROPY_HW_UART_REPL_BAUD 115200

0 commit comments

Comments
 (0)
0