From 7f196b021d52e7b070433e724cc194685437f755 Mon Sep 17 00:00:00 2001 From: cpldcpu Date: Mon, 25 Nov 2013 00:33:34 +0100 Subject: Update release notes for 1.10 RC1 --- firmware/releases/release notes.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'firmware/releases/release notes.txt') 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: -- cgit v1.2.3