From 89b272e3b1e4d97163c369db685fb6f28e8e43cc Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sat, 6 Nov 2021 12:11:09 -0700 Subject: [PATCH] read me --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4acbcb4..f3cec29 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ -# wideband +# rusEFI Wideband Controller [User Documentation](https://rusefi.com/s/wb) + +[Forum Thread](https://rusefi.com/forum/viewtopic.php?f=4&t=1856) + +## 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).