Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Fixed bug #883. | Giovanni Di Sirio | 2017-09-05 | 1 | -2/+2 | |
* | Added USARTv1 driver | edolomb | 2017-09-04 | 3 | -0/+827 | |
* | Included USARTv1 Driver | edolomb | 2017-09-04 | 1 | -0/+1 | |
* | Added pmc functions for UARTx | edolomb | 2017-09-04 | 1 | -1/+70 | |
* | Added clock definition for UARTx | edolomb | 2017-09-04 | 1 | -0/+9 | |
* | Fixed OSAL.H macro... | gdisirio | 2017-09-04 | 4 | -12/+12 | |
* | Removed _ from guard macros for consistency with other files. | Giovanni Di Sirio | 2017-09-04 | 4 | -12/+12 | |
* | Fixed bug #880. | Giovanni Di Sirio | 2017-09-03 | 1 | -1/+1 | |
* | Fixed a problem in PAL callbacks STM32 LLDs. | Giovanni Di Sirio | 2017-09-03 | 3 | -19/+22 | |
* | SPI driver improvements. | Giovanni Di Sirio | 2017-09-03 | 5 | -20/+139 | |
* | Made PAL callback and wait APIs independent from each other. | Giovanni Di Sirio | 2017-09-02 | 17 | -212/+335 | |
* | Fixed a lame error.... | Giovanni Di Sirio | 2017-09-02 | 2 | -10/+10 | |
* | Correct code style and comment on USB driver files. | Theodore Ateba | 2017-09-02 | 2 | -4/+27 | |
* | Correct comment on Serial driver files. | Theodore Ateba | 2017-09-02 | 2 | -4/+4 | |
* | Correct code style and comment on ST driver files. | Theodore Ateba | 2017-09-02 | 2 | -5/+4 | |
* | Correct code style and comment on PWM driver files. | Theodore Ateba | 2017-09-02 | 2 | -58/+60 |