rusefi-1/firmware/config/boards/skeleton
Matthew Kennedy 51a5b4d6d5
rename setBoardConfigurationOverrides (#2479)
* rename

* proteus

* comments

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-22 14:15:09 -04:00
..
connectors
board.mk move chconf/mcuconf/halconf in to hw_ports (#2321) 2021-02-10 19:38:24 -05:00
board_configuration.cpp rename setBoardConfigurationOverrides (#2479) 2021-03-22 14:15:09 -04:00
efifeatures.h USB uses its own channel, add implementations for serial channels (#2472) 2021-03-19 17:05:04 -04:00
prepend.txt
readme.md

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.