Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions contracts/hw.device-family/asus-rockchip/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"slug": "asus-rockchip",
"version": "1.0.0",
"type": "hw.device-family",
"aliases": [],
"name": "ASUS Tinkerboard Rockchip",
"data": {
"manufacturedBy": "asus"
}
}
10 changes: 0 additions & 10 deletions contracts/hw.device-family/tinkerboard/contract.json

This file was deleted.

10 changes: 10 additions & 0 deletions contracts/hw.device-family/up-x86/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"slug": "up-x86",
"version": "1.0.0",
"type": "hw.device-family",
"aliases": [],
"name": "UP Board x86",
"data": {
"manufacturedBy": "up"
}
}
10 changes: 0 additions & 10 deletions contracts/hw.device-family/upboard/contract.json

This file was deleted.

2 changes: 1 addition & 1 deletion contracts/hw.device-manufacturer/aaeon/contract.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"slug": "manufacturer-aaeon",
"slug": "aaeon",
"version": "1.0.0",
"type": "hw.device-manufacturer",
"aliases": [],
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-manufacturer/asus/contract.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"slug": "manufacturer-asus",
"slug": "asus",
"version": "1.0.0",
"type": "hw.device-manufacturer",
"aliases": [],
Expand Down
8 changes: 8 additions & 0 deletions contracts/hw.device-manufacturer/up/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"slug": "up",
"version": "1.0.0",
"type": "hw.device-manufacturer",
"aliases": [],
"name": "Up Board",
"data": {}
}
2 changes: 1 addition & 1 deletion contracts/hw.device-type/asus-tinker-board-s/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"data": {
"arch": "armv7hf",
"family": "family-tinkerboard",
"family": "asus-rockchip",
"hdmi": true,
"led": true,
"connectivity": {
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/asus-tinker-board/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"data": {
"arch": "armv7hf",
"family": "family-tinkerboard",
"family": "asus-rockchip",
"hdmi": true,
"led": true,
"connectivity": {
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/up-board/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"data": {
"arch": "amd64",
"family": "family-upboard",
"family": "up-x86",
"hdmi": true,
"led": true,
"connectivity": {
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/up-core-plus/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"data": {
"arch": "amd64",
"family": "family-upboard",
"family": "up-x86",
"hdmi": false,
"led": false,
"connectivity": {
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/up-core/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"data": {
"arch": "amd64",
"family": "family-upboard",
"family": "up-x86",
"hdmi": true,
"led": false,
"connectivity": {
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/up-squared/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"data": {
"arch": "amd64",
"family": "family-upboard",
"family": "up-x86",
"hdmi": true,
"led": false,
"connectivity": {
Expand Down