summaryrefslogtreecommitdiffstats
path: root/Readme.txt
diff options
context:
space:
mode:
authorTim <cpldcpu@gmail.com>2015-07-27 09:09:24 +0200
committerTim <cpldcpu@gmail.com>2015-07-27 09:09:24 +0200
commitf9615fb6bc7ce96d59dc2ca011c6d740a2aa0cfa (patch)
treef3590bfeac7b9bffccbe3c4a6459a6fc29187aee /Readme.txt
parent04b6fae106784ac4a63b2afc572a1357f4a7c2df (diff)
parent3074d81c13da752fa0bc2c945b79f8fff3df1d9f (diff)
downloadmicronucleus-f9615fb6bc7ce96d59dc2ca011c6d740a2aa0cfa.tar.gz
micronucleus-f9615fb6bc7ce96d59dc2ca011c6d740a2aa0cfa.tar.bz2
micronucleus-f9615fb6bc7ce96d59dc2ca011c6d740a2aa0cfa.zip
Merge pull request #67 from micronucleus/Testing-V2.1
Testing v2.1 - Release D-
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/Readme.txt b/Readme.txt
index a6e6341..c4de75a 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -42,12 +42,12 @@ To allow maximum flexibility, micronucleus supports a configuration system. To c
Currently, the following configurations are included and tested. Please check the subfolders /firmware/configurations/ for details. Hex files can be found in /releases.
-t84_default - ATtiny84A default configuration - 1556 bytes
-t841_default - ATtiny841 default configuration - 1608 bytes
-t85_default - ATtiny85 default configuration - 1610 bytes
-t85_aggressive - ATtiny85 smaller size - critical - 1418 bytes
-t167_default - ATtiny167 default (uses xtal) - 1414 bytes
-Nanite841 - Nanite841 firmware - 1632 bytes
+t84_default - ATtiny84A default configuration - 1560 bytes
+t841_default - ATtiny841 default configuration - 1612 bytes
+t85_default - ATtiny85 default configuration - 1614 bytes
+t85_aggressive - ATtiny85 smaller size - critical - 1422 bytes
+t167_default - ATtiny167 default (uses xtal) - 1418 bytes
+Nanite841 - Nanite841 firmware - 1634 bytes
You can add your own configuration by adding a new folder to /firmware/configurations/. The folder has to contain a customized "Makefile.inc" and "bootloaderconfig.h". Feel free to supply a pull request if you added and tested a previously unsupported device.
@@ -102,6 +102,10 @@ Changes
connected to a USB3.0 port.
- Fixes one bug that could lead to a deadlock if no USB was connected
while the bootloader was active and noise was injected into the floating D+ input.
+ - D- line is released before the user program is started, instead of pulling it down.
+ This solves various issues where Micronucleus was not recognized after a reset.
+ Att: This may lead to a "Unknown device" pop-up in Windows, if the user program does
+ not have USB functionality itself.
Credits
=======