| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed TIMPRE. | Giovanni Di Sirio | 2018-05-12 | 2 | -43/+20 |
* | Fixed documentation and indent. | Rocco Marco Guglielmi | 2018-05-12 | 1 | -27/+27 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12027 110e8d01-0319-4d1... | Giovanni Di Sirio | 2018-05-12 | 2 | -2263/+23 |
* | Reorganization of F4 port, not finished yet. | Giovanni Di Sirio | 2018-05-12 | 5 | -110/+4624 |
* | Fixed bug #947. | Giovanni Di Sirio | 2018-05-12 | 3 | -2/+4 |
* | STM32F4 clock tree rework, unfinished. | Giovanni Di Sirio | 2018-05-11 | 2 | -61/+97 |
* | Refactoring of the proxy stubs code. | isiora | 2018-05-11 | 9 | -17/+316 |
* | Refactory of the proxy stubs code. | isiora | 2018-05-11 | 8 | -244/+729 |
* | Refactory of the proxy stubs code. | isiora | 2018-05-11 | 12 | -149/+838 |
* | Added RCC capabilities to STM32F4 registry, clock trees in the family are too... | Giovanni Di Sirio | 2018-05-11 | 1 | -0/+45 |
* | STM32H7-related fixes. | Giovanni Di Sirio | 2018-05-10 | 5 | -28/+22 |
* | Fixed OTG base address for STM32H7. | Giovanni Di Sirio | 2018-05-09 | 1 | -1/+6 |
* | H7 OTG changes, not complete. | Giovanni Di Sirio | 2018-05-08 | 13 | -13/+2016 |
* | Added guard for STM32_TIMPRE. | Giovanni Di Sirio | 2018-05-07 | 2 | -1/+10 |
* | Added support for STM32F413, added ability to handle the TIMPRE bit in the RC... | Giovanni Di Sirio | 2018-05-07 | 6 | -29/+735 |
* | Char match support in UART driver. | Giovanni Di Sirio | 2018-05-06 | 2 | -0/+40 |
* | moved ff and reliance-edge under binding folder | areviu | 2018-05-06 | 21 | -62/+86 |
* | Minor changes. | isiora | 2018-05-06 | 1 | -1/+1 |
* | Fixed Bug #945. | Rocco Marco Guglielmi | 2018-05-06 | 3 | -3/+5 |
* | HMAC templates added. | Giovanni Di Sirio | 2018-05-06 | 7 | -9/+622 |
* | Small documentation fix. | Giovanni Di Sirio | 2018-05-05 | 1 | -1/+1 |
* | Added missing file. | Giovanni Di Sirio | 2018-05-05 | 1 | -0/+33 |
* | Documentation-related fixes. | Giovanni Di Sirio | 2018-05-04 | 1 | -4/+4 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11997 110e8d01-0319-4d1... | Giovanni Di Sirio | 2018-05-04 | 14 | -176/+25 |
* | Documentation-related fixes. | Giovanni Di Sirio | 2018-05-04 | 1 | -1/+0 |
* | removed warnings | areviu | 2018-05-03 | 1 | -0/+0 |
* | Documentation-related fixes. | Giovanni Di Sirio | 2018-05-03 | 4 | -38/+40 |
* | Added builder for full RM manual including RT, NIL, HAL and EX in a single do... | Giovanni Di Sirio | 2018-05-03 | 12 | -1/+4071 |
* | Documentation-related fixes. | Giovanni Di Sirio | 2018-05-03 | 5 | -5/+5 |
* | Documentation-related improvements. | Giovanni Di Sirio | 2018-05-03 | 8 | -5/+59 |
* | Documentation-related fixes. | Giovanni Di Sirio | 2018-05-03 | 25 | -107/+158 |
* | Fixed typo | Rocco Marco Guglielmi | 2018-05-02 | 1 | -1/+1 |
* | Fixed Bug #943 | Rocco Marco Guglielmi | 2018-05-02 | 23 | -3072/+3130 |
* | EOL adjustments. | Giovanni Di Sirio | 2018-05-01 | 4 | -8/+8 |
* | Makefile fix. | Giovanni Di Sirio | 2018-05-01 | 1 | -2/+2 |
* | Documentation-relate fixes. | Giovanni Di Sirio | 2018-04-29 | 8 | -9/+83 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11975 110e8d01-0319-4d1... | Giovanni Di Sirio | 2018-04-29 | 1 | -3/+0 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11973 110e8d01-0319-4d1... | Giovanni Di Sirio | 2018-04-28 | 1 | -3/+2 |
* | Various fixes. | Giovanni Di Sirio | 2018-04-28 | 1 | -23/+61 |
* | Small optimization to ThreadReference. | Giovanni Di Sirio | 2018-04-28 | 1 | -1/+17 |
* | Small API change for consistency. | Giovanni Di Sirio | 2018-04-28 | 3 | -10/+9 |
* | Minor documentation improvement. | Giovanni Di Sirio | 2018-04-28 | 1 | -1/+3 |
* | Added Monitor template class, removed CondVar class, some renaming, documenta... | Giovanni Di Sirio | 2018-04-28 | 3 | -149/+181 |
* | Fixed bug #942. | Giovanni Di Sirio | 2018-04-28 | 4 | -8/+10 |
* | Removed -fsingle-precision-constant as default FPU option. | Giovanni Di Sirio | 2018-04-28 | 1 | -1/+1 |
* | Added RAII helpers to the C++ wrapper. | Giovanni Di Sirio | 2018-04-28 | 1 | -2/+40 |
* | Fixed bug #941. | Giovanni Di Sirio | 2018-04-27 | 2 | -1/+3 |
* | Fixed bug #940. | Giovanni Di Sirio | 2018-04-27 | 3 | -6/+8 |
* | Added const modifiers where required, replace NULL with nullptr, minor docume... | Giovanni Di Sirio | 2018-04-27 | 6 | -59/+70 |
* | Updated C++ demo. | Giovanni Di Sirio | 2018-04-24 | 2 | -27/+78 |