lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #15899] support for static creation of tasks, semapho


From: Simon Goldschmidt
Subject: [lwip-devel] [task #15899] support for static creation of tasks, semaphores, etc.
Date: Wed, 3 Feb 2021 06:09:04 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0

Follow-up Comment #1, task #15899 (project lwip):

You can already achieve this by preallocating these structs in your port and
then returning preallocated items in your port's 'sys_xxx_new()' functions.

Adding generic abstractions for this could be quite hard: at least semaphores
and mboxes need to be created at runtime (one for each socket/netconn). It
might work for tasks and mutexes though...

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/task/?15899>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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