| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Queues enhancements. | Giovanni Di Sirio | 2017-10-30 | 1 | -0/+4 |
* | HAL queues rework, not finished. | Giovanni Di Sirio | 2017-10-29 | 1 | -34/+49 |
* | Added (T)DES support to the crypto driver. | Giovanni Di Sirio | 2017-10-29 | 1 | -5/+50 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10888 35acf78f-673a-041... | Giovanni Di Sirio | 2017-10-23 | 1 | -16/+15 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10885 35acf78f-673a-041... | Giovanni Di Sirio | 2017-10-23 | 1 | -1/+27 |
* | Added capability for a fall-back crypto implementation. | Giovanni Di Sirio | 2017-10-22 | 1 | -13/+54 |
* | More crypto code, still unfinished. | Giovanni Di Sirio | 2017-10-22 | 1 | -54/+29 |
* | Crypto driver initial setup. | Giovanni Di Sirio | 2017-10-22 | 2 | -0/+210 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10822... | Giovanni Di Sirio | 2017-10-15 | 8 | -27/+29 |
* | Correct comment. | Theodore Ateba | 2017-10-03 | 1 | -3/+3 |
* | MISRA-related fixes. | Giovanni Di Sirio | 2017-09-17 | 1 | -9/+9 |
* | Moved wakeup logic in LLD. | Giovanni Di Sirio | 2017-09-09 | 1 | -11/+0 |
* | Tentative implementation of USB host wake-up API. | gdisirio | 2017-09-09 | 1 | -0/+12 |
* | Fixed some typos and errors in the new hal_pal.h. | Giovanni Di Sirio | 2017-09-09 | 1 | -2/+2 |
* | SPI driver improvements. | Giovanni Di Sirio | 2017-09-03 | 1 | -6/+77 |
* | Made PAL callback and wait APIs independent from each other. | Giovanni Di Sirio | 2017-09-02 | 1 | -131/+207 |
* | Fixed a lame error.... | Giovanni Di Sirio | 2017-09-02 | 1 | -8/+8 |
* | PAL synchronous API. | Giovanni Di Sirio | 2017-09-02 | 1 | -22/+127 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10514 35acf78f-673a-041... | Giovanni Di Sirio | 2017-08-31 | 1 | -0/+66 |
* | PAL callbacks implementation for STM32, not complete yet. | Giovanni Di Sirio | 2017-08-30 | 1 | -0/+54 |
* | API sduControl() added. | Giovanni Di Sirio | 2017-08-29 | 1 | -0/+1 |
* | Added an ioctl()-like function to the serial driver. No specific codes implem... | Giovanni Di Sirio | 2017-08-29 | 2 | -1/+29 |
* | Added an argument to PAL event callbacks. | Giovanni Di Sirio | 2017-08-29 | 2 | -10/+12 |
* | Tentative workaround for L4 OTG driver. | Giovanni Di Sirio | 2017-08-20 | 1 | -7/+10 |
* | Some renaming work for clearness. | Giovanni Di Sirio | 2017-08-18 | 1 | -7/+7 |
* | Fixed bug #826. | Giovanni Di Sirio | 2017-04-09 | 1 | -0/+14 |
* | Renamed canReceive() and canTransmit() by adding the Timeout postfix for cons... | Giovanni Di Sirio | 2017-02-24 | 1 | -10/+26 |
* | Fixed bug #817. | Giovanni Di Sirio | 2017-02-06 | 1 | -3/+3 |
* | MISRA-related fixes. | Giovanni Di Sirio | 2017-02-05 | 1 | -36/+37 |
* | Improved serial driver errors. | Giovanni Di Sirio | 2017-01-12 | 1 | -0/+1 |
* | Fixed Bug #801 | Rocco Marco Guglielmi | 2016-12-21 | 1 | -1/+1 |
* | Tentative USB suspend fix. | gdisirio | 2016-11-03 | 2 | -7/+52 |
* | Added EXT driver | Fabio Utzig | 2016-10-23 | 1 | -0/+1 |
* | Implemented advanced queues in STM32 USARTv2 driver. | Giovanni Di Sirio | 2016-08-27 | 1 | -0/+7 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9716 35acf78f-673a-0410... | Giovanni Di Sirio | 2016-07-21 | 1 | -1/+0 |
* | [STM32. USARTv2] Added synchronous API support for timeout feature. | Uladzimir Pylinski | 2016-07-20 | 1 | -1/+20 |
* | [STM32. USARTv2] Added receiver timeout handling. | Uladzimir Pylinski | 2016-07-19 | 1 | -1/+21 |
* | USB fixes. | Giovanni Di Sirio | 2016-06-16 | 1 | -3/+4 |
* | Fixed small documentation error. | Giovanni Di Sirio | 2016-06-11 | 1 | -1/+1 |
* | Added events handling in PAL high level driver. No implementations yet. | Giovanni Di Sirio | 2016-06-05 | 1 | -40/+115 |