aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
Commit message (Expand)AuthorAgeFilesLines
* Removed QSPI driver and demos.Giovanni Di Sirio2018-10-062-326/+0
* Flash infrastructure rework based on WSPI, not complete.Giovanni Di Sirio2018-10-041-14/+14
* WSPI changes for compatibiity. Initial implementation for STM32 over QuadSPI,...Giovanni Di Sirio2018-09-301-66/+71
* Added WSPI-related code, updated halconf.h files.Giovanni Di Sirio2018-09-301-1/+19
* OSLIB test suite updated.Giovanni Di Sirio2018-09-281-1/+1
* Added notes, removed unused types.Giovanni Di Sirio2018-09-281-10/+5
* Improvements to SIO driver.gdisirio2018-09-281-6/+70
* New SIO HAL driver model.gdisirio2018-09-282-2/+56
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12299 110e8d01-0319-4d1...Giovanni Di Sirio2018-09-271-0/+99
* New TRNG driver model added to HAL.Giovanni Di Sirio2018-09-092-0/+92
* Some changes to the crypto infrastructure.Giovanni Di Sirio2018-09-081-10/+0
* TRNG API now takes a new "size" parameter, the API can now generate random nu...Giovanni Di Sirio2018-09-081-1/+1
* Fixed bug #976.Giovanni Di Sirio2018-09-061-1/+1
* Fixed bug #959.gdisirio2018-07-101-5/+4
* Added qSetLink().Giovanni Di Sirio2018-06-151-0/+11
* Missing dummy structures.Giovanni Di Sirio2018-06-131-6/+22
* Added more conditionals to CRY driver. Removed conditionals from high level f...Giovanni Di Sirio2018-06-131-5/+1
* Changed two error codes in a single error type.Giovanni Di Sirio2018-06-131-2/+1
* Add crypto encryption and decryption error messages.Theodore Ateba2018-06-121-1/+3
* Add conditional compilation to resolve the compilation error (error: unknown ...Theodore Ateba2018-06-121-0/+4
* Correct bad comment.Theodore Ateba2018-06-071-1/+1
* Changed fileStreamGetSize() in order to avoid types mixing.Giovanni Di Sirio2018-06-031-2/+3
* Renamed fileStreamSeek() in fileStreamSetPosition().Giovanni Di Sirio2018-06-021-3/+3
* Modified method to get file position.Giovanni Di Sirio2018-06-021-4/+4
* Added offset field to files.Giovanni Di Sirio2018-06-021-1/+2
* Added an enhanced variant of QSPI named WSPI. QSPI will be deprecated when WS...Giovanni Di Sirio2018-05-252-0/+366
* Fixed bug #948.Giovanni Di Sirio2018-05-171-0/+7
* Char match support in UART driver.Giovanni Di Sirio2018-05-061-0/+38
* HMAC templates added.Giovanni Di Sirio2018-05-061-1/+26
* Fixed bug #940.Giovanni Di Sirio2018-04-271-3/+3
* Fixed bug #937.Giovanni Di Sirio2018-04-131-6/+6
* 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-1/+1
* New halconf.h template.Giovanni Di Sirio2018-03-171-3/+10
* Fixed bug #926.Giovanni Di Sirio2018-03-171-1/+1
* Minor fixesRocco Marco Guglielmi2018-03-142-2/+2
* Crypto SHA reworked.Giovanni Di Sirio2018-03-091-17/+65
* BaseBlockDevice now extends BaseObject.Giovanni Di Sirio2018-02-261-0/+4
* Added back missing revisions in trunk.Giovanni Di Sirio2018-02-264-49/+95
* Last minute fixes.Giovanni Di Sirio2018-02-113-5/+9
* MISRA-related fixes.Giovanni Di Sirio2018-02-101-31/+36
* Various fixes submitted by pl4nkton.Giovanni Di Sirio2018-02-021-1/+1
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-2033-33/+33
* SPIv1 and SPIv2 circular mode added. Rework of RCC files and all dependencies...Giovanni Di Sirio2018-01-105-18/+18
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11242 35acf78f-673a-041...Giovanni Di Sirio2018-01-091-0/+58
* Added check on NULL for callbacks.Giovanni Di Sirio2018-01-021-4/+12
* Added callbacks capability to the CAN driver.Giovanni Di Sirio2018-01-021-1/+68
* Fixed comment.Giovanni Di Sirio2017-12-281-1/+1
* Provision for new PAL initialization function.Giovanni Di Sirio2017-12-011-4/+4
* Added SHAx and TRNG to the crypto driver model.Giovanni Di Sirio2017-11-301-0/+7