rt-thread/src
guo ecf2d82159
sync branch rt-smart. (#6641)
* Synchronize the code of the rt mart branch to the master branch.
  * TTY device
  * Add lwP code from rt-smart
  * Add vnode in DFS, but DFS will be re-write for rt-smart
  * There are three libcpu for rt-smart:
    * arm/cortex-a, arm/aarch64
    * riscv64

Co-authored-by: Rbb666 <zhangbingru@rt-thread.com>
Co-authored-by: zhkag <zhkag@foxmail.com>
2022-12-03 12:07:44 +08:00
..
Kconfig sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
SConscript sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
clock.c [add] src/clock.c add hook for rt_tick_increase (#5569) 2022-02-13 14:50:51 +08:00
components.c tms320f28379d fix init (#6343) 2022-08-29 15:35:23 -04:00
cpu.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
device.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
driver.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
idle.c [kernel] 优化内置线程命名 2022-08-25 10:11:35 +08:00
ipc.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
irq.c [bsp][c28x] add support to not disable global interrupt in context-switch to enable zero-latency isr for critical interrupts. 2022-10-19 23:41:13 -04:00
kservice.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
mem.c 修复低概率终端无法输入问题 (#6464) 2022-09-27 11:11:29 +08:00
memheap.c [update]更正 RT_MEMHEAP_BSET_MODE -> RT_MEMHEAP_BEST_MODE 拼写错误。 2022-11-05 10:45:09 -04:00
mempool.c [kernel] remove the register keyword (#5888) 2022-04-29 06:34:42 +08:00
object.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
scheduler.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
signal.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
slab.c 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
thread.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
timer.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00