Go to file
Fabien Poussin 827620f896
Merge pull request #283 from KarlK90/gd32vf103-afio-registers
[GD32VF103] Rename missed AFIO registers and free B4 pin on Longan Nano
2021-07-10 16:55:39 +02:00
.github/workflows
demos Teensy 4.1 demo: start USB serial shell after control line state 2021-04-27 08:31:54 +02:00
ext MIMXRT1062/LLD/USBHSv1: implement hal_usb_lld for MIMXRT1062 2021-03-31 14:04:12 +02:00
os Free B4 pin on Longan Nano Board 2021-07-03 13:50:03 +02:00
testhal Merge pull request #281 from AndruPol/chibios-20.3.x 2021-06-30 00:59:10 +02:00
tools
.gitignore
.gitmodules
AUTHORS.txt Add myself to copyright notes :-) 2021-04-06 13:38:23 +02:00
README.md
lgtm.yml

README.md

ChibiOS-Contrib

test build Join the chat at https://gitter.im/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/