rt-thread/libcpu
chenhy0106 f6847af0cd
[libcpu/riscv/c906] fix "next_asid" type error (#7031)
MAX_ASID最大为0x10000,在next_asid==MAX_ASID时进入下一个generation。因此next_asid不能只有16位,否则将不能进入下一个generation。修改rt_uint16_t为rt_uint32_t。
2023-03-09 07:25:54 -05:00
..
aarch64 [fix] mm bugs (#7010) 2023-03-03 11:51:21 +08:00
arc [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
arm [fixup] add cache maintenance ops; 2023-02-21 08:48:49 +08:00
avr32 rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
blackfin rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
c-sky [libcpu] auto formatted 2021-03-27 17:51:56 +08:00
ia32 [asm] 解决tab和空格混用的问题 2022-01-20 20:57:35 +08:00
m16c 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
mips [rt-smart] 弱化 RT_USING_LWP,使用 RT_USING_SMART 作为宏配置 (#6740) 2022-12-16 18:38:28 +08:00
nios 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
ppc rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
risc-v [libcpu/riscv/c906] fix "next_asid" type error (#7031) 2023-03-09 07:25:54 -05:00
rx [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
sim [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
sparc-v8 [Scons] 将GCC判断条件改为列表方式,方便后续增加新的编译工具链 2022-06-09 07:01:59 +08:00
ti-dsp [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
unicore32 rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
v850 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
xilinx rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
Kconfig [rt-smart] PV_OFFSET as a variable (#6904) 2023-02-14 23:08:32 +08:00
SConscript [libcpu] Fix the build directory issue 2019-03-26 13:36:01 +00:00