summaryrefslogtreecommitdiff
path: root/tools/verifygitlog.py
diff options
context:
space:
mode:
authorChris Mason <c.mason@inchipdesign.com.au>2021-02-17 11:07:34 +1100
committerDamien George <damien@micropython.org>2021-02-21 15:49:32 +1100
commit9d674cf7ab8570637dfab23811800e3b98babad9 (patch)
treec9a3b89e1da78298579209027d4a1057d301680e /tools/verifygitlog.py
parent1342debb9b419f78566e173b55b67b15f0a89ee4 (diff)
stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.
Add LPUART1 as a standard UART. No low power features are supported, yet. LPUART1 is enabled as the next available UART after the standard U(S)ARTs: STM32WB: LPUART1 = UART(2) STM32L0: LPUART1 = UART(6) STM32L4: LPUART1 = UART(6) STM32H7: LPUART1 = UART(9) On all ports: LPUART1 = machine.UART('LP1') LPUART1 is enabled by defining MICROPY_HW_LPUART1_TX and MICROPY_HW_LPUART1_RX in mpconfigboard.h. Signed-off-by: Chris Mason <c.mason@inchipdesign.com.au>
Diffstat (limited to 'tools/verifygitlog.py')
0 files changed, 0 insertions, 0 deletions