diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-04-30 13:41:34 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-04-30 13:41:34 +0200 |
commit | 33c721c009465dd30d4e96e055a051480c567b57 (patch) | |
tree | 5a6744a79b7469d80bae474d4314b47d4cd6d44d /docs/roadmap.txt | |
parent | 58cf2d2b35542166f1a4e50a83bcf28ff33574a5 (diff) | |
parent | a394e2c35dde67241bea69409bcae9f46dcfc089 (diff) | |
download | uGFX-33c721c009465dd30d4e96e055a051480c567b57.tar.gz uGFX-33c721c009465dd30d4e96e055a051480c567b57.tar.bz2 uGFX-33c721c009465dd30d4e96e055a051480c567b57.zip |
Merge branch 'master' into freertos
Diffstat (limited to 'docs/roadmap.txt')
-rw-r--r-- | docs/roadmap.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/roadmap.txt b/docs/roadmap.txt new file mode 100644 index 00000000..18797487 --- /dev/null +++ b/docs/roadmap.txt @@ -0,0 +1,15 @@ +Things to include in 2.1 (Q2 2014) + - VS1053 audio driver + - FreeRTOS port (finalize) + - GWIN children support (finalize) + - Rreplace the console printf with the one from GFILE + + +Things to include in 2.2 (unknown) + - Support Mikromedia STM32+ board + - Virtual keyboard widget + - LineEdit widget + - RAM file system for GFILE + - FatFS file system for GFILE + - Improve visual aspects of widgets (use gfxBlend()) + - Linux frame buffer support |