summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index e8ca531a78..93261c4049 100644
--- a/TODO
+++ b/TODO
@@ -40,6 +40,13 @@ TODO
but for memory mapped devices like nor flash we could provide a pointer to
it. With this we would not have to copy uimages to memory.
+[ ] setting a variable:
+ bla=500 -> OK
+ bla = 500 -> Unknown command 'bla' - try 'help'
+ bla= 500 -> Unknown command '500' - try 'help'
+
+[ ] command line editing is somewhat broken
+
DONE
----