Vše včetně nástrojů pro sestavení pod Windows.

This commit is contained in:
2018-08-02 08:36:53 +02:00
parent cc931b1d43
commit 802101c47c
63 changed files with 1936 additions and 18198 deletions

20
makeall Normal file
View File

@ -0,0 +1,20 @@
#!/bin/bash
make clean
#
# The "big three" standard bootloaders.
make atmega8
make atmega168
make atmega328
#
# additional buildable platforms of
# somewhat questionable support level
make lilypad
make lilypad_resonator
make pro8
make pro16
make pro20
make atmega328_pro8
make sanguino
make mega
make atmega88
make luminet