aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-01 22:24:14 -0400
committerBrian Cully <bjc@kublai.com>2019-08-01 22:24:14 -0400
commit6204950701d0cba5adb94ee1c14a7f0e479121cd (patch)
treedfc87a9be8c75eed18493ecbfad3e891583f0a4c
parent30dcbad26362b9b0ef3f366cf158643b31f912ef (diff)
downloadsamd21-demo-6204950701d0cba5adb94ee1c14a7f0e479121cd.tar.gz
samd21-demo-6204950701d0cba5adb94ee1c14a7f0e479121cd.zip
Add TODO note for packet sizes on pipes.
-rw-r--r--TODO.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index e6af320..fe8fc26 100644
--- a/TODO.org
+++ b/TODO.org
@@ -34,6 +34,12 @@ overflowing with race conditions.
A channel will allow us to deterministically walk events and make sure
everything's ordered properly.
+* Use endpoint packet size on pipe.
+The pipe is just using a max packet size of 8 bytes, regardless of
+what's on the endpoint. pcksize will need a function to take
+max_packet_size and convert it to the variant that is closest without
+going over.
+
* Clean up pipe descriptor stuff.
There's a bunch of unsafe functions that can be made safe.