1) Functions reading bit from PAL now return ioline_t type. 2) Functions that handle acquired buffer with acquired bits now use uint8_t type because it corresponds to buffer type. 3) Cryptic bit shifting in bit storage functions replaced by dividion operations because all modern compilers perfectly optimise such operations. |
||
---|---|---|
demos | ||
os | ||
testhal | ||
.gitignore | ||
AUTHORS.txt | ||
README.md |
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).
Useful links
http://chibios.org/dokuwiki/doku.php?id=chibios:guides:style_guide