You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
876 B
JSON
41 lines
876 B
JSON
{
|
|
"build": {
|
|
"f_cpu": "16000000L",
|
|
"hwids": [
|
|
[
|
|
"0x0403",
|
|
"0x6001"
|
|
]
|
|
],
|
|
"mcu": "atmega1284p"
|
|
},
|
|
"platforms": [
|
|
"atmelavr"
|
|
],
|
|
"name": "EMG DMM Board",
|
|
"upload": {
|
|
"maximum_ram_size": 16384,
|
|
"maximum_size": 130048,
|
|
"protocol": "arduino",
|
|
"require_upload_port": true
|
|
},
|
|
"bootloader": {
|
|
"file": "boards/optiboot_atmega1284p_dmm.hex",
|
|
"lfuse": "0xFF",
|
|
"hfuse": "0x9C",
|
|
"efuse": "0xFC",
|
|
"lock_bits": "0xFF"
|
|
},
|
|
"debug": {
|
|
"simavr_target": "atmega1284p",
|
|
"avr-stub": {
|
|
"speed": 115200
|
|
}
|
|
},
|
|
"test": {
|
|
"speed": 115200
|
|
},
|
|
"url": "https://www.emg.tu-bs.de/lehre/vl/vl_dmm_d.html",
|
|
"vendor": "EMG, TU Braunschweig"
|
|
}
|