rt-thread-official/components/drivers
Grissiom 981d929b56 ringbuffer: fix the ambiguous name
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.
2013-08-19 14:12:35 +08:00
..
i2c add initialization debug code 2013-07-24 07:33:48 +08:00
include ringbuffer: fix the ambiguous name 2013-08-19 14:12:35 +08:00
mtd Embedded GPLv2 license in drivers 2013-06-28 00:36:54 +08:00
rtc Embedded GPLv2 license in drivers 2013-06-28 00:36:54 +08:00
sdio Embedded GPLv2 license in drivers 2013-06-28 00:36:54 +08:00
serial remove a var for INT_TX. 2013-07-25 10:18:33 +08:00
spi Embedded GPLv2 license in drivers 2013-06-28 00:36:54 +08:00
src ringbuffer: fix the ambiguous name 2013-08-19 14:12:35 +08:00
usb ringbuffer: fix the ambiguous name 2013-08-19 14:12:35 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00