Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8278 ↵ | gdisirio | 2015-09-04 | 6 | -16/+10 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #377. | gdisirio | 2015-09-04 | 3 | -22/+22 | |
| | | | | | | Tested ULPI support. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8274 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | STM32F7-specific LD rules file introduced. Code is accessed through the ITCM ↵ | gdisirio | 2015-09-02 | 5 | -8/+4 | |
| | | | | | | bus, constants are accessed through AXI bus. Added DMA-friendly region handling. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8270 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | OTG_FS working on F7. | gdisirio | 2015-09-01 | 1 | -11/+0 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8266 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8265 ↵ | gdisirio | 2015-09-01 | 1 | -0/+5 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8261 ↵ | Giovanni Di Sirio | 2015-08-31 | 1 | -0/+52 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8260 ↵ | Giovanni Di Sirio | 2015-08-31 | 11 | -0/+2174 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | F7 PWM-ICU demo working. | Giovanni Di Sirio | 2015-08-29 | 1 | -5/+45 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8255 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | PWM-ICU demo for F7, not finished yet. | Giovanni Di Sirio | 2015-08-28 | 10 | -0/+1829 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8254 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Improved M7 cache handling. | Giovanni Di Sirio | 2015-08-27 | 2 | -6/+8 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8246 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Added cache handling example for F7 ADC and SPI demos. | Giovanni Di Sirio | 2015-08-26 | 2 | -22/+78 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8243 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | SPI working on F7 but cache handling unfinished. | Giovanni Di Sirio | 2015-08-26 | 1 | -12/+15 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8241 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8239 ↵ | Giovanni Di Sirio | 2015-08-23 | 10 | -0/+1857 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8222 ↵ | Giovanni Di Sirio | 2015-08-16 | 4 | -8/+8 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8221 ↵ | Giovanni Di Sirio | 2015-08-16 | 10 | -0/+0 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Moved cache initialization into startup files. | Giovanni Di Sirio | 2015-08-16 | 1 | -5/+0 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8220 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed a problem caused by STM32F7xx errata. | gdisirio | 2015-08-13 | 2 | -6/+9 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8213 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8212 ↵ | gdisirio | 2015-08-13 | 1 | -1/+1 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Added cache handling to DMAv2 driver. | gdisirio | 2015-08-13 | 1 | -5/+10 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8209 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8205 ↵ | gdisirio | 2015-08-11 | 10 | -0/+1867 | |
35acf78f-673a-0410-8e92-d51de3d6d3f4 |