ChibiOS-Contrib/README.md

43 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2015-01-17 05:02:23 -08:00
ChibiOS-Contrib
===============
2021-02-14 06:29:59 -08:00
2021-02-14 07:34:17 -08:00
![test build](https://github.com/ChibiOS/ChibiOS-Contrib/workflows/build%20tests/badge.svg)
2021-02-14 06:29:59 -08:00
[![Join the chat at https://gitter.im/ChibiOS/contrib](https://badges.gitter.im/ChibiOS/contrib.svg)](https://gitter.im/ChibiOS/contrib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2015-01-17 05:02:23 -08:00
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.
2019-03-12 02:54:24 -07:00
Code is maintained via Github: https://github.com/ChibiOS/ChibiOS-Contrib
Feel free to open pull request there.
2015-08-24 06:40:20 -07:00
#### Using
2019-03-12 02:54:24 -07:00
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
2015-08-24 06:40:20 -07:00
```
2015-08-24 06:41:54 -07:00
2018-12-03 17:29:16 -08:00
#### Contributing
2019-03-12 02:54:24 -07:00
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.
2018-12-03 17:29:16 -08:00
Feel free to update authors.txt with your name.
2015-08-24 06:41:54 -07:00
2018-12-03 17:29:16 -08:00
#### Useful links
2015-08-24 06:42:07 -07:00
2018-12-03 17:29:16 -08:00
https://help.github.com/
http://git-scm.com/
2019-03-12 02:54:24 -07:00
http://chibios.org/dokuwiki/doku.php?id=chibios:guides:style_guide
http://www.chibios.com/forum/