Go to file
Fabien Poussin 3872fe996c
Merge pull request #332 from WestberryTech/chibios-21.11.x-wb
[WB32 MCU] adjusts some DMA and ADC processing.
2022-09-03 13:19:53 +02:00
.github/workflows Added CI test 2022-04-18 10:16:45 +08:00
demos revert main.c 2022-05-12 15:32:34 +08:00
ext
os Merge pull request #332 from WestberryTech/chibios-21.11.x-wb 2022-09-03 13:19:53 +02:00
testhal Add RP2040 PWM driver 2022-07-19 20:16:08 +02:00
tools
.gitignore
.gitmodules
AUTHORS.txt
README.md
lgtm.yml Fix additional error in the lgtm.yml in relation to extraction. Removed VSC files 2022-01-02 13:09:02 +11:00

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/