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
|
5a8670e50f
|
More macros added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@944 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-03 11:57:44 +00:00 |
gdisirio
|
a7b4044f9e
|
Documentation fixes and more utility macros.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@941 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-03 10:12:59 +00:00 |
gdisirio
|
62a6638eb5
|
Added I/O queue checks to the channels, added notes in the readme, improved the FullDuplexDriver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@940 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-03 09:51:01 +00:00 |
gdisirio
|
83cafc020d
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@938 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-02 20:03:30 +00:00 |
gdisirio
|
ae4f143cf6
|
More madness.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@937 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-02 17:18:56 +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
|
fcd90e0bc8
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@935 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-02 15:39:11 +00:00 |
gdisirio
|
ea7700c073
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@934 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-02 14:59:40 +00:00 |
gdisirio
|
3dc3f32369
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@933 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-02 10:58:11 +00:00 |
gdisirio
|
8cfd8aefb6
|
Initial documentation for channels.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@932 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-02 10:13:20 +00:00 |
gdisirio
|
e1301550bc
|
Some work done on abstract I/O channels.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@931 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-02 09:45:24 +00:00 |
gdisirio
|
5557c78ea3
|
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@930 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-01 18:55:54 +00:00 |
gdisirio
|
521443e167
|
Adjustments on queues.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@929 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-05-01 16:06:12 +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
|
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
|
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
|
f332c2881c
|
Fixed bug 2772237.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@911 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-04-18 10:34:23 +00:00 |
gdisirio
|
9becc21691
|
Fixed bug 2755230.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@894 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-04-12 09:05:08 +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
|
3324f1f5af
|
Start of the 1.3.x unstable branch.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@879 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-04-05 14:52:11 +00:00 |
gdisirio
|
a54a4e4e83
|
Removed support for deprecated APIs.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@871 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-04-04 17:37:51 +00:00 |
gdisirio
|
edb602cdbe
|
Fixed bug 2731661.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@870 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-04-04 17:37:21 +00:00 |
gdisirio
|
fad3a0802a
|
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@864 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-04-02 13:41:54 +00:00 |
gdisirio
|
ee73370e0a
|
Removed an old readme file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@863 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-04-01 20:35:52 +00:00 |
gdisirio
|
7c0a18e844
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@862 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-04-01 20:32:50 +00:00 |
gdisirio
|
6a425508b8
|
Updated version numbers to 1.1.3.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@860 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-31 15:06:38 +00:00 |
gdisirio
|
d86b7080f5
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@854 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-18 20:14:49 +00:00 |
gdisirio
|
e4534bc973
|
Minor fixes to the documentation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@853 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-18 20:05:08 +00:00 |
gdisirio
|
07e6ae3a59
|
Fixed bug 2692510 and some other small documentation errors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@852 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-18 19:53:33 +00:00 |
gdisirio
|
a93e28fe3d
|
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@850 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-14 13:33:28 +00:00 |
gdisirio
|
dbf48157fb
|
Made the scheduler code more readable.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@849 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-14 13:11:10 +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
|
cac6514204
|
Ready list insertion code improvement.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@837 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-13 17:52:56 +00:00 |
gdisirio
|
a0bd39523f
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@835 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-12 21:56:13 +00:00 |
gdisirio
|
93c5d059c0
|
Fixed bug 2683965, minor doc fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@833 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-11 21:53:55 +00:00 |
gdisirio
|
b437b25dd0
|
Updated version number.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@832 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-11 20:33:17 +00:00 |
gdisirio
|
89788b3234
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@831 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-11 14:24:02 +00:00 |
gdisirio
|
80a8621ec0
|
Documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@830 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-11 09:22:59 +00:00 |
gdisirio
|
7dbc6a7567
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@829 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-10 22:05:31 +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
|
391e3d68b2
|
Fixes 2672678
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@822 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-08 17:12:59 +00:00 |
gdisirio
|
5a176878c4
|
Updated test reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@817 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-08 09:16:19 +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
|
e54758e2d3
|
Small size optimization to the scheduler timeout code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@814 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-07 16:13:25 +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
|
d785c8a7e5
|
Documentation fixes about timeouts, improved checks in chVTSetI().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@812 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-07 11:47:38 +00:00 |
gdisirio
|
719cf5fa8d
|
Implemented handling for constant TIME_ZERO for timeout specifications.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@811 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2009-03-07 10:54:51 +00:00 |