tasklwIP - A Lightweight TCP/IP stack - Tasks: task #15899, support for static creation of...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #15899: support for static creation of tasks, semaphores, etc.

Submitter:  Max <mastupristi>
Submitted:  Wed 03 Feb 2021 08:05:53 AM UTC
   
 
Category:  Platform ports Should Start On:  Wed 03 Feb 2021 12:00:00 AM UTC
Should be Finished on:  Sat 03 Apr 2021 12:00:00 AM UTC Priority:  7 - High
Status:  None Privacy:  Public
Assigned to:  None Percent Complete:  0%
Open/Closed:  Open Planned Release:  None
Effort:  0.00

Wed 03 Feb 2021 11:09:04 AM UTC, comment #1: 

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...

Simon Goldschmidt <goldsimon>
Group administrator
Wed 03 Feb 2021 08:05:53 AM UTC, original submission:  

support is needed for static creation of tasks, semaphores, etc. when the underlying RTOS supports it.

For example xTaskCreateStatic, xQueueCreateStatic, etc.

Max <mastupristi>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by mastupristi (Submitted the item)
  • -email is unavailable- added by mastupristi
  • -email is unavailable- added by mastupristi
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-02-03 mastupristi Carbon-Copy- Added -email is unavailable-
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code