Sample projects with ChibiOS, mainly for STM32F0xx boards
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.
flabbergast ea41b05aeb
New hardfault.c. Openocd confs.
7 years ago
boards Small updates. 8 years ago
ld More work on wiegand. 8 years ago
misc Add misc dir. 8 years ago
openocd New hardfault.c. Openocd confs. 7 years ago
projects New hardfault.c. Openocd confs. 7 years ago
.gitignore More formatting and comments. 8 years ago
README.md Add readmes and licenses. 8 years ago
chibios-dirs.mk Move setting CHIBIOS{,_CONTRIB} dirs to a separate makefile. 8 years ago
common.mk Fix stm32loader call in 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 Makefiles 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).