rtt更新

This commit is contained in:
2025-01-18 13:25:25 +08:00
parent c6a7554b51
commit d6009a0773
726 changed files with 103376 additions and 6270 deletions

View File

@@ -5,14 +5,10 @@ menuconfig RT_USING_FAL
default n
if RT_USING_FAL
config FAL_DEBUG_CONFIG
config FAL_USING_DEBUG
bool "Enable debug log output"
default y
config FAL_DEBUG
int
default 1 if FAL_DEBUG_CONFIG
default 0
default y if RT_USING_DEBUG
default n
config FAL_PART_HAS_TABLE_CFG
bool "FAL partition table config has defined on 'fal_cfg.h'"