Go to file
José Simões ab0b1c80d2
Add call to cache flush on disk write
- This is required for F7 targets (and others that feature memory cache).
- The call is provided empty for all the other series, so it's OK to use it as it is.
2019-03-07 16:30:13 +00:00
demos KINETIS tests and demos updated to ChibiOS 18.2.x. 2018-11-20 09:53:38 +07:00
os Add call to cache flush on disk write 2019-03-07 16:30:13 +00:00
testhal Updating OpAmp code with calibration functions, cleaning. 2019-01-31 17:52:13 +01:00
tools Fixed gpio pin reset 2019-03-06 19:54:44 +01:00
.gitignore
.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 Added Jenkinsfile 2019-03-06 23:49:01 +01:00
README.md Update README.md 2018-12-04 02:29:16 +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 send pull request there.

Using

# git clone git@github.com:Chibios/ChibiOS.git ChibiOS-RT
# git clone git@github.com:ChibiOS/ChibiOS-Contrib.git ChibiOS-Contrib

Note: this repos cloned in the same directory side by side (not inside).

Contributing

When you submit a pull request, make sure all impacted platform tests compile using the tools/build.sh script.
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