Go to file
Andrey G e70df58290
Underheat issue (#314)
* f0_module needs hack to start pump before closed loop

* Fix paranoid check

* Make START_PUMP_TEMP_THRESHOLD relative
2024-06-25 23:37:51 -07:00
.github/workflows allow manual fw runs 2024-03-10 20:19:01 -07:00
.vscode unit test debug launch config 2023-11-13 13:56:11 -08:00
case
firmware Underheat issue (#314) 2024-06-25 23:37:51 -07:00
for_rusefi making TX period available since downstream wants to multiply it by two (#302) 2023-12-05 18:05:32 -08:00
git_scripts
hardware
kicad-libraries@98dc46d6b6
test Gain vs loss confusion (#304) 2023-12-10 03:53:56 -08:00
.gitattributes
.gitignore
.gitmodules
LICENSE
README.md
wideband-can.dbc add CAN format DBC file 2023-09-22 18:28:37 -07:00

README.md

Build Firmware license

rusEFI Wideband Controller

User Documentation

Forum Thread

Building Firmware

The firmware/boards directory contains configuration for each board this firmware supports.

For the standalone board and the module built in to rusEFI Hellen boards, f0_module is the correct target. Use the build_wideband.sh script to build and package the wideband firmware: both a bin including the bootloader, and a header file consumed by rusEFI that contains no bootloader, to be uploaded over CAN (via the aforementioned bootloader).