mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
init commit
This commit is contained in:
1
.vscode/.cortex-debug.peripherals.state.json
vendored
Normal file
1
.vscode/.cortex-debug.peripherals.state.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
.vscode/.cortex-debug.registers.state.json
vendored
Normal file
1
.vscode/.cortex-debug.registers.state.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
22
.vscode/launch.json
vendored
Normal file
22
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Cortex Debug",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"executable": "${workspaceRoot}\\build\\abstract_test.elf",
|
||||
"request": "launch",
|
||||
"type": "cortex-debug",
|
||||
"device":"STM32F407IG", //使用J-link GDB Server时必须;其他GBD Server时可选(有可能帮助自动选择SVD文件)。支持的设备见 https://www.segger.com/downloads/supported-devices.php
|
||||
"svdFile": ".\\STM32F407.svd", //svd文件,有这个文件才能查看寄存器的值,每个单片机都不同。可以在以下地址找到 https://github.com/posborne/cmsis-svd
|
||||
"servertype": "openocd", //使用的GDB Server
|
||||
"configFiles":[
|
||||
".\\openocd.cfg",
|
||||
],
|
||||
// path to your gcc-arm-none-eabi/bin
|
||||
"armToolchainPath": "D:\\gcc-arm-none-eabi\\bin",
|
||||
// path to your gcc-arm-none-eabi/arm-none-eabi-gdb.exe
|
||||
"gdbPath": "D:\\gcc-arm-none-eabi\\bin\\arm-none-eabi-gdb.exe"
|
||||
}
|
||||
]
|
||||
}
|
||||
31
.vscode/settings.json
vendored
Normal file
31
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
|
||||
"files.associations": {
|
||||
"arm_math.h": "c",
|
||||
"task.h": "c",
|
||||
"main.h": "c",
|
||||
"cmsis_os.h": "c",
|
||||
"freertos.h": "c",
|
||||
"bmi088driver.h": "c",
|
||||
"user_lib.h": "c",
|
||||
"mpu_armv7.h": "c",
|
||||
"stm32f4xx_hal.h": "c",
|
||||
"stm32f4xx_hal_conf.h": "c",
|
||||
"stm32_hal_legacy.h": "c",
|
||||
"stm32f4xx.h": "c",
|
||||
"cstdint": "c",
|
||||
"tim.h": "c",
|
||||
"struct_typedef.h": "c",
|
||||
"bsp_can.h": "c",
|
||||
"stdint.h": "c",
|
||||
"bsp_temperature.h": "c",
|
||||
"bsp_rc.h": "c",
|
||||
"remote_control.h": "c",
|
||||
"bsp_usart.h": "c",
|
||||
"led_task.h": "c",
|
||||
"can_receive.h": "c",
|
||||
"can_process.h": "c",
|
||||
"can.h": "c",
|
||||
"stdlib.h": "c"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user