Projects with this topic
-
The s21_matrix project implements a C library for matrix operations, including arithmetic, transformations, and advanced calculations like determinants and inverse matrices. It demonstrates core principles of structural programming and linear algebra essential for computational tasks and graphics programming. The solution is delivered as a static library with comprehensive unit test coverage.
Updated -
A minimal and scalable template for developing embedded applications with Zephyr RTOS. Includes structured project organization, unit testing with ZTest, and CI/CD integration
Updated -
Small LD_PRELOAD shared library that allows to freeze the wall clock to a specific time. The wall clock can be controlled through an environment variable ˋTIMEFREEZEˋ by the running process. This shall simplify writing unit tests that depend on time.
Updated