rusefi/firmware
GitHub gen-configs Action 2b51a86bc3 Auto-generated configs and docs 2025-01-27 00:27:02 +00:00
..
ChibiOS@4bed30e9da ChibiOS: update 2025-01-24 12:12:33 -05:00
ChibiOS-Contrib@63b50e410c
bin Increment the BLT version https://github.com/rusefi/rusefi/issues/7283 2025-01-11 16:53:10 -05:00
bootloader error_handling: fix bootloader 2025-01-22 12:42:14 -05:00
config only:alphax-8chan 2025-01-26 15:18:58 -05:00
console only:needErrorReportFile invokes yellow LED 2025-01-25 11:49:32 -05:00
controllers Auto-generated configs and docs 2025-01-27 00:27:02 +00:00
development CORE_CLOCK replacement progress 2025-01-24 22:27:49 -05:00
docs
ext FatFS: mutex protection, ChibiOS glue layer 2025-01-24 07:33:40 -05:00
ext_algo
hw_layer only:rtfm? 2025-01-26 15:16:03 -05:00
init Implement `FuelLevelSensor` class #7180 2024-12-24 18:35:53 -04:00
integration burn failed in bench test dialog #7356 2025-01-25 17:07:00 -05:00
libfirmware@7eccf0fd40 SENT: move to libfirmware 2024-12-14 09:16:16 -05:00
live_data_generated Auto-generated configs and docs 2025-01-23 17:19:46 +00:00
pch explicit-folder-for-livedata-generated-headers #6886 2024-09-04 18:05:06 -04:00
scripts/linux scripts: sample GDB Linux scripts 2024-09-23 08:52:06 -05:00
tunerstudio Auto-generated configs and docs 2025-01-27 00:27:02 +00:00
util only:VE_RPM_COUNT 2025-01-14 20:20:47 -05:00
.cproject
.gitattributes
.gitignore local compilation should not dirty clone for not reason #6879 2024-09-01 19:46:06 -04:00
.project
CHANGELOG.md only:changelog 2025-01-21 21:09:40 -05:00
Doxyfile
DoxygenLayout.xml
Makefile only:dead 2024-11-23 00:02:55 -05:00
build-notes.txt
bundle.mk reducing bundle clutter 2025-01-26 12:54:12 -05:00
check_illegal_conversion.sh
clean_build.bat
common.mk The headers from `$(BOARD_DIR)/generated/live_data_generated` folder are more preferable than the headers from `$(PROJECT_DIR)/live_data_generated` folder 2024-12-24 16:08:35 +02:00
common_libfirmware.mk SENT: move to libfirmware 2024-12-14 09:16:16 -05:00
compile_and_program.bat
configuration_check.cpp
cov_config.bat
cov_run.bat
coverity.yml
docs_enums.mk LTS console should inform that newer LTS branch exists #7198 2025-01-07 14:19:20 -05: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
gen_config.bat
gen_config.sh only:extra spaces 2024-09-06 20:05:49 -04:00
gen_config_board.sh
gen_config_common.sh only:renaming to live_data_fragments.ini reduce confusion 2025-01-07 20:25:57 -05:00
gen_config_default.sh
gen_default_everything.sh
gen_enum_to_string.sh splitting enum header 2024-10-07 16:12:24 -04:00
gen_live_documentation.sh gauge name flexibility - changing order of operations 2025-01-03 00:26:57 -05:00
gen_perf_trace_enum.sh
gen_ptrace_enums.bat
gen_signature.sh only: https://github.com/rusefi/fw-custom-example/issues/15 2024-09-12 08:30:17 -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 only:sdlow 2025-01-24 22:27:49 -05:00
kill_for_coverity.c
main.cpp
provide_gcc.sh
readme.md
reboot_dfu.sh
reboot_ecu.bat
run_hw_test.bat
rusefi.cpp error reporting: extract all related code to error_handling 2025-01-15 10:31:14 -05:00
rusefi.h
rusefi.mk
rusefi_config.mk only:renaming to live_data_fragments.ini reduce confusion 2025-01-07 20:25:57 -05:00
rusefi_pch.mk
rusefi_rules.mk revert #RUSEFI_OPT += -Werror=stringop-truncation #7311 2025-01-15 17:08:56 -05:00
send_command.bat
setup_linux_environment.sh extracting ubuntu-install-tools.sh 2024-10-14 14:03:16 -04:00
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