Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Documentation fix. | Giovanni Di Sirio | 2018-06-01 | 1 | -1/+1 | |
* | Fixed bug #954. | Giovanni Di Sirio | 2018-06-01 | 3 | -3/+5 | |
* | Fixed bug #953. | Giovanni Di Sirio | 2018-06-01 | 3 | -6/+9 | |
* | Delay added after ADC reset. | Giovanni Di Sirio | 2018-06-01 | 1 | -1/+3 | |
* | Smarter checks for STM32F37x ADC/SDADC clocks. | Giovanni Di Sirio | 2018-06-01 | 1 | -4/+6 | |
* | Fixed TIMPRE behavior. | Giovanni Di Sirio | 2018-05-27 | 2 | -5/+14 | |
* | Fixed bug #952. | Giovanni Di Sirio | 2018-05-27 | 4 | -9/+23 | |
* | Fixed bug #951. | Giovanni Di Sirio | 2018-05-26 | 5 | -9/+45 | |
* | Fixed bug #950. | Giovanni Di Sirio | 2018-05-26 | 3 | -1/+5 | |
* | Fixed bug #948. | Giovanni Di Sirio | 2018-05-26 | 1 | -1/+1 | |
* | Fixed bug #948. | Giovanni Di Sirio | 2018-05-26 | 3 | -1/+4 | |
* | Added WSPI to hal.mk file. | Giovanni Di Sirio | 2018-05-25 | 1 | -1/+5 | |
* | Added an enhanced variant of QSPI named WSPI. QSPI will be deprecated when WS... | Giovanni Di Sirio | 2018-05-25 | 4 | -0/+761 | |
* | added SAMA HMAC + fixed TRNG 128 bit generation | areviu | 2018-05-19 | 15 | -58/+1094 | |
* | Fixed bug #948. | Giovanni Di Sirio | 2018-05-17 | 3 | -8/+17 | |
* | Template fix. | Giovanni Di Sirio | 2018-05-15 | 3 | -9/+3 | |
* | Added mcuconf.h generator for STM32H743xx. | Giovanni Di Sirio | 2018-05-15 | 6 | -10/+518 | |
* | Added mcuconf.h generator tool for STM32F413xx. | Giovanni Di Sirio | 2018-05-15 | 5 | -1/+399 | |
* | Various fixes to F413 mcuconf and registry. Removed dead options in OTGv1. | Giovanni Di Sirio | 2018-05-15 | 3 | -11/+76 | |
* | Updated with new makefiles, added Systick priority initialization. | Giovanni Di Sirio | 2018-05-15 | 3 | -42/+42 | |
* | Fixed to be made also to other demos without HAL and backported. | Giovanni Di Sirio | 2018-05-14 | 3 | -40/+47 | |
* | Re-unified some of the F4 platform code. Probably more code could be shared. | Giovanni Di Sirio | 2018-05-14 | 4 | -470/+219 | |
* | Debug files added, the demo appears to work. | Giovanni Di Sirio | 2018-05-14 | 2 | -2/+56 | |
* | Added F413 board, demo and revised HAL code, to be tested. | Giovanni Di Sirio | 2018-05-14 | 19 | -888/+5551 | |
* | 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 |