rt-thread/src
nrush 861c579c60 [Kernel] Add build time to the boot printing
When the firmware is built many times in a day, we can not distinguish
them by current boot printing for the lack of compile time. So, it is
necessary to add __TIME__ to rt_show_version().

Signed-off-by: nrush <1741598985@qq.com>
2021-10-11 15:25:26 +00:00
..
Kconfig [src][Kconfig] 增加隐性RT_USING_ASM_MEMCPY定义 2021-08-03 12:05:07 +08:00
SConscript [kernel] [script] remove module.c 2021-01-04 00:29:53 +08:00
clock.c [kernel]补充endif后缀注释 2021-06-10 01:48:17 +08:00
components.c 将defined(__CC_ARM) || defined(__CLANG_ARM) 改为 ifdef __ARMCC_VERSION 2021-06-13 17:36:42 +08:00
cpu.c [kernel] 规范内部函数命名 2021-08-06 15:20:27 +08:00
device.c [kernel]补充endif后缀注释 2021-06-10 01:48:17 +08:00
idle.c Merge pull request #4760 from mysterywolf/Internafunction 2021-08-05 16:57:16 +08:00
ipc.c Merge pull request #4760 from mysterywolf/Internafunction 2021-08-05 16:57:16 +08:00
irq.c add the formatted file 2021-08-16 22:07:46 +08:00
kservice.c [Kernel] Add build time to the boot printing 2021-10-11 15:25:26 +00:00
mem.c Merge pull request #4785 from mysterywolf/endif 2021-06-13 09:39:52 +08:00
memheap.c [bsp/virt64/aarch64] Add 'qemu-virt64-aarch64' bsp 2021-08-06 18:35:58 +08:00
mempool.c [kernel] 补充endif后缀注释(3) 2021-06-10 18:39:43 +08:00
object.c [kernel] 规范内部函数命名 2021-08-06 15:20:27 +08:00
scheduler.c Merge pull request #4760 from mysterywolf/Internafunction 2021-08-05 16:57:16 +08:00
signal.c [kernel] 规范内部函数命名 2021-08-06 15:20:27 +08:00
slab.c Merge pull request #4785 from mysterywolf/endif 2021-06-13 09:39:52 +08:00
thread.c [kernel] 规范内部函数命名 2021-08-06 15:20:27 +08:00
timer.c add the formatted file 2021-08-16 22:07:46 +08:00