Skip to content
Open
Show file tree
Hide file tree
Changes from 5 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"folders": [
{
"path": "."
},
{
"path": "D:\\embarc_osp-master"
},
{
"path": "mbedtls_ssl_client2"
},
{
"path": "Vending_Machine"
}
],
"settings": {
"files.associations": {
"embarc_debug.h": "c",
"embarc.h": "c",
"emsk_gpio.c": "cpp",
"config.h": "c",
"openthread.h": "c",
"cli.h": "c",
"ssd1306_app_config.h": "c",
"u8g.h": "c",
"adt7420.h": "c",
"iosfwd": "c",
"xutility": "c"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@ECHO OFF
SETLOCAL
SET ARC_ToolChain=D:/arc_gnu
SET ARC_BSP_SRC=D:/embarc_osp-master
start "" "C:\Program Files\Microsoft VS Code\Code.exe" %*
ENDLOCAL
Loading