You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Clyne eeeb04fa1a | 4 years ago | |
---|---|---|
.. | ||
ST_NUCLEO64_G071RB | 4 years ago | |
ST_NUCLEO64_G431RB | 4 years ago | |
ST_NUCLEO64_G474RE | 4 years ago | |
ST_NUCLEO64_L053R8 | 4 years ago | |
ST_NUCLEO64_L073RZ | 4 years ago | |
ST_NUCLEO64_L152RE | 4 years ago | |
ST_NUCLEO64_L452RE_P | 4 years ago | |
ST_NUCLEO64_L476RG | 4 years ago | |
ST_NUCLEO144_H743ZI | 4 years ago | |
ST_NUCLEO144_H755ZI | 4 years ago | |
genboard.sh | 4 years ago | |
genboards.sh | 4 years ago | |
readme.txt | 4 years ago |
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. The files in those board directories containing: - <board>/cfg/board.chcfg - <board>/cfg/board.fmpp are generated automatically, just run the "fmpp" tool from within <board>/cfg, the download is available here: http://fmpp.sourceforge.net, note, it requires Java. All board files can be batch-regenerated automatically by running the genboards.sh script in this same directory.