git cleanup

This commit is contained in:
Kilian Bracher 2025-03-25 19:29:53 +01:00
parent 2ace1dd04c
commit 20f2071cea
3 changed files with 62 additions and 61 deletions

View File

@ -9,3 +9,4 @@ STM32Make.make
openocd.cfg
.stm32env
!/.vscode/launch.json
/.metadata/

View File

@ -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"
}
]
}
}
]
}

View File

@ -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