index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
uart.h
Age
Commit message (
Expand
)
Author
2021-02-21
stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.
Chris Mason
2021-02-14
stm32/uart: Add uart_set_baudrate function.
Damien George
2020-09-08
stm32/uart: Allow static IRQ handler registration.
Jim Mussared
2019-07-03
stm32: Update components to work with new H7xx HAL.
Damien George
2019-05-02
stm32: Add support for F413 MCUs.
Chris Mason
2018-12-29
stm32/uart: Always enable global UART IRQ handler on init.
Damien George
2018-12-29
stm32: Implement UART.irq() method with initial support for RX idle IRQ.
Tobias Badertscher
2018-12-10
stm32/uart: Add ability to have a static built-in UART object.
Damien George
2018-12-10
stm32/uart: For UART init, pass in params directly, not via HAL struct.
Damien George
2018-12-10
stm32/uart: Remove HAL's UART_HandleTypeDef from UART object struct.
Damien George
2018-12-10
stm32/uart: Factor out code to set RX buffer to function uart_set_rxbuf.
Damien George
2018-12-10
stm32/uart: Factor out code from machine_uart.c that computes baudrate.
Damien George
2018-12-10
stm32: Split out UART Python bindings from uart.c to machine_uart.c.
Damien George
2018-04-23
stm32/uart: Allow ctrl-C to work with UARTs put on REPL via os.dupterm.
Damien George
2018-02-15
stm32: Change header include guards from STMHAL to STM32 to match dir.
Damien George
2017-10-19
stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George