|
1 | 1 | [ |
| 2 | + { |
| 3 | + "manufacturer": "QEMU", |
| 4 | + "boards": [ |
| 5 | + { |
| 6 | + "name": "qemu-vexpress-a9", |
| 7 | + "description": "VExpress A9 evaluation board, QEMU ARM emulation for ARM Cortex-A 32-bit series machines. VExpress A9评估板卡,可以使用QEMU ARM来模拟ARM Cortex-A 32位系列机器。", |
| 8 | + "board": "qemu-vexpress-a9", |
| 9 | + "path": "bsp/qemu-vexpress-a9" |
| 10 | + }, |
| 11 | + { |
| 12 | + "name": "qemu-virt64-aarch64", |
| 13 | + "description": "QEMU emulated virt aarch64 machine. QEMU模拟的virt aarch64机器。", |
| 14 | + "board": "qemu-virt64-aarch64", |
| 15 | + "path": "bsp/qemu-virt64-aarch64" |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "qemu-virt64-riscv64", |
| 19 | + "description": "QEMU emulated virt riscv64 machine. QEMU模拟的virt riscv64机器。", |
| 20 | + "board": "qemu-virt64-riscv64", |
| 21 | + "path": "bsp/qemu-virt64-riscv64" |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "qemu-riscv-virt32", |
| 25 | + "description": "QEMU emulated RISC-V 32-bit virt machine. QEMU模拟的RISC-V 32位虚拟机器。", |
| 26 | + "board": "qemu-riscv-virt32", |
| 27 | + "path": "bsp/qemu-riscv-virt32" |
| 28 | + }, |
| 29 | + { |
| 30 | + "name": "qemu-riscv-virt64", |
| 31 | + "description": "QEMU emulated RISC-V 64-bit virt machine. QEMU模拟的RISC-V 64位虚拟机器。", |
| 32 | + "board": "qemu-riscv-virt64", |
| 33 | + "path": "bsp/qemu-riscv-virt64" |
| 34 | + } |
| 35 | + ] |
| 36 | + }, |
2 | 37 | { |
3 | 38 | "manufacturer": "ST", |
4 | 39 | "boards": [ |
5 | 40 | { |
6 | 41 | "name": "stm32f407-rt-spark", |
7 | | - "description" : "RT-Thread官方的星火一号开发板,基于STM32F407", |
| 42 | + "description": "RT-Thread official Spark board No.1, based on STM32F407. RT-Thread官方的星火一号开发板,基于STM32F407。", |
8 | 43 | "board": "stm32f407-rt-spark", |
9 | 44 | "path": "bsp/stm32/stm32f407-rt-spark" |
10 | | - |
11 | 45 | }, |
12 | 46 | { |
13 | 47 | "name": "stm32f412-st-nucleo", |
14 | | - "description": "ST官方的STM32F412 Nucleo开发板", |
| 48 | + "description": "ST official STM32F412 Nucleo development board. ST官方的STM32F412 Nucleo开发板。", |
15 | 49 | "board": "stm32f412-st-nucleo", |
16 | | - "path":"bsp/stm32/stm32f412-st-nucleo" |
| 50 | + "path": "bsp/stm32/stm32f412-st-nucleo" |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "stm32f401-st-nucleo", |
| 54 | + "description": "ST official STM32F401 Nucleo development board with ARM Cortex-M4. ST官方的STM32F401 Nucleo开发板,搭载ARM Cortex-M4内核。", |
| 55 | + "board": "stm32f401-st-nucleo", |
| 56 | + "path": "bsp/stm32/stm32f401-st-nucleo" |
| 57 | + }, |
| 58 | + { |
| 59 | + "name": "stm32f103-atk-nano", |
| 60 | + "description": "Alientek STM32F103 Nano development board, based on STM32F103RB. 正点原子STM32F103 Nano开发板,基于STM32F103RB。", |
| 61 | + "board": "stm32f103-atk-nano", |
| 62 | + "path": "bsp/stm32/stm32f103-atk-nano" |
| 63 | + }, |
| 64 | + { |
| 65 | + "name": "stm32f103-blue-pill", |
| 66 | + "description": "Popular low-cost STM32F103 Blue Pill board, widely used for learning and prototyping. 流行的低成本STM32F103蓝色药丸板,广泛用于学习和原型开发。", |
| 67 | + "board": "stm32f103-blue-pill", |
| 68 | + "path": "bsp/stm32/stm32f103-blue-pill" |
| 69 | + }, |
| 70 | + { |
| 71 | + "name": "stm32f407-atk-explorer", |
| 72 | + "description": "Alientek STM32F407 Explorer development board with rich peripherals. 正点原子STM32F407探索者开发板,外设丰富。", |
| 73 | + "board": "stm32f407-atk-explorer", |
| 74 | + "path": "bsp/stm32/stm32f407-atk-explorer" |
| 75 | + }, |
| 76 | + { |
| 77 | + "name": "stm32f429-atk-apollo", |
| 78 | + "description": "Alientek STM32F429 Apollo development board with LCD and camera support. 正点原子STM32F429阿波罗开发板,支持LCD和摄像头。", |
| 79 | + "board": "stm32f429-atk-apollo", |
| 80 | + "path": "bsp/stm32/stm32f429-atk-apollo" |
| 81 | + }, |
| 82 | + { |
| 83 | + "name": "stm32h750-artpi", |
| 84 | + "description": "RT-Thread official ART-Pi development board, based on STM32H750 with high performance. RT-Thread官方ART-Pi开发板,基于高性能STM32H750。", |
| 85 | + "board": "stm32h750-artpi", |
| 86 | + "path": "bsp/stm32/stm32h750-artpi" |
17 | 87 | } |
18 | 88 | ] |
19 | 89 | }, |
20 | 90 | { |
21 | | - "manufacturer": "QEMU", |
| 91 | + "manufacturer": "Raspberry Pi", |
22 | 92 | "boards": [ |
23 | 93 | { |
24 | | - "name": "qemu-vexpress-a9", |
25 | | - "description": "VExpress A9评估板卡,可以使用QEMU ARM来模拟ARM Cortex-A 32位系列机器", |
26 | | - "board": "qemu-vexpress-a9", |
27 | | - "path": "bsp/qemu-vexpress-a9" |
| 94 | + "name": "raspberry-pico", |
| 95 | + "description": "Raspberry Pi Pico board based on RP2040 microcontroller. 树莓派Pico开发板,基于RP2040微控制器。", |
| 96 | + "board": "raspberry-pico", |
| 97 | + "path": "bsp/raspberry-pico" |
28 | 98 | }, |
29 | 99 | { |
30 | | - "name": "qemu-virt64-aarch64", |
31 | | - "description": "QEMU模拟的virt aarch64机器", |
32 | | - "board": "qemu-virt64-aarch64", |
33 | | - "path": "bsp/qemu-virt64-aarch64" |
| 100 | + "name": "raspberry-pi-4b", |
| 101 | + "description": "Raspberry Pi 4 Model B single-board computer with quad-core Cortex-A72. 树莓派4B单板计算机,搭载四核Cortex-A72。", |
| 102 | + "board": "raspberry-pi-4b", |
| 103 | + "path": "bsp/raspberry-pi/raspi4-64" |
| 104 | + } |
| 105 | + ] |
| 106 | + }, |
| 107 | + { |
| 108 | + "manufacturer": "Espressif", |
| 109 | + "boards": [ |
| 110 | + { |
| 111 | + "name": "esp32c3", |
| 112 | + "description": "Espressif ESP32-C3 RISC-V based Wi-Fi and Bluetooth SoC. 乐鑫ESP32-C3基于RISC-V的Wi-Fi和蓝牙SoC。", |
| 113 | + "board": "esp32c3", |
| 114 | + "path": "bsp/esp32c3" |
34 | 115 | }, |
35 | 116 | { |
36 | | - "name": "qemu-virt64-riscv64", |
37 | | - "description": "QEMU模拟的virt riscv64机器", |
38 | | - "board": "qemu-virt64-riscv64", |
39 | | - "path": "bsp/qemu-virt64-riscv64" |
| 117 | + "name": "esp32", |
| 118 | + "description": "Espressif ESP32 dual-core Wi-Fi and Bluetooth SoC. 乐鑫ESP32双核Wi-Fi和蓝牙SoC。", |
| 119 | + "board": "esp32", |
| 120 | + "path": "bsp/esp32" |
| 121 | + } |
| 122 | + ] |
| 123 | + }, |
| 124 | + { |
| 125 | + "manufacturer": "NXP", |
| 126 | + "boards": [ |
| 127 | + { |
| 128 | + "name": "imxrt1052-evk", |
| 129 | + "description": "NXP i.MX RT1052 EVK board with ARM Cortex-M7 crossover MCU. 恩智浦i.MX RT1052评估板,搭载ARM Cortex-M7跨界MCU。", |
| 130 | + "board": "imxrt1052-evk", |
| 131 | + "path": "bsp/imxrt/imxrt1052-evk" |
| 132 | + }, |
| 133 | + { |
| 134 | + "name": "imxrt1064-evk", |
| 135 | + "description": "NXP i.MX RT1064 EVK board with ARM Cortex-M7 and advanced peripherals. 恩智浦i.MX RT1064评估板,搭载ARM Cortex-M7和先进外设。", |
| 136 | + "board": "imxrt1064-evk", |
| 137 | + "path": "bsp/imxrt/imxrt1064-evk" |
| 138 | + } |
| 139 | + ] |
| 140 | + }, |
| 141 | + { |
| 142 | + "manufacturer": "Allwinner", |
| 143 | + "boards": [ |
| 144 | + { |
| 145 | + "name": "allwinner-d1", |
| 146 | + "description": "Allwinner D1 RISC-V based application processor. 全志D1基于RISC-V的应用处理器。", |
| 147 | + "board": "allwinner-d1", |
| 148 | + "path": "bsp/allwinner/d1" |
| 149 | + } |
| 150 | + ] |
| 151 | + }, |
| 152 | + { |
| 153 | + "manufacturer": "GigaDevice", |
| 154 | + "boards": [ |
| 155 | + { |
| 156 | + "name": "gd32vf103-rvstar", |
| 157 | + "description": "GigaDevice GD32VF103 RV-STAR board with RISC-V core. 兆易创新GD32VF103 RV-STAR开发板,搭载RISC-V内核。", |
| 158 | + "board": "gd32vf103-rvstar", |
| 159 | + "path": "bsp/gd32vf103-rvstar" |
40 | 160 | } |
41 | 161 | ] |
42 | 162 | } |
|
0 commit comments