Go to file
Fabien Poussin 11478d784b
Merge pull request #243 from Codetector1374/LPC_Port
[HAL/LPC] Update USB HAL Driver to resolve an issue where sometimes it causes control EP to stall
2020-12-18 01:58:12 +01:00
.github/workflows Github Actions (#233) 2020-12-06 19:06:02 +01:00
demos [Demo/LPC/USB_DFU] Update demo to use a portable setup 2020-12-17 19:36:42 -05:00
ext NUC123SD4AN0 -> NUC123 conversion 2020-12-12 18:18:57 -05:00
os [HAL:LPC]: USB Bugfix 2020-12-17 19:36:42 -05:00
testhal Merge pull request #241 from fishman/NUC123-change-USBEndpointConfig 2020-12-15 18:12:54 +01:00
tools fix various tests and add clean option to chbuild 2020-11-25 12:02:59 +01:00
.gitignore Updated .gitignore 2014-10-18 17:21:23 +03:00
AUTHORS.txt Update authors 2020-12-05 17:19:03 -05:00
README.md Edited Readme for path changes 2019-03-12 10:54:24 +01:00
lgtm.yml lgtm fixes 2020-11-25 14:26:54 +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/