Skip to content

Commit 65ec5aa

Browse files
authored
Ryanwinter/stmcubel4v1.17 (#313)
* update to v1.17 new stmcubemx project generation * added additional telemetry streams * removed unused cubemx file * update model to l4s5 * remove unused model * fix model file name * output magnemoeter and accelerometer as double type to confirm with pnp model. * expand iar linker ROM space to 1M for L475 * update stm debugging * enable security center for stm
1 parent 116ed94 commit 65ec5aa

File tree

127 files changed

+7696
-4318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+7696
-4318
lines changed

STMicroelectronics/STM32L4_L4+/.vscode/launch.json

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "0.2.0",
33
"configurations": [
44
{
5-
"name": "STM L475E: Local OpenOCD",
5+
"name": "L475E: Launch",
66
"type": "cortex-debug",
77
"request": "launch",
88
"servertype": "openocd",
@@ -16,7 +16,7 @@
1616
]
1717
},
1818
{
19-
"name": "STM L4S5I: Local OpenOCD",
19+
"name": "L4S5I: Launch",
2020
"type": "cortex-debug",
2121
"request": "launch",
2222
"servertype": "openocd",
@@ -29,26 +29,6 @@
2929
"board/stm32l4discovery.cfg"
3030
]
3131
},
32-
{
33-
"name": "STM L475E: Remote",
34-
"type": "cortex-debug",
35-
"executable": "${workspaceFolder}/build/app/stm32l475_azure_iot.elf",
36-
"request": "launch",
37-
"servertype": "external",
38-
"gdbTarget": "${input:device.host}",
39-
"runToMain": true,
40-
"svdFile": "${workspaceFolder}/STM32L4x5.svd",
41-
},
42-
{
43-
"name": "STM L4S5I: Remote",
44-
"type": "cortex-debug",
45-
"executable": "${workspaceFolder}/build/app/stm32l4S5_azure_iot.elf",
46-
"request": "launch",
47-
"servertype": "external",
48-
"gdbTarget": "${input:device.host}",
49-
"runToMain": true,
50-
"svdFile": "${workspaceFolder}/STM32L4S5.svd",
51-
},
5232
{
5333
"name": "Launch",
5434
"type": "cppdbg",
@@ -70,13 +50,5 @@
7050
"preLaunchTask": "Flash",
7151
"svdPath": "${workspaceFolder}/STM32L4S5.svd"
7252
}
73-
],
74-
"inputs": [
75-
{
76-
"id": "device.host",
77-
"type": "promptString",
78-
"default": "host.docker.internal:3333",
79-
"description": "The local hostname with port for GDB to connect to"
80-
}
8153
]
8254
}

0 commit comments

Comments
 (0)