-
- Downloads
stmhal: Overhaul UART class to use read/write, and improve it.
UART object now uses a stream-like interface: read, readall, readline, readinto, readchar, write, writechar. Timeouts are configured when the UART object is initialised, using timeout and timeout_char keyword args. The object includes optional read buffering, using interrupts. You can set the buffer size dynamically using read_buf_len keyword arg. A size of 0 disables buffering.
Showing
- stmhal/main.c 2 additions, 0 deletionsstmhal/main.c
- stmhal/qstrdefsport.h 9 additions, 3 deletionsstmhal/qstrdefsport.h
- stmhal/stm32f4xx_it.c 22 additions, 0 deletionsstmhal/stm32f4xx_it.c
- stmhal/uart.c 399 additions, 158 deletionsstmhal/uart.c
- stmhal/uart.h 4 additions, 2 deletionsstmhal/uart.h
- teensy/uart.c 2 additions, 31 deletionsteensy/uart.c
- tests/pyb/uart.py 5 additions, 3 deletionstests/pyb/uart.py
- tests/pyb/uart.py.exp 6 additions, 2 deletionstests/pyb/uart.py.exp
Loading
Please register or sign in to comment