aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
Commit message (Expand)AuthorAgeFilesLines
* Modified AES GCM function signatures.Giovanni Di Sirio2019-04-121-60/+71
* MISRA-related fixes.Giovanni Di Sirio2019-01-261-2/+2
* Fixed bug #1003.Giovanni Di Sirio2019-01-221-0/+2
* Fixed flash state machine, removed EXT remains.Giovanni Di Sirio2019-01-212-209/+0
* Small documentation fixes.Giovanni Di Sirio2019-01-061-2/+2
* Assertion added to serial_usb driver in order to detect an anomalous condition.Giovanni Di Sirio2019-01-051-5/+4
* Mass update of all drivers to use the new DMA API. What could possibly go wrong?Giovanni Di Sirio2019-01-021-0/+4
* Fixed bug #995.Giovanni Di Sirio2018-12-311-1/+1
* Crypto driver changes, removed TRNG.gdisirio2018-12-191-68/+87
* HAL callbacks rework.gdisirio2018-12-151-1/+0
* New buffers performance tuning option added.Giovanni Di Sirio2018-12-021-10/+10
* Small documentation fix in hal_buffers and a new macro added.gdisirio2018-10-271-1/+1
* Removed QSPI driver and demos.Giovanni Di Sirio2018-10-062-395/+0
* New SIO HAL driver model.gdisirio2018-09-281-0/+126
* New TRNG driver model added to HAL.Giovanni Di Sirio2018-09-092-0/+154
* Some changes to the crypto infrastructure.Giovanni Di Sirio2018-09-081-8/+1
* TRNG API now takes a new "size" parameter, the API can now generate random nu...Giovanni Di Sirio2018-09-081-4/+6
* Fixed bug #966.Giovanni Di Sirio2018-07-211-2/+0
* Fixed bug #963.Giovanni Di Sirio2018-07-151-45/+5
* Fixed bug #960.Giovanni Di Sirio2018-07-121-8/+8
* Added more conditionals to CRY driver. Removed conditionals from high level f...Giovanni Di Sirio2018-06-131-4/+68
* Add conditional compilation to resolve the compilation error (error: unknown ...Theodore Ateba2018-06-121-0/+4
* Fixed Crypto hal source code. Remove undefine variables.Theodore Ateba2018-06-061-4/+2
* Added an enhanced variant of QSPI named WSPI. QSPI will be deprecated when WS...Giovanni Di Sirio2018-05-252-0/+395
* Fixed bug #948.Giovanni Di Sirio2018-05-171-8/+8
* HMAC templates added.Giovanni Di Sirio2018-05-061-6/+218
* Fixed bug #940.Giovanni Di Sirio2018-04-271-3/+3
* Fixed bug #938 and #939.Giovanni Di Sirio2018-04-151-1/+4
* Fixed bug #930.gdisirio2018-03-251-6/+11
* 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-5/+5
* Crypto SHA reworked.Giovanni Di Sirio2018-03-091-224/+422
* Fixed bug #923.Giovanni Di Sirio2018-02-271-1/+1
* BaseBlockDevice now extends BaseObject.Giovanni Di Sirio2018-02-262-0/+2
* Added back missing revisions in trunk.Giovanni Di Sirio2018-02-263-0/+53
* Last minute fixes.Giovanni Di Sirio2018-02-112-3/+8
* MISRA-related changes.Giovanni Di Sirio2018-02-105-24/+35
* Fixed minor documentation issues.Giovanni Di Sirio2018-01-201-1/+1
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-2027-27/+27
* Added missing check.Giovanni Di Sirio2018-01-151-0/+8
* Various fixes after mass test-compile.Giovanni Di Sirio2018-01-141-3/+3
* Added checks related to SPI circular mode.Giovanni Di Sirio2018-01-091-0/+4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11242 35acf78f-673a-041...Giovanni Di Sirio2018-01-091-4/+43
* Added callbacks capability to the CAN driver.Giovanni Di Sirio2018-01-021-2/+15
* Documentation fixes.Giovanni Di Sirio2017-12-051-5/+0
* Fixed documentation.Giovanni Di Sirio2017-12-051-4/+3
* Provision for new PAL initialization function.Giovanni Di Sirio2017-12-011-0/+4
* Added SHAx and TRNG to the crypto driver model.Giovanni Di Sirio2017-11-301-12/+148
* Simplified timeout handling in MAC driver.Giovanni Di Sirio2017-11-041-12/+1
* Queues enhancements.Giovanni Di Sirio2017-10-301-120/+212