rusefi_documentation/Dev-Quick-Start.md

872 B

Developer Quick Start

STM32F407 firmware

git clone --recurse-submodules https://github.com/rusefi/rusefi
cd firmware
make

virtual serial port

PC application to send commands: rusEFI Firmware bundle

See also https://github.com/rusefi/rusefi/blob/master/firmware/setup_linux_environment.sh

ChibiOS

GitHub Actions

We rely on github actions heavily. We commit manual changes while github actions are commiting auto-generated stuff if needed.

Note the green icon for happy continues integration, note commits by actions-user.

image

Make sure that your fork has Actions enabled:

image