You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-15Lines changed: 25 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,10 @@
3
3
This repository "Software Verification" course at the Faculty of Mathematics in Belgrade.
4
4
5
5
Techniques and tools used:
6
-
- Unit testing via [twister]() tool
7
-
-
6
+
- Unit testing via [twister](https://docs.zephyrproject.org/3.1.0/develop/test/twister.html) tool
7
+
- Valgrind memcheck
8
+
- Static analysis
9
+
- Adress sanitizer
8
10
9
11
Repo organization:
10
12
@@ -21,35 +23,43 @@ Repo organization:
21
23
22
24
Zephyr-project's west tool is used for updating the zephyr repository, building, flashing zephyr apps etc. It can be installed using following commands:
0 commit comments