From be7274ead1e06a1d7dfb12505d407a68a3dc8007 Mon Sep 17 00:00:00 2001 From: cpldcpu Date: Sat, 6 Jun 2015 22:13:26 +0200 Subject: Devices with Micronucleus --- Devices_with_Micronucleus.md | 27 +++++++++++++++++++++++++++ Readme.txt | 8 ++++---- 2 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 Devices_with_Micronucleus.md diff --git a/Devices_with_Micronucleus.md b/Devices_with_Micronucleus.md new file mode 100644 index 0000000..b0bbc72 --- /dev/null +++ b/Devices_with_Micronucleus.md @@ -0,0 +1,27 @@ + +# List of devices with Micronucleus (incomplete) # + +Micronucleus is widely used on thousands of open hardware product by different vendors. Please submit a pull request to add your own devices to this list, in case you design new hardware employing the Micronucleus bootloader. + +Please note that Micronucleus is a completely independent project and is not afilliated in any way with the vendors mentioned below. + +## ATtiny85 ## + +- [Digispark](http://digistump.com/products/1) by [Digistump](digistump.com) - Widely spread tiny USB Developmentboard with Arduino-Support. + +- [Olimexino 85](https://www.olimex.com/Products/Duino/AVR/open-source-hardware) by [Olimex](https://www.olimex.com) - Several different devboards fully assembled or as kits with USB interface + +- [Usblinky](https://metalab.at/wiki/Usblinky) by [Metalab](https://metalab.at) - Tiny USB controller for WS2812 RGB LEDs. + +- [Nanite 85](https://cpldcpu.wordpress.com/2014/04/25/the-nanite-85/) - Smallest useable ATtiny85 devboard. Approximates DIP ATtiny85 form factor. + +- [Wattuino Nanite 85](http://www.watterott.com/en/Wattuino-Nanite85) by [Watterott](http://www.watterott.com) - Manufacturable redesign of the Nanite 85 + +- [BBtech ATtiny85 board](https://www.tindie.com/products/BBTech/attiny85-usb-development-tool-board/) - Well designed ATtiny85 board in Trinket form factor. Discontinued(?) + +## ATtiny 841 ## + + +## ATtiny 167 ## + +- [Digispark Pro](http://digistump.com/products/109) by [Digistump](digistump.com) - Digispark successor with more I/O and memory \ No newline at end of file diff --git a/Readme.txt b/Readme.txt index f3c2de1..907ebfa 100644 --- a/Readme.txt +++ b/Readme.txt @@ -4,7 +4,7 @@ Micronucleus is a bootloader designed for AVR ATtiny microcontrollers with a min The V2.0 release is a complete rewrite of the firmware and offers significant improvements over V1.x: - • Support for the entire ATtiny family instead of only ATtiny85 + • Support for the entire ATtiny family instead of only ATtiny85. • Much smaller size. All configurations are below 2kb. • Interrupt free V-USB: no patching of the user program INT-vector anymore. • Faster uploads due to new protocol. @@ -40,7 +40,7 @@ To allow maximum flexibility, micronucleus supports a configuration system. To c make CONFIG= -Currently the following configurations are included and tested. Please check /firmware/configurations/ for details. Hex files can be found in /releases. +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 - 1532 bytes t841_default - ATtiny841 default configuration - 1584 bytes @@ -49,7 +49,7 @@ t85_aggressive - ATtiny85 smaller size - critical - 1414 bytes t167_default - ATtiny167 default (uses xtal) - 1390 bytes Nanite841 - Nanite841 firmware - 1608 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 "boorloaderconfig.h". Feel free to supply a pull request if you added and tested a previously unsupported device. +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. If changes to the configuration lead to an increase in bootloader size, it may be necessary to change the bootloader start address. Please consult "Makefile.inc" for details. @@ -73,7 +73,7 @@ https://github.com/micronucleus/micronucleus/Devices_with_Microncleus.md License ======= -This project is released under the GPLv2 license. Code uploaded via the bootloader is not subject to any license issues. +This project is released under the GPLv2 license. Code uploaded via the bootloader is not subject to any license. In addition, we'd like you to consider these points if you intend to sell products using micronucleus: -- cgit v1.2.3