Commit Graph

2800 Commits

Author SHA1 Message Date
gdisirio ddc9ded3f0 chprintf() implemented, improved the shell.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3093 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-28 06:29:04 +00:00
gdisirio e10edf1683 Dedicated printf implementation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3092 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-27 19:57:11 +00:00
gdisirio fdf08e2a41 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3091 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-27 15:00:05 +00:00
gdisirio a553bca00f Fixed conflicts with EWARM 6.20.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3086 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-26 11:03:44 +00:00
gdisirio 9e7ee9a715 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3083 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-26 10:44:35 +00:00
gdisirio debe04d68f git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3080 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-26 08:15:38 +00:00
gdisirio 7d584d3b7a git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3079 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-25 12:22:20 +00:00
gdisirio bb7cdeb837 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3078 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-25 12:21:29 +00:00
barthess 73ce7b4fe0 I2C. Commets in examples changed to /**/
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3077 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-24 10:36:41 +00:00
barthess d2b62026fc I2C. Small comment added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3076 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-23 20:18:58 +00:00
barthess 429c031bcb I2C. Examples fixed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3075 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-23 19:08:49 +00:00
barthess b1d043cede I2C. Some coding style improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3074 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-23 19:06:33 +00:00
barthess 97e643a2a2 I2C. Commetns style changed to /**/.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3073 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-23 18:50:13 +00:00
barthess 2f77482083 I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3072 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-23 18:31:24 +00:00
barthess 10153a4f30 I2C. Fixed indent style. All tabs changed to 2 spaces.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3071 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-23 18:29:22 +00:00
barthess fbeff97d92 I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver structure.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3070 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-23 18:05:20 +00:00
barthess 3f2e823d2a I2C. Small improvemets
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3069 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-22 18:00:20 +00:00
barthess 24987e2873 I2C. Test changes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3068 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-22 08:38:54 +00:00
barthess 70179f12dd I2C. Slave config structure now have const qualifier. Moset of fields moved to the driver structure. May be broken events subsystem in driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3067 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-21 20:17:14 +00:00
barthess b54133ab1b I2C. Some fields from I2CSlaveConfig moved to driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3066 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-21 18:30:50 +00:00
gdisirio 971454dea3 PAL driver implementations updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3065 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-20 19:03:17 +00:00
gdisirio 2bae95e6cc git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3064 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-19 17:02:47 +00:00
gdisirio c4c18450ff git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3063 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-19 14:41:33 +00:00
gdisirio 45765c3f76 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3062 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-19 11:35:07 +00:00
gdisirio ec3ca5b4e6 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3061 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-19 10:45:38 +00:00
gdisirio e612b8c794 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3060 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-19 06:28:35 +00:00
barthess 30c130dc10 I2C. Dead code removed. Comments fixed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3059 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-18 14:55:29 +00:00
barthess 3e1753aa83 I2C. Examples fixed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3058 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-18 14:38:45 +00:00
barthess 79f477ba95 I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged together.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3057 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-18 14:31:27 +00:00
barthess f3e571839b I2C. Code cleanups.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3056 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-18 13:35:26 +00:00
barthess 350ae0a1a9 I2C. API BROKEN! Structure fields renamed in underscore naming style.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3055 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-18 11:12:33 +00:00
gdisirio 952fb6d0ef git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3054 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-18 10:23:43 +00:00
barthess 9e2d63e9dc I2C. Deleted draft driver files
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3053 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-18 10:18:56 +00:00
barthess 140560ea82 I2C. Remove duplicate code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3052 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-17 07:32:57 +00:00
barthess 4044f7d308 I2C. Examples update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3051 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-17 07:10:30 +00:00
gdisirio 51875dac89 Fixed bug 3317500, retested impacted ports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3047 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-16 19:56:47 +00:00
gdisirio 527c75dbcd git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3046 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-16 19:14:41 +00:00
gdisirio 12afe0d641 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3045 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-16 18:06:07 +00:00
gdisirio d0dfc3715a git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3044 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-14 15:09:28 +00:00
gdisirio a746de44e1 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3043 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-14 08:10:38 +00:00
gdisirio 792c06e585 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3042 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-12 14:22:48 +00:00
gdisirio 3cdb6f6ed6 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3041 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-11 10:49:51 +00:00
gdisirio 4681b681f2 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3040 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-11 10:18:39 +00:00
gdisirio 6b5686560b git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3039 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-09 19:59:11 +00:00
gdisirio 060e34a409 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3038 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-08 15:32:34 +00:00
gdisirio 46b915b0fd git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3037 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-08 14:43:03 +00:00
barthess 5cad241306 I2C. Merged code from trunk.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3036 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-06-07 14:34:59 +00:00
gdisirio da6a94b025 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3035 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-07 14:29:03 +00:00
gdisirio aec912f13f git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3034 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-06 18:15:38 +00:00
gdisirio 7e6b563be0 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3033 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-06-06 17:53:43 +00:00