Been Busy
I’ve been quite busy with the old electronics recently. I got an ATtiny2313 and ATmega1284P sample from Atmel and flashed the arduino-tiny and mighty-1284p cores respectively using the updated arduino-mk v1.5 which now supports Arduino IDE 1.6.3
Here is the 1284 running “Blink”:
Here is the 2313 on a micro breadboard using only a resistor, LED and 5v/GND wires to run Blink:
The 2313 Makefile looks like:
ISP_PROG = usbasp
BOARD_TAG = attiny2313at1
ALTERNATE_CORE = tiny
include /usr/share/arduino/Arduino.