Skip to content

Commit ff47904

Browse files
committed
[kernel] format Kconfig
1 parent d9c16ef commit ff47904

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ menu "RT-Thread Kernel"
33

44
config RT_NAME_MAX
55
int "The maximal size of kernel object name"
6-
range 1 64
6+
range 2 64
77
default 8
88
help
99
Each kernel object, such as thread, timer, semaphore etc, has a name,
@@ -18,6 +18,13 @@ config RT_USING_ARCH_DATA_TYPE
1818

1919
Please re-define these data types in rtconfig_project.h file.
2020

21+
config RT_USING_NANO
22+
bool "Enable RT-Thread Nano"
23+
default n
24+
help
25+
RT-Thread Nano is a very small size and refined hard real-time kernel,
26+
which is suited for the extremely resource-constrained MCU system.
27+
2128
config RT_USING_SMART
2229
bool "Enable RT-Thread Smart (microkernel on kernel/userland)"
2330
default n
@@ -43,13 +50,6 @@ config RT_USING_SMART
4350
help
4451
RT-Thread Smart is a microkernel based operating system on RT-Thread.
4552

46-
config RT_USING_NANO
47-
bool "Enable RT-Thread Nano"
48-
default n
49-
help
50-
RT-Thread Nano with a very small size and refined hard real-time kernel,
51-
which is very suited for the resource-constrained MCU system.
52-
5353
config RT_USING_AMP
5454
bool "Enable AMP (Asymmetric Multi-Processing)"
5555
default n

0 commit comments

Comments
 (0)