diff options
author | Tim <cpldcpu@gmail.com> | 2015-04-16 06:38:46 +0200 |
---|---|---|
committer | Tim <cpldcpu@gmail.com> | 2015-04-16 06:38:46 +0200 |
commit | 21d57991d6b321e1cc3690df9addb3b26e4145aa (patch) | |
tree | 696d002bc4503f18e03472ef5d248840ef22d986 | |
parent | bf3ebd5ffd0623f0c851f866d7c8e90b6cd97b1c (diff) | |
parent | da868db3b1a007792fd1bf45ac6614018ec56454 (diff) | |
download | micronucleus-21d57991d6b321e1cc3690df9addb3b26e4145aa.tar.gz micronucleus-21d57991d6b321e1cc3690df9addb3b26e4145aa.tar.bz2 micronucleus-21d57991d6b321e1cc3690df9addb3b26e4145aa.zip |
Merge pull request #60 from jej/patch-2v1.11
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. |