| Commit message (Expand) | Author | Age | Files | Lines |
* | WSPI changes for compatibiity. Initial implementation for STM32 over QuadSPI,... | Giovanni Di Sirio | 2018-09-30 | 1 | -66/+71 |
* | Added WSPI-related code, updated halconf.h files. | Giovanni Di Sirio | 2018-09-30 | 1 | -1/+19 |
* | OSLIB test suite updated. | Giovanni Di Sirio | 2018-09-28 | 1 | -1/+1 |
* | Added notes, removed unused types. | Giovanni Di Sirio | 2018-09-28 | 1 | -10/+5 |
* | Improvements to SIO driver. | gdisirio | 2018-09-28 | 1 | -6/+70 |
* | New SIO HAL driver model. | gdisirio | 2018-09-28 | 2 | -2/+56 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12299 110e8d01-0319-4d1... | Giovanni Di Sirio | 2018-09-27 | 1 | -0/+99 |
* | New TRNG driver model added to HAL. | Giovanni Di Sirio | 2018-09-09 | 2 | -0/+92 |
* | Some changes to the crypto infrastructure. | Giovanni Di Sirio | 2018-09-08 | 1 | -10/+0 |
* | TRNG API now takes a new "size" parameter, the API can now generate random nu... | Giovanni Di Sirio | 2018-09-08 | 1 | -1/+1 |
* | Fixed bug #976. | Giovanni Di Sirio | 2018-09-06 | 1 | -1/+1 |
* | Fixed bug #959. | gdisirio | 2018-07-10 | 1 | -5/+4 |
* | Added qSetLink(). | Giovanni Di Sirio | 2018-06-15 | 1 | -0/+11 |
* | Missing dummy structures. | Giovanni Di Sirio | 2018-06-13 | 1 | -6/+22 |
* | Added more conditionals to CRY driver. Removed conditionals from high level f... | Giovanni Di Sirio | 2018-06-13 | 1 | -5/+1 |
* | Changed two error codes in a single error type. | Giovanni Di Sirio | 2018-06-13 | 1 | -2/+1 |
* | Add crypto encryption and decryption error messages. | Theodore Ateba | 2018-06-12 | 1 | -1/+3 |
* | Add conditional compilation to resolve the compilation error (error: unknown ... | Theodore Ateba | 2018-06-12 | 1 | -0/+4 |
* | Correct bad comment. | Theodore Ateba | 2018-06-07 | 1 | -1/+1 |
* | Changed fileStreamGetSize() in order to avoid types mixing. | Giovanni Di Sirio | 2018-06-03 | 1 | -2/+3 |
* | Renamed fileStreamSeek() in fileStreamSetPosition(). | Giovanni Di Sirio | 2018-06-02 | 1 | -3/+3 |
* | Modified method to get file position. | Giovanni Di Sirio | 2018-06-02 | 1 | -4/+4 |
* | Added offset field to files. | Giovanni Di Sirio | 2018-06-02 | 1 | -1/+2 |
* | Added an enhanced variant of QSPI named WSPI. QSPI will be deprecated when WS... | Giovanni Di Sirio | 2018-05-25 | 2 | -0/+366 |
* | Fixed bug #948. | Giovanni Di Sirio | 2018-05-17 | 1 | -0/+7 |
* | Char match support in UART driver. | Giovanni Di Sirio | 2018-05-06 | 1 | -0/+38 |
* | HMAC templates added. | Giovanni Di Sirio | 2018-05-06 | 1 | -1/+26 |
* | Fixed bug #940. | Giovanni Di Sirio | 2018-04-27 | 1 | -3/+3 |
* | Fixed bug #937. | Giovanni Di Sirio | 2018-04-13 | 1 | -6/+6 |
* | Documentation fixes to the ICU driver. | Giovanni Di Sirio | 2018-03-23 | 1 | -2/+4 |
* | Fixed problems introduced in the CAN driver. | Giovanni Di Sirio | 2018-03-18 | 1 | -1/+1 |
* | New halconf.h template. | Giovanni Di Sirio | 2018-03-17 | 1 | -3/+10 |
* | Fixed bug #926. | Giovanni Di Sirio | 2018-03-17 | 1 | -1/+1 |
* | Minor fixes | Rocco Marco Guglielmi | 2018-03-14 | 2 | -2/+2 |
* | Crypto SHA reworked. | Giovanni Di Sirio | 2018-03-09 | 1 | -17/+65 |
* | BaseBlockDevice now extends BaseObject. | Giovanni Di Sirio | 2018-02-26 | 1 | -0/+4 |
* | Added back missing revisions in trunk. | Giovanni Di Sirio | 2018-02-26 | 4 | -49/+95 |
* | Last minute fixes. | Giovanni Di Sirio | 2018-02-11 | 3 | -5/+9 |
* | MISRA-related fixes. | Giovanni Di Sirio | 2018-02-10 | 1 | -31/+36 |
* | Various fixes submitted by pl4nkton. | Giovanni Di Sirio | 2018-02-02 | 1 | -1/+1 |
* | Mass update of the Apache 2.0 license statement. | Giovanni Di Sirio | 2018-01-20 | 33 | -33/+33 |
* | SPIv1 and SPIv2 circular mode added. Rework of RCC files and all dependencies... | Giovanni Di Sirio | 2018-01-10 | 5 | -18/+18 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11242 35acf78f-673a-041... | Giovanni Di Sirio | 2018-01-09 | 1 | -0/+58 |
* | Added check on NULL for callbacks. | Giovanni Di Sirio | 2018-01-02 | 1 | -4/+12 |
* | Added callbacks capability to the CAN driver. | Giovanni Di Sirio | 2018-01-02 | 1 | -1/+68 |
* | Fixed comment. | Giovanni Di Sirio | 2017-12-28 | 1 | -1/+1 |
* | Provision for new PAL initialization function. | Giovanni Di Sirio | 2017-12-01 | 1 | -4/+4 |
* | Added SHAx and TRNG to the crypto driver model. | Giovanni Di Sirio | 2017-11-30 | 1 | -0/+7 |
* | Updated PHY identifiers | edolomb | 2017-11-29 | 1 | -0/+1 |
* | Added I-class functions to the serial driver. | Giovanni Di Sirio | 2017-10-31 | 1 | -22/+39 |