1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"build": {
"core": "arduino",
"cpu": "atmega128rfa1",
"extra_flags": "-DARDUINO_AVR_SMARTRESPONSE_XE -DARDUINO_ARCH_AVR",
"f_cpu": "16000000L",
"mcu": "atmega128rfa1",
"variant": "sparkfun_rf128"
},
"debug": {
"simavr_target": "atmega128rfa1"
},
"frameworks": [
"arduino"
],
"name": "SmartResponseXE (ATmega128RFA1)",
"upload": {
"maximum_ram_size": 16384,
"maximum_size": 131072,
"protocol": "usbasp",
"protocols": [
"usbasp",
"avrisp",
"arduino"
],
"require_upload_port": true,
"speed": 115200
},
"url": "https://www.smarttech.com",
"vendor": "Smart Technologies"
}
|