mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-14 16:57:22 +00:00
0bc400a3ae
* Remove unnecessary checks * Sublime: never insert missing headers * Cleanup furi defines use * Cleanup startup. Cleanup linker scripts. Explicitly define all interrupts hadlers, including uninmplemented one. * Startup routine in C * Drop assembler startup * Move linker defines to stm32wb55_linker.h, cleanup naming, unify usage. Mpu: protect last 32b of main stack. Document various obscure things. * Move furi_hal_switch documentation to appropriate place, use 0x0 for updater jump. * UnitTests: move all temporary test files into tmp folder --------- Co-authored-by: SG <who.just.the.doctor@gmail.com>
21 lines
451 B
Text
21 lines
451 B
Text
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": ".",
|
|
}
|
|
],
|
|
"settings": {
|
|
"LSP": {
|
|
"clangd": {
|
|
"initializationOptions": {
|
|
"clangd.compile-commands-dir": "build/latest",
|
|
"clangd.header-insertion": "never",
|
|
"clangd.query-driver": "**",
|
|
"clangd.clang-tidy": true,
|
|
},
|
|
"enabled": true,
|
|
},
|
|
},
|
|
},
|
|
}
|