aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/src/chsys.c
Commit message (Collapse)AuthorAgeFilesLines
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6123 ↵gdisirio2013-08-101-298/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Global variables consolidation.gdisirio2013-08-101-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6116 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6086 ↵gdisirio2013-08-061-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6085 ↵gdisirio2013-08-061-1/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6048 ↵gdisirio2013-07-301-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6040 ↵gdisirio2013-07-291-0/+46
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6039 ↵gdisirio2013-07-291-2/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6037 ↵gdisirio2013-07-291-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RT measurements unit added.gdisirio2013-07-281-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6036 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6028 ↵gdisirio2013-07-251-7/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6027 ↵gdisirio2013-07-241-0/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6025 ↵gdisirio2013-07-241-1/+44
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Renamed or added prefix to all hernel configuration options.gdisirio2013-07-201-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6010 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6001 ↵gdisirio2013-07-201-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* First cleanup pass finished, queues and streams not yet removed.gdisirio2013-07-191-2/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5999 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Renamed Thread to thread_t.gdisirio2013-07-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5995 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated license years.gdisirio2013-02-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5102 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4734 ↵gdisirio2012-10-031-4/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4733 ↵gdisirio2012-10-031-3/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added GC persistence to the ch_debug object (ex ch_root).gdisirio2012-10-031-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4732 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4615 ↵gdisirio2012-08-221-6/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4614 ↵gdisirio2012-08-221-3/+9
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Round robin scheduling improvements.gdisirio2012-02-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3930 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 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@3384 ↵gdisirio2011-09-231-4/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Extended state check to all kernel I-class and s-class APIs, corrected some ↵gdisirio2011-08-121-0/+2
| | | | | | test cases where call protocol rules were not strictly observerd. No the whole test suite pass with the state checker enabled. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3223 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Implemented system state checker debug option, remove the option ↵gdisirio2011-08-111-20/+2
| | | | | | 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-0/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3135 ↵gdisirio2011-07-081-0/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2971 ↵gdisirio2011-05-181-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2966 ↵gdisirio2011-05-171-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Customer CR.gdisirio2011-05-131-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2951 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2850 ↵gdisirio2011-03-291-5/+5
| | | | 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
* White space fixes.gdisirio2010-12-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2473 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Separated the dynamic threads code from the static threads code.gdisirio2010-11-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2349 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2184 ↵gdisirio2010-09-211-1/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation improvements, renamed some event APIs.gdisirio2010-09-181-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2179 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added new kernel hooks (on halt and on systick).gdisirio2010-08-211-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2136 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Small fix to the SPI demo. SPI I/O pins were no initialized as alternate.gdisirio2010-08-201-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2135 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2134 ↵gdisirio2010-08-201-4/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1755 ↵gdisirio2010-03-191-1/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation reorganization. Moved the description from kernel.dox into the ↵gdisirio2010-03-161-0/+7
| | | | | | source code for ease of editing and reference. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1746 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated license dates.gdisirio2010-02-211-130/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1646 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Reformatted doxygen tags into the kernel sources to make them more readable.gdisirio2010-02-061-19/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1567 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1532 ↵gdisirio2010-01-201-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1510 ↵gdisirio2010-01-081-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1397 ↵gdisirio2009-12-081-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1236 ↵gdisirio2009-10-171-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1229 ↵gdisirio2009-10-171-0/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4