File tree 6 files changed +132
-0
lines changed
6 files changed +132
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " arduino" ,
4
+ "extra_flags" : " -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO" ,
5
+ "f_cpu" : " 16000000L" ,
6
+ "mcu" : " atmega328pb" ,
7
+ "variant" : " atmega328pb"
8
+ },
9
+ "frameworks" : [
10
+ " arduino"
11
+ ],
12
+ "name" : " Atmel ATmega328PB" ,
13
+ "upload" : {
14
+ "maximum_ram_size" : 2048 ,
15
+ "maximum_size" : 32256 ,
16
+ "protocol" : " arduino" ,
17
+ "require_upload_port" : true ,
18
+ "speed" : 57600
19
+ },
20
+ "url" : " http://www.atmel.com/devices/ATMEGA328PB.aspx" ,
21
+ "vendor" : " Arduino"
22
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "extra_flags" : " -DAVR_SODAQ_GALORA" ,
4
+ "core" : " arduino" ,
5
+ "f_cpu" : " 8000000L" ,
6
+ "mcu" : " atmega1284p" ,
7
+ "variant" : " galora"
8
+ },
9
+ "frameworks" : [
10
+ " arduino"
11
+ ],
12
+ "name" : " SODAQ GaLoRa" ,
13
+ "upload" : {
14
+ "maximum_ram_size" : 16384 ,
15
+ "maximum_size" : 130048 ,
16
+ "protocol" : " arduino" ,
17
+ "require_upload_port" : true ,
18
+ "speed" : 57600
19
+ },
20
+ "url" : " http://support.sodaq.com/" ,
21
+ "vendor" : " SODAQ"
22
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "extra_flags" : " -DAVR_SODAQ_MBILI" ,
4
+ "core" : " arduino" ,
5
+ "f_cpu" : " 8000000L" ,
6
+ "mcu" : " atmega1284p" ,
7
+ "variant" : " mbili"
8
+ },
9
+ "frameworks" : [
10
+ " arduino"
11
+ ],
12
+ "name" : " SODAQ Mbili" ,
13
+ "upload" : {
14
+ "maximum_ram_size" : 16384 ,
15
+ "maximum_size" : 130048 ,
16
+ "protocol" : " arduino" ,
17
+ "require_upload_port" : true ,
18
+ "speed" : 57600
19
+ },
20
+ "url" : " http://support.sodaq.com/sodaq-one/sodaq-mbili-1284p/" ,
21
+ "vendor" : " SODAQ"
22
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "extra_flags" : " -DAVR_SODAQ_MOJA" ,
4
+ "core" : " arduino" ,
5
+ "f_cpu" : " 8000000L" ,
6
+ "mcu" : " atmega328p" ,
7
+ "variant" : " moja"
8
+ },
9
+ "frameworks" : [
10
+ " arduino"
11
+ ],
12
+ "name" : " SODAQ Moja" ,
13
+ "upload" : {
14
+ "maximum_ram_size" : 2048 ,
15
+ "maximum_size" : 32256 ,
16
+ "protocol" : " arduino" ,
17
+ "require_upload_port" : true ,
18
+ "speed" : 57600
19
+ },
20
+ "url" : " http://support.sodaq.com/sodaq-one/moja/" ,
21
+ "vendor" : " SODAQ"
22
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "extra_flags" : " -DAVR_SODAQ_NDOGO" ,
4
+ "core" : " arduino" ,
5
+ "f_cpu" : " 8000000L" ,
6
+ "mcu" : " atmega1284p" ,
7
+ "variant" : " ndogo"
8
+ },
9
+ "frameworks" : [
10
+ " arduino"
11
+ ],
12
+ "name" : " SODAQ Ndogo" ,
13
+ "upload" : {
14
+ "maximum_ram_size" : 16384 ,
15
+ "maximum_size" : 130048 ,
16
+ "protocol" : " arduino" ,
17
+ "require_upload_port" : true ,
18
+ "speed" : 57600
19
+ },
20
+ "url" : " http://support.sodaq.com/" ,
21
+ "vendor" : " SODAQ"
22
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "extra_flags" : " -DAVR_SODAQ_TATU" ,
4
+ "core" : " arduino" ,
5
+ "f_cpu" : " 8000000L" ,
6
+ "mcu" : " atmega1284p" ,
7
+ "variant" : " tatu"
8
+ },
9
+ "frameworks" : [
10
+ " arduino"
11
+ ],
12
+ "name" : " SODAQ Tatu" ,
13
+ "upload" : {
14
+ "maximum_ram_size" : 16384 ,
15
+ "maximum_size" : 130048 ,
16
+ "protocol" : " arduino" ,
17
+ "require_upload_port" : true ,
18
+ "speed" : 57600
19
+ },
20
+ "url" : " http://support.sodaq.com/" ,
21
+ "vendor" : " SODAQ"
22
+ }
You can’t perform that action at this time.
0 commit comments