]> begriffs open source - freertos/commit
Add IRQ safe API for message buffer reset (#1033)
authorHagaiMoshe <121489522+HagaiMoshe@users.noreply.github.com>
Tue, 16 Apr 2024 22:41:55 +0000 (01:41 +0300)
committerGitHub <noreply@github.com>
Tue, 16 Apr 2024 22:41:55 +0000 (15:41 -0700)
commit9bfd0abb55e660a7040c6f38cd31f27b51ab23f5
tree01a9ad2e2e4301ac2f07136049dc962cea4f294b
parent1ed681cc43e77b187ae4a8a1fe31a8820f8a473d
Add IRQ safe API for message buffer reset (#1033)

* Add API xStreamBufferResetFromISR

Allow reseting the stream buffer from ISR context

Signed-off-by: hagai.moshe <hagaimoshe@outlook.com>
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: hagai.moshe <hagai.moshe@tandemg.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: kar-rahul-aws <karahulx@amazon.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
include/FreeRTOS.h
include/message_buffer.h
include/stream_buffer.h
stream_buffer.c