Go to file
Fabien Poussin 4a8a6d152d Updated upgrade.py script 2020-04-08 12:39:27 +02:00
demos Updated all halconf/chconf headers 2020-04-08 00:35:16 +02:00
ext Add SEGGER RTT and SystemView bindings for ChibiOS 2019-09-29 12:37:06 -03:00
os Merge pull request #212 from ObKo/master 2020-01-12 12:36:37 +01:00
testhal STM32L0 mcuconf fix 2020-04-08 01:02:04 +02:00
tools Updated upgrade.py script 2020-04-08 12:39:27 +02:00
.gitignore Updated .gitignore 2014-10-18 17:21:23 +03:00
.travis.yml Try to enable building the LwIP demo on Travis-CI 2018-03-13 20:26:31 +01:00
AUTHORS.txt Modified AUTHORS file 2017-06-05 10:17:31 -03:00
Jenkinsfile Updated Jenkins for 20.3.x 2020-04-04 18:20:41 +02:00
README.md Edited Readme for path changes 2019-03-12 10:54:24 +01:00

README.md

ChibiOS-Contrib

Code under this directory is not part of the core ChibiOS project and the copyright is retained by the original authors. See copyright notes in file headers.

Code is maintained via Github: https://github.com/ChibiOS/ChibiOS-Contrib
Feel free to open pull request there.

Using

Default makefiles assume this repo will be cloned in the same folder as ChibiOS.
If you use another location, you will have to edit the Makefile, or specify an alternate location to make, ie:

cd ChibiOS-Contrib/testhal/STM32/STM32F3xx/TIMCAP
make CHIBIOS=~/src/ChibiOS

A good way to use it is to clone it as a submodule inside your project:

git submodule add https://github.com/ChibiOS/ChibiOS.git
git submodule add https://github.com/ChibiOS/ChibiOS-Contrib.git

Contributing

When you submit a pull request, make sure all modified platform tests compile using the tools/build.sh script.
There is an automated check that will report errors if it doesn't.
Feel free to update authors.txt with your name.

https://help.github.com/
http://git-scm.com/
http://chibios.org/dokuwiki/doku.php?id=chibios:guides:style_guide
http://www.chibios.com/forum/