Commit Graph

112 Commits

Author SHA1 Message Date
gdisirio a6feec221c Removed the CH_USE_SEMAPHORES_TIMEOUT configuration option.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@962 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-09 16:05:41 +00:00
gdisirio f0302498b7 Fixed bug 2789383.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@959 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-09 14:55:18 +00:00
gdisirio f3ca042618 Added more documentation to the test suite.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@957 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-09 14:42:26 +00:00
gdisirio 824e30be80 Fixed bugs 2789377 and 2789383.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@956 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-09 13:06:30 +00:00
gdisirio 3d2fd8eb54 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@951 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-05-08 14:06:45 +00:00
gdisirio b37209d196 Started adding documentation tags to the test suite.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@950 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-07 20:36:26 +00:00
gdisirio aea323e121 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@949 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-05-07 15:24:47 +00:00
gdisirio f6394ab13a 100% code coverage for queues.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@946 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-03 16:42:52 +00:00
gdisirio 62beef8720 Heap test coverage 100% again.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@945 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-03 12:15:53 +00:00
gdisirio 2713bd19c5 Small fix to the test suite.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@943 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-03 10:49:34 +00:00
gdisirio a8df5dfb84 Modified the test suite to work with a generic channel rather than with a serial driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@939 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-02 20:15:04 +00:00
gdisirio 81507dcbe7 Now the serial driver subsystem is a descendant class of a BaseChannel.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@936 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-02 16:05:13 +00:00
gdisirio 0d7787542b Small fixes to the test suite.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@928 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-01 13:34:51 +00:00
gdisirio c989a8967c Removed the CH_USE_SERIAL_HALFDUPLEX, CH_USE_QUEUES_TIMEOUT and CH_USE_QUEUES_HALFDUPLEX configuration options.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@927 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-01 13:11:26 +00:00
gdisirio 46e56d7349 I/O queues improvements, removed half duplex queues.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@926 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-05-01 12:58:05 +00:00
gdisirio 2b3bb8642b Added compiler version to the test report (GCC only).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@922 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-25 15:32:28 +00:00
gdisirio 40db226680 Fixed bug 2781176.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@921 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-25 15:12:34 +00:00
gdisirio 7a1b60e331 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@919 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-04-25 15:00:43 +00:00
gdisirio 756658a69a Improved test code, architecture names added to the port code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@918 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-25 14:56:16 +00:00
gdisirio a2a8822648 Changes to the test suite in order to save RAM on AVR targets.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@917 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-25 11:12:10 +00:00
gdisirio c031b80726 100% code coverage for mailboxes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@916 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-19 09:23:49 +00:00
gdisirio 8a83ae1bb9 100% code coverage for messages.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@915 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-19 08:42:58 +00:00
gdisirio d62a644b1e Removed the chMsgSendWithEvent() function and the related configuration option.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@914 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-19 07:15:05 +00:00
gdisirio 0a37ec19f6 100% code coverage for heap, semaphores and events.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@903 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-17 14:53:04 +00:00
gdisirio e8ae833287 100% code coverage for threads.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@902 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-16 15:06:49 +00:00
gdisirio 1f5d676018 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@901 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-04-15 20:37:27 +00:00
gdisirio 339c8e993d New benchmark added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@900 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-13 09:56:03 +00:00
gdisirio f140302b0b 97.92% code coverage for threads.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@899 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-13 08:15:51 +00:00
gdisirio 90c431b280 100% code coverage for condvars.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@898 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-12 16:40:44 +00:00
gdisirio 3dda222a77 100% code coverage for mutexes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@897 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-12 16:31:59 +00:00
gdisirio 97817eb7dc Added more test cases.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@896 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-12 13:00:42 +00:00
gdisirio 2d1d900b6d Fixed bug 2755170.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@890 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-12 08:38:51 +00:00
gdisirio 0e27db0879 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@889 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-04-12 08:03:50 +00:00
gdisirio ef22e9204d Improvements to the coverage tool.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@888 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-11 15:03:58 +00:00
gdisirio bed6fe6ef7 Added code coverage tool.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@887 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-11 12:59:15 +00:00
gdisirio 5ddc68fed0 Fixed bug 2730706.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@867 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-04 10:50:21 +00:00
gdisirio b4357c2bf7 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@843 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-03-13 20:29:04 +00:00
gdisirio 0873929b10 Fixed a test case.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@842 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-03-13 20:11:53 +00:00
gdisirio a5f92e6830 Improvements to the priority lists.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@838 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-03-13 19:30:52 +00:00
gdisirio da4f9beaee git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@827 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-03-10 15:31:58 +00:00
gdisirio a2bab9c63d git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@825 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-03-09 11:17:02 +00:00
gdisirio 8588e9642d Fixes to the documentation, swapped the values of constants TIME_INFINITE and TIME_IMMEDIATE (previously TIME_ZERO).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@816 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-03-08 08:15:23 +00:00
gdisirio d9ff829a71 Fixes to the zero timeout. Added a test case.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@813 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-03-07 15:32:40 +00:00
gdisirio d2b17bc167 Added the const attribute to the test pattern arrays.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@805 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-02-28 10:38:32 +00:00
gdisirio eb75c053eb Added new benchmarks about semaphores and mutexes to the test suite.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@804 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-02-28 09:39:02 +00:00
gdisirio 4c2be4a8e9 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@781 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-02-18 12:58:35 +00:00
gdisirio 0098a8dbed git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@774 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-02-16 20:38:05 +00:00
gdisirio dd85cc143d git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@773 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-02-16 18:22:49 +00:00
gdisirio 50708b3951 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@764 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-02-14 16:17:07 +00:00
gdisirio 330944e658 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@742 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-02-07 19:14:15 +00:00