Meco Man
|
47a3139b63
|
[iar]修复__LDREX 和 __STREX 报 declared implicitly 警告
related: https://github.com/RT-Thread/rt-thread/issues/7381
|
2023-09-20 10:01:25 +08:00 |
程蒙蒙
|
33f5de4411
|
[atomic][IAR]修复IAR编译报警 函数“__LDREX”隐式声明 (#7733)
|
2023-06-29 00:04:06 +08:00 |
Bernard Xiong
|
4b4c3c85f2
|
[atomic] add stdc atomic detection. (#7536)
|
2023-05-20 23:41:29 +08:00 |
勇
|
4b2a44f39e
|
修复 atomic_arm.c 多次指定类型限定符问题 (#7393)
|
2023-04-27 07:09:38 +08:00 |
Yaochenger
|
38eb3fc40f
|
[utest][atomic]添加返回值测试 (#7124)
* [utest][atomic]添加返回值测试
|
2023-03-30 11:06:21 +08:00 |
Yaochenger
|
de4f237482
|
[atomic]添加arm与risc-v下的常用原子操作函数 (#7053)
* Update Kconfig
* Update trap_gcc.S
* Update bsp/hifive1/drivers/SConscript
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
* Update SConscript
* [atomic]提交一份arm与risc-v架构下的常用原子操作函数
* 修改变量类型
* 更新rtatomic.h与atomic_port.c
* 更新rt-thread\libcpu\arm\common\atomic_port.c
* 更新include/rtatomic.h与libcpu/arm/common/SConscript
* 更新include/rtatomic.h
* 修正格式与Kconfig
* 修正格式与文件结构
* 规范文件格式与文件重命名
* 添加测试用例与CI
* 添加函数声明
* 修改virt64/SConscript 添加atomic_riscv.c
* 1.规范代码风格
* 2.添加RISC-V64原子指令支持 解决在RV64下编译器将32-bit运算结果扩展为64-bit 导致判断错误
* 添加C11标准库原子操作测试
---------
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
|
2023-03-23 20:06:50 +08:00 |