readme.txt 718 B

1234567891011121314151617
  1. This directory contains the support files for various board models. If you
  2. want to support a new board:
  3. - Create a new directory under ./os/hal/boards, give it the name of your board.
  4. - Copy inside the new directory the files from a similar board.
  5. - Customize board.c, board.h and board.mk in order to correctly initialize
  6. your board.
  7. The files in those board directories containing:
  8. - <board>/cfg/board.chcfg
  9. - <board>/cfg/board.fmpp
  10. are generated automatically, just run the "fmpp" tool from within <board>/cfg,
  11. the download is available here: http://fmpp.sourceforge.net, note, it
  12. requires Java.
  13. All board files can be batch-regenerated automatically by running the
  14. genboards.sh script in this same directory.