diff options
| author | Jej <jejc@free.fr> | 2015-04-15 22:01:09 +0200 | 
|---|---|---|
| committer | Jej <jejc@free.fr> | 2015-04-15 22:01:09 +0200 | 
| commit | da868db3b1a007792fd1bf45ac6614018ec56454 (patch) | |
| tree | 696d002bc4503f18e03472ef5d248840ef22d986 | |
| parent | bf3ebd5ffd0623f0c851f866d7c8e90b6cd97b1c (diff) | |
| download | micronucleus-da868db3b1a007792fd1bf45ac6614018ec56454.tar.gz micronucleus-da868db3b1a007792fd1bf45ac6614018ec56454.tar.bz2 micronucleus-da868db3b1a007792fd1bf45ac6614018ec56454.zip | |
Typo fix
| -rw-r--r-- | firmware/releases/release notes.txt | 6 | 
1 files 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. | 
