rusefi/firmware
rusefillc a3498ce8cb only:Map3D deprecated? 2024-08-19 11:17:28 -04:00
..
ChibiOS@4a2dcaa2fa revive MC33816 driver #6781 2024-08-08 11:33:39 -04:00
ChibiOS-Contrib@63b50e410c
bin only:find_branch_name_or_snapshot.sh 2024-08-12 17:07:09 -04:00
bootloader blt 2024-08-16 23:44:59 -04:00
config only:uaefi121 2024-08-19 09:32:05 -04:00
console Auto-generated configs and docs 2024-08-14 05:28:44 +00:00
controllers Auto-generated configs and docs 2024-08-19 13:37:36 +00:00
development only:random clean-up 2024-08-07 23:14:23 -04:00
docs
ext lua 5.4.6 2024-08-08 14:11:57 -04:00
ext_algo
hw_layer let's move away from PeriodicTimerController 2024-08-14 08:33:29 -04:00
init custom CAN input maybe from dual-MRE M73 days? a few dead lines 2024-06-29 11:10:07 -04:00
integration TS CAN connector breaks WBO functionality #6827 2024-08-18 18:20:09 -04:00
libfirmware@128d087555 revive MC33816 driver, also support bus sharing #6781 2024-08-12 12:29:55 -04:00
pch cisnan progress 2024-07-23 13:28:37 -04:00
tunerstudio Auto-generated configs and docs 2024-08-19 13:37:36 +00:00
util only:Map3D deprecated? 2024-08-19 11:17:28 -04:00
.cproject
.gitattributes
.gitignore only:a bit of .gitignore 2024-07-30 09:55:27 -04:00
.project
CHANGELOG.md ## August 2024 "Day 898" 2024-08-09 23:25:54 -04:00
Doxyfile
DoxygenLayout.xml
Makefile https://sourceware.org/bugzilla/show_bug.cgi?id=9687 Weak symbols not working on mingw32 2024-08-03 12:24:06 -04:00
build-notes.txt
bundle.mk only:find_branch_name_or_snapshot.sh 2024-08-12 17:07:09 -04:00
check_illegal_conversion.sh CI can protect us from loss of precision 2024-05-11 19:48:07 -04:00
clean_build.bat
common.mk
compile_and_program.bat
configuration_check.cpp
cov_config.bat
cov_run.bat
coverity.yml
docs_enums.mk only:board_config 2024-07-31 20:38:48 -04:00
dump.bat
dump_release.bat
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 change grealpath check 2024-04-26 14:57:17 -04:00
gen_config_common.sh Fields.java is a mess #6711 2024-07-13 18:04:23 -04:00
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 Fields.java is a mess #6711 2024-07-13 18:04:23 -04:00
gen_perf_trace_enum.sh
gen_ptrace_enums.bat
gen_signature.sh rename existing `SerialAutoChecker.getWhitelabel` method to `getSignatureWhitelabelPrefix` 2024-07-03 15:44:24 -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
provide_gcc.sh
readme.md
reboot_dfu.sh
reboot_ecu.bat
run_hw_test.bat
rusefi.cpp dead test code 2024-07-14 23:47:11 -04:00
rusefi.h
rusefi.mk
rusefi_config.mk custom board fields and gauges integration into Makefile #6586 2024-07-13 23:23:11 -04:00
rusefi_pch.mk
rusefi_rules.mk variable shadowing should be avoided #5676 2024-05-23 15:32:29 -04:00
send_command.bat
setup_linux_environment.sh
target_sentinel.mk

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