aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx
Commit message (Collapse)AuthorAgeFilesLines
* GPT, ICU, PWM tested on STM32F3xx.gdisirio2012-12-077-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4882 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC_FATTIME. Minor cleanup.barthess2012-09-211-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4708 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Added test for FAT time stamp.barthess2012-09-207-0/+1804
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4705 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Testhal/SDC. Fixed misspelling in comment.barthess2012-09-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4693 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4607 ↵gdisirio2012-08-2121-1904/+680
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4602 ↵gdisirio2012-08-212-1/+13
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4599 ↵gdisirio2012-08-211-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4595 ↵gdisirio2012-08-201-2/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4594 ↵gdisirio2012-08-204-36/+45
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4575 ↵gdisirio2012-08-171-9/+20
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Priorities rebalanced. I2C pushed over other peripherals as a ↵barthess2012-08-1415-150/+150
| | | | | | workaround on buggy i2c cell in STM32. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4570 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4568 ↵gdisirio2012-08-141-2/+7
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4567 ↵gdisirio2012-08-141-17/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4566 ↵gdisirio2012-08-141-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4565 ↵gdisirio2012-08-141-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4564 ↵gdisirio2012-08-131-2/+26
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added an "usbblast" command to the demo, any key stops it.gdisirio2012-08-131-1/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4563 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Performance improvements to the STM32 OTG driver.gdisirio2012-08-133-3/+151
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4562 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added USART6 support to STM32 UART/mcuconf.h(v1) driver.gdisirio2012-07-0915-0/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4447 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4446 ↵gdisirio2012-07-082-6/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Fixed testhal for F4x.barthess2012-07-063-17/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4410 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4339 ↵gdisirio2012-06-241-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32 support enhancements, some other fixes.gdisirio2012-06-211-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4313 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4307 ↵gdisirio2012-06-196-0/+1474
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed typo.gdisirio2012-06-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4296 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4277 ↵gdisirio2012-06-161-5/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4273 ↵gdisirio2012-06-132-4/+9
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4271 ↵gdisirio2012-06-111-3/+18
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4270 ↵gdisirio2012-06-111-2/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4267 ↵gdisirio2012-06-111-0/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4265 ↵gdisirio2012-06-101-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4255 ↵gdisirio2012-06-021-4/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SDIO. Added some additional debug output in testhal.barthess2012-06-011-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4253 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SDIO. Updated testhal.barthess2012-05-232-11/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4231 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Fixed bug 3526084barthess2012-05-141-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4196 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4175 ↵gdisirio2012-05-081-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3522808, fixed problem with STM32 MAC driver checksum offload.gdisirio2012-05-011-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4156 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4128 ↵gdisirio2012-04-231-27/+24
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SDC. Additional checks in testhal.barthess2012-04-221-4/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4127 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SDC. Updated testhal for F4x.barthess2012-04-222-1/+194
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4126 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Integrated FatFS 0.9, changes to the FatFS demos and integration files.gdisirio2012-04-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4120 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Deleted redundant backslashbarthess2012-04-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4111 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4110 ↵gdisirio2012-04-174-4/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SDC. Merged code from development branch.barthess2012-04-179-7/+1750
|\ | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4106 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. Reverted from SDC_SUCCESS/SDC_FAILED to boolean values.barthess2012-04-161-2/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4103 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * RTC. High level staff moved to chrtclib.barthess2012-03-093-6/+6
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4032 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. Added RTC support. Improved testhal.barthess2012-03-084-33/+186
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4031 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. Some additions in testhal. Not tested at all.barthess2012-03-061-25/+76
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4029 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC. Added template of test suit for F4.barthess2012-03-067-0/+1539
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4028 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4094 ↵gdisirio2012-04-151-0/+2
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4