rusefi/firmware/config/boards/skeleton
rusefillc 25cc8ed0df
STM32_HSE_BYPASS where we need it (#4338)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-07-11 04:30:49 -04:00
..
connectors Brain pin is enum class (#4108) 2022-04-28 17:32:39 -04:00
board.mk STM32_HSE_BYPASS where we need it (#4338) 2022-07-11 04:30:49 -04:00
board_configuration.cpp get rid of setSerialConfigurationOverrides (#4274) 2022-06-23 19:42:09 -04:00
efifeatures.h big delete ICU (#4270) 2022-07-07 15:27:59 -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.