aboutsummaryrefslogtreecommitdiff
path: root/stm-uart.c
AgeCommit message (Expand)Author
2016-07-06Add uart_set_default() to make debugging output easier.Paul Selkirk
2016-06-06Change enum stm_uart_port port to a typedef.Paul Selkirk
2016-06-02Use DMA for UART RX instead of interrupts.Fredrik Thulin
2016-06-01Implement circular buffer UART RX using interrupts.Fredrik Thulin
2016-05-18Fix warningsFredrik Thulin
2016-05-16Add code to talk with the external RTC chip.Fredrik Thulin
2016-05-15add simple filetransfer pocFredrik Thulin
2016-05-13rename huart1 and huart2 to huart_mgmt and huart_userFredrik Thulin
2016-05-13Implement support for the two UARTs on the alpha board.Fredrik Thulin
2016-05-12Test both UARTs, and also test receiving data.Fredrik Thulin
2016-04-14import mbed rtos libraryPaul Selkirk
2016-03-21blocking recvPaul Selkirk
2016-03-16Added uart_recv_char() to support RPC.Paul Selkirk
2015-11-11Lots of cleanup.Paul Selkirk