summaryrefslogtreecommitdiffstats
path: root/Readme.txt
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2013-11-18 15:26:08 +0100
committercpldcpu <cpldcpu@gmail.com>2013-11-18 15:26:08 +0100
commit9f9254d47cac33d80bc1c4d3501c6da651077e73 (patch)
tree117efa336b0c406b468c39d3eae43ddd1e6d97eb /Readme.txt
parent902892795867a1070ede9ce0453dabc54e72cfd1 (diff)
downloadmicronucleus-9f9254d47cac33d80bc1c4d3501c6da651077e73.tar.gz
micronucleus-9f9254d47cac33d80bc1c4d3501c6da651077e73.tar.bz2
micronucleus-9f9254d47cac33d80bc1c4d3501c6da651077e73.zip
updated readme, included hex
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index b1c696f..9bda1d1 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -1,3 +1,10 @@
+micronucleus testing branch
+===========================
+
+This is the current development branch for micronucleus. The focus for this branch is to reduce the size without changing the functionality of the client tool. Please look at individual commits to understand the changes that were made.
+
+* Nov 18,2013 @cpldcpu - 1966 bytes
+
micronucleus tiny85
===================
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 is nearly there, with recent builds at 2.07kb. 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.