Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change the ATTiny USART files path according the new architecture and correct... | Theodore Ateba | 2017-08-13 | 3 | -7/+7 | |
* | Update the AVR Tiny Architecture. | Theodore Ateba | 2017-08-13 | 22 | -2/+2 | |
* | Fixed Bug #870 | Rocco Marco Guglielmi | 2017-08-13 | 1 | -1/+1 | |
* | Fixed number of vectors for newer devices. | Giovanni Di Sirio | 2017-08-12 | 1 | -1/+1 | |
* | Added PIT implementation for ATSAMA5D2 (Still incomplete) | Rocco Marco Guglielmi | 2017-08-11 | 2 | -0/+50 | |
* | Minor changes in sama_pmc helper header | Rocco Marco Guglielmi | 2017-08-11 | 1 | -3/+3 | |
* | Minor changes in AIC pseudo driver. | Rocco Marco Guglielmi | 2017-08-11 | 2 | -29/+39 | |
* | Added platform file aic.c | edolomb | 2017-08-11 | 1 | -1/+1 | |
* | Added aic header | edolomb | 2017-08-11 | 1 | -0/+2 | |
* | Added macros Enabled/Disabled write protection | edolomb | 2017-08-11 | 2 | -6/+24 | |
* | Moved peripheral id definitions in sama5d2x.h. | isiora | 2017-08-11 | 1 | -154/+0 | |
* | Added PID 64-78 | isiora | 2017-08-11 | 1 | -4/+35 | |
* | Changed name of functions | edolomb | 2017-08-11 | 2 | -20/+16 | |
* | Reverted | isiora | 2017-08-10 | 1 | -3/+2 | |
* | Moved | isiora | 2017-08-10 | 1 | -0/+0 | |
* | Moved | isiora | 2017-08-10 | 1 | -0/+0 | |
* | Added SAMA Advanced Interrupt Controller aic | edolomb | 2017-08-10 | 1 | -2/+2 | |
* | Added aicInit() function | edolomb | 2017-08-10 | 1 | -0/+1 | |
* | add aic init | edolomb | 2017-08-10 | 1 | -0/+1 | |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10382 35acf78f-673a-041... | edolomb | 2017-08-10 | 1 | -8/+8 | |
* | Add SAMA advanced interrupt controller | edolomb | 2017-08-10 | 2 | -0/+260 | |
* | Improved SAMA registry | Rocco Marco Guglielmi | 2017-08-09 | 1 | -61/+124 | |
* | Added sama_pmc and improved clock init | Rocco Marco Guglielmi | 2017-08-09 | 3 | -10/+173 | |
* | Add AVR XMega PAL low level driver files. | Theodore Ateba | 2017-08-09 | 3 | -0/+480 | |
* | Add AVR XMega system tick low level driver files. | Theodore Ateba | 2017-08-09 | 3 | -0/+281 | |
* | Add AVR XMega hall and platform files. | Theodore Ateba | 2017-08-09 | 3 | -0/+144 | |
* | Fixed typo | Rocco Marco Guglielmi | 2017-08-08 | 1 | -1/+1 | |
* | Added SAMA5D2x registry | Rocco Marco Guglielmi | 2017-08-08 | 2 | -0/+121 | |
* | Complete clock tree initialization for ATSAMA5D2. | Rocco Marco Guglielmi | 2017-08-07 | 2 | -19/+111 | |
* | iMPROVED clock tree management for ATSAMA5D2 (Still uncomplete) | Rocco Marco Guglielmi | 2017-08-07 | 1 | -30/+48 | |
* | Added clock tree management for ATSAMA5D2 (Still uncomplete) | Rocco Marco Guglielmi | 2017-08-06 | 3 | -12/+238 | |
* | Started Clock tree development on SAMA5 port | Rocco Marco Guglielmi | 2017-08-05 | 2 | -9/+139 | |
* | Added to the Makefiles the ability to change the default build, dependencies ... | Giovanni Di Sirio | 2017-08-02 | 10 | -10/+70 | |
* | Fixed Bug #868 | Rocco Marco Guglielmi | 2017-08-01 | 1 | -7/+7 | |
* | Remove the PCINT support from EXT driver because of a lot of conflicts. The P... | Theodore Ateba | 2017-07-31 | 2 | -855/+264 | |
* | Created hierarchy to add SAMA5 support. | Rocco Marco Guglielmi | 2017-07-29 | 5 | -0/+404 | |
* | Fixed Bug #866 | Rocco Marco Guglielmi | 2017-07-26 | 1 | -6/+6 | |
* | Add NIL support for AVR Tiny architecture. | Theodore Ateba | 2017-07-14 | 22 | -0/+4233 | |
* | Correct the string to find. | Theodore Ateba | 2017-07-14 | 6 | -6/+6 | |
* | Add driver folders and a driver.mk file. | Theodore Ateba | 2017-07-14 | 31 | -11/+92 | |
* | Adding AVR family subdirecories. | Theodore Ateba | 2017-07-14 | 28 | -16/+16 | |
* | Fixed bug #863. | Giovanni Di Sirio | 2017-07-09 | 1 | -1/+1 | |
* | Fixed bug #861. | Giovanni Di Sirio | 2017-07-08 | 1 | -1/+1 | |
* | Fixed bug #860. | Giovanni Di Sirio | 2017-07-08 | 1 | -4/+6 | |
* | Fixed Bug #856 | Rocco Marco Guglielmi | 2017-07-08 | 2 | -5/+39 | |
* | Fixed bug #855. | gdisirio | 2017-07-02 | 2 | -3/+3 | |
* | Fixed bug #854. | gdisirio | 2017-07-02 | 1 | -3/+4 | |
* | Fixed Bug #853 | roccomarco | 2017-07-02 | 1 | -2/+2 | |
* | Fixed bug #851. | gdisirio | 2017-07-02 | 1 | -1/+6 | |
* | Fixed bug #847. | gdisirio | 2017-07-01 | 1 | -16/+10 |