aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5442 35acf78f-673a-0410...gdisirio2013-03-161-1/+1
* Fixed bug 3607380.gdisirio2013-03-091-1/+1
* CAN driver enhancements completed.gdisirio2013-02-231-5/+3
* Updated license years.gdisirio2013-02-0268-68/+68
* Removed obsolete options from the haconf.h files.gdisirio2013-02-0215-495/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5000 35acf78f-673a-0410...gdisirio2012-12-301-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4995 35acf78f-673a-0410...gdisirio2012-12-3015-0/+105
* Added FAT timestamp test for MMC_SPI on STM32F1x. Step 2.barthess2012-09-217-0/+2076
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4611 35acf78f-673a-0410...gdisirio2012-08-2213-36/+33
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4610 35acf78f-673a-0410...gdisirio2012-08-2229-4417/+115
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4606 35acf78f-673a-0410...gdisirio2012-08-218-0/+1972
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4599 35acf78f-673a-0410...gdisirio2012-08-211-42/+76
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4594 35acf78f-673a-0410...gdisirio2012-08-201-0/+26
* I2C. Minor changes in testhal.barthess2012-08-141-5/+5
* I2C. Priorities rebalanced. I2C pushed over other peripherals as a workaround...barthess2012-08-1416-112/+112
* I2C. Fixed testahl for F1x.barthess2012-07-061-1/+1
* STM32 support enhancements, some other fixes.gdisirio2012-06-211-5/+5
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4283 35acf78f-673a-0410...gdisirio2012-06-171-0/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4277 35acf78f-673a-0410...gdisirio2012-06-1617-19/+37
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4246 35acf78f-673a-0410...gdisirio2012-05-291-4/+4
* Fixed bug 3523322.gdisirio2012-05-051-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4128 35acf78f-673a-0410...gdisirio2012-04-231-33/+17
* SDC. Merged code from development branch.barthess2012-04-172-0/+3
|\
| * RTC. High level staff moved to chrtclib.barthess2012-03-092-0/+3
* | Fixed bug 3510812.gdisirio2012-04-0135-37/+37
* | Overflow handling in ICU driver.gdisirio2012-03-101-0/+1
|/
* Added STM32 lwIP demo (untested).gdisirio2012-02-261-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3986 35acf78f-673a-0410...gdisirio2012-02-261-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3979 35acf78f-673a-0410...gdisirio2012-02-251-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3976 35acf78f-673a-0410...gdisirio2012-02-251-1/+27
* PHY enumeration working.gdisirio2012-02-231-1/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3969 35acf78f-673a-0410...gdisirio2012-02-222-6/+11
* Improvements to the STM32 ICU driver.gdisirio2012-02-181-3/+4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3946 35acf78f-673a-0410...gdisirio2012-02-081-0/+3
* Fixed typo.gdisirio2012-02-0511-11/+11
* License text updated with new year.gdisirio2012-01-2172-72/+72
* RTC. Added possibility of changing RTC clock source.barthess2012-01-141-9/+1
* RTC. Error fixes and robustness improvements.barthess2012-01-131-1/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3804 35acf78f-673a-0410...gdisirio2012-01-1216-184/+473
* RTC. Fixed some bugs and added locks into write functions. Haltest updated.barthess2012-01-112-18/+44
* Updated all halconf.h files.gdisirio2012-01-0917-3/+136
* STM32F1xx devices clock configuration updated to make it similar to the newer...gdisirio2012-01-0816-32/+138
* Removed obsolete halconf.h files.gdisirio2012-01-072-34/+9
* Removed unused stuff from RTCv1.gdisirio2012-01-071-5/+1
* Removed instances of //gdisirio2012-01-061-8/+8
* I2C. Cleaned comments in testahls.barthess2012-01-061-2/+2
* I2C. Minor changes in testhals.barthess2012-01-052-1/+5
* PVD. Added tests fro F4x and L1x.barthess2012-01-051-16/+1
* Documentation related fixes and updated all the mcuconf.h for the STM32.gdisirio2012-01-0416-6/+36
* PVD. Checked compilability on F1x, L1x, F4x. Testhal fro F1xbarthess2012-01-045-0/+1356