rusefi-1/firmware/config/boards/skeleton
Matthew Kennedy 878794f9cf
properly put buffers in no-cache regions (#2357)
* configure for no cache

* this doesn't need a setting

* now we don't need invalidate

* reorder and comment

* mmc

* sw knock
2021-02-15 17:39:11 -05: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 Tle8888 big update 1 (#1892) 2020-10-23 12:25:30 -04:00
efifeatures.h properly put buffers in no-cache regions (#2357) 2021-02-15 17:39:11 -05:00
prepend.txt
readme.md

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.