Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit d0ae403

Browse files
committed
faq about embedded
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 6065838 commit d0ae403

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,16 @@ codebase is small and comprehensive, and the algorithms simple yet performant.
185185
Specific runtimes might introduce different trade-offs, and with Runtime you're able to compare, and
186186
pick the best fit for your requirements.
187187

188+
### Can Runtime be used on embedded devices?
189+
Runtime is designed to be compatible with micro processors, but not with micro controllers. Out of
190+
the box Runtime works on embedded devices such as Raspberry Pis, and with the appropriate backends
191+
it should also work on phones.
192+
193+
Micro controllers are very specific in what they provide, and while a Runtime-like library might be
194+
possible in the future, it's still early for the ecosystem and APIs would likely also need to be
195+
different. We don't know what the future holds, but for now we've chosen not to target micro
196+
controllers.
197+
188198
### When will Timers and File System support land?
189199
Timers are next up on the list of things we want to target, together with Unix Domain Sockets.
190200
Filesystem is a bit further behind because currently the implementations in the backing runtimes are

0 commit comments

Comments
 (0)