public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer
@ 2011-12-13 15:11 bugzilla-daemon
  2011-12-13 15:12 ` [Bug 1001419] " bugzilla-daemon
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-12-13 15:11 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001419

           Summary: Driver for Freescale MMA7660 accelerometer
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: Cortex-M
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: low
         Component: Patches and contributions
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: tf+bugs.ecos@r-finger.com
                CC: ecos-patches@ecos.sourceware.org, ilijak@siva.com.mk
             Class: Advice Request


Created an attachment (id=1456)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1456)
MMA7660 driver

I am attaching two patches. The first one implements a driver for the MMA7660
accelerometer, the implementation is HW independent, using ecos i2c i/o.

The second patch provides for integration of the accelerometer with Freescale
Kinetis twr-k40 and twr-k60 boards (this requires the i2c driver for Kinetis,
bug 1001397).

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1001419] Driver for Freescale MMA7660 accelerometer
  2011-12-13 15:11 [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer bugzilla-daemon
@ 2011-12-13 15:12 ` bugzilla-daemon
  2011-12-13 15:13 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-12-13 15:12 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001419

--- Comment #1 from Tomas Frydrych <tf+bugs.ecos@r-finger.com> 2011-12-13 15:12:09 GMT ---
Created an attachment (id=1457)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1457)
Integration with Kinetis boards

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1001419] Driver for Freescale MMA7660 accelerometer
  2011-12-13 15:11 [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer bugzilla-daemon
  2011-12-13 15:12 ` [Bug 1001419] " bugzilla-daemon
@ 2011-12-13 15:13 ` bugzilla-daemon
  2012-01-10 15:43 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-12-13 15:13 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001419

Tomas Frydrych <tf+bugs.ecos@r-finger.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |1001397

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1001419] Driver for Freescale MMA7660 accelerometer
  2011-12-13 15:11 [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer bugzilla-daemon
  2011-12-13 15:12 ` [Bug 1001419] " bugzilla-daemon
  2011-12-13 15:13 ` bugzilla-daemon
@ 2012-01-10 15:43 ` bugzilla-daemon
  2012-01-10 15:44 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-01-10 15:43 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001419

Tomas Frydrych <tf+bugs.ecos@r-finger.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1456|0                           |1
        is obsolete|                            |

--- Comment #2 from Tomas Frydrych <tf+bugs.ecos@r-finger.com> 2012-01-10 15:42:54 GMT ---
Created an attachment (id=1508)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1508)
MMA7660 driver

Updated patch for the driver, in line with the update to bug 1001397.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1001419] Driver for Freescale MMA7660 accelerometer
  2011-12-13 15:11 [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-01-10 15:43 ` bugzilla-daemon
@ 2012-01-10 15:44 ` bugzilla-daemon
  2012-02-12 19:12 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-01-10 15:44 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001419

Tomas Frydrych <tf+bugs.ecos@r-finger.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1457|0                           |1
        is obsolete|                            |

--- Comment #3 from Tomas Frydrych <tf+bugs.ecos@r-finger.com> 2012-01-10 15:43:48 GMT ---
Created an attachment (id=1509)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1509)
Integration with Kinetis boards

Updated patch for the Kinetis integration, following update to bug 1001397.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1001419] Driver for Freescale MMA7660 accelerometer
  2011-12-13 15:11 [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer bugzilla-daemon
                   ` (3 preceding siblings ...)
  2012-01-10 15:44 ` bugzilla-daemon
@ 2012-02-12 19:12 ` bugzilla-daemon
  2012-02-12 19:13 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-02-12 19:12 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001419

Tomas Frydrych <tf+bugs.ecos@r-finger.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1508|0                           |1
        is obsolete|                            |

--- Comment #4 from Tomas Frydrych <tf+bugs.ecos@r-finger.com> 2012-02-12 19:12:19 GMT ---
Created an attachment (id=1572)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1572)
MMA7660 driver

Updated patch to reflect changes in bug 1001397.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1001419] Driver for Freescale MMA7660 accelerometer
  2011-12-13 15:11 [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer bugzilla-daemon
                   ` (4 preceding siblings ...)
  2012-02-12 19:12 ` bugzilla-daemon
@ 2012-02-12 19:13 ` bugzilla-daemon
  2012-03-20 15:19 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-02-12 19:13 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001419

Tomas Frydrych <tf+bugs.ecos@r-finger.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1509|0                           |1
        is obsolete|                            |

--- Comment #5 from Tomas Frydrych <tf+bugs.ecos@r-finger.com> 2012-02-12 19:13:06 GMT ---
Created an attachment (id=1573)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1573)
Integration with Kinetis boards

Updated patch to reflect changes in bug 1001397.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1001419] Driver for Freescale MMA7660 accelerometer
  2011-12-13 15:11 [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer bugzilla-daemon
                   ` (6 preceding siblings ...)
  2012-03-20 15:19 ` bugzilla-daemon
@ 2012-03-20 15:19 ` bugzilla-daemon
  2013-04-30 19:03 ` bugzilla-daemon
  2013-08-30  7:18 ` bugzilla-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-20 15:19 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001419

Tomas Frydrych <tf+bugs.ecos@r-finger.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1573|0                           |1
        is obsolete|                            |

--- Comment #7 from Tomas Frydrych <tf+bugs.ecos@r-finger.com> 2012-03-20 15:19:07 GMT ---
Created an attachment (id=1655)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1655)
Integration with Kinetis boards

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1001419] Driver for Freescale MMA7660 accelerometer
  2011-12-13 15:11 [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer bugzilla-daemon
                   ` (5 preceding siblings ...)
  2012-02-12 19:13 ` bugzilla-daemon
@ 2012-03-20 15:19 ` bugzilla-daemon
  2012-03-20 15:19 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-20 15:19 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001419

Tomas Frydrych <tf+bugs.ecos@r-finger.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1572|0                           |1
        is obsolete|                            |

--- Comment #6 from Tomas Frydrych <tf+bugs.ecos@r-finger.com> 2012-03-20 15:18:32 GMT ---
Created an attachment (id=1654)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1654)
MMA7660 driver

Updated driver reflecting changes in bug 1001397

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1001419] Driver for Freescale MMA7660 accelerometer
  2011-12-13 15:11 [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer bugzilla-daemon
                   ` (7 preceding siblings ...)
  2012-03-20 15:19 ` bugzilla-daemon
@ 2013-04-30 19:03 ` bugzilla-daemon
  2013-08-30  7:18 ` bugzilla-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2013-04-30 19:03 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001419

Bug 1001419 depends on bug 1001397, which changed state.

Bug 1001397 Summary: I2C driver for Kinetis microcontrollers
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001397

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |CURRENTRELEASE

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1001419] Driver for Freescale MMA7660 accelerometer
  2011-12-13 15:11 [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer bugzilla-daemon
                   ` (8 preceding siblings ...)
  2013-04-30 19:03 ` bugzilla-daemon
@ 2013-08-30  7:18 ` bugzilla-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2013-08-30  7:18 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001419

Bug 1001419 depends on bug 1001397, which changed state.

Bug 1001397 Summary: I2C driver for Kinetis microcontrollers
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001397

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|CURRENTRELEASE              |---

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-08-30  7:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-13 15:11 [Bug 1001419] New: Driver for Freescale MMA7660 accelerometer bugzilla-daemon
2011-12-13 15:12 ` [Bug 1001419] " bugzilla-daemon
2011-12-13 15:13 ` bugzilla-daemon
2012-01-10 15:43 ` bugzilla-daemon
2012-01-10 15:44 ` bugzilla-daemon
2012-02-12 19:12 ` bugzilla-daemon
2012-02-12 19:13 ` bugzilla-daemon
2012-03-20 15:19 ` bugzilla-daemon
2012-03-20 15:19 ` bugzilla-daemon
2013-04-30 19:03 ` bugzilla-daemon
2013-08-30  7:18 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).