aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* RTC. Development suspended until EXTI driver API will changed.barthess2011-12-124-56/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3600 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Naming convention fixed.barthess2011-12-126-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3599 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Driver broken.barthess2011-12-116-67/+234
| | | | 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-118-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3597 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Setting and getting time works on STM32F4xbarthess2011-12-114-31/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3596 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
* | RTC. Setting and getting time now works.barthess2011-12-093-47/+20
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3589 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | RTC. Code compiles but not tested.barthess2011-12-094-93/+55
|\| | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3588 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Added forgotten check of BUSY flag.barthess2011-12-091-0/+4
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3587 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | RTC. Initial commit.barthess2011-12-083-2/+484
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3586 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | RTC for F4x branch.barthess2011-12-08477-5215/+61614
|\| | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3585 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. Added timeout in functions. Code clean ups.barthess2011-12-084-96/+55
| | | | | | | | 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@3582 ↵gdisirio2011-12-082-13/+21
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3581 ↵barthess2011-12-082-6/+12
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3580 ↵gdisirio2011-12-0813-29/+216
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3579 ↵gdisirio2011-12-089-36/+81
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 ↵gdisirio2011-12-085-59/+105
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * I2C. Merge code to trunk.barthess2011-12-0827-1268/+2360
| |\ | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3576 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. Error handling from userland code added.barthess2011-12-072-4/+13
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3572 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. Switch to synchronous model.barthess2011-12-074-128/+29
| | | | | | | | | | | | 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
| | * Merged changes from trunkbarthess2011-12-079-9/+9
| | |\ | | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3568 35acf78f-673a-0410-8e92-d51de3d6d3f4
| | * | GPT on F4x. MCU has TIM6 and TIM7, fixed.barthess2011-12-071-2/+2
| | | | | | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3567 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. 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
| | * | | 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
| * | | | | GPT. Fixed some inconsistencies in F4x port.barthess2011-12-072-3/+20
| | |_|_|/ | |/| | | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3574 35acf78f-673a-0410-8e92-d51de3d6d3f4