pentabug/firmware
2012-08-06 12:43:35 +02:00
..
bootloader initial firmware... narf enabled 2012-07-17 01:05:27 +02:00
main.c separate synth code from main 2012-08-06 02:52:03 +02:00
main.h initial firmware... narf enabled 2012-07-17 01:05:27 +02:00
Makefile different waveforms 2012-08-06 03:35:28 +02:00
README.md added flash README 2012-08-06 12:43:35 +02:00
synth.c change test values 2012-08-06 04:05:58 +02:00
synth.h separate synth code from main 2012-08-06 02:52:03 +02:00

== Firmware ==

This firmware is to be flashed to the atmega88 of the pentabug. The Makefile supports 2 different ways of flashing the firmware image:

=== the serial bootloader way ===

With the

make serflash

target of the Makefile You can flash the microcontroler via the serial bootloader that is part of the initial firmware.

=== the isp way ===

With the

make flash

target of the Makefile you can flash the microcontroler via an isp programmer. Adjust the avrdude settings to Your programmers needs beforehand.