rusefi-1/firmware/config/boards/skeleton
rusefi 31befbb7d8 Merge remote-tracking branch 'origin/Hellen_fork_point' into master
# Conflicts:
#	firmware/config/boards/common_make.bat
#	firmware/controllers/algo/engine.cpp
#	firmware/controllers/system_fsio.txt
2020-09-11 03:59:06 -04:00
..
board.mk RED FATAL/CRITICAL LED is a bit dim when it should be OFF 2020-05-11 18:35:28 -04:00
board_configuration.cpp dead line in a dead file 2020-05-11 11:28:43 -04:00
efifeatures.h Merge remote-tracking branch 'origin/Hellen_fork_point' into master 2020-09-11 03:59:06 -04:00
mapping.yaml skeleton & docs (#995) 2019-11-03 08:41:14 -05:00
prepend.txt skeleton & docs (#995) 2019-11-03 08:41:14 -05:00
readme.md skeleton & docs (#995) 2019-11-03 08:41:14 -05:00

readme.md

This directory contains an example of the files needed to configure the firmware for a specific RusEFI board.

The files here

  • select specific features to be included into the firmware
  • firmware to configure and support unique features of the board
  • set communication channels (USB, serial, CAN) and parameters e.g. speed
  • set the default GPIO pin configuration for use at startup

Note that many settings may be immediately reconfigured by the engine configuration.