| Commit message (Expand) | Author | Age | Files | Lines |
* | Various minor fixes. | Giovanni Di Sirio | 2018-01-18 | 1 | -1/+1 |
* | AVR: Add other prescalers to the PWM low level driver and update testhal. | Theodore Ateba | 2018-01-17 | 2 | -35/+92 |
* | Defaulted all STM32 drivers to enable peripheral clocks during stop/sleep mod... | Giovanni Di Sirio | 2018-01-17 | 54 | -206/+258 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11296 35acf78f-673a-041... | edolomb | 2018-01-16 | 1 | -4/+4 |
* | Fixed bug #822. | Giovanni Di Sirio | 2018-01-16 | 1 | -1/+2 |
* | Fixed bug #758. | Giovanni Di Sirio | 2018-01-16 | 1 | -1/+1 |
* | Fixed bug #910. | Giovanni Di Sirio | 2018-01-16 | 1 | -1/+2 |
* | removed legacy code for pmc | areviu | 2018-01-15 | 13 | -1340/+69 |
* | Added security configuration | edolomb | 2018-01-15 | 1 | -0/+5 |
* | Added security configuration | edolomb | 2018-01-15 | 1 | -0/+5 |
* | Added security configuration | edolomb | 2018-01-15 | 1 | -0/+3 |
* | Added missing check. | Giovanni Di Sirio | 2018-01-15 | 1 | -0/+8 |
* | Added security configuration | edolomb | 2018-01-15 | 2 | -1/+32 |
* | Added security configuration | edolomb | 2018-01-15 | 1 | -0/+30 |
* | Added security configuration | edolomb | 2018-01-15 | 1 | -0/+30 |
* | Added derived constants and error checks | edolomb | 2018-01-15 | 2 | -0/+23 |
* | Added derived constants and error checks | edolomb | 2018-01-15 | 2 | -0/+51 |
* | hal_lld_init() configures peripherals as not-secure | edolomb | 2018-01-15 | 1 | -0/+11 |
* | Fixed Bugs | edolomb | 2018-01-15 | 2 | -6/+13 |
* | Fixed build problem. | Giovanni Di Sirio | 2018-01-14 | 1 | -9/+9 |
* | Various fixes after mass test-compile. | Giovanni Di Sirio | 2018-01-14 | 4 | -4/+6 |
* | fixed missing check for HAL_USE_SDMMC | areviu | 2018-01-13 | 9 | -0/+38 |
* | More ADCv4 code. | Giovanni Di Sirio | 2018-01-12 | 4 | -659/+315 |
* | update SDMMC driver and added test hal project | areviu | 2018-01-11 | 19 | -155/+1202 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11263 35acf78f-673a-041... | Giovanni Di Sirio | 2018-01-11 | 3 | -157/+86 |
* | Added STM32 ADCv4 placeholders. | Giovanni Di Sirio | 2018-01-11 | 6 | -3/+1849 |
* | Added RTC and WDG support to H7. | Giovanni Di Sirio | 2018-01-11 | 3 | -4/+14 |
* | ST time source is now configurable between PIT, TC0 and TC1. | isiora | 2018-01-10 | 1 | -0/+102 |
* | Init PMC and Matrix only if SAMA_HAL_IS_SECURE is true. | isiora | 2018-01-10 | 1 | -2/+3 |
* | Clearing pending interrupts in aicInit() | edolomb | 2018-01-10 | 1 | -0/+41 |
* | Added INTERRUPT SOURCE TYPE mode macros | edolomb | 2018-01-10 | 1 | -0/+27 |
* | Included sama_secumod.h | edolomb | 2018-01-10 | 1 | -0/+1 |
* | Added SECUMOD driver | edolomb | 2018-01-10 | 1 | -0/+1 |
* | Added pmc functions for SECUMOD | edolomb | 2018-01-10 | 1 | -0/+14 |
* | SECUMOD Driver | edolomb | 2018-01-10 | 2 | -0/+1122 |
* | SPIv1 and SPIv2 circular mode added. Rework of RCC files and all dependencies... | Giovanni Di Sirio | 2018-01-10 | 56 | -1541/+896 |
* | Polled exchange added to SPIv3. | Giovanni Di Sirio | 2018-01-10 | 2 | -22/+32 |
* | Added checks related to SPI circular mode. | Giovanni Di Sirio | 2018-01-09 | 1 | -0/+4 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11242 35acf78f-673a-041... | Giovanni Di Sirio | 2018-01-09 | 4 | -29/+263 |
* | More fixes, ready for testing. | Giovanni Di Sirio | 2018-01-09 | 1 | -55/+88 |
* | Various fixes in the new STM32F7xx support code. | Giovanni Di Sirio | 2018-01-09 | 6 | -134/+362 |
* | Added stub of STM32 I2Cv3 driver for STM32H7xx. | Giovanni Di Sirio | 2018-01-08 | 6 | -6/+1636 |
* | Undid some changes. | Giovanni Di Sirio | 2018-01-08 | 3 | -0/+29 |
* | Updated names. | Giovanni Di Sirio | 2018-01-08 | 1 | -4/+4 |
* | Added SRAMs cache settings to STM32H7 mcuconf.h. | Giovanni Di Sirio | 2018-01-08 | 2 | -1/+51 |
* | Unified MPU handler. | Giovanni Di Sirio | 2018-01-08 | 14 | -7/+232 |
* | Added unified cache handler for Cortex-M devices. | Giovanni Di Sirio | 2018-01-08 | 10 | -203/+145 |
* | Added BDMA support to the STM32H7xx port. | Giovanni Di Sirio | 2018-01-07 | 13 | -254/+1328 |
* | first draft. initialization working | areviu | 2018-01-07 | 24 | -0/+8312 |
* | Added stub cache handling functions to the STM32 DMAv1 driver. | Giovanni Di Sirio | 2018-01-05 | 1 | -0/+28 |