aboutsummaryrefslogtreecommitdiff
path: root/KNOWN-PROBLEMS.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-10-08 20:59:26 +0200
committerKarel Kočí <cynerd@email.cz>2015-10-08 20:59:26 +0200
commitacdd758e56e28f22846e7d34d87f5533c8682574 (patch)
treed8fda0b554e99d6ace98a9300ecb5835b5bf50e0 /KNOWN-PROBLEMS.md
parent0b534d81ac39eb5bbf2b9a0691519f6f7f0eaa13 (diff)
downloadavr-ioe-acdd758e56e28f22846e7d34d87f5533c8682574.tar.gz
avr-ioe-acdd758e56e28f22846e7d34d87f5533c8682574.tar.bz2
avr-ioe-acdd758e56e28f22846e7d34d87f5533c8682574.zip
Add implementation of USART and more ground changes
Diffstat (limited to 'KNOWN-PROBLEMS.md')
-rw-r--r--KNOWN-PROBLEMS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/KNOWN-PROBLEMS.md b/KNOWN-PROBLEMS.md
new file mode 100644
index 0000000..1f6332d
--- /dev/null
+++ b/KNOWN-PROBLEMS.md
@@ -0,0 +1,4 @@
+* Third char is lost when USART is used with output buffer. Probably buffer
+ problem or some synchronization problem. This happens only after start. So
+ problem is probably connected with buffers initialization. But simulation not
+ revealed any problem.