Skip to content

Commit 26d01ab

Browse files
committed
Added GW device to MySensors HW profile (not complete yet!)
1 parent d5becd5 commit 26d01ab

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

hardware/MySensors/avr/boards.txt

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
menu.cpu=Processor
22

3+
######################################
4+
## Sensebender Micro
5+
36
MysensorsMicro.name=Sensebender Micro
47

58
MysensorsMicro.upload.tool=arduino:avrdude
@@ -26,4 +29,29 @@ MysensorsMicro.menu.cpu.8Mhz=Atmega328 8Mhz
2629
MysensorsMicro.menu.cpu.8Mhz.build.f_cpu=8000000L
2730

2831
MysensorsMicro.menu.cpu.1Mhz=Atmega328 1Mhz
29-
MysensorsMicro.menu.cpu.1Mhz.build.f_cpu=1000000L
32+
MysensorsMicro.menu.cpu.1Mhz.build.f_cpu=1000000L
33+
34+
35+
########################################
36+
## Gateway settings
37+
38+
MysensorsGW.name=Sensebender Gateway
39+
MysensorsGW.build.core=arduino:arduino
40+
MysensorsGW.build.variant=GW
41+
MysensorsGW.build.board=AVR_1284
42+
MysensorsGW.build.mcu=atmega1284p
43+
MysensorsGW.build.f_cpu=20000000L
44+
45+
MysensorsGW.upload.tool=arduino:avrdude
46+
MysensorsGW.upload.protocol=arduino
47+
MysensorsGW.upload.maximum_size=123720
48+
MysensorsGW.upload.maximum_data_size=16384
49+
MysensorsGW.upload.speed=115200
50+
51+
MysensorsGW.bootloader.tool=arduino:avrdude
52+
MysensorsGW.bootloader.unlock_bits=0x3F
53+
MysensorsGW.bootloader.lock_bits=0x0F
54+
MysensorsGW.bootloader.low_fuses=0xE2
55+
MysensorsGW.bootloader.high_fuses=0xD2
56+
MysensorsGW.bootloader.extended_fuses=0xFE
57+
MysensorsGW.bootloader.file=DualOptiboot/optiboot_atmega1284.hex

0 commit comments

Comments
 (0)