Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I2C. Deleted unneeded __IO macro from driver fields. | barthess | 2012-01-02 | 1 | -3/+3 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3710 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. Functions: i2c_lld_set_clock(), and i2c_lld_set_opmode() and ↵ | barthess | 2012-01-02 | 2 | -142/+138 |
| | | | | | | i2c_lld_master_transceive() now static. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3709 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. Rest of "id_" prefixes deleted from driver. | barthess | 2012-01-02 | 1 | -19/+19 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3708 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. "id_" prefixes deleted from driver. | barthess | 2012-01-02 | 2 | -68/+68 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3707 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. #defines moved out of functions. | barthess | 2012-01-02 | 1 | -29/+26 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3706 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. Deleted __NOP() | barthess | 2012-01-02 | 1 | -1/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3705 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | ARM and ARMCMx rules.mk improvements. | gdisirio | 2012-01-02 | 3 | -36/+47 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3704 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3703 ↵ | gdisirio | 2012-01-01 | 1 | -4/+4 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Added MEMS support to the STM32F4-Discovery demo. | gdisirio | 2012-01-01 | 6 | -8/+217 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3702 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3701 ↵ | gdisirio | 2012-01-01 | 1 | -2/+2 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. Outdated driver deleted. | barthess | 2011-12-31 | 2 | -1426/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3700 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Removed some double spacing. | gdisirio | 2011-12-31 | 12 | -13/+2 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3699 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. STM32F4x testhal comments cleanup. | barthess | 2011-12-31 | 1 | -2/+6 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3698 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. Added simple test for STM32F4x. | barthess | 2011-12-31 | 5 | -0/+1480 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3697 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. Fully functional testhal for STM32F1x. | barthess | 2011-12-31 | 5 | -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. | gdisirio | 2011-12-31 | 22 | -121/+165 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3695 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. Fixes. | barthess | 2011-12-31 | 4 | -16/+8 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3694 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C. Testhal comment cleaned. | barthess | 2011-12-31 | 3 | -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. | barthess | 2011-12-30 | 9 | -55/+225 |
| | | | | 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@3686 ↵ | gdisirio | 2011-12-29 | 1 | -2/+3 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Updated credits. | gdisirio | 2011-12-29 | 10 | -0/+40 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3685 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | I2C API proposal. | gdisirio | 2011-12-29 | 2 | -152/+99 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3684 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3683 ↵ | gdisirio | 2011-12-29 | 1 | -3/+2 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3682 ↵ | gdisirio | 2011-12-29 | 1 | -16/+17 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3681 ↵ | gdisirio | 2011-12-28 | 1 | -15/+15 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3680 ↵ | gdisirio | 2011-12-28 | 2 | -2/+947 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3679 ↵ | gdisirio | 2011-12-28 | 4 | -8/+947 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3678 ↵ | gdisirio | 2011-12-28 | 1 | -11/+11 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3677 ↵ | gdisirio | 2011-12-28 | 3 | -60/+192 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3676 ↵ | gdisirio | 2011-12-28 | 1 | -10/+7 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Keil CM4 FPU support added. | gdisirio | 2011-12-28 | 8 | -195/+397 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3675 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Removed some unused definitions. | gdisirio | 2011-12-28 | 2 | -3/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3674 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3673 ↵ | gdisirio | 2011-12-28 | 1 | -16/+18 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3672 ↵ | gdisirio | 2011-12-28 | 4 | -20/+23 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3671 ↵ | gdisirio | 2011-12-28 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3670 ↵ | gdisirio | 2011-12-28 | 8 | -46/+39 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3669 ↵ | gdisirio | 2011-12-28 | 3 | -0/+2330 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3668 ↵ | gdisirio | 2011-12-28 | 8 | -97/+86 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | IAR CM4 FPU support verified. | gdisirio | 2011-12-28 | 3 | -8/+3 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3667 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3666 ↵ | gdisirio | 2011-12-28 | 3 | -0/+2327 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3665 ↵ | gdisirio | 2011-12-27 | 2 | -2/+2 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3664 ↵ | gdisirio | 2011-12-27 | 8 | -221/+566 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3663 ↵ | gdisirio | 2011-12-27 | 1 | -0/+8 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3662 ↵ | gdisirio | 2011-12-27 | 1 | -0/+2 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3661 ↵ | gdisirio | 2011-12-27 | 1 | -3/+3 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | Fixed various readme files. | gdisirio | 2011-12-27 | 4 | -5/+5 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3660 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | GCC Cortex-Mx ports optimization. | gdisirio | 2011-12-26 | 5 | -14/+49 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3659 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3658 ↵ | gdisirio | 2011-12-25 | 2 | -2/+2 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3657 ↵ | gdisirio | 2011-12-25 | 1 | -1/+1 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 | ||||
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3656 ↵ | gdisirio | 2011-12-25 | 3 | -1/+303 |
| | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4 |