| Commit message (Expand) | Author | Age | Files | Lines |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4905 35acf78f-673a-0410... | gdisirio | 2012-12-12 | 7 | -30/+609 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4904 35acf78f-673a-0410... | gdisirio | 2012-12-12 | 5 | -4/+76 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4903 35acf78f-673a-0410... | gdisirio | 2012-12-11 | 7 | -61/+86 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4902 35acf78f-673a-0410... | gdisirio | 2012-12-11 | 6 | -459/+9 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4900 35acf78f-673a-0410... | gdisirio | 2012-12-11 | 18 | -126/+585 |
* | RTCv1. Fixed unneded RTC initialization when HAL_USE_RTC disabled (bug 3594620). | barthess | 2012-12-10 | 1 | -3/+3 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4897 35acf78f-673a-0410... | gdisirio | 2012-12-09 | 2 | -9/+58 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4896 35acf78f-673a-0410... | gdisirio | 2012-12-09 | 2 | -0/+274 |
* | RTCv1. Fixed compilation issue with HAL_USE_RTC disabled (bug 3594083) | barthess | 2012-12-08 | 1 | -0/+2 |
* | Fixed small error in serial_usb.h. | gdisirio | 2012-12-08 | 1 | -1/+1 |
* | STM32. RTCv1. Fixed wasting of BKP registers in RTCv1 driver (bug 3594005) | barthess | 2012-12-08 | 3 | -22/+22 |
* | STM32. RTCv1. Fexed potential problem with RTC_CRL_RSF bit (bug 3593972). | barthess | 2012-12-08 | 1 | -1/+5 |
* | STM32F3xx USB working. | gdisirio | 2012-12-08 | 1 | -2/+2 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4885 35acf78f-673a-0410... | gdisirio | 2012-12-08 | 1 | -8/+7 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4884 35acf78f-673a-0410... | gdisirio | 2012-12-07 | 3 | -4/+63 |
* | STM32Fxx CAN support. | gdisirio | 2012-12-07 | 2 | -0/+33 |
* | GPT, ICU, PWM tested on STM32F3xx. | gdisirio | 2012-12-07 | 7 | -24/+234 |
* | AT91SAM7A3. Fixed comment in linker script. | barthess | 2012-12-06 | 1 | -1/+1 |
* | AT91SAM7A3. Fixed RAM size in linker script. | barthess | 2012-12-06 | 1 | -1/+1 |
* | STM32F3 SPI working, STM32F0 support update. | gdisirio | 2012-12-06 | 3 | -28/+37 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4878 35acf78f-673a-0410... | gdisirio | 2012-12-05 | 2 | -0/+104 |
* | STM32 SPI driver divided in two distinct implementations. | gdisirio | 2012-12-05 | 9 | -15/+925 |
* | Fixed bug 3592809. | gdisirio | 2012-12-05 | 5 | -5/+5 |
* | SPI for STM32F3xx, not working yet. | gdisirio | 2012-12-05 | 3 | -2/+29 |
* | STM32F3xx DMA and SPI support. | gdisirio | 2012-12-05 | 8 | -16/+904 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4872 35acf78f-673a-0410... | gdisirio | 2012-12-04 | 1 | -0/+8 |
* | Serial support for STM32F3xx. | gdisirio | 2012-12-04 | 7 | -8/+141 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4869 35acf78f-673a-0410... | gdisirio | 2012-12-04 | 1 | -0/+2 |
* | AT91SAM7A3. EXT ported. | barthess | 2012-12-04 | 2 | -24/+23 |
* | AT91SAM7A3. I2C added forgotten priority appliance. | barthess | 2012-12-04 | 1 | -1/+2 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4864 35acf78f-673a-0410... | gdisirio | 2012-12-02 | 3 | -1/+61 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4862 35acf78f-673a-0410... | gdisirio | 2012-12-02 | 5 | -0/+16427 |
* | Fixed bug 3587633. | gdisirio | 2012-12-01 | 4 | -106/+72 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4856 35acf78f-673a-0410... | gdisirio | 2012-12-01 | 2 | -6/+6 |
* | Fixed some documentation tags. | gdisirio | 2012-11-30 | 6 | -6/+6 |
* | STM32 Serial drivers split in two distinct versions, for old and new USARTs. | gdisirio | 2012-11-30 | 9 | -127/+838 |
* | Fixed bug 3589412. | gdisirio | 2012-11-30 | 3 | -7/+7 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4848 35acf78f-673a-0410... | gdisirio | 2012-11-30 | 1 | -4/+0 |
* | Fixed bugs 3591317 and 3591321. | gdisirio | 2012-11-30 | 9 | -173/+453 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4842 35acf78f-673a-0410... | gdisirio | 2012-11-28 | 2 | -6/+6 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4838 35acf78f-673a-0410... | gdisirio | 2012-11-27 | 12 | -216/+144 |
* | AT91SAM7A3. I2C reading through write works, tested on 24AA IC. | barthess | 2012-11-26 | 1 | -18/+72 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4836 35acf78f-673a-0410... | gdisirio | 2012-11-22 | 2 | -4/+37 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4835 35acf78f-673a-0410... | gdisirio | 2012-11-21 | 5 | -491/+32 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4834 35acf78f-673a-0410... | gdisirio | 2012-11-20 | 4 | -10/+51 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4833 35acf78f-673a-0410... | gdisirio | 2012-11-19 | 1 | -2/+6 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4832 35acf78f-673a-0410... | gdisirio | 2012-11-19 | 3 | -21/+21 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4830 35acf78f-673a-0410... | gdisirio | 2012-11-19 | 2 | -0/+14 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4829 35acf78f-673a-0410... | gdisirio | 2012-11-19 | 6 | -180/+134 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4828 35acf78f-673a-0410... | gdisirio | 2012-11-19 | 5 | -5/+1075 |