API MISSING : xQueueCreateStatic ??

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

API MISSING : xQueueCreateStatic ??

xQueueCreateStatic() is available from FreeRTOS V9.0.0. http://www.freertos.org/xQueueCreateStatic.html

API MISSING : xQueueCreateStatic ??

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 ? 🙂

API MISSING : xQueueCreateStatic ??

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

API MISSING : xQueueCreateStatic ??

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.

API MISSING : xQueueCreateStatic ??

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