We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e729e commit 9717092Copy full SHA for 9717092
src/Kconfig
@@ -5,7 +5,7 @@ rsource "klibc/Kconfig"
5
config RT_NAME_MAX
6
int "The maximal size of kernel object name"
7
range 2 64
8
- default 8
+ default 12
9
help
10
Each kernel object, such as thread, timer, semaphore etc, has a name,
11
the RT_NAME_MAX is the maximal size of this object name.
0 commit comments