From da868db3b1a007792fd1bf45ac6614018ec56454 Mon Sep 17 00:00:00 2001 From: Jej Date: Wed, 15 Apr 2015 22:01:09 +0200 Subject: Typo fix --- firmware/releases/release notes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/releases/release notes.txt b/firmware/releases/release notes.txt index 0b48044..1f098a8 100644 --- a/firmware/releases/release notes.txt +++ b/firmware/releases/release notes.txt @@ -5,8 +5,8 @@ Firmware: entry condition. - The bootloader will not quit if no user program is loaded. This prevents periodic re-enumeration of the bootloader and should make driver installation much easier. - THhe new "--erase-only" function of the commandline tool can be used to erase the - user program and create a stable device for easier installiation. + The new "--erase-only" function of the commandline tool can be used to erase the + user program and create a stable device for easier installation. - New entry modes can be selected in "bootloader.h". Please read the comments for details. + ENTRY_ALWAYS + ENTRY_WATCHDOG @@ -19,7 +19,7 @@ Firmware: - Further size optimizations (62 bytes gained, despite new features) + Changed event system into a directly mapped command system. + Introduce union types and forced global variables to registers. - - More sourcecode cleaning up. + - More source code cleaning up. o Size is now 1816 bytes, 6380 bytes user space. Note that avr-objcopy reports 8 bytes more due to the zero vector table which is overwritten by the userprogram. -- cgit v1.2.3