git cleanup
This commit is contained in:
parent
2ace1dd04c
commit
20f2071cea
3
AMS_Master_Code/.gitignore
vendored
3
AMS_Master_Code/.gitignore
vendored
@ -8,4 +8,5 @@ compile_commands.json
|
||||
STM32Make.make
|
||||
openocd.cfg
|
||||
.stm32env
|
||||
!/.vscode/launch.json
|
||||
!/.vscode/launch.json
|
||||
/.metadata/
|
116
AMS_Master_Code/.vscode/launch.json
vendored
116
AMS_Master_Code/.vscode/launch.json
vendored
@ -1,60 +1,60 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"showDevDebugOutput": "none",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"executable": "./build/debug/AMS_Master_Nucleo.elf",
|
||||
"name": "Debug STM32",
|
||||
"request": "launch",
|
||||
"type": "cortex-debug",
|
||||
"servertype": "openocd",
|
||||
"preLaunchTask": "Build STM",
|
||||
"device": "stm32h7a3xxq.s",
|
||||
"configFiles": [
|
||||
"openocd.cfg"
|
||||
],
|
||||
"swoConfig": {
|
||||
"enabled": true,
|
||||
"source": "probe",
|
||||
"swoFrequency": 10666666,
|
||||
"cpuFrequency": 64000000,
|
||||
"decoders": [
|
||||
{
|
||||
"port": 0,
|
||||
"type": "console",
|
||||
"label": "SWO LOG",
|
||||
"encoding": "ascii"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"showDevDebugOutput": "none",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"executable": "./build/debug/AMS_Master_Nucleo.elf",
|
||||
"name": "Attach STM32",
|
||||
"request": "attach",
|
||||
"type": "cortex-debug",
|
||||
"servertype": "openocd",
|
||||
"preLaunchTask": "Build STM",
|
||||
"device": "stm32h7a3xxq.s",
|
||||
"configFiles": [
|
||||
"openocd.cfg"
|
||||
],
|
||||
"swoConfig": {
|
||||
"enabled": true,
|
||||
"source": "probe",
|
||||
"swoFrequency": 10666666,
|
||||
"cpuFrequency": 64000000,
|
||||
"decoders": [
|
||||
{
|
||||
"port": 0,
|
||||
"type": "console",
|
||||
"label": "SWO LOG",
|
||||
"encoding": "ascii"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
"configurations": [
|
||||
{
|
||||
"showDevDebugOutput": "none",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"executable": "./build/debug/AMS_Master_Nucleo.elf",
|
||||
"name": "Debug STM32",
|
||||
"request": "launch",
|
||||
"type": "cortex-debug",
|
||||
"servertype": "openocd",
|
||||
"preLaunchTask": "Build STM",
|
||||
"device": "stm32h7a3xxq.s",
|
||||
"configFiles": [
|
||||
"openocd.cfg"
|
||||
],
|
||||
"swoConfig": {
|
||||
"enabled": true,
|
||||
"source": "probe",
|
||||
"swoFrequency": 10666666,
|
||||
"cpuFrequency": 64000000,
|
||||
"decoders": [
|
||||
{
|
||||
"port": 0,
|
||||
"type": "console",
|
||||
"label": "SWO LOG",
|
||||
"encoding": "ascii"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"showDevDebugOutput": "none",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"executable": "./build/debug/AMS_Master_Nucleo.elf",
|
||||
"name": "Attach STM32",
|
||||
"request": "attach",
|
||||
"type": "cortex-debug",
|
||||
"servertype": "openocd",
|
||||
"preLaunchTask": "Build STM",
|
||||
"device": "stm32h7a3xxq.s",
|
||||
"configFiles": [
|
||||
"openocd.cfg"
|
||||
],
|
||||
"swoConfig": {
|
||||
"enabled": true,
|
||||
"source": "probe",
|
||||
"swoFrequency": 10666666,
|
||||
"cpuFrequency": 64000000,
|
||||
"decoders": [
|
||||
{
|
||||
"port": 0,
|
||||
"type": "console",
|
||||
"label": "SWO LOG",
|
||||
"encoding": "ascii"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
##########################################################################################################################
|
||||
# File automatically-generated by tool: [projectgenerator] version: [4.5.0-RC5] date: [Thu Feb 20 01:39:39 CET 2025]
|
||||
# File automatically-generated by tool: [projectgenerator] version: [4.6.0-B36] date: [Tue Mar 18 20:15:25 CET 2025]
|
||||
##########################################################################################################################
|
||||
|
||||
# ------------------------------------------------
|
||||
@ -145,7 +145,7 @@ CFLAGS += -MMD -MP -MF"$(@:%.o=%.d)"
|
||||
# LDFLAGS
|
||||
#######################################
|
||||
# link script
|
||||
LDSCRIPT = stm32h7a3zitxq_flash.ld
|
||||
LDSCRIPT = STM32H7A3XX_FLASH.ld
|
||||
|
||||
# libraries
|
||||
LIBS = -lc -lm -lnosys
|
||||
|
Loading…
x
Reference in New Issue
Block a user