mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
mm/circbuf: support circular buffer managerment
N/A Change-Id: Ib1fc009b9ce3af5815920f22221fe8a7262299ef Signed-off-by: dongjiuzhu <dongjiuzhu1@xiaomi.com>
This commit is contained in:
@@ -155,4 +155,10 @@ config MM_FILL_ALLOCATIONS
|
||||
Fill all malloc() allocations with 0xAA. This helps
|
||||
detecting uninitialized variable errors.
|
||||
|
||||
config MM_CIRCBUF
|
||||
bool "Circular buffer support"
|
||||
default n
|
||||
---help---
|
||||
Build in support for the circular buffer management.
|
||||
|
||||
source "mm/iob/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user