Go to file
rusefi 0921b342cd BOARD_ID_HONDA_OBD1_C 2025-03-31 17:11:54 -04:00
.github/workflows
.vscode
board_id BOARD_ID_HONDA_OBD1_C 2025-03-31 17:11:54 -04:00
can HW_QC_TESTER_PRESENT 2025-02-28 20:42:12 -05:00
ext
mock
pt2001 periodicCallback 2025-03-23 12:41:20 -04:00
sent
stm32-util
util todo: add support for scaled_channel to match Map3D flexibility? 2025-01-14 11:35:09 -05:00
.gitignore
.gitmodules
Makefile
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.