fifo 支持水位监测和溢出次数统计

This commit is contained in:
2026-07-20 10:53:37 +08:00
parent 065420db36
commit 6d57f4f1ce
3 changed files with 26 additions and 3 deletions
+4 -1
View File
@@ -22,7 +22,7 @@
#cmakedefine OS_CFG_CPU_FPU_PRESENT @OS_CFG_CPU_FPU_PRESENT@
#cmakedefine OS_CFG_CPU_MPU_PRESENT @OS_CFG_CPU_MPU_PRESENT@
#cmakedefine OS_CFG_FIFO_DEBUG_ENABLE @OS_CFG_FIFO_DEBUG_ENABLE@
/* ==================================================================================================== */
/* DEFAULT */
@@ -71,5 +71,8 @@
#define OS_CFG_CPU_MPU_PRESENT 0
#endif /* OS_CFG_CPU_MPU_PRESENT */
#ifndef OS_CFG_FIFO_DEBUG_ENABLE
#define OS_CFG_FIFO_DEBUG_ENABLE 0
#endif /* OS_CFG_FIFO_DEBUG_ENABLE */
#endif /*INCLUDED_OS_CONFIG_H*/