Merge branch 'main' of https://git.bartool.ovh/bartool/fun_gen_amp_test
This commit is contained in:
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
@@ -30,7 +30,7 @@
|
|||||||
"USE_HAL_DRIVER",
|
"USE_HAL_DRIVER",
|
||||||
"ULOG_ENABLED"
|
"ULOG_ENABLED"
|
||||||
],
|
],
|
||||||
"compilerPath": "C:/MyApps/arm-gcc/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc.exe",
|
"compilerPath": "C:/Apps/gcc-arm/10.3/bin/arm-none-eabi-gcc.exe",
|
||||||
"cStandard": "c11",
|
"cStandard": "c11",
|
||||||
"cppStandard": "gnu++17",
|
"cppStandard": "gnu++17",
|
||||||
"intelliSenseMode": "windows-gcc-arm"
|
"intelliSenseMode": "windows-gcc-arm"
|
||||||
|
|||||||
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
@@ -16,7 +16,6 @@
|
|||||||
"interface": "swd",
|
"interface": "swd",
|
||||||
"svdFile": "STM32F303xE.svd",
|
"svdFile": "STM32F303xE.svd",
|
||||||
"preLaunchTask": "${defaultBuildTask}",
|
"preLaunchTask": "${defaultBuildTask}",
|
||||||
"rtos": "C:/MyApps/SEGGER/JLink_V780a/GDBServer/RTOSPlugin_FreeRTOS.dll",
|
|
||||||
"rttConfig": {
|
"rttConfig": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"address": "auto",
|
"address": "auto",
|
||||||
|
|||||||
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"label": "f303-freertos",
|
"label": "f303-freertos",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "C:/MyApps/mingw64/bin/make.exe",
|
"command": "C:/Apps/mingw64/bin/make.exe",
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "${workspaceFolder}"
|
"cwd": "${workspaceFolder}"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user