Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed various typos and documentation-related issues. | Giovanni Di Sirio | 2017-10-05 | 226 | -252/+258 | |
* | AVR: Update testhal chconf.h files to avoid error during compilation. | Theodore Ateba | 2017-10-04 | 7 | -22/+22 | |
* | AVR: Update demos chconf.h files. | Theodore Ateba | 2017-10-04 | 8 | -48/+48 | |
* | Moved the weak Boot_Handler in the .boot section (as .boot is in the rules.ld... | isiora | 2017-10-04 | 1 | -2/+2 | |
* | Added .boot section to startup | isiora | 2017-10-04 | 1 | -0/+1 | |
* | Moved .boot section in rules.ld | isiora | 2017-10-04 | 1 | -14/+0 | |
* | More bug #889. | Giovanni Di Sirio | 2017-10-04 | 1 | -4/+6 | |
* | chconf.h files alignment pass 3, added objects factory settings | Giovanni Di Sirio | 2017-10-04 | 224 | -1/+11201 | |
* | chconf.h files alignment pass 2, added version tag in chconf.h files | Giovanni Di Sirio | 2017-10-04 | 228 | -5/+242 | |
* | chconf.h files alignment pass 1 | Giovanni Di Sirio | 2017-10-04 | 227 | -26/+2120 | |
* | Documentation fixes. | Giovanni Di Sirio | 2017-10-04 | 2 | -2/+2 | |
* | Added new function chEvtGetAndClearEventsI(). | Giovanni Di Sirio | 2017-10-04 | 3 | -3/+21 | |
* | Alignment capability for memory pools. | Giovanni Di Sirio | 2017-10-04 | 10 | -34/+94 | |
* | Correct comment. | Theodore Ateba | 2017-10-03 | 1 | -3/+3 | |
* | Objects FIFOs added to the factory. | Giovanni Di Sirio | 2017-10-03 | 3 | -9/+147 | |
* | Added FMPP launch configuration. | Giovanni Di Sirio | 2017-10-03 | 1 | -0/+9 | |
* | Added a struct name. | Giovanni Di Sirio | 2017-10-03 | 1 | -1/+1 | |
* | Added a struct name. | Giovanni Di Sirio | 2017-10-03 | 1 | -1/+1 | |
* | Documentation fix. | Giovanni Di Sirio | 2017-10-03 | 1 | -1/+1 | |
* | Renamed a function. | Giovanni Di Sirio | 2017-10-03 | 1 | -1/+1 | |
* | Documentation fixes and a new wrapper function. | Giovanni Di Sirio | 2017-10-03 | 1 | -2/+23 | |
* | Mailboxes refactory for consistency. | Giovanni Di Sirio | 2017-10-03 | 10 | -128/+132 | |
* | Functions renaming and improved doc. | Giovanni Di Sirio | 2017-10-02 | 1 | -19/+35 | |
* | Adjustments to the new code. | Giovanni Di Sirio | 2017-10-02 | 5 | -24/+209 | |
* | Added compile time safety check. | Giovanni Di Sirio | 2017-10-02 | 6 | -0/+148 | |
* | Added mailboxes to the factory. | Giovanni Di Sirio | 2017-10-02 | 2 | -5/+132 | |
* | Changed my mind, modified types. | Giovanni Di Sirio | 2017-10-01 | 8 | -1450/+1451 | |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10740 35acf78f-673a-041... | Giovanni Di Sirio | 2017-10-01 | 1 | -2/+2 | |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10739 35acf78f-673a-041... | edolomb | 2017-10-01 | 1 | -7/+62 | |
* | Minor changes in sama_xdmac driver | edolomb | 2017-10-01 | 2 | -6/+7 | |
* | Added spi FLEXCOM | edolomb | 2017-10-01 | 2 | -48/+519 | |
* | Added uart and serial FLEXCOM | edolomb | 2017-10-01 | 4 | -130/+1112 | |
* | Updated version numbers. | Giovanni Di Sirio | 2017-10-01 | 7 | -9/+9 | |
* | Fixed #889. | Giovanni Di Sirio | 2017-10-01 | 3 | -4/+7 | |
* | Typo. | Giovanni Di Sirio | 2017-10-01 | 1 | -1/+1 | |
* | Factory enhanced. | Giovanni Di Sirio | 2017-10-01 | 3 | -156/+313 | |
* | Fixed bug #888. | Giovanni Di Sirio | 2017-10-01 | 11 | -92/+174 | |
* | AVR: Update readme.txt files in demos folders. | Theodore Ateba | 2017-10-01 | 7 | -19/+21 | |
* | AVR: Add missing readme.txt file in demos folders. | Theodore Ateba | 2017-10-01 | 6 | -0/+117 | |
* | Temporary uart driver | edolomb | 2017-09-27 | 2 | -0/+1163 | |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10721 9bc79d8b-a6f2-41c... | edolomb | 2017-09-27 | 1 | -2/+2 | |
* | Added serial FLEXCOM | edolomb | 2017-09-27 | 2 | -61/+700 | |
* | Added clock definition for FLEXCOMx | edolomb | 2017-09-27 | 1 | -0/+9 | |
* | Added pmc functions for FLEXCOMx | edolomb | 2017-09-27 | 1 | -0/+70 | |
* | Added PIOD definition | edolomb | 2017-09-27 | 1 | -1/+6 | |
* | More renaming. | Giovanni Di Sirio | 2017-09-26 | 3 | -11/+20 | |
* | Done some renaming for consistency. | Giovanni Di Sirio | 2017-09-26 | 2 | -78/+89 | |
* | More factory code. | Giovanni Di Sirio | 2017-09-26 | 2 | -6/+208 | |
* | Fix comment. | tfateba | 2017-09-25 | 1 | -2/+2 | |
* | Fixed two errors. | Giovanni Di Sirio | 2017-09-25 | 1 | -2/+2 |