summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBluebie <a@creativepony.com>2012-10-05 20:28:45 +1000
committerBluebie <a@creativepony.com>2012-10-05 20:28:45 +1000
commit1c3d4e490adea8107d98be3f98ddc2794153e5f7 (patch)
tree669e738136a21c2a9eb6cdb5ca6452873968ac46
parent9c8a32850238750ab08112508382f8d2bf13b9c9 (diff)
downloadmicronucleus-1c3d4e490adea8107d98be3f98ddc2794153e5f7.tar.gz
micronucleus-1c3d4e490adea8107d98be3f98ddc2794153e5f7.tar.bz2
micronucleus-1c3d4e490adea8107d98be3f98ddc2794153e5f7.zip
Release Notes for 1.04 release
-rw-r--r--firmware/releases/release notes.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/firmware/releases/release notes.txt b/firmware/releases/release notes.txt
index 1091b25..f5cba94 100644
--- a/firmware/releases/release notes.txt
+++ b/firmware/releases/release notes.txt
@@ -1,13 +1,20 @@
-== 1.04 - not yet released ==
+== 1.04 - 2012-10-5 ==
firmware:
o Further reduction in code size - not enough to gain another page yet
- o Reduced default configuration's timeout from 5ms to 2.5ms - seems to work on Mac, Windows 7, and Linux
+ o Reduced default configuration's timeout from 5 seconds to 2.5 seconds - seems to work on Mac, Windows 7, and Linux
o Timeout mechanism now more robust - any usb requests reset timeout
+ o Faster Uploads - write sleeps reduced from 8ms to 6ms, for a roughly 25% speed boost
o You can poll info requests once every half second or so to keep bootloader captive, so it doesn't launch user program
-- this is useful for programs which are likely to do strange things to the USB data lines - less freaking out usb
-- root hubs in specialist applications where that can be predicted
o Added warning when bootloader configured with idle timeout below duration of erase request (the longest running request)
+ o Option to restore OSCCAL to it's factory setting - run your programs at 16.0mhz instead of 16.5mhz
+ o Option to set CLKPR prescale selection - You can configure micronucleus to run on devices with clkdiv8 fuse set. By default it returns to clkdiv8 after (2mhz real speed), but you can optionally specify a different division, to have 8mhz, 4mhz, or a much lower speed.
+
+upgrade:
+ o Micronucleus now includes a viral upgrade tool. Upload these hex files via an older version of micronucleus or some other attiny85 bootloader like fast tiny & mega uart bootloader, and when the program runs it'll brick the chip, patch the bootloader with a new version, then patch it's own interrupt vector table to point to the bootloader. After letting it run for at least five seconds, power cycle the device and it should boot right in to the new bootloader!
+ o I (bluebie) make no guarentees that any of micronucleus wont brick your chips. Be careful if you don't have access to a fuse resetter or HVSP programmer.
commandline:
o Added percentage progress logging
@@ -17,6 +24,7 @@ commandline:
o Detect and refuse to upload to unknown newer versions of firmware
o Adjusted some delays - uploads now take about a quarter to half of a second less time
o `make install` works and installs to /usr/local/bin (anyone know how to make this smarter?)
+ - notice: I think there may be a bug uploading raw binary files, but intel hex files seem to work fine
commandline's c library:
o progress argument to eraseFlash and writeFlash functions - a function to call frequently with progress data