Sample projects with ChibiOS, mainly for STM32F0xx boards
Go to file
flabbergast ea41b05aeb New hardfault.c. Openocd confs. 2016-06-03 18:01:17 +01:00
boards Small updates. 2016-04-19 18:23:39 +01:00
ld More work on wiegand. 2016-04-10 21:04:52 +02:00
misc Add misc dir. 2016-03-23 23:22:11 +00:00
openocd New hardfault.c. Openocd confs. 2016-06-03 18:01:17 +01:00
projects New hardfault.c. Openocd confs. 2016-06-03 18:01:17 +01:00
.gitignore More formatting and comments. 2015-08-31 21:14:12 +01:00
README.md Add readmes and licenses. 2015-08-31 09:45:18 +01:00
chibios-dirs.mk Move setting CHIBIOS{,_CONTRIB} dirs to a separate makefile. 2016-03-31 13:05:20 +01:00
common.mk Fix stm32loader call in common.mk. 2016-03-29 13:10:10 +01:00

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).