lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-209-gf4140a0
Date: Fri, 5 Jan 2018 14:52:04 -0500 (EST)

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 "lwIP Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, master has been updated
       via  f4140a0548b9c399a86aef5fb9677d0ea43e31e6 (commit)
       via  f73d8783d56f62b9fa7c068c026ccf21a9f1f842 (commit)
       via  68beada75e99d3421afdf7a77dac0d683de42bc7 (commit)
       via  c27b2222177e61fb4dec6a670fd5c84e9d3be345 (commit)
      from  5c76dee5fd0bd78a2154ed6744a18845022eed85 (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 f4140a0548b9c399a86aef5fb9677d0ea43e31e6
Author: goldsimon <address@hidden>
Date:   Fri Jan 5 20:51:30 2018 +0100

    freertos port: allow thread stack size to be passed in number of stack 
words (freertos like; optional)

commit f73d8783d56f62b9fa7c068c026ccf21a9f1f842
Author: Our Air Quality <address@hidden>
Date:   Fri Jan 5 20:47:27 2018 +0100

    freertos: add core locking check support
    
    Add support to check the core locking: sys_lock_tcpip_core, 
sys_unlock_tcpip_core, sys_mark_tcpip_thread, sys_check_core_locking
    
    Signed-off-by: goldsimon <address@hidden>

commit 68beada75e99d3421afdf7a77dac0d683de42bc7
Author: Our Air Quality <address@hidden>
Date:   Fri Jan 5 20:38:04 2018 +0100

    freertos: misc fixes
    
    * sys_msleep - typo
    * sys_arch_protect - note and check the nesting (optional)
    * sys_arch_mbox_fetch - handle msg being NULL
    * sys_arch_mbox_tryfetch - handle msg being NULL
    * sys_mbox_free - check that the queue is empty (optional)
    
    Signed-off-by: goldsimon <address@hidden>

commit c27b2222177e61fb4dec6a670fd5c84e9d3be345
Author: goldsimon <address@hidden>
Date:   Fri Jan 5 16:54:55 2018 +0100

    Work on freertos port: added preprocessor sanity checks of freertos 
configuration;
    - renamed LWIP_FREERTOS_PROTECT_USES_MUTEX to 
LWIP_FREERTOS_SYS_ARCH_PROTECT_USES_MUTEX;
    - sys_jiffies returns ticks, not time in ms

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

Summary of changes:
 ports/freertos/include/arch/sys_arch.h |   2 +-
 ports/freertos/sys_arch.c              | 181 +++++++++++++++++++++++++++++----
 2 files changed, 165 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
lwIP Contrib - Contributed code for Lightweight TCP/IP stack



reply via email to

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