pentabug/firmware
2012-10-07 02:04:16 +02:00
..
bootloader some code formatting 2012-10-07 02:04:16 +02:00
lib some code formatting 2012-10-07 02:04:16 +02:00
freq_table.h some code formatting 2012-10-07 02:04:16 +02:00
main.c a bit code beautification 2012-10-07 00:52:53 +02:00
main.h a bit code beautification 2012-10-07 00:52:53 +02:00
Makefile added make flsmart for use with mySmartUSB light ISP 2012-10-03 18:47:12 +02:00
README.md fixmd 2012-08-06 12:47:56 +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.