aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Port support for SCP560B64.gdisirio2013-07-187-17/+137
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5983 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5982 ↵gdisirio2013-07-187-0/+892
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Fix file naming, add license, separate adc/spi sectionsutzig2013-07-163-63/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5980 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Disable shared use of a single timer between multiple driversutzig2013-07-164-0/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5979 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #420.gdisirio2013-07-132-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5966 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #419.gdisirio2013-07-134-17/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5965 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #417.gdisirio2013-07-132-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5963 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed some obsolete references.gdisirio2013-07-131-12/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5952 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5950 ↵gdisirio2013-07-111-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Remove tick timer IRQ handling from OLIMEX_AVR_CAN (available on hal_lld)utzig2013-07-091-11/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5948 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Add USART1 to AT90CAN128 demo to fix build errorutzig2013-07-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5947 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Fix timer 0 support for AT90CANxxutzig2013-07-091-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5946 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] add ADC/SPI pinouts for AT90CANxxutzig2013-07-091-1/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5945 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] add DAC HAL options to disable annoying warningutzig2013-07-094-0/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5944 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] use better defines for timer based driversutzig2013-07-0814-180/+180
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5943 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add default ICU/PWM options for AVR demosutzig2013-07-084-0/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5942 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add ICU HAL test for AVRutzig2013-07-086-0/+1697
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5941 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fix PWM regtable conflict with ICUutzig2013-07-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5940 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add initial ICU driver for AVRutzig2013-07-083-1/+532
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5939 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5928 ↵gdisirio2013-07-054-13/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add HAL test for AVR PWM driverutzig2013-07-036-0/+1609
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5925 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add initial PWM driver for AVRutzig2013-07-033-1/+706
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5924 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added note.gdisirio2013-06-301-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5917 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed typos in USARTv1 driver.gdisirio2013-06-301-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5916 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Feature request #28 merged. Updated mcuconf.h files.barthess2013-06-3020-0/+200
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5915 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Feature request #28 merged.barthess2013-06-303-4/+340
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5914 35acf78f-673a-0410-8e92-d51de3d6d3f4
* DAC merge and rework, part 3.gdisirio2013-06-304-3/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5913 35acf78f-673a-0410-8e92-d51de3d6d3f4
* DAC merge and rework, part 2.gdisirio2013-06-305-3/+661
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5912 35acf78f-673a-0410-8e92-d51de3d6d3f4
* DAC merge and rework, part 1.gdisirio2013-06-303-2/+613
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5911 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update testhal demos to apache licenseutzig2013-06-298-112/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5909 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add standard GPT config options for AVR demosutzig2013-06-294-0/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5908 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add GPT test for AVRutzig2013-06-296-0/+1635
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5907 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add initial GPT driver for AVRutzig2013-06-293-1/+572
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5906 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5902 ↵gdisirio2013-06-271-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Make AVR I2C config naming more standardutzig2013-06-276-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5901 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixes style of AVR HALutzig2013-06-273-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5900 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #418.gdisirio2013-06-272-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5899 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fix style and license for AVR ADC driverutzig2013-06-272-105/+97
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5897 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update standard driver configs for AVR demosutzig2013-06-274-10/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5896 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fix spi_lld license to apacheutzig2013-06-272-28/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5895 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update define namingsutzig2013-06-271-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5894 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: improvements and fixesefti2013-06-2740-151/+5353
| | | | | | | | | - HAL prescaler selection logic - Added ADC support - SPI improvements git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5893 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add AVR SPI driverutzig2013-06-264-1/+635
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5892 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5889 ↵acirillo872013-06-251-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5888 ↵acirillo872013-06-251-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5887 ↵acirillo872013-06-251-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5886 ↵acirillo872013-06-251-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Made queues and semaphores benchmarks conditional.gdisirio2013-06-241-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5884 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed doc tag.gdisirio2013-06-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5877 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5873 ↵pcirillo2013-06-2214-0/+2798
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4