fome-fw/firmware
GitHub build-firmware Action 537a073e04 Auto-generated configs and docs 2022-08-15 21:32:55 +00:00
..
ChibiOS@cf74388693 s (#4376) 2022-07-25 04:00:26 -04:00
ChibiOS-Contrib@63b50e410c
bootloader Pt2001 module (#4396) 2022-08-08 08:53:08 -04:00
config +x 2022-08-15 11:09:27 -04:00
console Auto-generated configs and docs 2022-08-15 21:22:59 +00:00
controllers Auto-generated configs and docs 2022-08-15 21:32:55 +00:00
development logic analyzer uses exti (#4269) 2022-06-22 20:13:17 -04:00
docs
ext firmware update via CAN #3362 2022-05-10 06:14:57 -04:00
ext_algo
hw_layer verboseCan bugfix 2022-08-11 01:19:10 -04:00
init implement sensor checker (#4395) 2022-07-30 17:08:48 -04:00
integration Revert "VVT target to allow negative values #4424" 2022-08-14 17:03:21 -04:00
libfirmware@4e750bcacd Pt2001 module (#4396) 2022-08-08 08:53:08 -04:00
pch Pt2001 module (#4396) 2022-08-08 08:53:08 -04:00
tunerstudio # users are confused by TCU dialogs. open question how to repackage as pre-alpha 2022-08-15 17:28:24 -04:00
util unexpected contains information about why it failed (#4393) 2022-07-28 10:04:28 +03:00
.cproject
.gitattributes
.gitignore
.project
CHANGELOG.md ## August 2022 Release - "Day 170" 2022-08-12 15:48:37 -04:00
Doxyfile
DoxygenLayout.xml
Makefile Pt2001 module (#4396) 2022-08-08 08:53:08 -04: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 OpenBLT shared params (#4417) 2022-08-07 19:33:19 -04:00
compile.bat docs 2019-04-12 18:24:43 -04:00
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
flash_dfu.bat
flash_dfu.sh
flash_dfu_bin.bat firmware update via CAN #3362 2022-05-10 07:14:12 -04:00
flash_dfu_erase.sh
flash_dfu_openblt_only.sh
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 Revert "A safe place where stuff is consistent (#4444)" 2022-08-15 17:05:40 -04:00
gen_config_board.bat
gen_config_board.sh one step back to avoid 'bit Constant engineType, contains fewer options (103) that expected(128)' TS warning 2022-05-14 11:39:45 -04:00
gen_config_common.sh
gen_config_default.sh
gen_enum_to_string.bat
gen_enum_to_string.sh no enum to string for obd (#4168) 2022-05-13 06:41:06 +03: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
globalaccess.h
kill_for_coverity.c
license.txt
main.cpp
main_hardfault.c Write hard faults to backup ram, print on next boot (#4324) 2022-07-07 15:14:31 -04:00
main_hardfault_asm.S Write hard faults to backup ram, print on next boot (#4324) 2022-07-07 15:14:31 -04:00
make4.bat
os_access.h
readme.md
reboot_dfu.sh
reboot_ecu.bat
run_hw_test.bat
rusefi.cpp [SECURITY] Cheap password protection against tune modification fix #4243 2022-07-30 12:23:53 -04:00
rusefi.h Error handling cleanup (#4332) 2022-07-07 23:49:02 -04:00
rusefi.mk https://rusefi.com/forum/viewtopic.php?p=45938#p45938 2022-07-27 02:49:01 -04:00
rusefi_pch.mk
rusefi_rules.mk
send_command.bat
setup_linux_environment.sh
svnversion.h Update date 2022-08-15 00:22:33 +00:00
update_version.bat
update_version.sh

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.