rusefi/firmware/config/boards/skeleton
Matthew Kennedy bb8650179c
consolidate EFI_UNIT_TEST and friends (#1940)
* restructure

* guard c++

* idle too

* status_loop.h

* consolidate definitions

* use 1/0 instead, check for existence

* missed a few

* dead define

* defs for bootloader
2020-11-11 20:34:39 -05: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 Tle8888 big update 1 (#1892) 2020-10-23 12:25:30 -04:00
efifeatures.h consolidate EFI_UNIT_TEST and friends (#1940) 2020-11-11 20:34:39 -05: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.