aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug 3524138.gdisirio2012-05-122-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4190 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Small optimization.gdisirio2012-05-111-27/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4186 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4185 ↵gdisirio2012-05-112-17/+25
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4184 ↵gdisirio2012-05-103-3/+22
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4183 ↵gdisirio2012-05-102-28/+28
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4182 ↵gdisirio2012-05-104-6/+65
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4181 ↵gdisirio2012-05-101-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4180 ↵gdisirio2012-05-109-369/+389
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4179 ↵gdisirio2012-05-092-38/+9
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4178 ↵gdisirio2012-05-098-46/+419
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4177 ↵gdisirio2012-05-082-5/+15
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4175 ↵gdisirio2012-05-0815-61/+95
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4174 ↵gdisirio2012-05-073-37/+40
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4173 ↵gdisirio2012-05-071-0/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4171 ↵gdisirio2012-05-074-10/+591
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bugs 3524088 and 3524094.gdisirio2012-05-061-6/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4169 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3524088.gdisirio2012-05-062-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4168 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Increased default buffer size in the STM32 MAC driver.gdisirio2012-05-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4160 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added an HSE bypass option to the STM32 clock initialization.gdisirio2012-05-034-0/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4157 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3522808, fixed problem with STM32 MAC driver checksum offload.gdisirio2012-05-017-18/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4156 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4148 ↵gdisirio2012-04-302-0/+30
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4143 ↵gdisirio2012-04-281-2/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4138 ↵gdisirio2012-04-281-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated MSP port.gdisirio2012-04-255-41/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4134 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4132 ↵gdisirio2012-04-231-6/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4131 ↵gdisirio2012-04-231-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added converters from realtime ticks to time values.barthess2012-04-231-0/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4130 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4128 ↵gdisirio2012-04-234-75/+125
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SDC. Added F4x-specyfic DMA transaction end code.barthess2012-04-221-4/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4123 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4122 ↵gdisirio2012-04-221-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4116 ↵gdisirio2012-04-181-10/+7
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bub 3519202.gdisirio2012-04-182-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4115 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4114 ↵gdisirio2012-04-181-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4113 ↵gdisirio2012-04-181-0/+23
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4112 ↵gdisirio2012-04-183-43/+58
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4109 ↵gdisirio2012-04-174-4/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SDC. Added global macros CH_SUCCESS/CH_FAILED in ch.h. SDC driver changed ↵barthess2012-04-172-36/+36
| | | | | | respectively. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4107 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SDC. Merged code from development branch.barthess2012-04-1716-461/+678
|\ | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4106 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. Safety improvements in capacity detection code.barthess2012-04-161-0/+4
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4104 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. Reverted from SDC_SUCCESS/SDC_FAILED to boolean values.barthess2012-04-163-75/+69
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4103 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. Typo in commetns fixed.barthess2012-04-161-2/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4102 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. One more uint8_t, uint32_t mixture fixed.barthess2012-04-161-1/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4101 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. sdcGetAndClearErrors() now reside in HL driver.barthess2012-04-163-15/+3
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4100 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. Added function sdcGetAndClearErrors.barthess2012-04-164-2/+36
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4099 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. Fixed mixed usage of uint8_t and uint32_t.barthess2012-04-161-2/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4098 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * RTC. High level staff moved to chrtclib.barthess2012-03-097-171/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4032 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. Added RTC support. Improved testhal.barthess2012-03-0814-17/+93
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4031 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. Code merged to fresh branch.barthess2012-03-057-361/+644
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4021 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Added timeout on PHY detection setting.gdisirio2012-04-172-6/+31
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4105 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4097 ↵gdisirio2012-04-151-2/+2
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4