summaryrefslogtreecommitdiffstats
path: root/firmware/releases
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2014-01-03 20:50:08 +0100
committercpldcpu <cpldcpu@gmail.com>2014-01-03 20:50:08 +0100
commitbe508b4aa482d1677a894318fd4ad9da3a8fe5d4 (patch)
tree65802d31d26b9262fc1380d8b1aee47d2d55266c /firmware/releases
parent8c4f3c3a798936de8126f3ebca8ccb6382ade93f (diff)
downloadmicronucleus-be508b4aa482d1677a894318fd4ad9da3a8fe5d4.tar.gz
micronucleus-be508b4aa482d1677a894318fd4ad9da3a8fe5d4.tar.bz2
micronucleus-be508b4aa482d1677a894318fd4ad9da3a8fe5d4.zip
firmware: typo, fix warning
Diffstat (limited to 'firmware/releases')
-rw-r--r--firmware/releases/release notes.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/releases/release notes.txt b/firmware/releases/release notes.txt
index 2bf2bff..09595aa 100644
--- a/firmware/releases/release notes.txt
+++ b/firmware/releases/release notes.txt
@@ -4,10 +4,10 @@ Firmware:
- The bootloader will now always start if no user program was loaded, regardless of the
entry condition.
- The bootloader will not quit if no user program is loaded. This prevents periodic
- reenumeration of the bootloader and should make driver installiation much easier.
+ re-enumeration of the bootloader and should make driver installation much easier.
THe new "--erase-only" function of the commandline tool can be used to erase the
- firmware and create a stabile device for easier installiation.
- - New entrymodes can be selected in "bootloader.h". Please read the comments for details.
+ firmware and create a stable device for easier installiation.
+ - New entry modes can be selected in "bootloader.h". Please read the comments for details.
+ ENTRY_ALWAYS
+ ENTRY_WATCHDOG
+ ENTRY_EXT_RESET
@@ -31,7 +31,7 @@ Commandline tool:
- Client firmware version will now be displayed after connecting.
o Internal changes:
- Clean up of source code
- - Bugixes (see commits)
+ - Bugfixes (see commits)
== 1.10rc3 - 2013-12-15 ==
firmware: