From 6bf18e14d15b0eaa1840892f693b395bb6921ba1 Mon Sep 17 00:00:00 2001 From: nqtronix Date: Sat, 10 Nov 2018 22:14:27 +0100 Subject: [PATCH] Update readme with section 'Configuration' --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7405926..7035632 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,14 @@ To keep the documentation up-to-date with the least hassle, all configuration op
+### Configuration + +fifofast is designed to work out-of-the-box the majority of all use cases. To increase flexibility, but retain the performance for simple applications, you can set configuration options\* in `fifofast.h` in the section _User Config_. + +*As of 0.7.0 there is only one configuration option, but this is the place where other options would go. + +
+ ### Pointable Fifos Since release 0.6.0 you can create special fifos which can be referenced by a pointer. They are created very similar to normal fifos, but they have a `_p` as a suffix: