Abner
aca7a71815
[bsp][nxp]增加了drv_filesystem_spi_flash驱动
2024-04-16 23:01:45 -04:00
yandld
9cad5bd3d3
update spi flash mount
2024-04-16 23:01:34 -04:00
Meco Man
5cbfb58ce0
[bsp][stm32f103-fire-arbitrary] fix missing header file
2024-04-16 23:01:33 -04:00
zms123456
45796545be
[components][drivers]close can irq before release fifo
...
原来的CAN close中先释放fifo后关闭CAN中断,可能导致释放fifo后且关闭CAN中断前来CAN中断,此时rt_hw_can_isr可能在RT_ASSERT(tx/rx_fifo != RT_NULL)断言失败
2024-04-16 23:00:09 -04:00
zms123456
45d3b5b614
[components][drivers]fix workqueue bug
...
fix workqueue bug
2024-04-16 22:59:57 -04:00
Meco Man
f63268fd8e
[bsp] revert delete of stm32f407-sparkfire RTduino pinout
2024-04-16 22:59:13 -04:00
liYangYang
2657fe9979
[bsp][cvitek] 在Milk-V Duo 256M开发板中支持ARM核运行RT-Thread标准版和Smart版内核 ( #8800 )
...
* Supports ARM core of Milk-V Duo 256M development board
* add fip.bin(arm)
2024-04-16 22:59:03 -04:00
atwww
c1dc451a00
修复POSIX线程本地存储寻找posix线程句柄时的逻辑错误 ( #8790 )
...
* Add GCC generalized atomic operation function
* 修复POSIX线程本地存储寻找posix线程句柄时的逻辑错误
2024-04-16 22:58:52 -04:00
Eric LGF
0893bf7a56
[ymodem] fix the cmd "sy" without close file
2024-04-16 22:56:55 -04:00
wdfk-prog
7943639f20
[mem] Modify macro definitions for better code reading
2024-04-16 22:56:54 -04:00
yuanzihao
cfcb0cbd73
[BSP][STM32]add stm32f407-lckfb-skystar
2024-04-16 22:56:53 -04:00
Yuqiang Wang
7d1c7d0a95
[bsp][renesas] Add HMI rw007 initialization configuration by default
2024-04-16 22:56:46 -04:00
wirano
0ba1e9324a
bsp/tm4c123: move i2c clk config to tm4c123_config.c
2024-04-16 22:54:34 -04:00
wirano
f588bf49b6
bsp/tm4c123: add hardware i2c support
2024-04-16 22:54:34 -04:00
Rbb666
6f359cefab
Improve renesas LCD driver.
2024-04-16 22:54:33 -04:00
Rbb666
6328be132f
[bsp][renesas]Fix ek-ra8d1 spi binding error problem.
2024-04-16 22:54:33 -04:00
wirano
9c7f668e6c
bsp/stm32: remove duplicate if condition
2024-04-16 22:54:33 -04:00
chinky
252b8f9ac3
[fal]修正类型不匹配
2024-04-16 22:54:33 -04:00
Abner
2685b0465e
[bsp][nxp] 增加drv_spi_sample_rw007驱动
2024-04-16 22:54:33 -04:00
Abner
b4ba71e4ec
[bsp][nxp] 增加drv_spi_sample_rw007驱动
2024-04-16 22:54:33 -04:00
zms123456
24a279115f
[components][drivers][can]fix can warning in 64bit cpu ( #8772 )
...
fix can warning
2024-04-16 22:54:06 -04:00
liYangYang
ea1ab21051
[bsp][zynqmp] 为 DFZU2EG MPSoC 开发板支持标准版和Smart版内核 ( #8773 )
...
zynqmp support RT-Thread and RT-smart
2024-04-16 22:53:59 -04:00
Rbb666
fcad5e16d7
Add ra8 ra_pin_get support.
2024-04-16 22:53:52 -04:00
Rbb666
ace782387d
Add ek-ra8d1 rw007 support.
2024-04-16 22:53:52 -04:00
Rbb666
db63afdb3a
Update ra8 readme.
2024-04-16 22:53:52 -04:00
Rbb666
6f8485399a
[bsp][renesas]Update drv_adc,i2c dirvers.
2024-04-16 22:53:52 -04:00
Rbb666
5834f56080
[bsp][renesas]Fix ek-ra8d1 mdk build error.
2024-04-16 22:53:52 -04:00
Shicheng Chu
a76dad29d5
[bsp][stm32]fix stm32f103 default console uart name
2024-04-16 22:53:51 -04:00
Shell
bb34ce64e0
[include] using signed atomic types
2024-04-16 22:53:11 -04:00
LZerro
2d69eb7c7a
[bsp] Stm32F407-rt-spark adapts to RTduino
2024-04-16 22:49:58 -04:00
StackYuan
7557e7d0d0
[add] Readme doc for stm32h7s7-disco BSP ( #8767 )
...
[bsp][stm32] add English version readme doc for BSP stm32h7s7-st-disco.
2024-04-16 22:49:51 -04:00
Rbb666
0afc067894
[bsp][renesas]Add cortex-r52 rzt2m adaptation
2024-04-16 22:49:51 -04:00
zhangyan
6fc3a0864d
[bsp/phytium]中断相关修改 ( #8742 )
...
* update smp 4
2024-04-16 22:49:20 -04:00
Shell
bbb854d652
[bsp/rpi4] fixup startup failure ( #8754 )
...
[bsp/rpi4] fixup startup issues
Signed-off-by: Shell <smokewood@qq.com>
2024-04-16 22:48:54 -04:00
geniusgogo
e3597aa2e4
add subsys early init level ( #8756 )
...
Signed-off-by: geniusgogo <xpxyr@sina.com>
2024-04-16 22:48:39 -04:00
StackYuan
6ec6ea2544
[fix] fixup spaces and add in ci.
2024-04-16 22:48:02 -04:00
StackYuan
a3979fa8d9
[BSP] add bsp for st's new platform stm32h7s7-st-disco.
...
[drv] STM32H7RSxx_HAL bsp fixed and update.
[add] bsp stm32h7s7-dk README.md
2024-04-16 22:48:01 -04:00
sp-cai
8ebecf7441
[src][scheduler]修复 rt_exit_critical_safe 函数错误地使用了返回
...
函数 rt_exit_critical_safe 应是没有返回值的,rt_exit_critical() 也是没返回值的
2024-04-16 22:47:30 -04:00
geniusgogo
5088bad3e0
[dfsv2] add dfs pwrite pread
2024-04-16 22:46:54 -04:00
Yuqiang Wang
4d57b60cc8
[driver][soft-spi] spi device driver framework adds pin init function function
...
为什么提交这份PR (why to submit this PR)
ps:在设备初始化阶段不应该存在对硬件的操作
你的解决方案是什么 (what is your solution)
ps:添加一个pin_init函数,在spi设备使用时调用该函数来完成硬件引脚的状态初始化,而不是在设备初始化阶段对硬件进行操作,已经在瑞萨HMI上通过验证
2024-04-16 22:46:36 -04:00
Troy
50d1b2fc8c
[libc] add some posix function comments
2024-04-16 22:46:26 -04:00
flyingcys
1b8862a5aa
support cvitek bsp spinor flash
2024-04-16 22:46:13 -04:00
zms123456
fa43fa7925
[components][drivers]fix compile warning in 64 bits arch cpu ( #8739 )
...
fix compile warning in 64 bits arch
2024-04-16 22:46:02 -04:00
Meco Man
6efd2e99bc
[ci] add vi package checking ( #8737 )
...
* [ci] add vi package checking
* [ci] add MultiButton software package checking
2024-04-16 22:45:36 -04:00
Meco Man
6cb9586346
[hmi-board][rtduino] remove switchToPWM
2024-04-16 22:45:36 -04:00
flyingcys
94f516c02d
[bsp/cvitek]update cv18xx series README.md
...
update cv18xx series README.md
2024-04-16 22:45:36 -04:00
zms123456
a075fd69d0
[components][drivers]add ofw support i2c
2024-04-16 22:45:04 -04:00
flyingcys
065e742d40
[bsp/cvitek]add gitignore file
...
提交 cvitek 下大核 被gitignore 编译依赖文件
2024-04-16 22:44:57 -04:00
Meco Man
156c4cead5
[iar] fix legacy macros will be added if cannot get the IAR version
2024-04-16 22:44:57 -04:00
Siwei Xu
b9bffb2827
[bsp][nxp] Add SPI1 config for FRDM-MCXN947 board
2024-04-16 22:44:57 -04:00