aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs 2796065, 2796069 and 2796081. Updated ARM test reports.gdisirio2009-05-241-2/+0
* Fixed warning in event sources static initializer.gdisirio2009-05-171-32/+32
* Fixed bug 2792919, minor documentation improvements.gdisirio2009-05-174-33/+31
* Added static initializers for mailboxes and memory pools.gdisirio2009-05-163-8/+55
* Added static initializers to input and output queues.gdisirio2009-05-161-0/+60
* Added static initializers to thread queues, semaphores, mutexes, condvars and...gdisirio2009-05-165-23/+94
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@971 35acf78f-673a-0410-...gdisirio2009-05-151-2/+2
* Fixed more troubles with test_cpu_pulse().gdisirio2009-05-091-1/+1
* Removed the CH_USE_SEMAPHORES_TIMEOUT configuration option.gdisirio2009-05-099-117/+24
* Made CH_DBG_THREADS_PROFILING default to TRUE in all demos because the change...gdisirio2009-05-091-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@949 35acf78f-673a-0410-...gdisirio2009-05-071-0/+1
* More macros added.gdisirio2009-05-031-1/+21
* Documentation fixes and more utility macros.gdisirio2009-05-031-1/+1
* Added I/O queue checks to the channels, added notes in the readme, improved t...gdisirio2009-05-033-1/+67
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@938 35acf78f-673a-0410-...gdisirio2009-05-022-100/+70
* More madness.gdisirio2009-05-023-23/+75
* 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@935 35acf78f-673a-0410-...gdisirio2009-05-021-2/+143
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@934 35acf78f-673a-0410-...gdisirio2009-05-022-18/+97
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@933 35acf78f-673a-0410-...gdisirio2009-05-021-12/+30
* Initial documentation for channels.gdisirio2009-05-021-1/+1
* Some work done on abstract I/O channels.gdisirio2009-05-022-0/+118
* Documentation fixes.gdisirio2009-05-012-4/+6
* Adjustments on queues.gdisirio2009-05-012-59/+91
* Removed the CH_USE_SERIAL_HALFDUPLEX, CH_USE_QUEUES_TIMEOUT and CH_USE_QUEUES...gdisirio2009-05-011-29/+0
* I/O queues improvements, removed half duplex queues.gdisirio2009-05-014-576/+246
* Improved test code, architecture names added to the port code.gdisirio2009-04-251-0/+5
* Removed the chMsgSendWithEvent() function and the related configuration option.gdisirio2009-04-193-48/+0
* Fixed bug 2772237.gdisirio2009-04-181-1/+1
* Fixed bug 2755230.gdisirio2009-04-122-41/+0
* Fixed bug 2755170.gdisirio2009-04-121-1/+3
* Start of the 1.3.x unstable branch.gdisirio2009-04-051-2/+2
* Removed support for deprecated APIs.gdisirio2009-04-041-14/+0
* Fixed bug 2731661.gdisirio2009-04-041-1/+1
* Documentation fixes.gdisirio2009-04-021-3/+3
* Removed an old readme file.gdisirio2009-04-011-1/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@862 35acf78f-673a-0410-...gdisirio2009-04-011-2/+3
* Updated version numbers to 1.1.3.gdisirio2009-03-311-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@854 35acf78f-673a-0410-...gdisirio2009-03-182-4/+5
* Minor fixes to the documentation.gdisirio2009-03-181-2/+3
* Fixed bug 2692510 and some other small documentation errors.gdisirio2009-03-182-2/+4
* Documentation fixes.gdisirio2009-03-141-1/+3
* Made the scheduler code more readable.gdisirio2009-03-142-14/+16
* Improvements to the priority lists.gdisirio2009-03-133-7/+8
* Ready list insertion code improvement.gdisirio2009-03-131-22/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@835 35acf78f-673a-0410-...gdisirio2009-03-121-1/+28
* Fixed bug 2683965, minor doc fixes.gdisirio2009-03-112-17/+9
* Updated version number.gdisirio2009-03-111-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@831 35acf78f-673a-0410-...gdisirio2009-03-114-31/+54
* Documentation improvements.gdisirio2009-03-1111-154/+164