From 5c0ae1c83a342cde05ed0a3e89d808b4ff455c2b Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Mon, 7 Apr 2014 02:45:20 +0530 Subject: [PATCH] doc: add roadmap --- ROADMAP.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..257c8e0 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,14 @@ +# embd roadmap + +The following features are planned (in no particular order): + +* A fully featured cli tool (**embd**) +* Support for UART, SPI +* Support for a whole range of sensors/controllers +* Support for Intel Galileo (will require a few changes to Golang, but not unsurmountable) +* Support for a lot of other ARM prototyping boards (Cubietruck, Radxa, etc.) +* Awesome documentation +* A embd UI (similar to the Arduino IDE) +* Supporting something other than Linux +* Support for vision processing (OpenCV ?) +* Allow remote instrumentation of the host via network/web sockets/etc.