spu stuff

This commit is contained in:
2026-07-18 16:58:49 +02:00
parent 76eaf96b7b
commit 543f3f9b1b
27 changed files with 1523 additions and 338 deletions

View File

@@ -5,13 +5,13 @@
"version": "0.2.0",
"configurations": [
{
"name": "Debug blinky (J-Link)",
"name": "Debug motor_control (J-Link)",
"cwd": "${workspaceFolder}",
"executable": "${workspaceFolder}/app/blinky/stm32f030/build/blinky.elf",
"preLaunchTask": "Build blinky stm32f030",
"executable": "${workspaceFolder}/app/motor_control/stm32f030/build/motor_control.elf",
"preLaunchTask": "Build motor_control stm32f030",
"request": "launch",
"type": "cortex-debug",
"runToEntryPoint": "app_main",
// "runToEntryPoint": "app_main",
"servertype": "jlink",
"device": "STM32F030C8",
"interface": "swd",