Mercurial > ecos
diff packages/io/wallclock/current/ChangeLog @ 2351:b96d8e8b904e
Use mutex for exclusion instead of DSR lock
| author | gthomas |
|---|---|
| date | Sun, 14 Jan 2007 12:17:26 +0000 |
| parents | ff92dea1b818 |
| children | 3cff44606584 |
line wrap: on
line diff
--- a/packages/io/wallclock/current/ChangeLog +++ b/packages/io/wallclock/current/ChangeLog @@ -1,3 +1,10 @@ +2007-01-14 Gary Thomas <gary@mlbassoc.com> + + * src/wallclock.cxx: Use a mutex for exclusion during get/set + operations as the DSR lock may not be appropriate for systems + that need to use interrupts to accomplish these functions, + (e.g. I2C clock devices). + 2003-09-23 Dan Jakubiec <firstname.lastname@systech.com> * src/emulate.cxx (get_hw_seconds): Modified the ticks-to-seconds
