updates submodules

This commit is contained in:
2024-09-25 08:01:00 +02:00
parent 1419d2fcfd
commit 64d746bf90
5 changed files with 16 additions and 4 deletions

13
.vscode/settings.json vendored
View File

@@ -2,5 +2,16 @@
"files.associations": { "files.associations": {
"platform.h": "c" "platform.h": "c"
}, },
"debug.allowBreakpointsEverywhere": true "debug.allowBreakpointsEverywhere": true,
"editor.rulers": [
{
"column": 120,
"comment": "clang-format"
}
],
"cmake.configureArgs": [
"--preset",
"Debug",
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
]
} }

View File

@@ -55,6 +55,7 @@ if(ENABLE_CLANGTIDY)
endif() endif()
endif () endif ()
set(USE_SC_SIGNAL4IRQ ON)
set(CLANG_FORMAT_EXCLUDE_PATTERNS /build/ /scc/ /dbt-rise-core/ /dbt-rise-riscv/) set(CLANG_FORMAT_EXCLUDE_PATTERNS /build/ /scc/ /dbt-rise-core/ /dbt-rise-riscv/)
add_subdirectory(scc) add_subdirectory(scc)
add_subdirectory(dbt-rise-core) add_subdirectory(dbt-rise-core)

View File

@@ -42,7 +42,7 @@ To install conan.io version 2.0 and above (see also http://docs.conan.io/en/late
python3 -m venv .venv python3 -m venv .venv
. .venv/bin/activate . .venv/bin/activate
pip3 install conan pip3 install conan
conan profile new default --detect conan profile detect
``` ```
Building the VP is as simple as: Building the VP is as simple as:

2
vpvper

Submodule vpvper updated: 34c60fcf0f...cf7e348f62