rusefi/firmware
rusefillc 93e75d8fc2 only: explicit zip content instead of filtering stuff out 2024-04-01 16:32:13 -04:00
..
ChibiOS@46c476ffeb
ChibiOS-Contrib@63b50e410c
bin only: "Upload not configured" should not fail 2024-04-01 11:00:45 -04:00
bootloader don't let openblt erase itself #6290 2024-03-31 10:16:24 -04:00
config only:getHellenBoardEnabled 2024-03-29 19:39:49 -04:00
console bluetooth: better error message 2024-04-01 16:09:57 -04:00
controllers Auto-generated configs and docs 2024-04-01 16:25:57 +00:00
development
docs only: dead 2024-03-13 14:11:37 -04:00
ext
ext_algo
hw_layer we often mean inline when we say static 2024-03-29 11:56:52 -04:00
init only: more lua gauges 2024-03-23 18:00:44 -04:00
integration 1_6_5_10_2_7_3_8_4_9 firing order BMW S85, also Audi 5.2 R8 and huracan 2024-04-01 12:16:45 -04:00
libfirmware@7bcee1b813
pch identify board right in error message 2024-04-01 16:04:34 -04:00
tunerstudio Auto-generated configs and docs 2024-04-01 16:25:57 +00:00
util we often mean inline when we say static 2024-03-29 11:56:52 -04:00
.cproject
.gitattributes
.gitignore
.project
CHANGELOG.md 1_6_5_10_2_7_3_8_4_9 firing order BMW S85, also Audi 5.2 R8 and huracan 2024-04-01 12:16:45 -04:00
Doxyfile
DoxygenLayout.xml
Makefile add targets 2024-03-25 00:54:56 -04:00
build-notes.txt poke 2024-03-24 00:58:56 -04:00
bundle.mk only: explicit zip content instead of filtering stuff out 2024-04-01 16:32:13 -04:00
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 don't use META_OUTPUT_ROOT_FOLDER for docs an enums 2024-03-20 09:18:25 -04:00
dump.bat
dump_release.bat
egt2can.cpp max31855: also support max31856 2024-03-10 12:56:03 -04:00
exception.txt
flash.bat
flash_bin.bat
flash_can.sh flash scripts: fix location of srec file 2024-03-24 15:54:59 -04:00
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 script: add sample script for lfashing over serial/USB serial 2024-03-24 15:54:59 -04:00
flash_usb.sh flash scripts: fix location of srec file 2024-03-24 15:54:59 -04:00
gcc_version_check.c
gen_config.bat
gen_config.sh find meta info files for gen config 2024-03-08 19:27:36 -05:00
gen_config_board.bat
gen_config_board.sh Cypress and Kinetis board-specific firmware fails to build #6253 2024-03-19 21:49:14 -04:00
gen_config_common.sh
gen_config_default.sh
gen_default_everything.sh
gen_enum_to_string.bat
gen_enum_to_string.sh
gen_live_documentation.bat
gen_live_documentation.sh
gen_perf_trace_enum.sh
gen_ptrace_enums.bat
gen_signature.sh whitelabel 2024-03-18 10:37:41 -04:00
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 better file name to actually reflect what the content is about 2024-03-25 23:31:49 -04:00
rusefi.h
rusefi.mk Move cypress, kinetis, and subaru generated from algo/ to generated/ 2024-03-19 08:48:16 -04:00
rusefi_config.mk better file name to actually reflect what the content is about 2024-03-25 23:31:49 -04:00
rusefi_pch.mk make PCHOBJ depend on CPPOBJS for simulator 2024-03-12 23:58:58 -04:00
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