mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-08 01:17:07 +00:00
feat(rt/posix): Added FreeRTOS-Plus-POSIX message queues implementation
Note: The current mq_open() implementation is changed to match
the POSIX standard.
This commit is contained in:
3
examples/system/rt_mqueue/main/CMakeLists.txt
Normal file
3
examples/system/rt_mqueue/main/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
idf_component_register(SRCS "posix_mqueue_example_main.c"
|
||||
INCLUDE_DIRS "."
|
||||
PRIV_REQUIRES rt)
|
||||
Reference in New Issue
Block a user