rusefi/firmware/config/boards/skeleton
Matthew Kennedy 25414ebdad
yet more pch (#3068)
* big pch energy

* put back ramdisk stub

* tests are happy

* h743 nucleo

* kinetis

* I love deleting code!

* make stepper happy

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-03 22:05:01 -04:00
..
connectors New board pin-mapping system (#2231) 2021-01-22 12:03:14 -05:00
board.mk move chconf/mcuconf/halconf in to hw_ports (#2321) 2021-02-10 19:38:24 -05:00
board_configuration.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
efifeatures.h Remove outdated option CH_DBG_ENABLE_TRACE (#3087) 2021-07-31 07:51:13 -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.