Last change
on this file since 466 was 466, checked in by coas-nagasima, 2 years ago |
GCCを最新版に更新
|
-
Property svn:eol-style
set to
native
-
Property svn:mime-type
set to
text/json;charset=UTF-8
|
File size:
671 bytes
|
Line | |
---|
1 | {
|
---|
2 | "configurations": [
|
---|
3 | {
|
---|
4 | "name": "STM32F767 NUCLEO-144",
|
---|
5 | "includePath": [
|
---|
6 | "${workspaceFolder}/../zlib-1.2.11/src",
|
---|
7 | "${workspaceFolder}/../wolfssl-4.7.0"
|
---|
8 | ],
|
---|
9 | "defines": [
|
---|
10 | "HAVE_CONFIG_H",
|
---|
11 | "WOLFSSL_USER_SETTINGS"
|
---|
12 | ],
|
---|
13 | "windowsSdkVersion": "10.0.17763.0",
|
---|
14 | "compilerPath": "C:\\Program Files (x86)\\GNU Arm Embedded Toolchain\\10 2020-q4-major\\bin\\arm-none-eabi-gcc.exe",
|
---|
15 | "cStandard": "c11",
|
---|
16 | "cppStandard": "c++17",
|
---|
17 | "intelliSenseMode": "gcc-x64"
|
---|
18 | }
|
---|
19 | ],
|
---|
20 | "version": 4
|
---|
21 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.