-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2a70f2
commit 9d2eedc
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule kvasir
updated
10 files
+1 −1 | Dockerfile | |
+21 −0 | LICENSE | |
+2 −2 | cmake/arm_clang.cmake | |
+2 −0 | cmake/compiler_common.cmake | |
+1 −1 | cmake_git_version | |
+1 −1 | lib/libc | |
+179 −0 | src/kvasir/Util/BitField.hpp | |
+65 −0 | src/kvasir/Util/SaturatingValue.hpp | |
+13 −13 | src/kvasir/Util/literals.hpp | |
+1 −1 | uc_log |
Submodule kvasir_devices
updated
9 files
+21 −0 | LICENSE | |
+1 −0 | src/kvasir/Devices/11AA02E48.hpp | |
+174 −0 | src/kvasir/Devices/Ktd2026.hpp | |
+92 −0 | src/kvasir/Devices/Max31820.hpp | |
+215 −0 | src/kvasir/Devices/OneWire.hpp | |
+266 −0 | src/kvasir/Devices/PushButton.hpp | |
+55 −0 | src/kvasir/Devices/RotaryEncoder.hpp | |
+251 −103 | src/kvasir/Devices/W5500.hpp | |
+268 −0 | src/kvasir/Devices/pca9956b.hpp |