Statlog in C (#23596)

* statlog in C

* fix swaglog and the test

* add missing files

* fix context initialization todo

* speed up test
old-commit-hash: 6366d1303f8f13278422c73078d624e58df3e1a8
This commit is contained in:
Robbe Derks
2022-01-27 17:14:38 +01:00
committed by GitHub
parent 9f202e63f5
commit c69bba9c9c
8 changed files with 142 additions and 79 deletions
+1
View File
@@ -7,6 +7,7 @@ else:
common_libs = [
'params.cc',
'statlog.cc',
'swaglog.cc',
'util.cc',
'gpio.cc',