Ring Buffer is a library providing circular buffer data structure
The easiest way to fetch this component is to use CPM.cmake. In your CMakeLists.txt add:
CPMAddPackage("gh:embetech-official/ring_buffer@1")Then add link dependency
target_link_libraries(<your target> PRIVATE embetech::ring_buffer)