rusefi-1/firmware
rusefillc ea0d03d846 L9779WD driver L9779 #3768 2022-02-09 08:00:37 -05:00
..
ChibiOS@8f0926be79 Catch up with Chibios 20.3 #2555 2022-01-15 21:04:34 -05:00
ChibiOS-Contrib@63b50e410c pointing at offical eeprom fix 2022-02-08 10:44:37 -05:00
bootloader more copy-pasta :( 2022-02-06 22:00:49 -05:00
config L9779WD driver L9779 #3768 2022-02-09 08:00:33 -05:00
console less dependence on that logger (#3884) 2022-02-09 06:53:16 -05:00
controllers Auto-generated configs and docs 2022-02-09 11:59:07 +00:00
development migrating to SensorType::Rpm API 2022-01-20 22:38:08 -05:00
docs
ext
ext_algo
hw_layer L9779WD driver L9779 #3768 2022-02-09 08:00:30 -05:00
init warnings fixes (#3851) 2022-01-31 18:37:42 -05:00
integration I2C EEPROM support #3860 2022-02-06 18:58:31 -05:00
pch
tunerstudio L9779WD driver L9779 #3768 2022-02-09 08:00:37 -05:00
util less dependence on that logger (#3884) 2022-02-09 06:53:16 -05:00
.cproject
.gitattributes
.gitignore
.project
CHANGELOG.md support lps22 (#3900) 2022-02-07 17:09:51 -05:00
Doxyfile
DoxygenLayout.xml
Makefile we have other places to set these MCU values (#3875) 2022-02-01 18:18:16 -05:00
build-notes.txt
check.c
clean.bat
clean.sh
clean_build.bat
clean_compile_two_versions.bat
clean_compile_two_versions.sh
common.mk mk files refactoring 2022-01-06 22:19:00 -05:00
compile.bat
compile_and_program.bat
cov_config.bat
cov_run.bat
coverity.yml
dump.bat
dump_release.bat
egt2can.cpp
exception.txt
flash.bat
flash_can.sh Openblt scripts (#3801) 2022-01-17 16:56:06 -05:00
flash_dfu.bat
flash_dfu.sh UPS: no need to define load addr for dfu file (#3800) 2022-01-17 16:38:23 -05:00
flash_dfu_openblt_only.sh Openblt scripts (#3801) 2022-01-17 16:56:06 -05:00
flash_erase407.bat
flash_erase407.sh
flash_erase767.bat
flash_erase_dfu.bat
flash_openocd407.bat
flash_openocd407.sh
flash_openocd767.bat
flash_openocd_h7.bat
flash_reboot_dfu.bat
flash_release.bat
gen_config.bat
gen_config.sh User board-specific terms in error messages #3886 2022-02-03 12:21:54 -05:00
gen_config_board.bat
gen_config_board.sh
gen_config_common.sh
gen_config_default.sh
gen_enum_to_string.bat
gen_enum_to_string.sh Revert "forced 4 byte thing is actually no longer needed so much" (#3785) 2022-01-12 21:59:21 -05:00
gen_live_documentation.bat
gen_live_documentation.sh
gen_output_channels.sh
gen_ptrace_enums.bat
gen_signature.sh
gen_trigger_images.bat
generate_docs.bat
generate_memory_usage_report.bat
generate_memory_usage_report.sh
get_performance_trace.bat
global.h Ports: STM32F4: add optional external SDRAM (#3762) 2022-01-09 17:39:10 -05:00
globalaccess.h
kill_for_coverity.c
license.txt
main.cpp
main_hardfault.c
make4.bat
openblt.mk OpentBLT: fix for STM32F4/H7 (#3796) 2022-01-16 15:24:23 -05:00
os_access.h
readme.md
reboot_ecu.bat
run_hw_test.bat
rusefi.cpp migrating to SensorType::Rpm API 2022-01-20 22:22:52 -05:00
rusefi.h
rusefi.mk User board-specific terms in error messages #3886 2022-02-03 14:27:47 -05:00
rusefi_pch.mk
rusefi_rules.mk
send_command.bat
setup_linux_environment.sh
svnversion.h Update date 2022-02-09 01:08:55 +00:00
update_version.bat
update_version.sh invoke update_version.sh while updating date because why not 2022-01-31 00:17:07 -05:00

readme.md

Doxygen

Q&A on source code

See also ../unit_tests

This directory contains the source code for the RusEFI firmware.

The ideal is that typical end users should be able to use pre-built firmware. They should not need to modify or even rebuild from the source code for basic use, but building from the source code provides the opportunity for optimization, supporting unexpected engine configurations, and specialized enhancements.

TL;DR

make PROJECT_BOARD=microrusefi PROJECT_CPU=ARCH_STM32F4

Environment

Rebuilding from source code requires this firmware, a modern C/C++ compiler for embedded ARM systems, and a platform that supports 'make' based builds.

See setup_linux_environment.sh

While many compilers have the potential to work, we suggest using the official ARM version of GCC available at launchpad.net.

Linux and MacOS systems should have the software development tools, primarily 'make', pre-installed or readily installed. MS-Windows requires selecting and installing a Unix-compatible system environment.

Note that the developers are volunteers, with varied motivations. These motivations often include using leading-edge language and build system concepts, requiring recent versions of tools. Should you encounter build problems, review the latest version of this document.