-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug80.json
More file actions
48 lines (48 loc) · 1.12 KB
/
Copy pathdebug80.json
File metadata and controls
48 lines (48 loc) · 1.12 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"projectVersion": 2,
"projectPlatform": "tec1g",
"defaultProfile": "mon3",
"defaultTarget": "matrix-smoke",
"outputDir": "build",
"azm": {
"symbolCase": "strict"
},
"profiles": {
"mon3": {
"platform": "tec1g",
"description": "TEC-1G monitor-first profile with user code at 0x4000.",
"bundledAssets": {
"romHex": {
"bundleId": "tec1g/mon3/v1",
"path": "mon3.bin"
},
"debugMap": {
"bundleId": "tec1g/mon3/v1",
"path": "mon3.d8.json"
}
}
}
},
"targets": {
"matrix-smoke": {
"sourceFile": "matrix-smoke.asm",
"asm": "matrix-smoke.asm",
"artifactBase": "matrix-smoke"
},
"panel-smoke": {
"sourceFile": "panel-smoke.asm",
"asm": "panel-smoke.asm",
"artifactBase": "panel-smoke"
},
"keypad-hold": {
"sourceFile": "keypad-hold.asm",
"asm": "keypad-hold.asm",
"artifactBase": "keypad-hold"
},
"seven-seg-hold": {
"sourceFile": "seven-seg-hold.asm",
"asm": "seven-seg-hold.asm",
"artifactBase": "seven-seg-hold"
}
}
}