doc: add roadmap

This commit is contained in:
Karan Misra 2014-04-07 02:45:20 +05:30
parent 1f083ce3bd
commit 5c0ae1c83a
1 changed files with 14 additions and 0 deletions

14
ROADMAP.md Normal file
View File

@ -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.