aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEVELOPMENT.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-29 11:28:44 +0200
committercbdev <cb@cbcdn.com>2020-03-29 11:28:44 +0200
commit3c6d2ccce4dd9be3f6497fb75d0456900e16ab0c (patch)
treeec1807891f10b0eec73b595d55e4e8f9b401f0f7 /DEVELOPMENT.md
parentcf6a8e9a0f125633b1ef7d84e10935695598e654 (diff)
downloadmidimonster-3c6d2ccce4dd9be3f6497fb75d0456900e16ab0c.tar.gz
midimonster-3c6d2ccce4dd9be3f6497fb75d0456900e16ab0c.tar.bz2
midimonster-3c6d2ccce4dd9be3f6497fb75d0456900e16ab0c.zip
Reschedule sacn frame output on EAGAIN
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 90c63ce..495c4f9 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -41,6 +41,8 @@ in spirit rather than by the letter.
* Avoid `atoi()`/`itoa()`, use `strto[u]l[l]()` and `snprintf()`
* Avoid unsafe functions without explicit bounds parameters (eg. `strcat()`).
-## Architecture
+# Build pipeline
-TBD
+# Architecture
+
+# Debugging