summaryrefslogtreecommitdiffstats
path: root/firmware/releases
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2013-11-25 00:33:34 +0100
committercpldcpu <cpldcpu@gmail.com>2013-11-25 00:33:34 +0100
commit7f196b021d52e7b070433e724cc194685437f755 (patch)
treee2a1a01c698c883840ebc20e8162d7008abd5ce6 /firmware/releases
parent1d18dc307ad767bcda781883689fcb938bbcccfe (diff)
downloadmicronucleus-7f196b021d52e7b070433e724cc194685437f755.tar.gz
micronucleus-7f196b021d52e7b070433e724cc194685437f755.tar.bz2
micronucleus-7f196b021d52e7b070433e724cc194685437f755.zip
Update release notes for 1.10 RC1
Diffstat (limited to 'firmware/releases')
-rw-r--r--firmware/releases/micronucleus-1.10rc1.hex (renamed from firmware/releases/micronucleus-1.09rc1.hex)0
-rw-r--r--firmware/releases/micronucleus-1.10rc1_LEDonPB1.hex (renamed from firmware/releases/micronucleus-1.09rc1_LEDonPB1.hex)0
-rw-r--r--firmware/releases/release notes.txt20
3 files changed, 20 insertions, 0 deletions
diff --git a/firmware/releases/micronucleus-1.09rc1.hex b/firmware/releases/micronucleus-1.10rc1.hex
index 88cfcd4..88cfcd4 100644
--- a/firmware/releases/micronucleus-1.09rc1.hex
+++ b/firmware/releases/micronucleus-1.10rc1.hex
diff --git a/firmware/releases/micronucleus-1.09rc1_LEDonPB1.hex b/firmware/releases/micronucleus-1.10rc1_LEDonPB1.hex
index 4eb1b61..4eb1b61 100644
--- a/firmware/releases/micronucleus-1.09rc1_LEDonPB1.hex
+++ b/firmware/releases/micronucleus-1.10rc1_LEDonPB1.hex
diff --git a/firmware/releases/release notes.txt b/firmware/releases/release notes.txt
index 792a177..8c5694f 100644
--- a/firmware/releases/release notes.txt
+++ b/firmware/releases/release notes.txt
@@ -1,3 +1,23 @@
+== 1.10rc1 - 2013-11-25 ==
+
+firmware:
+Version jump to 1.10 due to major changes in firmware by @cpldcpu.
+ o Reduced code size to below 2kb (1974 with standard configuration) by implementing oscillator
+ calibration in assembler and various local code tweaking. See Github commit history for full details.
+ This version has 6208 bytes programmable code space.
+ o Micronucleus will now simulate an USB-disconnect when exiting the bootloader. This prevents various
+ issues with having a non-responsive USB device, including crashing the host tool. It is now possible
+ to enter the bootloader again by resetting the device using the watchdog timer or the reset input without
+ physically disconnecting from USB.
+ o Cleaned up bootloaderconfig.h
+ o Introduced a second time-out (AUTO_EXIT_NO_USB_MS) if the no USB activity is detected. This can be used
+ to quit the bootloader early if the device is not connected to USB. The bootloader will enter the user
+ program after ~0.8s with the default settings instead of 6s when USB is connected.
+ o Introduced optional code to flash a LED. See LED_PRESENT in bootloaderconfig.h for details.
+ Careful: Right now enabling the LED-code requires setting the bootloader base address to 0x1800 due
+ to increased code size.
+
+
== 1.06-jumper-v2 - 2013-5-20 ==
firmware: