aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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. Added DMA masks for other MCUs.barthess2011-12-074-0/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3565 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Minor code improvements.barthess2011-12-071-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3564 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Bug fixes.barthess2011-12-064-43/+38
| | | | 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-0612-44/+27
|\ | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3561 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed bug 3449139, increased version numbers.gdisirio2011-12-038-9/+19
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3552 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed bug 3449076.gdisirio2011-12-033-19/+7
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3551 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. 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. 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. 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
* | I2C. Added support of stm32f1x.barthess2011-12-062-9/+183
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3557 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | testhal/STM32F1xx/ADC build files added to svn ignorebarthess2011-12-060-0/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3556 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-044-283/+212
| | | | | | | | 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-022-11/+191
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3550 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Added attributes.barthess2011-12-021-0/+16
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3549 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Code compiles but does not work.barthess2011-12-013-465/+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-12-011-0/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3545 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Nop.barthess2011-11-272-0/+6
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3542 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C branch. Goals: DMA-based driver, stm32f4x port.barthess2011-11-27453-3411/+60537
|\| | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3541 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@3539 ↵gdisirio2011-11-271-1/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3537 ↵gdisirio2011-11-271-0/+2
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3536 ↵gdisirio2011-11-274-2/+4
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3535 ↵gdisirio2011-11-271-9/+13
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3534 ↵gdisirio2011-11-261-4/+3
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3533 ↵gdisirio2011-11-268-11/+1556
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3532 ↵gdisirio2011-11-265-10/+178
| | | | | | | | 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@3530 ↵gdisirio2011-11-261-2/+2
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3529 ↵gdisirio2011-11-261-1/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed mistype in comment.barthess2011-11-261-1/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3528 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3527 ↵gdisirio2011-11-264-11/+335
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Unified STM32 registers header file stm32.h.gdisirio2011-11-2615-159/+204
| | | | | | | | 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@3525 ↵gdisirio2011-11-241-0/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3524 ↵gdisirio2011-11-241-1/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3523 ↵gdisirio2011-11-2420-67/+1515
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed a problem of inclusion order that caused DMA2 problems in STM32 HAls.gdisirio2011-11-233-12/+12
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3522 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3521 ↵gdisirio2011-11-231-17/+19
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3520 ↵gdisirio2011-11-2325-69/+1946
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed DMA assignment for SPI3 on STM32F1xx devices.gdisirio2011-11-233-8/+8
| | | | | | | | 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-228-57/+20
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3517 ↵gdisirio2011-11-211-1/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * STM32F4-Discovery demo working.gdisirio2011-11-2013-45/+166
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3516 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3515 ↵gdisirio2011-11-204-42/+39
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4