-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore.json
More file actions
36 lines (36 loc) · 997 Bytes
/
core.json
File metadata and controls
36 lines (36 loc) · 997 Bytes
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
{
"core": {
"magic": "APF_VER_1",
"metadata": {
"platform_ids": [
"ex_platform"
],
"shortname": "Basic Assets",
"description": "APF core example. Displays image and plays audio.",
"author": "Example Author",
"url": "https://github.com/open-fpga",
"version": "1.0.0",
"date_release": "2022-08-23"
},
"framework": {
"target_product": "Analogue Pocket",
"version_required": "1.1",
"sleep_supported": false,
"dock": {
"supported": true,
"analog_output": false
},
"hardware": {
"link_port": false,
"cartridge_adapter": -1
}
},
"cores": [
{
"name": "default",
"id": 0,
"filename": "bitstream.rbf_r"
}
]
}
}