mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
[Kernel] Support ARCH data types definitions
This commit is contained in:
@@ -8,6 +8,15 @@ config RT_NAME_MAX
|
||||
Each kernel object, such as thread, timer, semaphore etc, has a name,
|
||||
the RT_NAME_MAX is the maximal size of this object name.
|
||||
|
||||
config RT_USING_ARCH_DATA_TYPE
|
||||
bool "Use the data types defined in ARCH_CPU"
|
||||
default n
|
||||
help
|
||||
For the data type like, `rt_uint8/int8_t, rt_uint16/int16_t, rt_uint32/int32_t`,
|
||||
BSP can define these basic data types in ARCH_CPU level.
|
||||
|
||||
Please re-define these data types in bsp_project.h file.
|
||||
|
||||
config RT_USING_SMP
|
||||
bool "Enable SMP(Symmetric multiprocessing)"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user