| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tabulation. | Theodore Ateba | 2017-08-24 | 1 | -3/+3 |
* | Added XDMAC driver | edolomb | 2017-08-24 | 3 | -0/+593 |
* | Added pmc functions for XDMACx | edolomb | 2017-08-24 | 1 | -2/+30 |
* | Added sama_xdmac.h | edolomb | 2017-08-24 | 1 | -1/+1 |
* | Included DMAv1 Driver | edolomb | 2017-08-24 | 1 | -1/+1 |
* | Added dmaInit() | edolomb | 2017-08-24 | 1 | -1/+1 |
* | USB CDC demo for STM32L0, not working yet. | Giovanni Di Sirio | 2017-08-24 | 11 | -0/+2065 |
* | Fixed bug #878. | Giovanni Di Sirio | 2017-08-24 | 2 | -5/+6 |
* | Fixed bug #877. | Giovanni Di Sirio | 2017-08-24 | 3 | -1/+18 |
* | Fixed bug #876. | Giovanni Di Sirio | 2017-08-24 | 2 | -0/+8 |
* | Fixed bug #875. | Giovanni Di Sirio | 2017-08-24 | 1 | -0/+2 |
* | Fixed bug #864. | Giovanni Di Sirio | 2017-08-22 | 2 | -1/+3 |
* | Fixed bug #874. | Giovanni Di Sirio | 2017-08-22 | 14 | -4/+18 |
* | Fixed bug #873. | Giovanni Di Sirio | 2017-08-22 | 2 | -6/+8 |
* | Tentative fix for L4 OTG. | Giovanni Di Sirio | 2017-08-22 | 2 | -38/+49 |
* | Tentative workaround for L4 OTG driver. | Giovanni Di Sirio | 2017-08-20 | 5 | -62/+76 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10452 35acf78f-673a-041... | isiora | 2017-08-18 | 1 | -1/+1 |
* | Added check to verify that the matrix H64H32 clock ratio is compatible with m... | isiora | 2017-08-18 | 1 | -12/+15 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10450 35acf78f-673a-041... | isiora | 2017-08-18 | 1 | -2/+3 |
* | Some renaming work for clearness. | Giovanni Di Sirio | 2017-08-18 | 2 | -30/+31 |
* | Added matrix H64H32 clock ratio. | isiora | 2017-08-17 | 1 | -0/+13 |
* | Added matrix clock ratio setting. | isiora | 2017-08-17 | 1 | -2/+8 |
* | Fixed SAMA_PIT define. Now it includes the dependency on busses clock ratio. | isiora | 2017-08-17 | 1 | -1/+1 |
* | Added clock ratio setting of the matrix busses, | isiora | 2017-08-17 | 1 | -0/+2 |
* | Activate the USB driver in mcuconf file to build the demo without any error. | Theodore Ateba | 2017-08-17 | 1 | -1/+1 |
* | Add a NIL demo for Arduino NANO. | Theodore Ateba | 2017-08-17 | 5 | -0/+1433 |
* | Add Arduino MINI NIL demo. | Theodore Ateba | 2017-08-17 | 5 | -0/+1433 |
* | Fixed compiler warning. | isiora | 2017-08-16 | 1 | -4/+6 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10439 35acf78f-673a-041... | isiora | 2017-08-16 | 1 | -3/+3 |
* | Added debug asserts. | isiora | 2017-08-16 | 2 | -6/+17 |
* | Update the AVR MEGA testhal Makefile according the new architecture. | tfateba | 2017-08-16 | 7 | -7/+7 |
* | Add a specific directory for AVR MEGA in the testhal. | Theodore Ateba | 2017-08-16 | 42 | -0/+0 |
* | Update AVR MEGA demos Makefiles according the new architecture. | Theodore Ateba | 2017-08-16 | 9 | -9/+10 |
* | Update AVR XMEGA all testhal Makefile. | Theodore Ateba | 2017-08-16 | 7 | -7/+7 |
* | Add LLD directory to the AVR XMEGA Low Level Drivers. | Theodore Ateba | 2017-08-16 | 8 | -29/+29 |
* | Modify AVR XMEGA platform according the new architecture. | Theodore Ateba | 2017-08-16 | 1 | -10/+10 |
* | Add low level driver directory and platfor for AVR MEGA. | Theodore Ateba | 2017-08-16 | 35 | -0/+0 |
* | Fixed IVR address | isiora | 2017-08-14 | 1 | -2/+2 |
* | Added init code to setup the secure VBAR. | isiora | 2017-08-14 | 1 | -0/+5 |
* | Added acknowledgement of PIT and AIC interrupt. | isiora | 2017-08-14 | 1 | -2/+2 |
* | Changed ST interrupt priority to 0, the lowest one. | isiora | 2017-08-14 | 1 | -1/+1 |
* | Fixed disable/enable macro. | isiora | 2017-08-14 | 1 | -4/+4 |
* | Fixed PLLA_MUL. | isiora | 2017-08-14 | 1 | -1/+1 |
* | Added a macro to acknowledge the current interrupt. | isiora | 2017-08-14 | 1 | -0/+8 |
* | The IRQ handlers are normal functions: deleted interrupt attribute to them. | isiora | 2017-08-14 | 1 | -2/+2 |
* | Enabled FIQ in _port_thread_start | isiora | 2017-08-14 | 1 | -5/+6 |
* | Remove the not implemented TIM lld files. | Theodore Ateba | 2017-08-13 | 6 | -1922/+0 |
* | Remove the not implemented USART lld files. | Theodore Ateba | 2017-08-13 | 2 | -566/+0 |
* | Update the AVR Tiny RT demo makefile. | Theodore Ateba | 2017-08-13 | 1 | -1/+1 |
* | Update the AVR Tiny NIL demo makefile. | Theodore Ateba | 2017-08-13 | 1 | -1/+1 |