rusefi/firmware
rusefillc 78345f2a78 Overdwell: explicit unit test for #6373
only: todo
2024-04-19 16:12:52 -04:00
..
ChibiOS@46c476ffeb
ChibiOS-Contrib@63b50e410c
bin a few different upload issues fix #6372 2024-04-19 11:51:50 -04:00
bootloader
config only:enableHellenSpi2 2024-04-18 19:42:27 -04:00
console only:making TM_ID_GetFlashSize more available 2024-04-18 19:28:59 -04:00
controllers Overdwell: explicit unit test for #6373 2024-04-19 16:12:52 -04:00
development
docs
ext
ext_algo
hw_layer only:making TM_ID_GetFlashSize more available 2024-04-18 19:28:59 -04:00
init Add support for analog transmission range sensors 2024-04-14 20:15:28 -04:00
integration only: separating trim sizes 2024-04-18 16:29:00 -04:00
libfirmware@7bcee1b813
pch
tunerstudio how about using sftp without ssh? 2024-04-19 10:22:34 -04:00
util
.cproject
.gitattributes
.gitignore
.project
CHANGELOG.md April 2024 "Day 785" 2024-04-18 22:33:06 -04:00
Doxyfile
DoxygenLayout.xml
Makefile
build-notes.txt
bundle.mk implement setupCan in openblt_jni.cpp #6358 2024-04-13 19:45:19 -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
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
gen_config.bat
gen_config.sh
gen_config_board.bat
gen_config_board.sh
gen_config_common.sh default empty board_options.ini https://github.com/rusefi/rusefi/issues/6352 2024-04-17 23:07:13 -04:00
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
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 board_options.ini test for 2chan https://github.com/rusefi/rusefi/issues/6352 2024-04-17 23:07:13 -04:00
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