mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 19:44:24 +08:00
[Kconfig][libcpu] 增加ARCH_CPU_BIG_ENDIAN (#5547)
* [cpu] 增加ARCH_CPU_BIG_ENDIAN - 之前RT_USING_BIG_ENDIAN的命名并不合理,予以替换为ARCH_CPU_BIG_ENDIAN - 删除一处多余的ARCH_CPU_64BIT - 整理了libcpu/Kconfig的格式 * [libcpu][Kconfig] Cortex-M4&7 select ARCH_ARM_CORTEX_FPU * revert last commit
This commit is contained in:
@@ -8,10 +8,6 @@ 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_BIG_ENDIAN
|
||||
bool
|
||||
default n
|
||||
|
||||
config RT_USING_ARCH_DATA_TYPE
|
||||
bool "Use the data types defined in ARCH_CPU"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user