lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #8995] timers: fix wrong timings for !NO_SYS targets


From: Sylvain Rochet
Subject: [lwip-devel] [patch #8995] timers: fix wrong timings for !NO_SYS targets
Date: Wed, 20 Jul 2016 09:30:25 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #7, patch #8995 (project lwip):

The patch didn't change that, this is an issue which already existed for
timers previously used for NO_SYS targets.

This could be fixed by moving to absolute target timers instead of the
currently used delta-diff timers (which I dislike, due to the problem
mentioned below, at least). The main problem is our current support of timers
restart on wake up event for devices that sleep to prevent firing all timers
at once, that's hard to achieve with absolute target timers.



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?8995>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]