Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | CMSIS update and cleanup. | Giovanni Di Sirio | 2017-10-15 | 203 | -32988/+36850 | |
|/ | ||||||
* | Fixed bug #896. | Giovanni Di Sirio | 2017-10-11 | 1 | -1/+1 | |
* | Comment style. | Giovanni Di Sirio | 2017-10-06 | 1 | -1/+1 | |
* | Fixed bug #892. | Giovanni Di Sirio | 2017-10-06 | 4 | -8/+8 | |
* | Fixed various typos and documentation-related issues. | Giovanni Di Sirio | 2017-10-05 | 2 | -26/+32 | |
* | 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 | |
* | Alignment capability for memory pools. | Giovanni Di Sirio | 2017-10-04 | 5 | -26/+85 | |
* | Objects FIFOs added to the factory. | Giovanni Di Sirio | 2017-10-03 | 3 | -9/+147 | |
* | 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 | 5 | -40/+40 | |
* | 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 | 4 | -24/+207 | |
* | 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 | 4 | -5/+10 | |
* | 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 | |
* | Typo. | Giovanni Di Sirio | 2017-10-01 | 1 | -1/+1 | |
* | Factory enhanced. | Giovanni Di Sirio | 2017-10-01 | 2 | -156/+310 | |
* | Fixed bug #888. | Giovanni Di Sirio | 2017-10-01 | 4 | -32/+108 | |
* | More renaming. | Giovanni Di Sirio | 2017-09-26 | 2 | -11/+11 | |
* | 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 | |
* | Fixed two errors. | Giovanni Di Sirio | 2017-09-25 | 1 | -2/+2 | |
* | OS objects factory, work in progress. | Giovanni Di Sirio | 2017-09-25 | 2 | -0/+412 | |
* | Removed XMC1100 stuff, will not be supported. | Giovanni Di Sirio | 2017-09-22 | 7 | -4896/+0 | |
* | More GHS changes, SPC56ECxx demo compiles now. | Giovanni Di Sirio | 2017-09-22 | 3 | -30/+130 | |
* | Entry to Boot_Handler, boot code in startup section. | isiora | 2017-09-22 | 1 | -0/+14 | |
* | Init boot file | isiora | 2017-09-22 | 1 | -0/+56 | |
* | Entry to Boot_Handler, boot code in startup section. | isiora | 2017-09-22 | 1 | -1/+2 | |
* | Reset points to Boot_Handler. For backward compatibility, | isiora | 2017-09-22 | 1 | -1/+7 | |
* | Moved VBAR initialization to boot.S | isiora | 2017-09-22 | 1 | -5/+0 | |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10670 35acf78f-673a-041... | Giovanni Di Sirio | 2017-09-22 | 1 | -1/+1 | |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10668 35acf78f-673a-041... | Giovanni Di Sirio | 2017-09-22 | 1 | -10/+2 | |
* | More GHS stuff. | Giovanni Di Sirio | 2017-09-22 | 16 | -35/+984 | |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10665 35acf78f-673a-041... | Giovanni Di Sirio | 2017-09-22 | 1 | -4/+4 | |
* | TABs cleanup. | Giovanni Di Sirio | 2017-09-22 | 5 | -54/+55 | |
* | GHS placeholder files. | Giovanni Di Sirio | 2017-09-22 | 28 | -0/+4094 | |
* | Style fixes | Rocco Marco Guglielmi | 2017-09-16 | 1 | -7/+7 | |
* | AVR: Remove the programming target from the generic makefile rule. | Theodore Ateba | 2017-09-16 | 1 | -13/+0 | |
* | Add AVR makefile rules for compilation. | Theodore Ateba | 2017-09-13 | 1 | -0/+297 | |
* | Remove a compilation warning. | Theodore Ateba | 2017-09-13 | 1 | -0/+3 | |
* | Fixed bug #884. | Giovanni Di Sirio | 2017-09-13 | 1 | -5/+5 | |
* | Added DMA Peripheral Interface Number | edolomb | 2017-08-28 | 1 | -0/+61 | |
* | Improved common makefile rules. | Giovanni Di Sirio | 2017-08-28 | 4 | -20/+20 |