custom-board-bundle-sample-.../firmware/config/boards/skeleton
Andrey f296e30fb5 it's going to be painful 2023-04-28 21:01:08 -04:00
..
connectors update interactive-pinout, update yamls (#5049) 2023-02-10 05:01:05 -05:00
board.mk deduplicate $(BOARD_DIR) in makefiles (#5024) 2023-02-01 14:41:27 -05:00
board_configuration.cpp it's going to be painful 2023-04-28 21:01:08 -04:00
efifeatures.h refactoring: vvt is not aux 2023-03-05 02:07:47 -05:00
prepend.txt
readme.md

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.