pentabug/firmware
2012-08-27 09:43:42 +02:00
..
bootloader initial firmware... narf enabled 2012-07-17 01:05:27 +02:00
freq_table.h sorry 2bt... need to play the 8bit way 2012-08-14 22:53:25 +02:00
main.c rolled back unwanted changes (testcode) to prevoius version in main.c 2012-08-27 09:43:42 +02:00
main.h initial firmware... narf enabled 2012-07-17 01:05:27 +02:00
Makefile Please use "MCU=<yourmcutype> make" from now on to set MCU type 2012-08-11 21:07:31 +02:00
README.md fixmd 2012-08-06 12:47:56 +02:00
synth.c sorry 2bt... need to play the 8bit way 2012-08-14 22:53:25 +02:00
synth.h some synth --- sync 2012-08-14 19:10:33 +02:00
usart.c Some code for measuring brightness, but not working yet 2012-08-12 01:35:00 +02:00
usart.h added USART library, some subroutines, and test 2012-08-07 20:03:41 +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.