aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
Commit message (Expand)AuthorAgeFilesLines
...
* Modified USARTv2 to support HW FIFOs where present.Giovanni Di Sirio2018-09-232-14/+30
* Added check on right mcuconf.h for L476xx.gdisirio2018-09-231-1/+4
* Fixed bug #979.Giovanni Di Sirio2018-09-233-57/+1
* Removed unused settings.Giovanni Di Sirio2018-09-231-1/+1
* USARTv2 made DMAMUX-aware.Giovanni Di Sirio2018-09-224-4/+234
* Fixed bug #978.Giovanni Di Sirio2018-09-191-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12269 110e8d01-0319-4d1...Giovanni Di Sirio2018-09-171-0/+10
* DACv1 joins the club. More checks in ADCv3.Giovanni Di Sirio2018-09-165-3/+96
* Adapted ADCv3 to STM32L4+.Giovanni Di Sirio2018-09-164-19/+73
* Imported I2Cv3 driver in L4+ HAL.Giovanni Di Sirio2018-09-164-37/+146
* SPI files for L4+, to be continued.Giovanni Di Sirio2018-09-153-1/+13
* Reintegrated CANv1 in L4+ HAL.Giovanni Di Sirio2018-09-151-0/+1
* 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 bugsedolomb2018-09-061-0/+7
* AVR: Cleanup code source.Theodore Ateba2018-09-046-61/+60
* AVR: Correct the indentation on hal_crypto_lld.c file.Theodore Ateba2018-09-041-22/+22
* AVR: Change the comment type and correct indentation at the end of the file.Theodore Ateba2018-09-041-25/+25
* Tentative fix for STM32F070x6 GPIOD.Giovanni Di Sirio2018-08-261-0/+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
* More related to bug #969.Giovanni Di Sirio2018-08-261-1/+1
* Fixed bug #973.Giovanni Di Sirio2018-08-261-3/+6
* DMAMUX support for DMAv1.Giovanni Di Sirio2018-07-2913-25/+157
* DMAMUX definitions.Giovanni Di Sirio2018-07-292-1/+162
* More L4+ code.Giovanni Di Sirio2018-07-284-7/+1222
* Fixed bugs #969 and #970.Giovanni Di Sirio2018-07-282-3/+6
* More L4+ preparation.Giovanni Di Sirio2018-07-282-34/+23
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12201 110e8d01-0319-4d1...Giovanni Di Sirio2018-07-271-1/+1
* Boost mode handling in L4+.Giovanni Di Sirio2018-07-272-3/+21
* Fixed bug #968.Giovanni Di Sirio2018-07-271-4/+4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12196 110e8d01-0319-4d1...Giovanni Di Sirio2018-07-251-33/+13
* More L4+ code.Giovanni Di Sirio2018-07-253-0/+439
* L4+ registry.Giovanni Di Sirio2018-07-221-0/+373
* Removed redundant definitions.Giovanni Di Sirio2018-07-221-15/+0
* More work on L4+.Giovanni Di Sirio2018-07-221-29/+78
* Fixed bug #967.Giovanni Di Sirio2018-07-221-3/+31
* Fixed bug #965.Giovanni Di Sirio2018-07-211-4/+4
* Fixed timer settings.Giovanni Di Sirio2018-07-211-9/+9
* 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 a regression on F2 devices.Giovanni Di Sirio2018-07-071-0/+4
* Fixed missing semicolon.Giovanni Di Sirio2018-07-071-1/+1
* Fixed bug #953.Giovanni Di Sirio2018-07-0711-48/+208
* Fixed issue in F4 HAL clock tree checks.Giovanni Di Sirio2018-07-012-2/+2