Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More C++ fixes. | Giovanni Di Sirio | 2018-04-23 | 1 | -13/+3 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11952 110e8d01-0319-4d1e-a829-52ad28d1bb01 | ||||
* | Added missing API to the wrapper, still a lot to do. | Giovanni Di Sirio | 2018-04-22 | 1 | -0/+17 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11944 110e8d01-0319-4d1e-a829-52ad28d1bb01 | ||||
* | C++ wrapper rework, not finished yet. | Giovanni Di Sirio | 2018-04-21 | 1 | -559/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11941 110e8d01-0319-4d1e-a829-52ad28d1bb01 | ||||
* | Mass update of the Apache 2.0 license statement. | Giovanni Di Sirio | 2018-01-20 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11361 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Fixed Bug #774. | Rocco Marco Guglielmi | 2016-09-24 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9771 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Removed queues from C++ wrapper. | Giovanni Di Sirio | 2016-04-02 | 1 | -108/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9201 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Mass license update. | Giovanni Di Sirio | 2016-03-18 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9136 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Enhanced .ld files. Mass update of shell demos. | Giovanni Di Sirio | 2016-02-27 | 1 | -6/+2 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8963 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8918 ↵ | Giovanni Di Sirio | 2016-02-21 | 1 | -2/+6 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | C++ API improvements. | Giovanni Di Sirio | 2015-04-05 | 1 | -103/+15 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7857 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7856 ↵ | Giovanni Di Sirio | 2015-04-05 | 1 | -4/+3 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7808 ↵ | Giovanni Di Sirio | 2015-03-25 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | CPP wrappers. Added compile time switch CH_CFG_USE_MEMCORE. | barthess | 2015-01-15 | 1 | -0/+2 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7625 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 ↵ | gdisirio | 2015-01-11 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | RT. Changed API call chCoreStatus() -> chCoreGetStatusX() | barthess | 2014-11-22 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7524 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | [CPP wrappers] Base mailbox class now strongly typed and template based. | barthess | 2014-09-11 | 1 | -70/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7260 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | [CPP wrappers] xxxTimeout(timeout) functions replaced with overloaded ones ↵ | barthess | 2014-09-10 | 1 | -10/+9 |
| | | | | | | like xxx(timeout) git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7256 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | [CPP wrapper] Added unlock functions to Mutex class. | barthess | 2014-08-26 | 1 | -0/+10 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7199 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | CPP wrappers ported to Chibios v3. | barthess | 2014-08-03 | 1 | -81/+67 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7118 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7098 ↵ | gdisirio | 2014-07-26 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5859 ↵ | gdisirio | 2013-06-16 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5707 ↵ | gdisirio | 2013-05-11 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5697 ↵ | gdisirio | 2013-05-11 | 1 | -14/+10 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | CPP wrapper. In mailbox class added methods getFreeCountI() and getUsedCountI() | barthess | 2013-04-18 | 1 | -0/+10 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5594 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Updated license years. | gdisirio | 2013-02-02 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5102 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Merged another patch to the C++ wrapper. | gdisirio | 2013-01-06 | 1 | -2/+19 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5036 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5030 ↵ | gdisirio | 2013-01-04 | 1 | -41/+69 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5029 ↵ | gdisirio | 2013-01-04 | 1 | -0/+8 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Added an iclass to the C++ wrapper. | gdisirio | 2013-01-03 | 1 | -0/+5 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5028 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5027 ↵ | gdisirio | 2013-01-03 | 1 | -13/+23 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Added queues and core. | gdisirio | 2013-01-03 | 1 | -4/+186 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5021 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Added memory pools to the C++ wrapper. | gdisirio | 2013-01-02 | 1 | -1/+35 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5020 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Added mailboxes to the C++ wrapper. | gdisirio | 2013-01-02 | 1 | -0/+61 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5018 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5017 ↵ | gdisirio | 2013-01-02 | 1 | -7/+55 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Semaphores wrapper improved and completed. | gdisirio | 2013-01-02 | 1 | -0/+30 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5016 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5013 ↵ | gdisirio | 2013-01-02 | 1 | -18/+16 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5012 ↵ | gdisirio | 2013-01-02 | 1 | -59/+89 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5011 ↵ | gdisirio | 2013-01-02 | 1 | -0/+409 |
35acf78f-673a-0410-8e92-d51de3d6d3f4 |