rusefi/firmware/config/boards/skeleton
Matthew Kennedy 289122c0b7
fix 4032 (#4034)
* fix 4032

* board defaults should not set these things
2022-04-03 06:58:25 -04:00
..
connectors
board.mk better default DEFAULT_ENGINE_TYPE 2022-02-09 19:52:22 -05:00
board_configuration.cpp fix 4032 (#4034) 2022-04-03 06:58:25 -04:00
efifeatures.h remove mock adc (#3888) 2022-02-03 20:43:34 -05:00
prepend.txt
readme.md Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00

readme.md

Skeleton Board

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.