rusefi/firmware
kifir edaa711fba refactoring: extraact AcController::PRESSURE_DEADBAND_WIDTH constant #6570 2024-06-19 14:33:43 -04:00
..
ChibiOS@41625a9b63 ChibiOS: minor stm32 usart/serial driver updates 2024-06-19 13:56:34 -04:00
ChibiOS-Contrib@63b50e410c
bin only:longer variable names to facilitate code navigation 2024-05-30 10:52:44 -04:00
bootloader redPin blinking 2024-04-06 21:30:55 -04:00
config -DETB_INTERMITTENT_LIMIT=60000 2024-06-18 22:45:03 -04:00
console Auto-generated configs and docs 2024-06-18 15:30:27 +00:00
controllers refactoring: extraact AcController::PRESSURE_DEADBAND_WIDTH constant #6570 2024-06-19 14:33:43 -04:00
development compile-time enforcement of printf strings 2024-06-10 19:11:35 -04:00
docs
ext compile-time enforcement of printf strings 2024-06-10 19:00:29 -04:00
ext_algo
hw_layer only:MAX3185X_REFRESH_TIME Ups. 0.1 sec. 2024-06-19 10:09:05 -04:00
init add acPressure sensor manual squash #6570 2024-06-17 11:15:23 -04:00
integration get rid of digits after decimal point for `Pressure Low disable` and `Pressure High disable` settings #6570 2024-06-18 14:49:36 -04:00
libfirmware@126e269522 only:TS defines tables as [y_row_count x x_column_count] and we follow that weird Y, X order of arguments here 2024-06-07 19:43:33 -04:00
pch identify board right in error message 2024-04-01 16:04:34 -04:00
tunerstudio Auto-generated configs and docs 2024-06-19 00:25:06 +00:00
util https://github.com/rusefi/rusefi/pull/5394 2024-06-17 19:32:21 -04:00
.cproject
.gitattributes
.gitignore
.project
CHANGELOG.md only: minimum priming delay of 0.1 second 2024-06-16 13:47:19 -04:00
Doxyfile
DoxygenLayout.xml
Makefile custom boards build both linux and windows simulators always with full compilation #6585 2024-06-10 11:59:04 -04:00
build-notes.txt poke 2024-03-24 00:58:56 -04:00
bundle.mk custom boards build both linux and windows simulators always with full compilation #6585 2024-06-10 11:59:04 -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 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 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 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 only:BOARD_VE_MENU_FROM_FILE 2024-06-09 19:49:17 -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 only: EXTRA_LIVE_DATA_FILE 2024-05-14 22:42:18 -04:00
gen_perf_trace_enum.sh
gen_ptrace_enums.bat
gen_signature.sh WHITELABEL progress 2024-06-05 21:22:01 -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 validateConfigOnStartUpOrBurn 2024-06-09 13:19:44 -04:00
rusefi.h
rusefi.mk
rusefi_config.mk Should rusefi_config.mk track rusefi_hw_*.h files changes? 2024-05-05 11:44:45 -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