-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplatform.json
34 lines (34 loc) · 945 Bytes
/
platform.json
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
32
33
34
{
"name": "quty",
"title": "QUTy",
"description": "QUTy is a development board based on the Microchip ATtiny1626 AVR microcontroller, designed to teach microcontroller programming in the course CAB202 Microprocessors and Digital Systems. The board features a USB-C interface for programming and serial communication, pushbuttons, a potentiometer, a piezo buzzer and a 2-digit, 7-segment display.",
"homepage": "https://cab202.github.io/quty/",
"license": "Apache-2.0",
"keywords": [
"QUT",
"CAB202",
"AVR",
"Microchip",
"ATtiny"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/cab202/quty.git"
},
"version": "1.0.2",
"frameworks": {
},
"packages": {
"toolchain-atmelavr": {
"type": "toolchain",
"owner": "platformio",
"version": "~3.70300.220127"
}
},
"pythonPackages": {
"pymcuprog": "3.13.3.166"
}
}