aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Now the serial driver subsystem is a descendant class of a BaseChannel.gdisirio2009-05-021-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@936 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Small fixes to the test suite.gdisirio2009-05-012-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@928 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed the CH_USE_SERIAL_HALFDUPLEX, CH_USE_QUEUES_TIMEOUT and ↵gdisirio2009-05-011-29/+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
* I/O queues improvements, removed half duplex queues.gdisirio2009-05-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@926 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added compiler version to the test report (GCC only).gdisirio2009-04-251-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@922 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2781176.gdisirio2009-04-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@921 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@919 ↵gdisirio2009-04-251-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved test code, architecture names added to the port code.gdisirio2009-04-252-5/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@918 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Changes to the test suite in order to save RAM on AVR targets.gdisirio2009-04-2511-170/+179
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@917 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 100% code coverage for mailboxes.gdisirio2009-04-191-12/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@916 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 100% code coverage for messages.gdisirio2009-04-191-16/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@915 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed the chMsgSendWithEvent() function and the related configuration option.gdisirio2009-04-191-10/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@914 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 100% code coverage for heap, semaphores and events.gdisirio2009-04-174-30/+217
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@903 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 100% code coverage for threads.gdisirio2009-04-161-0/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@902 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@901 ↵gdisirio2009-04-151-4/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* New benchmark added.gdisirio2009-04-131-41/+98
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@900 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 97.92% code coverage for threads.gdisirio2009-04-134-19/+81
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@899 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 100% code coverage for condvars.gdisirio2009-04-121-6/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@898 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 100% code coverage for mutexes.gdisirio2009-04-121-0/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@897 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added more test cases.gdisirio2009-04-122-23/+126
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@896 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2755170.gdisirio2009-04-121-10/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@890 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@889 ↵gdisirio2009-04-121-2/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improvements to the coverage tool.gdisirio2009-04-112-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@888 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added code coverage tool.gdisirio2009-04-118-0/+1075
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@887 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2730706.gdisirio2009-04-041-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@867 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@843 ↵gdisirio2009-03-131-5/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed a test case.gdisirio2009-03-131-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@842 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improvements to the priority lists.gdisirio2009-03-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@838 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@827 ↵gdisirio2009-03-103-6/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@825 ↵gdisirio2009-03-095-143/+136
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixes to the documentation, swapped the values of constants TIME_INFINITE ↵gdisirio2009-03-081-1/+1
| | | | | | and TIME_IMMEDIATE (previously TIME_ZERO). git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@816 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixes to the zero timeout. Added a test case.gdisirio2009-03-071-3/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@813 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added the const attribute to the test pattern arrays.gdisirio2009-02-2811-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@805 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added new benchmarks about semaphores and mutexes to the test suite.gdisirio2009-02-281-0/+89
| | | | 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@781 ↵gdisirio2009-02-1811-26/+154
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@774 ↵gdisirio2009-02-162-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@773 ↵gdisirio2009-02-1622-176/+220
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@764 ↵gdisirio2009-02-141-0/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@742 ↵gdisirio2009-02-078-18/+18
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@724 ↵gdisirio2009-02-051-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@655 ↵gdisirio2009-01-211-1/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@654 ↵gdisirio2009-01-211-0/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@650 ↵gdisirio2009-01-201-0/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@558 ↵gdisirio2008-12-291-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@545 ↵gdisirio2008-12-282-24/+24
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@539 ↵gdisirio2008-12-131-0/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@528 ↵gdisirio2008-12-062-0/+129
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@521 ↵gdisirio2008-11-2910-63/+63
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@506 ↵gdisirio2008-11-094-4/+140
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@504 ↵gdisirio2008-11-093-2/+15
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4