diff options
| author | Tim <cpldcpu@gmail.com> | 2014-01-19 13:30:11 +0100 | 
|---|---|---|
| committer | Tim <cpldcpu@gmail.com> | 2014-01-19 13:30:11 +0100 | 
| commit | 605633faa1b3bee01bd4229b8dc14c424aa5fcb9 (patch) | |
| tree | 06bceb46a301e62f1625e2695631a1703f69844e | |
| parent | 993bed77e563054f12ac61b5d8f93e2cb548525e (diff) | |
| download | micronucleus-605633faa1b3bee01bd4229b8dc14c424aa5fcb9.tar.gz micronucleus-605633faa1b3bee01bd4229b8dc14c424aa5fcb9.tar.bz2 micronucleus-605633faa1b3bee01bd4229b8dc14c424aa5fcb9.zip | |
Delete Roadmap.txt
| -rw-r--r-- | firmware/Roadmap.txt | 29 | 
1 files changed, 0 insertions, 29 deletions
| diff --git a/firmware/Roadmap.txt b/firmware/Roadmap.txt deleted file mode 100644 index 1612fcd..0000000 --- a/firmware/Roadmap.txt +++ /dev/null @@ -1,29 +0,0 @@ -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 - 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) - -Changes to client firmware: -	- New device support (84,841,167,861) -	- External oscillator option -	- polled USB -	- enter bootloader by external reset -	 -Changes to protocol/command line tool -	- Send different delay times for erase and program to support 481 -	- Transmit data in value and index field, don't use data payload to reduce code size and improve v-usb stability -	- 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 | 
