aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chthreads.h
Commit message (Collapse)AuthorAgeFilesLines
* License text updated with new year.gdisirio2012-01-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3846 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3783 ↵gdisirio2012-01-101-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improvements to the USB driver, first phase.gdisirio2011-10-231-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3449 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved documentation of sleep functions.gdisirio2011-09-201-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3375 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3362 ↵gdisirio2011-09-201-0/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Kernel documentation fixes and improvements.gdisirio2011-08-231-4/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3251 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation improvements and code comments reformatting.gdisirio2011-08-221-40/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3248 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Implemented system state checker debug option, remove the option ↵gdisirio2011-08-111-6/+0
| | | | | | CH_USE_NESTED_LOCKS. Documentation improvements and fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3221 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3192 ↵gdisirio2011-08-071-12/+18
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3135 ↵gdisirio2011-07-081-29/+37
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3303908.gdisirio2011-05-181-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2972 35acf78f-673a-0410-8e92-d51de3d6d3f4
* License updated.gdisirio2011-03-181-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2827 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved messages subsystem.gdisirio2011-02-231-10/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2759 35acf78f-673a-0410-8e92-d51de3d6d3f4
* TIME_IMMEDIATE and TIME_INFINITE values swapped.gdisirio2011-02-211-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2757 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Separated the dynamic threads code from the static threads code.gdisirio2010-11-121-23/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2349 35acf78f-673a-0410-8e92-d51de3d6d3f4
* missed one spot :)liamstask2010-09-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2212 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Reverted name change for macro THREAD_EXT_FIELDS.gdisirio2010-09-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2210 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2199 ↵gdisirio2010-09-251-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2184 ↵gdisirio2010-09-211-0/+22
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added new kernel hooks (on halt and on systick).gdisirio2010-08-211-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2136 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2134 ↵gdisirio2010-08-201-0/+9
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Renamed the kernel header to match their source files.gdisirio2010-02-271-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1679 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1678 ↵gdisirio2010-02-271-0/+330
35acf78f-673a-0410-8e92-d51de3d6d3f4