summaryrefslogtreecommitdiffstats
path: root/Readme.txt
diff options
context:
space:
mode:
authorTim <cpldcpu@gmail.com>2013-12-15 12:13:46 +0100
committerTim <cpldcpu@gmail.com>2013-12-15 12:13:46 +0100
commitdb122973198d406754aabcb1794609111dc29de8 (patch)
tree867058844bd03c24954b848fafe5c29ab2997736 /Readme.txt
parent051a61faab86a35de689b2f890ac6e24dd67b9e8 (diff)
downloadmicronucleus-db122973198d406754aabcb1794609111dc29de8.tar.gz
micronucleus-db122973198d406754aabcb1794609111dc29de8.tar.bz2
micronucleus-db122973198d406754aabcb1794609111dc29de8.zip
clarify user space
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Readme.txt b/Readme.txt
index 051e54c..e6f19ab 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -1,4 +1,3 @@
-
Micronucleus
=============
Micronucleus is a bootloader designed for AVR tiny 85 chips with a minimal usb interface, cross platform libusb-based program upload tool, and a strong emphasis on bootloader compactness. The project aims to release a 2.0kb usb bootloader, and has reached this goal with the latest release. By using the tinyvector mechanism designed by Embedded Creations in their USBaspLoader-tiny85 project, combined with the simplicity of Objective Development's bootloadHID and a unique bare bones usb protocol, Micronucleus is the smallest usb bootloader available for tiny85 at the time of writing.
@@ -16,7 +15,7 @@ This is release 1.10. Please use this at your own risk. The last official releas
Changes compared to v1.06:
• Major size optimization and code reorganization.
- • The size was reduced to 1878 bytes, allowing 256 bytes more user space.
+ • The size was reduced to 1878 bytes, allowing 6314 bytes user space (256 bytes more than in v1.06).
• The bootloader will disconnect from USB on exit.
See release notes (/firmware/releases/release notes.txt) for details.