summaryrefslogtreecommitdiffstats
path: root/firmware/Roadmap.txt
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2013-12-15 20:19:35 +0100
committercpldcpu <cpldcpu@gmail.com>2013-12-15 20:19:35 +0100
commit7f1b5e11a801b4c6609870f79bbb93edab3292fd (patch)
treedad8f22809779f09bd1fb41be2e17ce92a942770 /firmware/Roadmap.txt
parentf6daa493d57a22caf58eb45aaebc978d5c2fa4f7 (diff)
downloadmicronucleus-7f1b5e11a801b4c6609870f79bbb93edab3292fd.tar.gz
micronucleus-7f1b5e11a801b4c6609870f79bbb93edab3292fd.tar.bz2
micronucleus-7f1b5e11a801b4c6609870f79bbb93edab3292fd.zip
don't exit bootloader with clean memory
Diffstat (limited to 'firmware/Roadmap.txt')
-rw-r--r--firmware/Roadmap.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/firmware/Roadmap.txt b/firmware/Roadmap.txt
index 564cf12..1612fcd 100644
--- a/firmware/Roadmap.txt
+++ b/firmware/Roadmap.txt
@@ -3,10 +3,11 @@ Development Roadmap
1.x Improvements (No protocol change, micronucleus host tool stays the same)
Changes to client firmware:
- - Only time out bootloader if program is loaded
- - CRC check
- - Move clean boot page to initialization
- - Integrate blarrgg global optimizations
+ - Only time out bootloader if program is loaded - done
+ - Move clean boot page to initialization - done
+ - Integrate blargg optimizations
+ * turned "event"-variable into register to save memory
+ * moved flash buffer clean to hardware initialization function
2.x Improvements (New Protocol, new command line tool)
@@ -22,6 +23,7 @@ Changes to protocol/command line tool
- Move writing of tiny vector table to host tool. Reset vector patching stays on client
-> no risk of bricking device, since bootloader will remain active
- erase command
+ - CRC check
\ No newline at end of file