aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #956.Giovanni Di Sirio2018-07-013-2/+58
* Fixed bugedolomb2018-06-221-7/+3
* Minor changeedolomb2018-06-221-4/+4
* Fixed some mcuconf.h files and a regression introduced by the new STM32F4 clo...Giovanni Di Sirio2018-06-171-1/+1
* Fixed compile time regression in USARTv1 driver.Giovanni Di Sirio2018-06-151-1/+1
* AVR: ADD SPI driver to the AVR XMEGA family.Theodore Ateba2018-06-153-0/+727
* AVR: ADD SPI driver to the AVR platform.Theodore Ateba2018-06-151-0/+1
* AVR: Update the error code for the encryption/decryption operations.Theodore Ateba2018-06-131-2/+2
* Added more conditionals to CRY driver. Removed conditionals from high level f...Giovanni Di Sirio2018-06-132-8/+122
* AVR: Add the Crypto driver to the platform file.Theodore Ateba2018-06-121-0/+1
* AVR: Add Crypto driver.Theodore Ateba2018-06-123-0/+527
* Add conditional compilation to resolve the compilation error (error: unknown ...Theodore Ateba2018-06-122-1/+15
* Resolve compilation error while Crypto subsystem is activated.Theodore Ateba2018-06-121-0/+1
* 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 #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