]> begriffs open source - freertos/commit
Add functions to get the buffers of statically created objects (#641)
authorDarian <32921628+Dazza0@users.noreply.github.com>
Wed, 22 Mar 2023 22:27:57 +0000 (06:27 +0800)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2023 22:27:57 +0000 (15:27 -0700)
commit9488ba22d833f2c0746903dfc312b5add887ec8b
treead13d388f52f69c33c2c42b3978a6aba71c1212b
parentd4d5e43292a57df354dcf8f33d938283f2082855
Add functions to get the buffers of statically created objects (#641)

Added various ...GetStaticBuffer() functions to get the buffers of statically
created objects.
---------
Co-authored-by: Paul Bartell <pbartell@amazon.com>
Co-authored-by: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
13 files changed:
.github/lexicon.txt
event_groups.c
include/event_groups.h
include/message_buffer.h
include/queue.h
include/semphr.h
include/stream_buffer.h
include/task.h
include/timers.h
queue.c
stream_buffer.c
tasks.c
timers.c