This commit is contained in:
2026-03-06 12:29:58 +01:00
commit ab00a59f29
21 changed files with 1564 additions and 0 deletions

17
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "NixOS",
"compileCommands": [
"${workspaceFolder}/build/compile_commands.json"
],
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/managed_components/**",
"${workspaceFolder}/managed_components/esp-cryptoauthlib/**"
],
"compilerPath": "/nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc"
}
],
"version": 4
}

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"cmake.automaticReconfigure": true,
"python-envs.defaultEnvManager": "ms-python.python:system",
"python-envs.pythonProjects": []
}