rusefi/firmware/ChibiOS_16/os/hal/boards
rusefi dd6a530f6a find_cygwin . -type f -print0 | xargs -0 dos2unix 2017-03-24 13:09:48 -04:00
..
simulator find_cygwin . -type f -print0 | xargs -0 dos2unix 2017-03-24 13:09:48 -04:00
readme.txt find_cygwin . -type f -print0 | xargs -0 dos2unix 2017-03-24 13:09:48 -04:00

readme.txt

This directory contains the support files for various board models. If you
want to support a new board:
- Create a new directory under ./os/hal/boards, give it the name of your board.
- Copy inside the new directory the files from a similar board.
- Customize board.c, board.h and board.mk in order to correctly initialize
  your board.