[Cryptech-Commits] [core/uart] 01/01: Adding a note about the new ability to change bit rate as well as number of data- and stop bits.

git at cryptech.is git at cryptech.is
Fri May 9 11:14:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository core/uart.

commit 10fb68d2e111502ecfd86083b3f8143b661d0406
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Fri May 9 13:14:17 2014 +0200

    Adding a note about the new ability to change bit rate as well as number of data- and stop bits.
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 5361cd0..513ccf0 100644
--- a/README.md
+++ b/README.md
@@ -6,4 +6,9 @@ A Universal asynchronous receiver/transmitter (UART) implemented in Verilog.
 This UART used to be in coretest, but has been moved out as a separate
 project.
 
+The current implementation supports the ability to set the bit rate as
+well as number of data- and stop bits by writing to control addresses
+via the control interface.
+
+
 



More information about the Commits mailing list