rusefi/firmware/config/boards/skeleton
Matthew Kennedy e4a0979dc2
Brain pin is enum class (#4108)
* change most usages to Gpio::

* board configs

* engine configs etc

* isBrainPinValid, smart gpio

* generator

* generator

* generator

* connector yamls

* kinetis enums

* cypress txt

* kinetis config

* frankenso

* config generator

* actually do it for the others

* disable skips for pr ci

* fix tle8888

* misc

* weird cast from int

* needs this operator too

* this can be an unsigned subtract

* happy tests

* s

* kinetis isConfigurationChanged weirdness

* missed J/K

* cypress efifeatures

* build script mistake (!)

* mistake in smart gpio

* debounce

* eg33

* kinetis, so needy

* it's pretty green, we can skip these again
2022-04-28 17:32:39 -04:00
..
connectors Brain pin is enum class (#4108) 2022-04-28 17:32:39 -04:00
board.mk Brain pin is enum class (#4108) 2022-04-28 17:32:39 -04:00
board_configuration.cpp Brain pin is enum class (#4108) 2022-04-28 17:32:39 -04:00
efifeatures.h Brain pin is enum class (#4108) 2022-04-28 17:32:39 -04: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.