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

@ -8,4 +8,5 @@ compile_commands.json
STM32Make.make STM32Make.make
openocd.cfg openocd.cfg
.stm32env .stm32env
!/.vscode/launch.json !/.vscode/launch.json
/.metadata/

View File

@ -1,60 +1,60 @@
{ {
"configurations": [ "configurations": [
{ {
"showDevDebugOutput": "none", "showDevDebugOutput": "none",
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"executable": "./build/debug/AMS_Master_Nucleo.elf", "executable": "./build/debug/AMS_Master_Nucleo.elf",
"name": "Debug STM32", "name": "Debug STM32",
"request": "launch", "request": "launch",
"type": "cortex-debug", "type": "cortex-debug",
"servertype": "openocd", "servertype": "openocd",
"preLaunchTask": "Build STM", "preLaunchTask": "Build STM",
"device": "stm32h7a3xxq.s", "device": "stm32h7a3xxq.s",
"configFiles": [ "configFiles": [
"openocd.cfg" "openocd.cfg"
], ],
"swoConfig": { "swoConfig": {
"enabled": true, "enabled": true,
"source": "probe", "source": "probe",
"swoFrequency": 10666666, "swoFrequency": 10666666,
"cpuFrequency": 64000000, "cpuFrequency": 64000000,
"decoders": [ "decoders": [
{ {
"port": 0, "port": 0,
"type": "console", "type": "console",
"label": "SWO LOG", "label": "SWO LOG",
"encoding": "ascii" "encoding": "ascii"
} }
] ]
} }
}, },
{ {
"showDevDebugOutput": "none", "showDevDebugOutput": "none",
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"executable": "./build/debug/AMS_Master_Nucleo.elf", "executable": "./build/debug/AMS_Master_Nucleo.elf",
"name": "Attach STM32", "name": "Attach STM32",
"request": "attach", "request": "attach",
"type": "cortex-debug", "type": "cortex-debug",
"servertype": "openocd", "servertype": "openocd",
"preLaunchTask": "Build STM", "preLaunchTask": "Build STM",
"device": "stm32h7a3xxq.s", "device": "stm32h7a3xxq.s",
"configFiles": [ "configFiles": [
"openocd.cfg" "openocd.cfg"
], ],
"swoConfig": { "swoConfig": {
"enabled": true, "enabled": true,
"source": "probe", "source": "probe",
"swoFrequency": 10666666, "swoFrequency": 10666666,
"cpuFrequency": 64000000, "cpuFrequency": 64000000,
"decoders": [ "decoders": [
{ {
"port": 0, "port": 0,
"type": "console", "type": "console",
"label": "SWO LOG", "label": "SWO LOG",
"encoding": "ascii" "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 # LDFLAGS
####################################### #######################################
# link script # link script
LDSCRIPT = stm32h7a3zitxq_flash.ld LDSCRIPT = STM32H7A3XX_FLASH.ld
# libraries # libraries
LIBS = -lc -lm -lnosys LIBS = -lc -lm -lnosys