index
:
sw/stm32
auto_zeroise
ekermit
fmc_clk
ft-crc32
ice40mkm
js_keywrap
master
modexpng
parade_of_half_baked_ideas
python3
rsa_timing
Cryptech HSM on STM-32 ARM processor
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stm-uart.c
Age
Commit message (
Expand
)
Author
2017-10-17
Overhaul UART API
Paul Selkirk
2017-10-11
Cleanup 'unused parameter' warnings, a couple of which are actual coding errors.
Paul Selkirk
2017-08-31
Cleanup
Paul Selkirk
2017-05-02
Merge branch 'init_cleanup' into no-rtos
Paul Selkirk
2017-04-17
Rewrite the wait-for-ready loop in uart_send_bytes() to actually work.
Paul Selkirk
2016-07-06
Add uart_set_default() to make debugging output easier.
Paul Selkirk
2016-06-06
Change enum stm_uart_port port to a typedef.
Paul Selkirk
2016-06-02
Use DMA for UART RX instead of interrupts.
Fredrik Thulin
2016-06-01
Implement circular buffer UART RX using interrupts.
Fredrik Thulin
2016-05-18
Fix warnings
Fredrik Thulin
2016-05-16
Add code to talk with the external RTC chip.
Fredrik Thulin
2016-05-15
add simple filetransfer poc
Fredrik Thulin
2016-05-13
rename huart1 and huart2 to huart_mgmt and huart_user
Fredrik Thulin
2016-05-13
Implement support for the two UARTs on the alpha board.
Fredrik Thulin
2016-05-12
Test both UARTs, and also test receiving data.
Fredrik Thulin
2016-04-14
import mbed rtos library
Paul Selkirk
2016-03-21
blocking recv
Paul Selkirk
2016-03-16
Added uart_recv_char() to support RPC.
Paul Selkirk
2015-11-11
Lots of cleanup.
Paul Selkirk