aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/OTGv1
Commit message (Expand)AuthorAgeFilesLines
* Small change on USB clock check.Giovanni Di Sirio2019-05-121-1/+2
* Fixed bug #996.Giovanni Di Sirio2018-12-311-0/+1
* Tentative fix for http://www.chibios.com/forum/viewtopic.php?f=35&t=4918&p=34444gdisirio2018-12-161-2/+4
* Removed obsolete code.Giovanni Di Sirio2018-12-024-2253/+2
* USB tested on L4+.Giovanni Di Sirio2018-12-011-1/+1
* Various fixes to F413 mcuconf and registry. Removed dead options in OTGv1.Giovanni Di Sirio2018-05-151-5/+5
* STM32H7-related fixes.Giovanni Di Sirio2018-05-101-8/+8
* Fixed OTG base address for STM32H7.Giovanni Di Sirio2018-05-091-1/+6
* H7 OTG changes, not complete.Giovanni Di Sirio2018-05-081-0/+10
* Fixed bug #930.gdisirio2018-03-251-1/+0
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-205-5/+5
* Defaulted all STM32 drivers to enable peripheral clocks during stop/sleep mod...Giovanni Di Sirio2018-01-172-4/+4
* SPIv1 and SPIv2 circular mode added. Rework of RCC files and all dependencies...Giovanni Di Sirio2018-01-102-8/+8
* Modified the STM32 OTGv1 driver to work without pump thread, transfers are no...Giovanni Di Sirio2017-11-082-9/+46
* Experimental.gdisirio2017-11-082-8/+35
* Experimental.Giovanni Di Sirio2017-11-082-0/+2023
* Moved wakeup logic in LLD.Giovanni Di Sirio2017-09-091-8/+17
* Added wakeup bit clear on interrupt.Giovanni Di Sirio2017-09-091-0/+3
* Tentative implementation of USB host wake-up API.gdisirio2017-09-092-5/+16
* Tentative fix for L4 OTG.Giovanni Di Sirio2017-08-221-37/+39
* Tentative workaround for L4 OTG driver.Giovanni Di Sirio2017-08-202-3/+13
* Removed a dead "nop".Giovanni Di Sirio2017-05-181-6/+0
* Fixed bug #832.Giovanni Di Sirio2017-04-231-3/+4
* Reverted tentative fix in STM32 OTGv1 driver.Giovanni Di Sirio2017-04-171-3/+7
* Tentative fix for missing RX events.Giovanni Di Sirio2017-04-161-2/+4
* STM32 OTGv1 tentative fix.Giovanni Di Sirio2017-03-061-30/+30
* More fixes related to endpoints number.Giovanni Di Sirio2017-01-313-14/+10
* Fixed bug #816.Giovanni Di Sirio2017-01-301-2/+30
* Introduced modularized driver makefiles.gdisirio2017-01-161-0/+9
* Fixed bug #786.Giovanni Di Sirio2016-10-261-3/+9
* Improved OTG number of endpoints handling.Giovanni Di Sirio2016-10-131-3/+15
* USB fixes.Giovanni Di Sirio2016-06-161-0/+4
* Fixed Bug #753Rocco Marco Guglielmi2016-06-051-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9573 35acf78f-673a-0410...Giovanni Di Sirio2016-06-042-14/+29
* Handling different STM32 OTG variants through registry.Giovanni Di Sirio2016-06-042-3/+15
* Documentation related fixes.Giovanni Di Sirio2016-04-023-3/+3
* Updated header guards for STM32 files.Giovanni Di Sirio2016-04-021-3/+3
* Updated header guards for LLD files.Giovanni Di Sirio2016-04-021-3/+3
* STM32 LLD renaming done.Giovanni Di Sirio2016-04-022-0/+0
* Guarded pools tested.Giovanni Di Sirio2016-03-191-1/+1
* Mass license update.Giovanni Di Sirio2016-03-183-3/+3
* Updated CDC demos under testhal with new shell.Giovanni Di Sirio2016-02-201-4/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8912 35acf78f-673a-0410...Giovanni Di Sirio2016-02-191-11/+11
* Fixed bug #707.Giovanni Di Sirio2016-02-141-0/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8659 35acf78f-673a-0410...Giovanni Di Sirio2015-12-311-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8654 35acf78f-673a-0410...Giovanni Di Sirio2015-12-291-12/+8
* New USB API finalized, updated OTGv1, USBv1 not yet updated.Giovanni Di Sirio2015-12-282-48/+34
* Fixed stability problems in OTGv1.Giovanni Di Sirio2015-12-271-12/+23
* Synchronous USB API ready for testing, OTGv1 only so far.Giovanni Di Sirio2015-12-262-4/+6
* USB synchronous API, to be completed.Giovanni Di Sirio2015-12-262-8/+20