You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
7 years ago | |
---|---|---|
boards | 8 years ago | |
ld | 8 years ago | |
misc | 8 years ago | |
openocd | 7 years ago | |
projects | 7 years ago | |
.gitignore | 8 years ago | |
README.md | 8 years ago | |
chibios-dirs.mk | 8 years ago | |
common.mk | 8 years ago |
README.md
chibios-projects
Several examples for ChibiOS 3.0.x (some very close to original ChibiOS demos), to be used with arm-none-eabi GCC toolchain, Makefiles and plain text editing. (So no fancy eclipse projects, etc...)
The structure is made so that it is easy to upgrade ChibiOS to a newer one (no changes to the distribution tree are required), just replace the chibios
symlink.
The Makefile
s are adjusted so that it is easy to add new board definitions (boards
) and linker scripts (ld
). These take precedence over ChibiOS provided ones if needed.
The actual examples are to be found in the projects
directory.
Several flashing methods are set up in common.mk
(e.g. make dfu
works).