wangxiaoyao
1c2daeafdc
[fix] typo
2023-02-21 08:48:49 +08:00
wangxiaoyao
26891e9117
[fix] pipeline
2023-02-21 08:48:49 +08:00
wangxiaoyao
484a0d602e
[fixup] add cache maintenance ops;
...
fix bugs on cache maintenance when starting user app
2023-02-21 08:48:49 +08:00
wangxiaoyao
f84d89b0ca
[libc] including musl signal.h with _POSIX_SOURCE
2023-02-21 08:48:49 +08:00
wangxiaoyao
855aef9c9c
[mm] distinguish NULL and MAP_FAILED
2023-02-21 08:48:49 +08:00
wangxiaoyao
ed58f6676d
[src] add assertion for debugging
2023-02-21 08:48:49 +08:00
xieyangrun
29c7278edc
driver/fdt] add parse reg array, get address and size by index.
2023-02-21 08:47:25 +08:00
Bernard Xiong
0ea687e0cb
[lwP] fix _m_lock in posix mutex
2023-02-21 08:47:00 +08:00
vandoul
c377c4bea3
[nxp][lpc55sxx] add status to lpc_i2c_bus in drv_i2c for lpc55sxx. ( #6935 )
...
添加一个status,判断I2C执行结果来修复i2c传输始终正确的BUG。
2023-02-19 23:09:27 -05:00
guozhanxin
1b3d287cee
[revert] workqueue RT_THREAD_SUSPEND flag
2023-02-17 09:39:33 -05:00
guozhanxin
b065486b23
[workqueue] Reduce critical section, improve performance
2023-02-16 20:59:14 -05:00
liYony
bc385cd55c
[spi]优化挂载函数对cs_pin的处理
2023-02-16 09:47:55 -05:00
Rbb666
73f1ee76b6
[Renesas]Add use lvgl document
2023-02-16 14:00:47 +08:00
zhkag
0f85648cfb
Improve timer accuracy and realize ( #6926 )
...
* add cputimer frame
* add cputime sleep
* ctime use cputime
* Processing cputime has no timeout function
* Migration cputime Code
* formatting file
* 整理代码
* add document copyright information
* 改 cputime_timer 为 cputimer
* 简化 _cputimer_list 初始化
* rt_cputimer_create -> rt_cputimer_init
* Remove RT_USING_CPUTIME and code cleanup.
* Remove RT_USING_CPUTIME in cputimer.c
* Set set_next_timeout as static function.
---------
Co-authored-by: Bernard Xiong <bernard.xiong@gmail.com>
2023-02-15 20:46:22 +08:00
Meco Man
ad79e29474
format ch32 driver
2023-02-15 09:36:04 +08:00
Meco Man
5f080215a1
[ng32] format ng32f452 bsp
2023-02-15 09:36:04 +08:00
Meco Man
da533d113e
[nxp] format imxrt libraries
2023-02-15 09:36:04 +08:00
Shell
2d09749086
[rt-smart] PV_OFFSET as a variable ( #6904 )
...
* [rt-smart/mem] remove pv_offset
* [rt-smart] list kernel space command
* [rt-smart] restore ioremap region
* [revert] restore kernel space isolation
* [rt-smart/pv_off] code format
* [rt-smart] add get_pvoff()
* [pvoffset] pvoff as constant for C codes
* [pvoff] pvoff as interfaces
2023-02-14 23:08:32 +08:00
Bernard Xiong
fc1aced665
[FDT] Fix POSIX compatibility for string.h ( #6923 )
...
* [FDT] Fix POSIX compatibility for string.h
* [FDT] format libfdt code.
* [FDT] format libfdt code.
2023-02-13 16:36:16 +08:00
guozhanxin
03bcd0701c
[ci] fix build error.
2023-02-13 10:56:17 +08:00
guozhanxin
b32eae36d3
[ci]add aarch64 smart ci
2023-02-13 10:56:17 +08:00
guozhanxin
1c46f2f686
add rt-smart risv64 ci
2023-02-13 10:56:17 +08:00
guozhanxin
aa83f64ef2
[ci] utest add --strict
2023-02-13 10:56:17 +08:00
guozhanxin
ba5c63e65d
add rtsmart ci
2023-02-13 10:56:17 +08:00
Moss
c55e6694db
[devicedrivers] Fix typo in sfud error messages
2023-02-12 14:07:46 -05:00
liYangYang
1eec660b12
[spi]添加rt_spi_bus_attach_device_cspin 函数 ( #6916 )
...
这个函数实现了原先的挂载功能,并且调用pin框架,初始化cs引脚,是一个功能相对完善的挂载函数。用户也能更简单的使用。
该函数取代rt_spi_bus_attach_device,后续rt_spi_bus_attach_device会被逐渐淘汰掉。新的BSP以及软件包应当使用rt_spi_bus_attach_device_cspin新函数。
STM32L475潘多拉测试通过。
2023-02-11 22:14:54 -05:00
Bernard Xiong
e4edf7e182
[BSP] Add color build for qemu gcc config. ( #6924 )
2023-02-11 17:14:55 +08:00
Yaochenger
ee121d25dc
[RTduino][ch32v208]修正rtconfig.h配置 ( #6920 )
2023-02-09 22:55:52 -05:00
zhkag
657cbfdac7
修复编译警告
2023-02-09 15:21:17 +08:00
Yaochenger
7c6c12cbff
[RTduino][ch32v208w-r0]ch32v208w-r0适配RTduino ( #6917 )
2023-02-08 23:01:20 -05:00
螺丝松掉的人
20459ec4d3
[ringbuffer] ringbuffer size boost to 32bit ( #6915 )
...
* ringbuffer size boost to 32bit
* 添加ringbuffer测试demo
related: #682
----
Co-authored-by: Zxy <1308465141@qq.com>
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-02-08 22:55:52 -05:00
Meco Man
f58d3c5200
rt_device_write/read return data type as rt_ssize_t
...
rt_ssize_t can give negative error code, which follows the unix style correctly
2023-02-07 21:43:57 -05:00
geniusgogo
890c1c9264
fixed syscall errno return.
2023-02-07 12:05:48 -05:00
wdfk-prog
7296117203
[cortex-m7]rt_hw_cpu_dcache_ops函数uint32_t替换为rt_uint32_t
2023-02-07 12:05:27 -05:00
zhkag
7c1d6ffd3c
add clock_cpu_settimeout function
2023-02-07 15:51:11 +08:00
zhkag
f4e9ec82bb
修复纳秒微妙混用转换错误
2023-02-07 15:48:47 +08:00
zhkag
bdd6811230
移除无用代码
2023-02-07 13:49:03 +08:00
zhkag
edd9c6721f
add timer lock
2023-02-07 13:49:03 +08:00
zhkag
7a1ad00aac
update timer
2023-02-07 13:49:03 +08:00
xqyjlj
312eb0c412
🌈 style(components/dfs/filesystems/tmpfs/dfs_tmpfs.c): fix style
2023-02-07 11:31:15 +08:00
xqyjlj
da8f5c08c2
🐞 fix(components/dfs/filesystems/tmpfs/dfs_tmpfs.c): cannot open the same file repeatedly in 'w' mode
2023-02-07 11:31:15 +08:00
Rbb666
e010d844af
[Renesas]Fix ra6m3 build error
2023-02-06 22:18:07 -05:00
xiao xie
e94a3bf52c
[imxrt1060] Update 1060 sdk 2.12.1 ( #6892 )
...
更新的SDK2.12.1更新imxrt1060的驱动
2023-02-06 22:17:31 -05:00
Yifang
53dcac6f68
bsp][LPC55S69] README文档增加keil版本编译报错解决方案 ( #6910 )
2023-02-06 22:15:42 -05:00
褚仕成
60199160cf
[bsp][lpc55sxx] add: README_zh and README
2023-02-05 22:03:27 -05:00
Bernard Xiong
98e0c58527
Add ADT Kconfig and fix MMU kconfig issue in Cortex-A ( #6901 )
...
* Add ADT Kconfig and fix MMU kconfig issue in Cortex-A
* [BSP] enable ADT
2023-02-06 01:11:04 +08:00
Rbb666
db5ed9c576
[IFX]Add psoc6 bsp
2023-02-03 13:56:30 +08:00
tuduweb
9fbf63441e
[doxygen] Fix some warnings in doxygen ( #6899 )
2023-02-02 21:00:58 -05:00
Zxy
fb8e9ea93a
[sensor] 修复命令交互使用日志输出API的问题 ( #6895 )
...
命令交互应使用rt_kprintf,而非LOG_x
2023-02-02 20:56:10 -05:00
杨熙
83bd8614ab
Bsp lpc55sxx ( #6897 )
...
* [bsp_lpc55sxx] i2c,rtc bsp update
1. add i2c DMA mode
2. enable rtc driver
* [bsp_lpc55sxx] formmat code
using formmating.py for format code
* [lpc55sxx] remove .gitignore
* [bsp][lpc55sxx] update bsp driver
1. update sdif driver, enable DFS, FAT32
2. update rtc driver
2023-02-02 16:41:14 +08:00