aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added static initializers to input and output queues.gdisirio2009-05-161-0/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@976 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added static initializers to thread queues, semaphores, mutexes, condvars ↵gdisirio2009-05-165-23/+94
| | | | | | and event sources. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@975 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@971 ↵gdisirio2009-05-151-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed more troubles with test_cpu_pulse().gdisirio2009-05-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@964 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed the CH_USE_SEMAPHORES_TIMEOUT configuration option.gdisirio2009-05-099-117/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@962 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Made CH_DBG_THREADS_PROFILING default to TRUE in all demos because the ↵gdisirio2009-05-091-1/+1
| | | | | | changes to the function test_cpu_pulse(). git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@961 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@949 ↵gdisirio2009-05-071-0/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More macros added.gdisirio2009-05-031-1/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@944 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation fixes and more utility macros.gdisirio2009-05-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@941 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added I/O queue checks to the channels, added notes in the readme, improved ↵gdisirio2009-05-033-1/+67
| | | | | | the FullDuplexDriver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@940 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@938 ↵gdisirio2009-05-022-100/+70
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More madness.gdisirio2009-05-023-23/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@937 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Now the serial driver subsystem is a descendant class of a BaseChannel.gdisirio2009-05-023-50/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@936 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@935 ↵gdisirio2009-05-021-2/+143
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@934 ↵gdisirio2009-05-022-18/+97
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@933 ↵gdisirio2009-05-021-12/+30
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Initial documentation for channels.gdisirio2009-05-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@932 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Some work done on abstract I/O channels.gdisirio2009-05-022-0/+118
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@931 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation fixes.gdisirio2009-05-012-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@930 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Adjustments on queues.gdisirio2009-05-012-59/+91
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@929 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-014-576/+246
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@926 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved test code, architecture names added to the port code.gdisirio2009-04-251-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@918 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed the chMsgSendWithEvent() function and the related configuration option.gdisirio2009-04-193-48/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@914 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2772237.gdisirio2009-04-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@911 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2755230.gdisirio2009-04-122-41/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@894 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2755170.gdisirio2009-04-121-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@890 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Start of the 1.3.x unstable branch.gdisirio2009-04-051-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@879 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed support for deprecated APIs.gdisirio2009-04-041-14/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@871 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2731661.gdisirio2009-04-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@870 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation fixes.gdisirio2009-04-021-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@864 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed an old readme file.gdisirio2009-04-011-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@863 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@862 ↵gdisirio2009-04-011-2/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated version numbers to 1.1.3.gdisirio2009-03-311-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@860 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@854 ↵gdisirio2009-03-182-4/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Minor fixes to the documentation.gdisirio2009-03-181-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@853 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2692510 and some other small documentation errors.gdisirio2009-03-182-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@852 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation fixes.gdisirio2009-03-141-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@850 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Made the scheduler code more readable.gdisirio2009-03-142-14/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@849 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improvements to the priority lists.gdisirio2009-03-133-7/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@838 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Ready list insertion code improvement.gdisirio2009-03-131-22/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@837 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@835 ↵gdisirio2009-03-121-1/+28
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2683965, minor doc fixes.gdisirio2009-03-112-17/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@833 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated version number.gdisirio2009-03-111-2/+2
| | | | 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-114-31/+54
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation improvements.gdisirio2009-03-1111-154/+164
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@830 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@829 ↵gdisirio2009-03-101-2/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@827 ↵gdisirio2009-03-105-10/+30
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@825 ↵gdisirio2009-03-091-0/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixes 2672678gdisirio2009-03-081-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@822 35acf78f-673a-0410-8e92-d51de3d6d3f4