Statlog in C (#23596)

* statlog in C

* fix swaglog and the test

* add missing files

* fix context initialization todo

* speed up test
This commit is contained in:
Robbe Derks
2022-01-27 17:14:38 +01:00
committed by GitHub
parent ee71fd2fcc
commit 6366d1303f
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',