lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 6d1e47499b


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 6d1e47499b792724b487f5cae920b6ae5caf89e2
Date: Sat, 26 Sep 2015 23:33:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  6d1e47499b792724b487f5cae920b6ae5caf89e2 (commit)
       via  8dce888a752a7f295a1fb6379caf46d4c47c7ff1 (commit)
       via  2298ea14a6ce6d60d4c4f9e8e9817c3ec12c92f5 (commit)
       via  6ea57557f063ea60cac365b58035a6985d606599 (commit)
      from  0808c2abe086c037b41ea78b64234e4a036c8bdc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6d1e47499b792724b487f5cae920b6ae5caf89e2
Author: Sylvain Rochet <address@hidden>
Date:   Sun Sep 27 01:30:20 2015 +0200

    unix port: reworked sys_jiffies() (following the current sys_now() shape)
    
    Wasn't faulty as such, but still done in a strange way, reworked to
    follow the current sys_now() shape.

commit 8dce888a752a7f295a1fb6379caf46d4c47c7ff1
Author: Sylvain Rochet <address@hidden>
Date:   Sun Sep 27 00:37:04 2015 +0200

    unix port: fixed sys_now() return value
    
    The timer sub routine was obviously wrong, here are the previous return
    values for sys_now() when being called each 100 ms +- a few us:
    
    sys_now(): 0
    sys_now(): 100
    sys_now(): 200
    sys_now(): 300
    sys_now(): 4295367
    sys_now(): 4295467
    sys_now(): 4295568
    sys_now(): 4295668
    sys_now(): 4295768
    sys_now(): 4295868
    sys_now(): 1001
    sys_now(): 1101
    sys_now(): 1201
    sys_now(): 1301
    sys_now(): 4296369
    sys_now(): 4296469
    sys_now(): 4296569
    sys_now(): 4296669
    sys_now(): 4296769
    sys_now(): 4296869
    sys_now(): 2002
    sys_now(): 2102
    sys_now(): 2202
    sys_now(): 2303
    sys_now(): 4297370
    sys_now(): 4297470
    sys_now(): 4297570
    sys_now(): 4297670
    sys_now(): 4297770
    sys_now(): 4297871
    sys_now(): 3003
    sys_now(): 3104
    
    Fixed return values:
    
    sys_now(): 0
    sys_now(): 100
    sys_now(): 200
    sys_now(): 300
    sys_now(): 400
    sys_now(): 500
    sys_now(): 600
    sys_now(): 700
    sys_now(): 801
    sys_now(): 901
    sys_now(): 1001
    sys_now(): 1101
    sys_now(): 1201
    sys_now(): 1301
    sys_now(): 1401
    sys_now(): 1501
    sys_now(): 1602
    sys_now(): 1702
    sys_now(): 1802
    sys_now(): 1902
    sys_now(): 2002
    sys_now(): 2102
    sys_now(): 2202
    sys_now(): 2303
    sys_now(): 2403
    sys_now(): 2503
    sys_now(): 2603
    sys_now(): 2703
    sys_now(): 2803
    sys_now(): 2903
    sys_now(): 3003
    sys_now(): 3103
    sys_now(): 3204
    sys_now(): 3304
    sys_now(): 3404

commit 2298ea14a6ce6d60d4c4f9e8e9817c3ec12c92f5
Author: Sylvain Rochet <address@hidden>
Date:   Sat Sep 26 23:21:10 2015 +0200

    .gitignore: added *.so

commit 6ea57557f063ea60cac365b58035a6985d606599
Author: Sylvain Rochet <address@hidden>
Date:   Sat Sep 26 23:20:17 2015 +0200

    unix port: sys_arch: removed unused UMAX macro

-----------------------------------------------------------------------

Summary of changes:
 .gitignore            |    1 +
 ports/unix/sys_arch.c |   43 +++++++++++++++++--------------------------
 2 files changed, 18 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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