Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass change, all thread functions now return void. | Giovanni Di Sirio | 2015-04-03 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7849 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Added strong type checks to the code rules. | Giovanni Di Sirio | 2015-03-10 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7746 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | MISRAs done for RT. | Giovanni Di Sirio | 2015-03-07 | 1 | -0/+2 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7727 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | More MISRA. | Giovanni Di Sirio | 2015-03-06 | 1 | -5/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7718 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Lots of MISRA-related changes in RT. Not finished yet. | Giovanni Di Sirio | 2015-03-05 | 1 | -7/+7 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7715 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | updated GPL files | gdisirio | 2015-01-11 | 1 | -5/+4 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7620 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Incorporated main and idle threads data areas into the ch_system structure, ↵ | gdisirio | 2014-12-11 | 1 | -99/+0 |
| | | | | | | moved around some definitions in order to allow this. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7572 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Documentation related fixes. Documentation is buildable with Doxygen 1.8.8 now. | gdisirio | 2014-12-11 | 1 | -0/+5 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7571 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7527 ↵ | gdisirio | 2014-11-23 | 1 | -0/+2 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Changed in chSysGetIdleThreadX(). | gdisirio | 2014-10-05 | 1 | -19/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7366 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Added chThdGetIdleX() API. | gdisirio | 2014-10-05 | 1 | -0/+19 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7365 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Added new chThdDoDequeueNextI() API. | gdisirio | 2014-09-17 | 1 | -0/+25 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7286 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Added function chThdQueueIsEmptyI(), fixed a naming error in threads queues ↵ | gdisirio | 2014-09-10 | 1 | -0/+17 |
| | | | | | | static initializer. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7255 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7254 ↵ | gdisirio | 2014-09-10 | 1 | -3/+3 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Fixed bug #529. | gdisirio | 2014-08-30 | 1 | -2/+2 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7209 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Added systime_t chThdSleepUntilWindowed(systime_t prev, systime_t next) API. | gdisirio | 2014-08-10 | 1 | -0/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7165 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 | ||||
* | Fixed bug #478. | gdisirio | 2014-03-22 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6803 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6602 ↵ | gdisirio | 2014-01-04 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6472 ↵ | gdisirio | 2013-11-14 | 1 | -5/+43 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6299 ↵ | gdisirio | 2013-09-13 | 1 | -0/+11 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6251 ↵ | gdisirio | 2013-09-03 | 1 | -0/+40 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6175 ↵ | gdisirio | 2013-08-19 | 1 | -0/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6167 ↵ | gdisirio | 2013-08-17 | 1 | -16/+24 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Turned more macros in inline functions. | gdisirio | 2013-08-16 | 1 | -238/+114 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6166 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6123 ↵ | gdisirio | 2013-08-10 | 1 | -0/+406 |
35acf78f-673a-0410-8e92-d51de3d6d3f4 |