-
- Downloads
stmhal: Rename USART to UART.
It's really a UART because there is no external clock line (and hence no synchronous ability, at least in the implementation of this module). USART should be reserved for a module that has "S"ynchronous capabilities. Also, UART is shorter and easier to type :)
Showing
- stmhal/Makefile 4 additions, 4 deletionsstmhal/Makefile
- stmhal/main.c 7 additions, 7 deletionsstmhal/main.c
- stmhal/modpyb.c 2 additions, 2 deletionsstmhal/modpyb.c
- stmhal/printf.c 4 additions, 4 deletionsstmhal/printf.c
- stmhal/pybstdio.c 7 additions, 7 deletionsstmhal/pybstdio.c
- stmhal/qstrdefsport.h 2 additions, 2 deletionsstmhal/qstrdefsport.h
- stmhal/uart.c 122 additions, 124 deletionsstmhal/uart.c
- stmhal/uart.h 30 additions, 0 deletionsstmhal/uart.h
- stmhal/usart.h 0 additions, 30 deletionsstmhal/usart.h
stmhal/uart.h
0 → 100644
stmhal/usart.h
deleted
100644 → 0
Please register or sign in to comment