Go to file
Diego Ismirlian 02585210d1 USBH: STM32 LLD: various improvements
- general cleanup
- implemented workaround to undocumented erratum (the OTG core may
report successful enabling of port when connecting a low-speed device,
but really it generates no traffic and remains in a "dumb" state)
- improved handling of disconnection of devices (avoid submitting URBs
if the port is disabled)
2017-07-31 18:48:23 -03:00
demos Updated license headers 2017-04-20 19:47:50 +02:00
os USBH: STM32 LLD: various improvements 2017-07-31 18:48:23 -03:00
testhal USBH: added default control request timeout parameter 2017-07-31 18:43:44 -03:00
tools Fixes for mx2board.py 2017-05-12 01:02:04 +02:00
.gitignore Updated .gitignore 2014-10-18 17:21:23 +03:00
.travis.yml Fixed .travis.yml after moving the scripts. 2017-04-21 19:07:54 +02:00
AUTHORS.txt Modified AUTHORS file 2017-06-05 10:17:31 -03: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