Skip to content

Commit 498f665

Browse files
authored
Merge pull request #142 from Firmament-Autopilot/staging/saturn
Staging/saturn
2 parents 8942284 + 5a3d86c commit 498f665

File tree

1,413 files changed

+8219
-6145
lines changed

Some content is hidden

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

1,413 files changed

+8219
-6145
lines changed

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"name": "SIEON S1Lite J-Link",
8+
"name": "SIEON S1 J-Link",
99
"type": "cortex-debug",
1010
"request": "launch",
1111
"cwd": "${workspaceRoot}",
12-
"executable": "target/sieon/s1_lite/build/fmt_sieon-s1_lite.elf",
12+
"executable": "target/sieon/s1/build/fmt_sieon-s1.elf",
1313
"serverpath": "${env:JLINK_SERVER}",
1414
"servertype": "jlink",
1515
"device": "STM32H743II",
1616
"interface": "swd",
1717
"armToolchainPath": "${env:RTT_EXEC_PATH}",
1818
"serialNumber": "", //If you have more than one J-Link probe, add the serial number here.
19-
"svdFile": "target/sieon/s1_lite/STM32H7x3.svd",
19+
"svdFile": "target/sieon/s1/STM32H7x3.svd",
2020
"runToMain": true
2121
},{
2222
"name": "FMUv5 Debug J-Link",

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"[c]": {
2727
"editor.defaultFormatter": "xaver.clang-format"
2828
},
29+
"cortex-debug.variableUseNaturalFormat": true,
2930
// "clang-format.executable": "/bin/clang-format-16",
3031
}

rtos/rt-thread

0 commit comments

Comments
 (0)