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 add L4 and G4 to ChibiOS; delete bloat 4 years ago
..
ST_NUCLEO64_G071RB add L4 and G4 to ChibiOS; delete bloat 4 years ago
ST_NUCLEO64_G431RB add L4 and G4 to ChibiOS; delete bloat 4 years ago
ST_NUCLEO64_G474RE add L4 and G4 to ChibiOS; delete bloat 4 years ago
ST_NUCLEO64_L053R8 add L4 and G4 to ChibiOS; delete bloat 4 years ago
ST_NUCLEO64_L073RZ add L4 and G4 to ChibiOS; delete bloat 4 years ago
ST_NUCLEO64_L152RE add L4 and G4 to ChibiOS; delete bloat 4 years ago
ST_NUCLEO64_L452RE_P add L4 and G4 to ChibiOS; delete bloat 4 years ago
ST_NUCLEO64_L476RG add L4 and G4 to ChibiOS; delete bloat 4 years ago
ST_NUCLEO144_H743ZI add L4 and G4 to ChibiOS; delete bloat 4 years ago
ST_NUCLEO144_H755ZI add L4 and G4 to ChibiOS; delete bloat 4 years ago
genboard.sh add L4 and G4 to ChibiOS; delete bloat 4 years ago
genboards.sh add L4 and G4 to ChibiOS; delete bloat 4 years ago
readme.txt add L4 and G4 to ChibiOS; delete bloat 4 years ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.