| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -2/+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 |
* | Added a comment. | Giovanni Di Sirio | 2017-09-22 | 1 | -0/+1 |
* | 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 |
* | Minor changes in hal_serial_lld driver | edolomb | 2017-09-21 | 1 | -1/+35 |
* | Added check on GS status in dmaChannelDisable() | edolomb | 2017-09-21 | 1 | -18/+42 |
* | Removed GS check status in DMAHandler | edolomb | 2017-09-21 | 1 | -22/+58 |
* | Correct assertion string and code style. | Theodore Ateba | 2017-09-20 | 1 | -15/+14 |
* | Added Push Button Configuration | Rocco Marco Guglielmi | 2017-09-19 | 2 | -1/+6 |
* | Added secure/non-secure configuration capability in SAMA PAL driver | Rocco Marco Guglielmi | 2017-09-19 | 2 | -6/+78 |
* | Minor fix on default demo and PAL driver | Rocco Marco Guglielmi | 2017-09-17 | 1 | -9/+4 |
* | Added PAL driver | Rocco Marco Guglielmi | 2017-09-17 | 7 | -26/+629 |
* | Fixed smart building for SAMA drivers | Rocco Marco Guglielmi | 2017-09-17 | 1 | -0/+1 |
* | Added smart building for SAMA drivers | Rocco Marco Guglielmi | 2017-09-17 | 2 | -1/+18 |
* | Fixed wrong management of board_init for non secure HAL | Rocco Marco Guglielmi | 2017-09-17 | 1 | -1/+10 |
* | Added board init mechanism for SAMA5D27 | Rocco Marco Guglielmi | 2017-09-17 | 2 | -1/+296 |
* | Added PIO related macros | Rocco Marco Guglielmi | 2017-09-17 | 2 | -0/+48 |
* | Improved AIC to work with both secure and non secure mode. | Rocco Marco Guglielmi | 2017-09-17 | 2 | -3/+17 |
* | Added SAMA_HAL_IS_SECURE switch | Rocco Marco Guglielmi | 2017-09-17 | 1 | -0/+9 |
* | Added Matrix clock enable in SAMA/SAMA5D2x/hal_lld.c | Rocco Marco Guglielmi | 2017-09-17 | 1 | -0/+11 |
* | MISRA-related fixes. | Giovanni Di Sirio | 2017-09-17 | 1 | -9/+9 |
* | Style fixes | Rocco Marco Guglielmi | 2017-09-16 | 1 | -2/+2 |
* | Style fixes | Rocco Marco Guglielmi | 2017-09-16 | 1 | -7/+7 |
* | AVR: Add Line LED definition and update comments. | Theodore Ateba | 2017-09-16 | 1 | -14/+55 |
* | Add a casting conversion to remove warning during compilation. | Theodore Ateba | 2017-09-16 | 1 | -1/+1 |
* | AVR: Update the USB lld file according to the new endpoint enumeration. | Theodore Ateba | 2017-09-16 | 2 | -1/+10 |
* | AVR: Add PAL line support in ATTiny lld. | Theodore Ateba | 2017-09-16 | 2 | -0/+187 |
* | AVR: Add PAL line support in XMEGA lld. | Theodore Ateba | 2017-09-16 | 2 | -2/+187 |
* | AVR: Remove the programming target from the generic makefile rule. | Theodore Ateba | 2017-09-16 | 1 | -13/+0 |
* | Improved clock tree configuration for SAMA5 | Rocco Marco Guglielmi | 2017-09-16 | 1 | -1/+5 |
* | Add AVR makefile rules for compilation. | Theodore Ateba | 2017-09-13 | 1 | -0/+297 |
* | Add Line LED definition and comment. | Theodore Ateba | 2017-09-13 | 4 | -51/+144 |
* | Remove a compilation warning. | Theodore Ateba | 2017-09-13 | 1 | -0/+3 |
* | Add PAL line support in PAL lld for AVR port. | Theodore Ateba | 2017-09-13 | 2 | -0/+199 |
* | Cosmetic changes in SAMA clock init | Rocco Marco Guglielmi | 2017-09-13 | 1 | -15/+5 |
* | Updated LLD templates with latest changes. | Giovanni Di Sirio | 2017-09-13 | 3 | -0/+60 |
* | Fixed bug #884. | Giovanni Di Sirio | 2017-09-13 | 1 | -5/+5 |
* | Fixed GPIO port index calculation. | Giovanni Di Sirio | 2017-09-11 | 3 | -6/+6 |
* | Moved wakeup logic in LLD. | Giovanni Di Sirio | 2017-09-09 | 4 | -34/+35 |
* | Added wakeup bit clear on interrupt. | Giovanni Di Sirio | 2017-09-09 | 1 | -0/+3 |
* | Tentative implementation of USB host wake-up API. | gdisirio | 2017-09-09 | 5 | -7/+67 |
* | Fixed bug #885. | Giovanni Di Sirio | 2017-09-09 | 1 | -0/+1 |
* | Fixed some typos and errors in the new hal_pal.h. | Giovanni Di Sirio | 2017-09-09 | 1 | -2/+2 |
* | FatFS 0.13 integrated. | Giovanni Di Sirio | 2017-09-07 | 4 | -22/+28 |