Go to file
Andrey Gusakov 8ca5d90512 endian.h: fix big-endiand 2 bytes types 2024-05-01 22:35:09 +03:00
.github/workflows Windows unit tests CI fix #1 2023-10-12 20:07:15 -04:00
.vscode
board_id fresh ids 2024-04-23 18:56:51 -04:00
can AUX_DIGITAL_COUNTERS 2024-01-06 17:07:04 -05:00
ext
mock ops 2024-05-01 15:18:22 -04:00
pt2001 explicit GDI not Restarting until we see VBatt 2023-12-12 21:12:45 -05:00
stm32-util
util endian.h: fix big-endiand 2 bytes types 2024-05-01 22:35:09 +03:00
.gitignore progress 2023-10-23 13:11:00 -04:00
.gitmodules
Makefile shall we be just a little less Toyota 2023-11-01 09:35:14 -04:00
README.md
gmock-all.cpp
gtest-all.cpp
gtest_main.cpp
rules.mk

README.md

Modules:

  • util: General purpose math functions, interpolation, array handling, etc.

Including modules in your project:

Set variable $(RUSEFI_LIB) to the path to the folder that contains this readme.

Include the mk files of the modules that you want, then add:

  • $(RUSEFI_LIB_INC) to your list of includes
  • $(RUSEFI_LIB_CPP) to your list of c++ input files

Currently, C++17 is required to compile these libraries.

Unit tests:

Simply run make && build/libfirmware_test from the root directory. Just requires normal GCC or clang, on Mac/Linux/WSL/probably mingw32.