diff options
author | cpldcpu <cpldcpu@gmail.com> | 2014-03-16 17:57:32 +0100 |
---|---|---|
committer | cpldcpu <cpldcpu@gmail.com> | 2014-03-16 17:57:32 +0100 |
commit | adebe9cd1f00275eabb5eff1dea3902803c9fb38 (patch) | |
tree | 5a2d8f3c72d24b456ebb91d1a421abcfb42f0237 /firmware/configuration/t85_default | |
parent | a94ce5267d3183d04e2919893070a907155c50dc (diff) | |
download | micronucleus-adebe9cd1f00275eabb5eff1dea3902803c9fb38.tar.gz micronucleus-adebe9cd1f00275eabb5eff1dea3902803c9fb38.tar.bz2 micronucleus-adebe9cd1f00275eabb5eff1dea3902803c9fb38.zip |
firmware: config update t841,t85
Diffstat (limited to 'firmware/configuration/t85_default')
-rw-r--r-- | firmware/configuration/t85_default/Makefile.inc | 8 | ||||
-rw-r--r-- | firmware/configuration/t85_default/bootloaderconfig.h | 17 |
2 files changed, 15 insertions, 10 deletions
diff --git a/firmware/configuration/t85_default/Makefile.inc b/firmware/configuration/t85_default/Makefile.inc index d933082..53a4682 100644 --- a/firmware/configuration/t85_default/Makefile.inc +++ b/firmware/configuration/t85_default/Makefile.inc @@ -1,12 +1,12 @@ # Name: Makefile # Project: Micronucleus # License: GNU GPL v2 (see License.txt) -# -# Controller type: ATtiny 85 -# Configuration: Digispark default configuration. + +# Controller type: ATtiny 85 - 16.5 MHz +# Configuration: Default # Last Change: Mar 16,2014 - + F_CPU = 16500000 DEVICE = attiny85 diff --git a/firmware/configuration/t85_default/bootloaderconfig.h b/firmware/configuration/t85_default/bootloaderconfig.h index 4ea59dd..32beedf 100644 --- a/firmware/configuration/t85_default/bootloaderconfig.h +++ b/firmware/configuration/t85_default/bootloaderconfig.h @@ -1,15 +1,20 @@ /* Name: bootloaderconfig.h * Micronucleus configuration file. - * This file (together with some settings in Makefile) configures the boot loader + * This file (together with some settings in Makefile.inc) configures the boot loader * according to the hardware. * - * Controller type: ATtiny 85 - * Configuration: Digispark default configuration. - * Last Change: Feb 21,2014 + * Controller type: ATtiny 85 - 16.5 MHz + * Configuration: Default configuration + * USB D- : PB3 + * USB D+ : PB4 + * Entry : Always + * LED : None + * OSCCAL : Stays at 16 MHz + * Note: Uses 16.5 MHz V-USB implementation with PLL + * Last Change: Mar 16,2014 * * License: GNU GPL v2 (see License.txt */ - #ifndef __bootloaderconfig_h_included__ #define __bootloaderconfig_h_included__ @@ -200,7 +205,7 @@ * */ -#define LED_MODE ACTIVE_HIGH +#define LED_MODE NONE #define LED_DDR DDRB #define LED_PORT PORTB |