aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved event flags documentation.gdisirio2009-06-011-13/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@997 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation sections reorganizations, fixed bug 2799507.gdisirio2009-06-011-8/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@996 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed empty "inline" section from the documentation.gdisirio2009-06-011-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@995 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Setup for 1.3.1.gdisirio2009-05-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@992 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated reports.gdisirio2009-05-243-103/+141
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@989 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bugs 2796065, 2796069 and 2796081. Updated ARM test reports.gdisirio2009-05-246-366/+612
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@987 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Finished adding tests documentation to the general documentation.gdisirio2009-05-091-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@963 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added more documentation to the test suite.gdisirio2009-05-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@957 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bugs 2789377 and 2789383.gdisirio2009-05-091-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@956 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@951 ↵gdisirio2009-05-081-0/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Started adding documentation tags to the test suite.gdisirio2009-05-071-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@950 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@949 ↵gdisirio2009-05-0715-34/+25
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added I/O queue checks to the channels, added notes in the readme, improved ↵gdisirio2009-05-032-3/+3
| | | | | | the FullDuplexDriver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@940 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Initial documentation for channels.gdisirio2009-05-021-52/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@932 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed the CH_USE_SERIAL_HALFDUPLEX, CH_USE_QUEUES_TIMEOUT and ↵gdisirio2009-05-011-6/+0
| | | | | | CH_USE_QUEUES_HALFDUPLEX configuration options. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@927 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@924 ↵gdisirio2009-04-281-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Start of the 1.3.x unstable branch.gdisirio2009-04-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@879 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Re-tested everything, reports updated.gdisirio2009-04-046-73/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@872 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Re-testing on LPC2148 done.gdisirio2009-04-032-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@866 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation fixes.gdisirio2009-04-025-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@864 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated version numbers to 1.1.3.gdisirio2009-03-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@860 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated test reports.gdisirio2009-03-197-179/+205
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@855 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2692510 and some other small documentation errors.gdisirio2009-03-181-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@852 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation fixes.gdisirio2009-03-141-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@850 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Cortex-M3 optimization.gdisirio2009-03-121-23/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@834 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated version number.gdisirio2009-03-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@832 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@831 ↵gdisirio2009-03-112-0/+113
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@827 ↵gdisirio2009-03-102-4/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated architecture diagram.gdisirio2009-03-082-16/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@824 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added architecture diagram to the concepts page.gdisirio2009-03-081-2/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@820 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added architecture diagram to the documentation resources.gdisirio2009-03-082-0/+483
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@819 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated test reports.gdisirio2009-03-088-148/+236
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@817 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixes to the documentation, swapped the values of constants TIME_INFINITE ↵gdisirio2009-03-082-175/+11
| | | | | | and TIME_IMMEDIATE (previously TIME_ZERO). git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@816 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Small size optimization to the scheduler timeout code.gdisirio2009-03-071-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@814 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Implemented handling for constant TIME_ZERO for timeout specifications.gdisirio2009-03-071-32/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@811 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@809 ↵gdisirio2009-03-071-0/+407
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation improvements.gdisirio2009-03-0212-412/+568
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@807 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added logo.gdisirio2009-03-011-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@806 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added new benchmarks about semaphores and mutexes to the test suite.gdisirio2009-02-281-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@804 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@802 ↵gdisirio2009-02-242-0/+107
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@796 ↵gdisirio2009-02-211-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@778 ↵gdisirio2009-02-172-8/+36
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@766 ↵gdisirio2009-02-142-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@760 ↵gdisirio2009-02-143-19/+19
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@759 ↵gdisirio2009-02-142-5/+137
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@758 ↵gdisirio2009-02-131-1/+24
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@757 ↵gdisirio2009-02-131-1/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@756 ↵gdisirio2009-02-133-26/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@755 ↵gdisirio2009-02-122-21/+19
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@754 ↵gdisirio2009-02-111-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4