diff options
Diffstat (limited to 'firmware/Roadmap.txt')
-rw-r--r-- | firmware/Roadmap.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/firmware/Roadmap.txt b/firmware/Roadmap.txt deleted file mode 100644 index ad196a0..0000000 --- a/firmware/Roadmap.txt +++ /dev/null @@ -1,22 +0,0 @@ -Development Roadmap - -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 - -Upgrade tool - - Automatic generation of update tool during make as per gblarggs idea - - |