gdisirio
|
fa1aeb7e9a
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2015-01-11 13:56:55 +00:00 |
barthess
|
c1648e6ecf
|
RT. Changed API call chCoreStatus() -> chCoreGetStatusX()
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7524 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-11-22 17:56:36 +00:00 |
barthess
|
7e5f127c41
|
[CPP wrappers] Base mailbox class now strongly typed and template based.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7260 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-09-11 08:36:13 +00:00 |
barthess
|
80fe560f5b
|
[CPP wrappers] xxxTimeout(timeout) functions replaced with overloaded ones like xxx(timeout)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7256 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-09-10 18:36:23 +00:00 |
barthess
|
c0df75d793
|
[CPP wrapper] Added unlock functions to Mutex class.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7199 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-26 11:51:53 +00:00 |
barthess
|
a5ba022311
|
CPP wrappers ported to Chibios v3.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7118 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-03 20:23:16 +00:00 |
gdisirio
|
c56023db57
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7098 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-26 09:06:28 +00:00 |
gdisirio
|
0d96f5c78e
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5859 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-06-16 12:21:30 +00:00 |
gdisirio
|
50fe4f680f
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5707 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-05-11 10:17:48 +00:00 |
gdisirio
|
e4c2e5ed22
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5697 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-05-11 06:08:17 +00:00 |
barthess
|
5597fabe0b
|
CPP wrapper. In mailbox class added methods getFreeCountI() and getUsedCountI()
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5594 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-04-18 14:58:58 +00:00 |
gdisirio
|
184a71345c
|
Updated license years.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5102 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-02-02 10:58:09 +00:00 |
gdisirio
|
739e24c329
|
Merged another patch to the C++ wrapper.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5036 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-06 09:10:58 +00:00 |
gdisirio
|
77f68f1c5b
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5030 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-04 10:26:22 +00:00 |
gdisirio
|
66205faf65
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5029 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-04 09:38:41 +00:00 |
gdisirio
|
c95f632a67
|
Added an iclass to the C++ wrapper.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5028 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-03 18:28:21 +00:00 |
gdisirio
|
b5da4b76b5
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5027 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-03 16:17:42 +00:00 |
gdisirio
|
865722b1be
|
Added queues and core.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5021 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-03 09:52:04 +00:00 |
gdisirio
|
3edb2cf553
|
Added memory pools to the C++ wrapper.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5020 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-02 18:42:39 +00:00 |
gdisirio
|
f0526e72d8
|
Added mailboxes to the C++ wrapper.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5018 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-02 15:00:20 +00:00 |
gdisirio
|
04db761f7e
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5017 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-02 14:01:11 +00:00 |
gdisirio
|
c66db01792
|
Semaphores wrapper improved and completed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5016 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-02 13:30:07 +00:00 |
gdisirio
|
d51863a353
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5013 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-02 10:47:01 +00:00 |
gdisirio
|
64e7fd5a53
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5012 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-02 10:11:02 +00:00 |
gdisirio
|
f26d653e46
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5011 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2013-01-02 08:49:45 +00:00 |