aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Collapse)AuthorAgeFilesLines
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1149 ↵gdisirio2009-09-0519-2535/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Version numbers, doxygen files, and readme updated.gdisirio2009-07-181-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1066 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1019 ↵gdisirio2009-06-071-317/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1018 ↵gdisirio2009-06-041-29/+134
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added default implementations for I/O ports functions in ioports.h. Adjusted ↵gdisirio2009-06-031-0/+64
| | | | | | the documentation accordingly. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1017 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32 support for I/O ports.gdisirio2009-06-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1009 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1007 ↵gdisirio2009-06-011-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added I/O ports low level driver template.gdisirio2009-06-011-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1006 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More documentation fixes.gdisirio2009-06-011-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1005 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Doxygen warning.gdisirio2009-06-011-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1004 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added abstract I/O ports driver header file and documentation. ↵gdisirio2009-06-011-0/+146
| | | | | | Implementations are missing. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1003 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed empty "inline" section from the documentation.gdisirio2009-06-011-9/+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-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@992 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed warning in event sources static initializer.gdisirio2009-05-171-32/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@981 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2792919, minor documentation improvements.gdisirio2009-05-172-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@979 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added static initializers for mailboxes and memory pools.gdisirio2009-05-163-8/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@978 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 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-093-20/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@962 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-032-0/+52
| | | | | | 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-021-91/+62
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More madness.gdisirio2009-05-022-23/+46
| | | | 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-022-36/+9
| | | | 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-021-17/+96
| | | | 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-011-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@930 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Adjustments on queues.gdisirio2009-05-011-20/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@929 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I/O queues improvements, removed half duplex queues.gdisirio2009-05-012-142/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@926 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed the chMsgSendWithEvent() function and the related configuration option.gdisirio2009-04-191-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@914 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 2755230.gdisirio2009-04-121-13/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@894 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
* 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
* 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-181-3/+4
| | | | 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-181-1/+3
| | | | 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-141-0/+6
| | | | 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-131-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@838 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-111-6/+29
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@827 ↵gdisirio2009-03-102-2/+18
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4