Go to file
flabbergast a5cd9d134b [KINETIS] Rename I2Cx.S1 to I2Cx.S for KL26Z.
For some strange reason Freescale refers to this I2C register as 'S1'
on KL26Z and as 'S' on all other Kinetises (K20x, KL2xZ).
To avoid horrible #ifs in the driver, use 'S' also on KL26Z.
2016-04-24 18:36:00 +01:00
demos Updated Makefiles for STM32 according to 2016-04-23 20:27:12 +03:00
os [KINETIS] Rename I2Cx.S1 to I2Cx.S for KL26Z. 2016-04-24 18:36:00 +01:00
testhal Updated Makefiles for STM32 according to 2016-04-23 20:27:12 +03:00
.gitignore Updated .gitignore 2014-10-18 17:21:23 +03:00
AUTHORS.txt LTDC and DMA2D ported to ChibiOS/RT 3 2015-06-24 21:24:45 +02:00
README.md Update README.md 2015-08-24 16:55:58 +03: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).

https://help.github.com/

http://git-scm.com/

http://chibios.org/dokuwiki/doku.php?id=chibios:guides:style_guide