aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2007-10-07 18:39:14 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2007-10-07 18:39:14 +0000
commit781fcf8e3db8c14fd2e0a4185eac4b4d3fa95dd7 (patch)
tree4710c8ad8222036a365634fa6e9125ff1d550ea1
parentf0dd4a5756a8d9210c5c163ffdba021b5f4fac92 (diff)
Switched to new burn bootloader menu system, dynamically generated from the programmers.txt file.
-rw-r--r--boards.txt12
-rw-r--r--programmers.txt14
2 files changed, 20 insertions, 6 deletions
diff --git a/boards.txt b/boards.txt
index 0cf5b7f..f278d87 100644
--- a/boards.txt
+++ b/boards.txt
@@ -10,8 +10,8 @@ atmega8.bootloader.low_fuses=0xdf
atmega8.bootloader.high_fuses=0xca
atmega8.bootloader.path=atmega8
atmega8.bootloader.file=ATmegaBOOT.hex
-atmega8.bootloader.unlock_bits=0xFF
-atmega8.bootloader.lock_bits=0xCF
+atmega8.bootloader.unlock_bits=0x3F
+atmega8.bootloader.lock_bits=0x0F
atmega8.build.mcu=atmega8
atmega8.build.f_cpu=16000000L
@@ -30,8 +30,8 @@ atmega168.bootloader.high_fuses=0xdd
atmega168.bootloader.extended_fuses=0x00
atmega168.bootloader.path=atmega168
atmega168.bootloader.file=ATmegaBOOT_168_ng.hex
-atmega168.bootloader.unlock_bits=0xFF
-atmega168.bootloader.lock_bits=0xCF
+atmega168.bootloader.unlock_bits=0x3F
+atmega168.bootloader.lock_bits=0x0F
atmega168.build.mcu=atmega168
atmega168.build.f_cpu=16000000L
@@ -50,8 +50,8 @@ diecimila.bootloader.high_fuses=0xdd
diecimila.bootloader.extended_fuses=0x00
diecimila.bootloader.path=atmega168
diecimila.bootloader.file=ATmegaBOOT_168_diecimila.hex
-diecimila.bootloader.unlock_bits=0xFF
-diecimila.bootloader.lock_bits=0xCF
+diecimila.bootloader.unlock_bits=0x3F
+diecimila.bootloader.lock_bits=0x0F
diecimila.build.mcu=atmega168
diecimila.build.f_cpu=16000000L
diff --git a/programmers.txt b/programmers.txt
new file mode 100644
index 0000000..a235d00
--- /dev/null
+++ b/programmers.txt
@@ -0,0 +1,14 @@
+avrisp.name=AVR ISP
+avrisp.communication=serial
+avrisp.protocol=stk500
+
+avrispmkii.name=AVRISP mkII
+avrispmkii.communication=usb
+avrispmkii.protocol=stk500v2
+
+usbtinyisp.name=USBtinyISP
+usbtinyisp.protocol=usbtiny
+
+parallel.name=Parallel Programmer
+parallel.protocol=dapa
+parallel.delay=800 \ No newline at end of file