aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx
Commit message (Collapse)AuthorAgeFilesLines
* RTC. Fixed some bugs and added locks into write functions. Haltest updated.barthess2012-01-112-18/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3790 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated all halconf.h files.gdisirio2012-01-0917-3/+136
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3777 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F1xx devices clock configuration updated to make it similar to the ↵gdisirio2012-01-0816-32/+138
| | | | | | newer STM32 devices. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3763 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed obsolete halconf.h files.gdisirio2012-01-072-34/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3754 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed unused stuff from RTCv1.gdisirio2012-01-071-5/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3753 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed instances of //gdisirio2012-01-061-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3746 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Cleaned comments in testahls.barthess2012-01-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3745 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Minor changes in testhals.barthess2012-01-052-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3743 35acf78f-673a-0410-8e92-d51de3d6d3f4
* PVD. Added tests fro F4x and L1x.barthess2012-01-051-16/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3737 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation related fixes and updated all the mcuconf.h for the STM32.gdisirio2012-01-0416-6/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3735 35acf78f-673a-0410-8e92-d51de3d6d3f4
* PVD. Checked compilability on F1x, L1x, F4x. Testhal fro F1xbarthess2012-01-045-0/+1356
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/pvd2_dev@3732 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Fully functional testhal for STM32F1x.barthess2011-12-315-10/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3696 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Changes to palSetGroupMode(), various adjustments to the PAL driver.gdisirio2011-12-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3695 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Testhal comment cleaned.barthess2011-12-313-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3693 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. API changes mostly done.barthess2011-12-305-26/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3692 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3637 ↵gdisirio2011-12-1811-11/+11
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Cleaned "//" comments.barthess2011-12-172-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3628 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. High level API rolled back.barthess2011-12-161-19/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3619 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.barthess2011-12-152-10/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3615 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC testhal. Removed unneeded file.barthess2011-12-141-23/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3611 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTCv1 code cleanups and adding some safety checks.barthess2011-12-121-6/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3603 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Setting and getting time works on STM32F4xbarthess2011-12-111-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3596 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Testhal update.barthess2011-12-084-6/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3584 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. F1x testhal clean ups.barthess2011-12-0710-41/+182
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3575 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Testhal updated.barthess2011-12-076-19/+142
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3573 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Testhal switch to synchronous driver model.barthess2011-12-072-23/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3571 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Haltest for stm32f1x updated.barthess2011-12-066-16/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3560 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Testhal changed.barthess2011-12-0610-257/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3558 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3501 ↵gdisirio2011-11-161-5/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3494 ↵gdisirio2011-11-152-5/+15
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3484 ↵gdisirio2011-11-1015-5/+35
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3461 ↵gdisirio2011-11-0215-1/+76
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* USB enhancements, phase two.gdisirio2011-10-231-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3451 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improvements to the USB driver, first phase.gdisirio2011-10-231-16/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3449 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3439 ↵gdisirio2011-10-0815-7/+105
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* New build system for GCC ARM ports.gdisirio2011-10-0815-45/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3428 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3418626.gdisirio2011-10-042-6/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3425 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Redefinition of RTC_SUPPORTS_CALLBACKS deleted from test.barthess2011-10-011-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3415 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3413 ↵gdisirio2011-10-012-29/+21
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3411 ↵gdisirio2011-09-2522-3246/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Test updated.barthess2011-09-251-13/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3408 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3402 ↵gdisirio2011-09-251-14/+47
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed ADC DMA error hook macro from the various mcuconf.h, it is no more ↵gdisirio2011-09-2413-13/+0
| | | | | | required. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3393 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3383 ↵gdisirio2011-09-2222-0/+3246
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3382 ↵gdisirio2011-09-226-0/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3381 ↵gdisirio2011-09-221-0/+7
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* EXT_WAKEUP test minor improvements.barthess2011-09-201-9/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3374 35acf78f-673a-0410-8e92-d51de3d6d3f4
* EXT wakeup test. Slow down serial baudrate.barthess2011-09-203-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3361 35acf78f-673a-0410-8e92-d51de3d6d3f4
* EXT wakeup test updates.barthess2011-09-202-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3358 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Code reorganization to correspond ChibiOS rules.barthess2011-09-202-7/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3356 35acf78f-673a-0410-8e92-d51de3d6d3f4