Go to file
rusefillc db2d33a918 docs? 2025-01-04 22:18:30 -05:00
.github/workflows
.vscode
board_id human usability 2024-09-03 19:54:59 -04:00
can GDI4: base CAN ID offset for second unit 2024-12-17 23:41:40 +03:00
ext
mock
pt2001 https://github.com/rusefi/rusefi/issues/6781 2024-08-27 11:27:07 -04:00
sent making scales available to rusEFI firmware in the long term future 2024-12-14 18:32:43 -05:00
stm32-util
util docs? 2025-01-04 22:18:30 -05:00
.gitignore
.gitmodules
Makefile SENT: move decoder to libfirmware 2024-12-13 23:45:38 +03: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.