Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | STM32F091RC Nucleo demo added. | Giovanni Di Sirio | 2015-10-22 | 1 | -0/+53 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8377 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8372 ↵ | Giovanni Di Sirio | 2015-10-18 | 1 | -1/+1 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8371 ↵ | Giovanni Di Sirio | 2015-10-18 | 1 | -1/+1 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | GCC 4.9 workaround in F7 scatter file. | Giovanni Di Sirio | 2015-10-09 | 1 | -12/+12 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8350 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #609. | Giovanni Di Sirio | 2015-09-21 | 1 | -32/+19 | |
| | | | | | | | | Updated STM32F1xx headers. STM32F1xx, STM32F3xx and STM32F37x now use the common DMAv1 driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8319 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8301 ↵ | Giovanni Di Sirio | 2015-09-16 | 1 | -19/+21 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed an error introduced with latest changes. | gdisirio | 2015-09-06 | 1 | -9/+9 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8282 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Improved scatter files. | gdisirio | 2015-09-04 | 31 | -5/+99 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8280 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8278 ↵ | gdisirio | 2015-09-04 | 3 | -6/+85 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8277 ↵ | gdisirio | 2015-09-04 | 1 | -0/+0 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | F7 scatter files improvements. | gdisirio | 2015-09-04 | 3 | -16/+26 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8276 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8275 ↵ | gdisirio | 2015-09-04 | 3 | -16/+29 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | STM32F7-specific LD rules file introduced. Code is accessed through the ITCM ↵ | gdisirio | 2015-09-02 | 3 | -32/+46 | |
| | | | | | | 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 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8269 ↵ | gdisirio | 2015-09-02 | 2 | -0/+301 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #635. | Giovanni Di Sirio | 2015-08-23 | 2 | -2/+6 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8238 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Moved cache initialization into startup files. | Giovanni Di Sirio | 2015-08-16 | 3 | -15/+59 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8220 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8219 ↵ | gdisirio | 2015-08-15 | 1 | -0/+42 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | STM32L4xx startup support. | Giovanni Di Sirio | 2015-08-07 | 3 | -0/+151 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8176 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Updated STM32L1xx ST header files and related changes. | Giovanni Di Sirio | 2015-08-06 | 1 | -1/+14 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8166 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #623. | Giovanni Di Sirio | 2015-08-02 | 2 | -0/+100 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8141 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | STM32F7xx preliminary files. | Giovanni Di Sirio | 2015-07-27 | 3 | -0/+150 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8114 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8100 ↵ | gdisirio | 2015-07-15 | 1 | -1/+1 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8099 ↵ | gdisirio | 2015-07-15 | 1 | -0/+50 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | STM32F3xx reports. | gdisirio | 2015-07-07 | 2 | -1/+2 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8067 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | New PPC startup file. | Giovanni Di Sirio | 2015-06-19 | 1 | -39/+162 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8048 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #600. | Giovanni Di Sirio | 2015-06-12 | 10 | -2/+45 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8017 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7968 ↵ | Giovanni Di Sirio | 2015-05-12 | 1 | -0/+14 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #579. | Giovanni Di Sirio | 2015-04-26 | 3 | -12/+27 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7929 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7928 ↵ | Giovanni Di Sirio | 2015-04-26 | 1 | -1/+1 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed RT-STM32F302R8-NUCLEO demo. | Giovanni Di Sirio | 2015-04-26 | 1 | -2/+2 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7926 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | RT-STM32F302R8-NUCLEO demo. | Giovanni Di Sirio | 2015-04-24 | 1 | -0/+50 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7923 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #580. | Giovanni Di Sirio | 2015-04-19 | 3 | -6/+12 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7908 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | [KINETIS] Fixes due to renamed linker section | Fabio Utzig | 2015-04-07 | 2 | -2/+2 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7867 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7847 ↵ | Giovanni Di Sirio | 2015-04-03 | 12 | -49/+87 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Removed extra "Done" from makefile rules. | Giovanni Di Sirio | 2015-04-03 | 1 | -2/+1 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7845 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7829 ↵ | Giovanni Di Sirio | 2015-03-29 | 1 | -0/+9 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | New makefiles in Kinetis demos. | Giovanni Di Sirio | 2015-03-29 | 2 | -0/+22 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7827 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7821 ↵ | Giovanni Di Sirio | 2015-03-27 | 2 | -3/+1 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed sections screwup... | Giovanni Di Sirio | 2015-03-27 | 3 | -4/+2 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7820 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7817 ↵ | Giovanni Di Sirio | 2015-03-27 | 8 | -29/+129 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7811 ↵ | Giovanni Di Sirio | 2015-03-26 | 6 | -0/+66 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7810 ↵ | Giovanni Di Sirio | 2015-03-26 | 8 | -12/+36 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7790 ↵ | Giovanni Di Sirio | 2015-03-22 | 1 | -6/+6 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7789 ↵ | Giovanni Di Sirio | 2015-03-22 | 1 | -8/+8 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Enhanced GCC LD files. | Giovanni Di Sirio | 2015-03-21 | 25 | -45/+627 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7787 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Enhanced startups for ARMCMx. | Giovanni Di Sirio | 2015-03-11 | 4 | -441/+260 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7757 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7756 ↵ | Giovanni Di Sirio | 2015-03-11 | 2 | -0/+412 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | MISRAs on ARM port. | Giovanni Di Sirio | 2015-03-10 | 1 | -0/+4 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7748 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7744 ↵ | Giovanni Di Sirio | 2015-03-09 | 2 | -27/+51 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Lots of MISRA-related changes in RT. Not finished yet. | Giovanni Di Sirio | 2015-03-05 | 2 | -2/+2 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7715 35acf78f-673a-0410-8e92-d51de3d6d3f4 |