API MISSING : xQueueCreateStatic ??

glenenglish wrote on Thursday, September 01, 2016:

Looking for the described API function…

and associated things like StaticQueue_t
I have looked through every source file in the 160116 distro… not to be found…
ideas, anyone ? In an old release? n a special release ? a wish ?

Just thought I’d ask before I hack queue.c

cheers
Glen

rtel wrote on Thursday, September 01, 2016:

xQueueCreateStatic() is available from FreeRTOS V9.0.0.

http://www.freertos.org/xQueueCreateStatic.html

glenenglish wrote on Thursday, September 01, 2016:

ah ha. Thanks.
Safe to copy over the list.c, event_group, queue, tasks, timers.c over the 8.2.3 (release in 1Jan +TCP combo ) ?
(and the .h )

or probably safe ?
:slight_smile:

rtel wrote on Thursday, September 01, 2016:

Yes - it should be a drop in replacement, but naturally back up your
original file set first.

glenenglish wrote on Thursday, September 01, 2016:

I’ll copy them over and then do an SVN- DIFF on all the files and see what has changed

cheers and thanks for the new release.

glenenglish wrote on Thursday, September 01, 2016:

I only had to deal with : vApplicationGetIdleTaskMemory
Which you guys documented what I needed to do well.
I’ll report anything odd over the next few days
thanks and regards