rusefi/firmware
rusefi f3cb2a11f8 only: ts_show_startup_map_baro_grab 2024-05-03 15:10:33 -04:00
..
ChibiOS@46c476ffeb
ChibiOS-Contrib@63b50e410c
bin
bootloader
config only:proteus_f7 2024-05-03 00:42:22 -04:00
console Bluetooth name change fix and character total reply for at version (#6447) 2024-05-01 21:42:46 -04:00
controllers unit tests run in US with a loss of precision from NT #6450 2024-05-03 10:53:22 -04:00
development
docs
ext
ext_algo
hw_layer only: better file name 2024-05-01 19:45:14 -04:00
init
integration only: ts_show_startup_map_baro_grab 2024-05-03 15:10:33 -04:00
libfirmware@315b8ad9e1 bump libfirmware 2024-05-01 15:47:51 -04:00
pch
tunerstudio only: ts_show_startup_map_baro_grab 2024-05-03 15:10:33 -04:00
util add microseconds timestamp to logs 2024-04-30 18:37:59 -04:00
.cproject
.gitattributes
.gitignore
.project
CHANGELOG.md
Doxyfile
DoxygenLayout.xml
Makefile calibrations_on_flash.mk (#6432) 2024-05-01 17:59:48 -04:00
build-notes.txt
bundle.mk
clean_build.bat
common.mk
compile.bat
compile_and_program.bat
configuration_check.cpp
cov_config.bat
cov_run.bat
coverity.yml
docs_enums.mk Remove deleted file from DOCS_ENUMS_INPUTS list 2024-04-30 08:12:25 -04:00
dump.bat
dump_release.bat
egt2can.cpp
exception.txt
flash.bat
flash_bin.bat
flash_can.sh
flash_dfu.bat
flash_dfu.sh
flash_dfu_bin.bat
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
flash_uart.sh
flash_usb.sh
gcc_version_check.c only:gcc13 #6452 2024-05-02 13:53:38 -04:00
gen_config.bat
gen_config.sh
gen_config_board.bat
gen_config_board.sh
gen_config_common.sh
gen_config_default.sh
gen_default_everything.sh
gen_enum_to_string.bat
gen_enum_to_string.sh Fix more 2024-04-30 08:12:25 -04:00
gen_live_documentation.bat
gen_live_documentation.sh
gen_perf_trace_enum.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
kill_for_coverity.c
main.cpp
make4.bat
provide_gcc.sh
readme.md
reboot_dfu.sh
reboot_ecu.bat
run_hw_test.bat
rusefi.cpp
rusefi.h
rusefi.mk
rusefi_config.mk
rusefi_pch.mk
rusefi_rules.mk
send_command.bat
setup_linux_environment.sh
svnversion.h
target_sentinel.mk
update_version.bat
update_version.sh

readme.md

End users should be able to use pre-built firmware. They should not need to build or modify the source code. See https://github.com/rusefi/rusefi/wiki/Download

See also https://github.com/rusefi/rusefi/wiki/Dev-Quick-Start

Doxygen <<< landing page has best implementation introduction.

Q&A on source code

This directory contains the source code for the rusEFI embedded firmware.

TL;DR

make

Environment

Embedded firmware is build on top of https://www.chibios.org/ with plain Makefile gcc version 12 (See https://github.com/rusefi/rusefi/blob/master/.github/workflows/hardware-ci.yaml to confirm current GCC version)

Windows development is fully supported with Cygwin, WSL or Linux is recommended due to poor NTFS performance.

See also ../simulator

See also ../unit_tests