rt-thread-official/src
Man, Jianting (Meco) 5a0fea6987
[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
2022-01-25 15:00:47 +08:00
..
Kconfig [Kconfig][libcpu] 增加ARCH_CPU_BIG_ENDIAN (#5547) 2022-01-25 15:00:47 +08:00
SConscript 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
clock.c [update] functions annotation. 2021-09-18 16:56:44 +08:00
components.c [kernel] Improve code comments. 2021-09-14 21:55:06 +08:00
cpu.c [kernel] Improve code comments. 2021-09-14 21:55:06 +08:00
device.c [kernel] improve comments 2022-01-20 20:58:46 +08:00
idle.c [kernel][pm] beautify code 2022-01-17 19:07:17 -05:00
ipc.c return thread error when resumed by signal 2022-01-25 13:58:33 +08:00
irq.c move some __on_rt_xxxxx_hook from rtdef.h to dedicated c soure files 2022-01-07 23:35:44 +00:00
kservice.c [kservice] rt_show_version更新年份 (#5552) 2022-01-24 14:20:09 +08:00
mem.c 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
memheap.c [memheap] Fix 64 bit potential risk 2022-01-08 15:50:14 +08:00
mempool.c move some __on_rt_xxxxx_hook from rtdef.h to dedicated c soure files 2022-01-07 23:35:44 +00:00
object.c change all double-empty-lines to single-empty-lines 2022-01-08 20:04:43 +00:00
scheduler.c Merge branch 'master' into master 2022-01-08 20:07:54 +00:00
signal.c [update] functions annotation. 2021-09-18 16:56:44 +08:00
slab.c 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
thread.c return thread error when resumed by signal 2022-01-25 13:58:33 +08:00
timer.c [workqueue] time参数改为ticks,防止误解单位为ms 2022-01-20 20:58:46 +08:00