mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-18 22:09:53 +08:00
981d929b562610328309ee4e01d66727f5e6896e
RT_RINGBUFFER_SIZE could mean "the size of the whole buffer", "the size of the empty space" or "the size of the data". Moreover, it's never a micro anymore. Change it to rt_ringbuffer_data_len before it's too late. Also, RT_RINGBUFFER_EMPTY is changed to rt_ringbuffer_space_len.
…
…
…
Description
RT-Thread is an open source IoT Real-Time Operating System (RTOS).
Readme
Apache-2.0
1.6 GiB
Languages
C
96.9%
Assembly
1.5%
Python
0.8%
Linker Script
0.7%
