aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32
Commit message (Collapse)AuthorAgeFilesLines
* RTC. Driver broken.barthess2011-12-114-58/+192
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3598 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Code reorganization. barthess2011-12-112-0/+431
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3597 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Merge RTC code from trunk.barthess2011-12-111-10/+21
|\ | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3595 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * RTC. Some bugs fixed.barthess2011-12-101-8/+20
|/ | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3590 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added timeout in functions. Code clean ups.barthess2011-12-082-30/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3583 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3581 ↵barthess2011-12-081-0/+10
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Switch to synchronous model.barthess2011-12-072-30/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3570 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added note about different API classes usage.barthess2011-12-071-9/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3569 35acf78f-673a-0410-8e92-d51de3d6d3f4
* GPT on F4x. Typo fixed.barthess2011-12-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3566 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Bug fixes.barthess2011-12-062-37/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3562 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Merged code from trunk.barthess2011-12-062-16/+1
|\ | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3561 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Removed unnecessary undefs.gdisirio2011-11-291-15/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3544 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3543 ↵gdisirio2011-11-281-1/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Added checks. Cleaned copypaste errors.barthess2011-12-062-16/+3
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3559 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Added support of stm32f1x.barthess2011-12-061-9/+167
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3557 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Added forgotten I2C3 interfacebarthess2011-12-061-0/+17
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3555 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Added startup functions for I2C1 and I2C3 interfaces.barthess2011-12-051-55/+123
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3554 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Tested on tmp75, mma8451, max1236.barthess2011-12-042-246/+192
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3553 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. DMA works.barthess2011-12-021-10/+190
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3550 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Code compiles but does not work.barthess2011-12-012-457/+68
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3548 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Old driver moved to I2Cv1 dir.barthess2011-12-012-0/+1418
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3547 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Totally broken.barthess2011-12-012-336/+32
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3546 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Nop.barthess2011-11-271-0/+5
|/ | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3542 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Minor fixes.barthess2011-11-271-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3540 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3531 ↵gdisirio2011-11-261-2/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3527 ↵gdisirio2011-11-262-8/+23
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Unified STM32 registers header file stm32.h.gdisirio2011-11-267-22/+191
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3526 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3523 ↵gdisirio2011-11-241-8/+8
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3520 ↵gdisirio2011-11-234-55/+187
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed DMA assignment for SPI3 on STM32F1xx devices.gdisirio2011-11-231-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3519 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3518 ↵gdisirio2011-11-222-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F4-Discovery demo working.gdisirio2011-11-203-17/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3516 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F4xx SPI driver working.gdisirio2011-11-131-1/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3490 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3486 ↵gdisirio2011-11-111-18/+12
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3481 ↵gdisirio2011-11-1012-96/+274
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added support for USART6 to STM32 serial driver, fixed bug 3434094.gdisirio2011-11-062-6/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3477 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F4 support working, most device drivers still to test, report added.gdisirio2011-11-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3475 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3474 ↵gdisirio2011-11-061-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3472 ↵gdisirio2011-11-051-1/+8
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3463 ↵gdisirio2011-11-031-5/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3459 ↵gdisirio2011-11-011-4/+14
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3458 ↵gdisirio2011-10-301-0/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3456 ↵gdisirio2011-10-301-0/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3455 ↵gdisirio2011-10-302-11/+19
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Dead code removing.barthess2011-10-271-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3454 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Fixed warning.barthess2011-10-261-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3453 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improvements to the USB driver, first phase.gdisirio2011-10-232-85/+68
| | | | 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@3430 ↵gdisirio2011-10-082-868/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3429 ↵gdisirio2011-10-082-827/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3426 ↵gdisirio2011-10-052-2/+57
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4