rt-thread-official/libcpu/arm
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
..
AT91SAM7S rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
AT91SAM7X [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
am335x [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
arm926 [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
armv6 [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
common [atomic]添加arm与risc-v下的常用原子操作函数 (#7053) 2023-03-23 20:06:50 +08:00
cortex-a [rt-smart] move sys_cacheflush to lwp_syscall.c (#7048) 2023-03-17 15:11:38 +08:00
cortex-m0 [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
cortex-m3 [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
cortex-m4 [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
cortex-m7 [cortex-m7]rt_hw_cpu_dcache_ops函数uint32_t替换为rt_uint32_t 2023-02-07 12:05:27 -05:00
cortex-m23 [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
cortex-m33 [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
cortex-r4 [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
dm36x [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
lpc24xx [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
lpc214x [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
realview-a8-vmm [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
s3c24x0 rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
s3c44b0 [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
sep4020 rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
zynqmp-r5 sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
SConscript [libcpu]只添加在列表中的 cpu 移植文件 2021-03-25 16:22:51 +08:00