Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | lwip-related improvements. | gdisirio | 2015-07-04 | 2 | -26/+83 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8066 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | lwIP bindings improvements. Added new function chRegSetThreadNamex(). | gdisirio | 2015-06-28 | 3 | -8/+23 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8058 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7951 ↵ | Giovanni Di Sirio | 2015-05-05 | 2 | -4/+4 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7874 ↵ | Giovanni Di Sirio | 2015-04-08 | 1 | -0/+4 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | C++ API improvements. | Giovanni Di Sirio | 2015-04-05 | 2 | -188/+216 | |
| | | | | 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 | 2 | -6/+5 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Board files regenerated with the updated tool. Fixed some errors in demos. | Giovanni Di Sirio | 2015-04-05 | 1 | -4/+11 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7854 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Mass change, all thread functions now return void. | Giovanni Di Sirio | 2015-04-03 | 3 | -17/+12 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7849 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 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7707 ↵ | Giovanni Di Sirio | 2015-03-01 | 1 | -3/+2 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7671 ↵ | Giovanni Di Sirio | 2015-02-06 | 1 | -0/+2 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | chprintf and streams are now part of the HAL library. | Giovanni Di Sirio | 2015-02-06 | 5 | -635/+0 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7665 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | [chprintf] Added 'const' qualifier to 'pow10' array. | Uladzimir Pylinski | 2015-02-02 | 1 | -2/+3 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7652 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | CPP wrappers. Added compile time switch CH_CFG_USE_MEMCORE. | barthess | 2015-01-15 | 2 | -0/+4 | |
| | | | | 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 | 24 | -24/+24 | |
| | | | | 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 | |||||
* | Updated RTC related code in fatfs bindigs. | barthess | 2014-11-03 | 1 | -2/+4 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7469 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | RTCv1. Time converstion functions moved to rtc.c(h). Chrtclib deleted. | barthess | 2014-11-01 | 2 | -188/+0 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7443 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | RTCv1. Driver ported to ChibiOS-3. | barthess | 2014-11-01 | 2 | -0/+188 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7442 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Small shell improvement. | gdisirio | 2014-11-01 | 1 | -1/+1 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7440 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7437 ↵ | gdisirio | 2014-10-31 | 2 | -414/+0 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #543. | gdisirio | 2014-10-26 | 1 | -1/+1 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7431 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7423 ↵ | gdisirio | 2014-10-26 | 1 | -5/+4 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Again #538. | gdisirio | 2014-10-26 | 2 | -12/+37 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7422 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7392 ↵ | gdisirio | 2014-10-13 | 1 | -1/+1 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #538. | gdisirio | 2014-10-04 | 1 | -9/+17 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7358 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | [CPP wrappers] MailBox minor code cleanup. | barthess | 2014-09-14 | 1 | -2/+1 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7274 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | [CPP wrappers] Base mailbox class now strongly typed and template based. | barthess | 2014-09-11 | 2 | -117/+91 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7260 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | [CPP wrappers] More relevant name given for *.mk file. | barthess | 2014-09-10 | 2 | -4/+5 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7258 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | [CPP wrappers] Syscalls cleanup. | barthess | 2014-09-10 | 1 | -41/+4 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7257 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | [CPP wrappers] xxxTimeout(timeout) functions replaced with overloaded ones ↵ | barthess | 2014-09-10 | 2 | -19/+18 | |
| | | | | | | 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 | 2 | -0/+32 | |
| | | | | 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 | 4 | -136/+215 | |
| | | | | 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 | 24 | -50/+42 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | lwIP code by Eddie, not fully "RT-free" in the HAL LLD. | gdisirio | 2014-07-05 | 8 | -0/+932 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7009 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Added contributed FatFS code, thanks Eddie. | gdisirio | 2014-07-05 | 4 | -0/+349 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7008 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #472. | gdisirio | 2014-04-22 | 1 | -4/+4 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6879 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed bug #471 except USB change. | gdisirio | 2014-03-16 | 1 | -2/+2 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6774 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6721 ↵ | gdisirio | 2014-02-23 | 1 | -1/+1 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Fixed a warning in chprintf() using the IAR compiler. | gdisirio | 2014-02-09 | 1 | -5/+5 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6679 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6665 ↵ | gdisirio | 2014-02-05 | 1 | -3/+3 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | chsnprintf() implementation added. | gdisirio | 2013-12-03 | 3 | -1/+48 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6528 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Added chvprintf() function to the chprintf module. | gdisirio | 2013-11-12 | 2 | -11/+43 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6471 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | Improved shell. | gdisirio | 2013-10-30 | 2 | -8/+31 | |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6398 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6308 ↵ | gdisirio | 2013-09-20 | 2 | -35/+82 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6304 ↵ | gdisirio | 2013-09-14 | 1 | -2/+1 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6262 ↵ | gdisirio | 2013-09-05 | 2 | -4/+4 | |
| | | | | 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 | -6/+6 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6224 ↵ | gdisirio | 2013-08-25 | 1 | -9/+9 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | |||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6199 ↵ | gdisirio | 2013-08-22 | 1 | -5/+5 | |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 |