aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD
Commit message (Expand)AuthorAgeFilesLines
* Some changes to the crypto infrastructure.Giovanni Di Sirio2018-09-082-15/+58
* More work on crypto.Giovanni Di Sirio2018-09-082-16/+56
* Preparation work for STM32 crypto driver.Giovanni Di Sirio2018-09-082-21/+77
* TRNG API now takes a new "size" parameter, the API can now generate random nu...Giovanni Di Sirio2018-09-082-3/+4
* Fixed a corner case.Giovanni Di Sirio2018-08-261-1/+8
* CAN1-CAN2 conflicts tentative fix.Giovanni Di Sirio2018-08-261-9/+8
* Fixed #971.Giovanni Di Sirio2018-08-261-1/+1
* DMAMUX support for DMAv1.Giovanni Di Sirio2018-07-294-25/+116
* More L4+ code.Giovanni Di Sirio2018-07-282-4/+21
* Fixed bug #964.Giovanni Di Sirio2018-07-151-2/+3
* Added analog watchdog functionality to STM32 ADCv2 driver.Giovanni Di Sirio2018-07-082-4/+43
* Fixed bug #958.Giovanni Di Sirio2018-07-072-19/+19
* Fixed bug #957.gdisirio2018-07-072-5/+5
* Fixed bug #953.Giovanni Di Sirio2018-07-071-4/+0
* Fixed bug #956.Giovanni Di Sirio2018-07-011-2/+2
* Fixed compile time regression in USARTv1 driver.Giovanni Di Sirio2018-06-151-1/+1
* Added more conditionals to CRY driver. Removed conditionals from high level f...Giovanni Di Sirio2018-06-132-8/+122
* Add conditional compilation to resolve the compilation error (error: unknown ...Theodore Ateba2018-06-122-1/+15
* Fixed bug introduced by bug #951 fix.Giovanni Di Sirio2018-06-092-1/+5
* ADCv3 oversampling support.Giovanni Di Sirio2018-06-022-5/+23
* Documentation fix.Giovanni Di Sirio2018-06-011-1/+1
* Fixed bug #953.Giovanni Di Sirio2018-06-011-0/+1
* Delay added after ADC reset.Giovanni Di Sirio2018-06-011-1/+3
* Fixed bug #951.Giovanni Di Sirio2018-05-264-9/+42
* Fixed bug #948.Giovanni Di Sirio2018-05-261-0/+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
* HMAC templates added.Giovanni Di Sirio2018-05-062-0/+188
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11946 110e8d01-0319-4d1...Giovanni Di Sirio2018-04-221-1/+1
* Fixed bug #938 and #939.Giovanni Di Sirio2018-04-151-0/+9
* Fixed bug #934.gdisirio2018-04-111-2/+2
* Tentative fix for QSPI race condition.Giovanni Di Sirio2018-03-271-3/+6
* Fixed bug #930.gdisirio2018-03-251-1/+0
* Documentation fixes to the ICU driver.Giovanni Di Sirio2018-03-231-2/+4
* Fixed problems introduced in the CAN driver.Giovanni Di Sirio2018-03-181-3/+3
* Crypto SHA reworked.Giovanni Di Sirio2018-03-092-219/+387
* Removed EXTIv1 from STM32/LLD.Giovanni Di Sirio2018-02-194-426/+0
* Improved TC handling in STM32 USART drivers.Giovanni Di Sirio2018-02-161-3/+4
* MISRA-related changes.Giovanni Di Sirio2018-02-106-12/+12
* Documentation fixes.Giovanni Di Sirio2018-02-022-3/+3
* Fixed bug #914.Giovanni Di Sirio2018-02-022-11/+11
* Fixed minor documentation issues.Giovanni Di Sirio2018-01-201-1/+1
* Fixed small Doxygen error.Giovanni Di Sirio2018-01-201-1/+0
* Small fix to buffer size settings.Giovanni Di Sirio2018-01-201-2/+2
* Added 50mHz capability to SDMMCv1 driver.Giovanni Di Sirio2018-01-202-2/+14
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-2089-89/+89
* More #912.Giovanni Di Sirio2018-01-191-4/+5
* Fixed bug #913.Giovanni Di Sirio2018-01-192-19/+47