aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx
Commit message (Expand)AuthorAgeFilesLines
* 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
* I2C. Fully functional testhal for STM32F1x.barthess2011-12-315-10/+29
* Changes to palSetGroupMode(), various adjustments to the PAL driver.gdisirio2011-12-311-1/+1
* I2C. Testhal comment cleaned.barthess2011-12-313-19/+19
* I2C. API changes mostly done.barthess2011-12-305-26/+37
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3637 35acf78f-673a-0410...gdisirio2011-12-1811-11/+11
* Cleaned "//" comments.barthess2011-12-172-2/+2
* RTC. High level API rolled back.barthess2011-12-161-19/+7
* RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.barthess2011-12-152-10/+3
* RTC testhal. Removed unneeded file.barthess2011-12-141-23/+0
* RTCv1 code cleanups and adding some safety checks.barthess2011-12-121-6/+18
* RTC. Setting and getting time works on STM32F4xbarthess2011-12-111-3/+3
* I2C. Testhal update.barthess2011-12-084-6/+9
* I2C. F1x testhal clean ups.barthess2011-12-0710-41/+182
* I2C. Testhal updated.barthess2011-12-076-19/+142
* I2C. Testhal switch to synchronous driver model.barthess2011-12-072-23/+18