Skip to content

Commit 42b3e2e

Browse files
committed
device-catalog: update support.json for new hardware model
The new hardware model no longer uses arch for directory structure. This commit removes arch keys from the support.json, placing the board definitions at the root of the data. - Device names that have changed with the new model are updated. - Custom images moved to `scripts/device-catalog/custom_images` folder. - The mimxrt1060_evkb now has it's own entry and doesn't reqire manual addition. - Remove qemu_x86 from continuoulsy verified -- only the corex_m3 qemu variant should be on that list. Signed-off-by: Mike Szczys <[email protected]> remove x86
1 parent f25f123 commit 42b3e2e

File tree

5 files changed

+20
-67
lines changed

5 files changed

+20
-67
lines changed

scripts/device-catalog/manually_added/boards/arm/mimxrt1060_evkb/mimxrt1060_evkb.yaml

-32
This file was deleted.

scripts/device-catalog/support.json

+20-35
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,36 @@
11
{
2-
"arc": {},
3-
"arm": {
4-
"circuitdojo_feather_nrf9160": {
5-
"level": "verified",
6-
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr-ncs/"
2+
"circuitdojo_feather": {
3+
"level": "verified",
4+
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr-ncs/"
75
},
86
"mimxrt1024_evk": {
9-
"level": "continuously-verified",
10-
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr/"
7+
"level": "continuously-verified",
8+
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr/"
119
},
1210
"mimxrt1060_evkb": {
13-
"level": "verified",
14-
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr/",
15-
"customDocMD": "The EVKB version of this board does not have its own documentation in the Zephyr tree, but it is closely related to the [mimxrt1060_evk](https://docs.zephyrproject.org/3.6.0/boards/arm/mimxrt1060_evk/doc/index.html)."
11+
"level": "verified",
12+
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr/",
13+
"customDocMD": "The EVKB version of this board does not have its own documentation in the Zephyr tree, but it is closely related to the [mimxrt1060_evk](https://docs.zephyrproject.org/3.6.0/boards/arm/mimxrt1060_evk/doc/index.html)."
1614
},
1715
"nrf52840dk_nrf52840": {
18-
"level": "continuously-verified",
19-
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr/",
20-
"customDocMD": "We use the nRF5240 Development Kit along with an ESP32 board running [AT modem firmware](https://www.espressif.com/en/support/download/at) to provide connectivity. The pinout for connecting these boards is described in the README.md of each [Golioth Firmware SDK sample application](https://github.com/golioth/golioth-firmware-sdk/tree/main/examples/zephyr).<br /><br />[nRF52840-DK-NRF52840 (nrf52840dk_nrf52840)](https://docs.zephyrproject.org/3.6.0/boards/arm/nrf52840dk_nrf52840/doc/index.html)"
16+
"level": "continuously-verified",
17+
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr/",
18+
"customDocMD": "We use the nRF5240 Development Kit along with an ESP32 board running [AT modem firmware](https://www.espressif.com/en/support/download/at) to provide connectivity. The pinout for connecting these boards is described in the README.md of each [Golioth Firmware SDK sample application](https://github.com/golioth/golioth-firmware-sdk/tree/main/examples/zephyr).<br /><br />[nRF52840-DK-NRF52840 (nrf52840dk_nrf52840)](https://docs.zephyrproject.org/3.6.0/boards/arm/nrf52840dk_nrf52840/doc/index.html)"
2119
},
2220
"nrf9160dk_nrf9160": {
23-
"level": "continuously-verified",
24-
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr-ncs/"
21+
"level": "continuously-verified",
22+
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr-ncs/"
2523
},
26-
"rak5010_nrf52840": {
27-
"level": "continuously-verified",
28-
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr/"
24+
"rak5010": {
25+
"level": "continuously-verified",
26+
"quickstart": "/getting-started/device-examples/compile-example-code/zephyr/"
2927
},
3028
"qemu_cortex_m3": {
31-
"level": "continuously-verified",
32-
"quickstart": "/firmware/hardware/virtual-devices/zephyr-quickstart"
29+
"level": "continuously-verified",
30+
"quickstart": "/firmware/hardware/virtual-devices/zephyr-quickstart"
3331
},
34-
"qemu_x86": {
35-
"level": "continuously-verified",
36-
"quickstart": "/firmware/hardware/virtual-devices/zephyr-quickstart"
37-
}
38-
},
39-
"arm64": {},
40-
"nios2": {},
41-
"posix": {},
42-
"riscv": {},
43-
"sparc": {},
44-
"x86": {},
45-
"xtensa": {
4632
"esp32_devkitc_wrover": {
47-
"level": "continuously-verified",
48-
"quickstart": "/getting-started/device-examples/compile-example-code/"
33+
"level": "continuously-verified",
34+
"quickstart": "/getting-started/device-examples/compile-example-code/"
4935
}
50-
}
5136
}

0 commit comments

Comments
 (0)