File tree 1 file changed +36
-0
lines changed
1 file changed +36
-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_A_STAR_32U4" ,
5
+ "f_cpu" : " 16000000L" ,
6
+ "hwids" : [
7
+ [
8
+ " 0x1ffb" ,
9
+ " 0x2300"
10
+ ],
11
+ [
12
+ " 0x1ffb" ,
13
+ " 0x0101"
14
+ ]
15
+ ],
16
+ "mcu" : " atmega32u4" ,
17
+ "usb_product" : " Pololu A-Star 32U4" ,
18
+ "variant" : " leonardo"
19
+ },
20
+ "frameworks" : [
21
+ " arduino"
22
+ ],
23
+ "name" : " Pololu A-Star 32U4" ,
24
+ "upload" : {
25
+ "disable_flushing" : true ,
26
+ "maximum_ram_size" : 2560 ,
27
+ "maximum_size" : 28672 ,
28
+ "protocol" : " avr109" ,
29
+ "require_upload_port" : true ,
30
+ "speed" : 57600 ,
31
+ "use_1200bps_touch" : true ,
32
+ "wait_for_upload_port" : true
33
+ },
34
+ "url" : " https://www.pololu.com/category/149/a-star-programmable-controllers" ,
35
+ "vendor" : " Pololu Corporation"
36
+ }
You can’t perform that action at this time.
0 commit comments