aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #525.gdisirio2014-08-132-3/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7172 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Enhance events in RT. Events documentation cleanup.gdisirio2014-08-132-98/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7169 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added brackets as suggested in #523.gdisirio2014-08-131-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7167 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added chSysConditionalLock() and chSysConditionalUnlock() functions to RT ↵gdisirio2014-08-124-8/+94
| | | | | | and NIL. Improved debug documentation. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7166 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added systime_t chThdSleepUntilWindowed(systime_t prev, systime_t next) API.gdisirio2014-08-102-0/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7165 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #523.gdisirio2014-08-081-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7164 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fix KL25Z demo warningsutzig2014-08-071-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7162 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fix cpu typeutzig2014-08-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7161 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add Teensy 3.0 demoutzig2014-08-076-0/+1150
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7160 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add Teensy 3.0 board descriptionutzig2014-08-073-0/+400
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7159 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Use dynamic MCG settings based on XTAL frequencyutzig2014-08-071-6/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7158 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add XTAL frequency configuration optionutzig2014-08-071-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7157 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Remove extra licensing termsutzig2014-08-071-7/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7156 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add missing entry to linker scriptutzig2014-08-071-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7155 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #522.gdisirio2014-08-071-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7154 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32 FSMC NAND. Polishing driver after hardware tests.barthess2014-08-077-28/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7152 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7151 ↵gdisirio2014-08-072-1/+32
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add serial support to K20D50M demo + TestThreadutzig2014-08-073-2/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7150 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fix K20 serial driverutzig2014-08-071-33/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7149 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] K20D50M board PB16/PB17 configured as USART0utzig2014-08-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7148 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Initial K20 serial driver (Not working yet - WIP)utzig2014-08-073-0/+517
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7147 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fixes to registers definitionsutzig2014-08-071-26/+79
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7146 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32 FSMC NAND. Change driver file layout and naming conventions.barthess2014-08-0616-1246/+1013
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7145 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fix KL2x serial driver for osal compatibilityutzig2014-08-062-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7144 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fix copyright messageutzig2014-08-065-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7143 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7142 ↵gdisirio2014-08-063-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Meved early initialization hook even earlier in the boot sequence (ARMCMx ↵gdisirio2014-08-061-3/+3
| | | | | | ctr0.c). git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7141 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7140 ↵gdisirio2014-08-061-4/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7139 ↵gdisirio2014-08-062-11/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add Freedom K20D50M demoutzig2014-08-066-0/+1167
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7137 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add K20x family port makefileutzig2014-08-061-0/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7136 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add basic K20 family supportutzig2014-08-068-0/+1653
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7135 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Style fixutzig2014-08-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7134 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Freescale Freedom K20D50M boardutzig2014-08-063-0/+176
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7133 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Linker script and cmparams for K20utzig2014-08-063-1/+253
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7132 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Initial K20 series headerutzig2014-08-062-5/+1189
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7131 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32 FSMC NAND. Cleaned rest of v2.6 callsbarthess2014-08-055-34/+138
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7130 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7128 ↵gdisirio2014-08-051-7/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32 FSMC NAND. Fixed license notes.barthess2014-08-0514-101/+141
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7125 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32 FSMC NAND. Added testhalbarthess2014-08-0512-0/+3655
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7124 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added FSMC NAND driverbarthess2014-08-0514-3/+2379
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7123 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7122 ↵gdisirio2014-08-051-8/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* v3 porting. RT-STM32F407-DISCOVERY-G++barthess2014-08-056-0/+1547
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7121 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7120 ↵gdisirio2014-08-041-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #521 - only create srec when there's a SREC varutzig2014-08-031-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7119 35acf78f-673a-0410-8e92-d51de3d6d3f4
* CPP wrappers ported to Chibios v3.barthess2014-08-034-136/+215
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7118 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Remove duplicated headerutzig2014-08-021-1147/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7117 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fix thread function declarationsutzig2014-08-021-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7116 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fix doxygen pathutzig2014-08-021-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7115 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add missing makefile for KL2xutzig2014-08-021-0/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7114 35acf78f-673a-0410-8e92-d51de3d6d3f4