[kernel][object]: update the default value of RT_NAME_MAX to 12

This commit is contained in:
kurisaw
2025-10-23 09:31:08 +08:00
committed by R b b666
parent c8f0a26a5f
commit 3559323427

View File

@@ -5,7 +5,7 @@ rsource "klibc/Kconfig"
config RT_NAME_MAX
int "The maximal size of kernel object name"
range 2 64
default 8
default 12
help
Each kernel object, such as thread, timer, semaphore etc, has a name,
the RT_NAME_MAX is the maximal size of this object name.