This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
RT-Thread
/
rt-thread
mirror da
https://github-proxy.rt-thread.io/RT-Thread/rt-thread.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
[vscode] add sample workspace.json (
#10399
)
Bernard Xiong
6 mesi fa
parent
f35c775cd4
commit
73fed292c7
1 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
8
0
.vscode/workspace.json
+ 8
- 0
.vscode/workspace.json
Vedi File
@@ -0,0 +1,8 @@
+{
+ "bsps": {
+ "folder": "bsp",
+ "stars": [
+ "qemu-vexpress-a9"
+ ]
+ }
+}