aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
Commit message (Expand)AuthorAgeFilesLines
* ADCv3 oversampling support.Giovanni Di Sirio2018-06-022-5/+23
* Documentation fix.Giovanni Di Sirio2018-06-011-1/+1
* Fixed bug #954.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
* Smarter checks for STM32F37x ADC/SDADC clocks.Giovanni Di Sirio2018-06-011-4/+6
* Fixed TIMPRE behavior.Giovanni Di Sirio2018-05-272-5/+14
* Fixed bug #952.Giovanni Di Sirio2018-05-272-3/+11
* Fixed bug #951.Giovanni Di Sirio2018-05-264-9/+42
* Fixed bug #948.Giovanni Di Sirio2018-05-261-1/+1
* Fixed bug #948.Giovanni Di Sirio2018-05-262-1/+2
* added SAMA HMAC + fixed TRNG 128 bit generationareviu2018-05-193-25/+387
* Added mcuconf.h generator for STM32H743xx.Giovanni Di Sirio2018-05-151-0/+5
* Various fixes to F413 mcuconf and registry. Removed dead options in OTGv1.Giovanni Di Sirio2018-05-152-8/+14
* Re-unified some of the F4 platform code. Probably more code could be shared.Giovanni Di Sirio2018-05-143-465/+210
* Added F413 board, demo and revised HAL code, to be tested.Giovanni Di Sirio2018-05-143-885/+111
* Fixed TIMPRE.Giovanni Di Sirio2018-05-122-43/+20
* Fixed documentation and indent.Rocco Marco Guglielmi2018-05-121-27/+27
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12027 110e8d01-0319-4d1...Giovanni Di Sirio2018-05-122-2263/+23
* Reorganization of F4 port, not finished yet.Giovanni Di Sirio2018-05-125-110/+4624
* STM32F4 clock tree rework, unfinished.Giovanni Di Sirio2018-05-112-61/+97
* Added RCC capabilities to STM32F4 registry, clock trees in the family are too...Giovanni Di Sirio2018-05-111-0/+45
* STM32H7-related fixes.Giovanni Di Sirio2018-05-102-9/+9
* Fixed OTG base address for STM32H7.Giovanni Di Sirio2018-05-091-1/+6
* H7 OTG changes, not complete.Giovanni Di Sirio2018-05-083-5/+16
* Added guard for STM32_TIMPRE.Giovanni Di Sirio2018-05-071-0/+7
* Added support for STM32F413, added ability to handle the TIMPRE bit in the RC...Giovanni Di Sirio2018-05-075-29/+733
* moved ff and reliance-edge under binding folderareviu2018-05-0614-1708/+1
* 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
* Minor changes.isiora2018-04-131-3/+6
* Added L2CC support.isiora2018-04-131-4/+12
* Set PMC and SYSC as non secure.isiora2018-04-131-2/+2
* Minor changes.isiora2018-04-131-5/+0
* Added TRNG driveredolomb2018-04-136-1/+307
* Added configure security instructionedolomb2018-04-131-0/+4
* Fixed phy address at 0 for SAMA5D28edolomb2018-04-131-0/+7
* Fixed bug #936.Giovanni Di Sirio2018-04-131-0/+23
* Fixed bugsedolomb2018-04-114-12/+39
* Added tamper functionsedolomb2018-04-112-2/+89
* Fixed bug #934.gdisirio2018-04-111-2/+2
* L4+ support, not complete.Giovanni Di Sirio2018-04-083-1/+2646
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11875 110e8d01-0319-4d1...Giovanni Di Sirio2018-04-041-9/+17
* STM32L4+ preliminary work.Giovanni Di Sirio2018-04-041-17/+9
* Fixed comment.Giovanni Di Sirio2018-03-301-1/+1
* Tentative fix for QSPI race condition.Giovanni Di Sirio2018-03-271-3/+6
* Fixed bugsedolomb2018-03-262-1/+9
* Fixed bug #930.gdisirio2018-03-251-1/+0
* added gcm for sama cryptoareviu2018-03-256-28/+324