lwip-commits
[Top][All Lists]
Advanced

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

Re: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master


From: Sylvain Rochet
Subject: Re: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 6e6ce4fb78a28244c3d6581ce75d3c7391d58150
Date: Thu, 21 Jul 2016 22:16:41 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

Hi Simon,

On Thu, Jul 21, 2016 at 08:10:10PM +0000, Simon Goldschmidt wrote:
> commit 6e6ce4fb78a28244c3d6581ce75d3c7391d58150
> Author: sg <address@hidden>
> Date:   Thu Jul 21 22:10:02 2016 +0200
> 
>     Make SYS_LIGHTWEIGHT_PROT==1 the default since it's more often used like 
> that and it's more safe as default; improved some option's comments

 /**
- * NO_SYS==1: Provides VERY minimal functionality. Otherwise,
- * use lwIP facilities.
+ * NO_SYS==1: Use lwIP without OS-awareness (no thread, semaphores, mutexes or
+ * mboxes). This means threaded APIs cannot be used (socket, netconn,
+ * i.e. everything in the 'api' folder), only the callback-style raw API is
+ * available (and you have to watch out for yourself that 
  */

that... ? :-)

Sylvain

Attachment: signature.asc
Description: Digital signature


reply via email to

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