Skip to content

Commit 5af0f34

Browse files
committed
Add support for Pololu A-Star boards
1 parent 34784f7 commit 5af0f34

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

boards/a-star32U4.json

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
}

0 commit comments

Comments
 (0)