Commit Graph

15875 Commits

Author SHA1 Message Date
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
xhackerustc 28be12b329 [nxp/mcxn] add SPI6 support (#8704)
* [bsp][nxp] add missing drv_spi.h

Otherwise when building spi users such as u8g2, gcc will complain can't
find the drv_spi.h.

* [bsp][nxp] enable spi6

* [bsp][nxp] add spi sample code which uses spi6 to loopback

Connect spi6's MISO <--> MSIO, I.E P3_20 and P3_22 with Dupont Line
The sample usage and output would be:

msh >spi_sample
spi rbuf : 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f

spi loopback mode test over!
2024-04-16 22:44:03 -04:00
Zhang 62e6abe5df [bsp][nxp] mcxn947基础上去除多余修改: 2024-04-16 22:44:03 -04:00
Zhang 5deb0afcbe [bsp][nxp]基于MCXN947的spi_driver添加spi7读写W25Q64_Flash: 2024-04-16 22:44:03 -04:00
posfilu e2541ef9e9 [kernel]SIGNAL节点分配失败应该返回错误 2024-04-16 22:44:03 -04:00
flyingcys 5c593e6789 support cv181x-riscv for RT-SMART (#8724) 2024-04-16 22:43:28 -04:00
Dyyt587 8b4c2f5cdf [bsp][stm32] fix hardware i2c driver bug 2024-04-16 22:42:57 -04:00
zealsoftstudio 07ebd42dac [nxp/mcxn] support Ethernet 2024-04-16 22:42:32 -04:00
Jingbao Qiu 249c9ba9cf [bsp][CV1800B] add SPI driver for CV1800B
Signed-off-by: Jingbao Qiu <qiujingbao.dlmu@gmail.com>
2024-04-16 22:42:32 -04:00
白熊 f3d7c8567a [bsp][ch32v307v]添加了硬件iic驱动 2024-04-16 22:39:25 -04:00
Meco Man f61b69fcb0 [finsh] remove finsh_syscall_lookup() function declaration 2024-04-16 22:39:25 -04:00
Yuqiang Wang edc7cc97eb [bsp][renesas] rtduino supports the soft spi switch to pwm function
1.修改drv_gpio.c:R_IOPORT_Open()函数只需执行一次,修改位置为init时执行
2.默认HMI-Board使能rtduino后支持soft spi,通过switch_pwm可切换为pwm功能
2024-04-16 22:39:24 -04:00
wdfk-prog 4d53370b0d [bsp][stm32][spi] 优化H7 DMA数据非字节对齐的处理流程 2024-04-16 22:39:24 -04:00
Meco Man 146c324676 [pico][ci] add RTduino libraries check 2024-04-16 22:39:24 -04:00
Shicheng Chu fb3d4923b0 [bsp][rtduino] pico rtduino support spi 2024-04-16 22:39:24 -04:00
Meco Man a9e3d9221e [devcie][pwm] fix warnings 2024-04-16 22:39:24 -04:00
Meco Man e3d5703138 [msh] add comment for secondary-commands
新增加的二级命令使用方式没有清晰的描述
- 功能实现PR:https://github.com/RT-Thread/rt-thread/pull/8086
- 补充优化PR:https://github.com/RT-Thread/rt-thread/pull/8251
- 使用二级命令的例子:https://github.com/RT-Thread/rt-thread/pull/8398
- 相关issue:https://github.com/RT-Thread/rt-thread/issues/8691
2024-04-16 22:38:10 -04:00
Meco Man 403c13dc9a [gcc] add footprint information when compiling 2024-04-16 22:38:10 -04:00
liYangYang 50d7248627 [bsp][art-pi-smart] 关闭内存对齐检查来避免数据访问异常 2024-04-16 22:38:10 -04:00
Meco Man 3f53a3a7f1 [RTduino] change the pinout group name 2024-04-16 22:38:10 -04:00
geniusgogo 63d6184517 fix pin ofw variable init. 2024-04-16 22:38:10 -04:00
Troy a4fbc53c3d Add comments for all functions in components/libc/posix/io/eventfd/eventfd.c 2024-04-16 22:38:09 -04:00
flyingcys 35c564c01a support cv181x c906_little (#8680) 2024-04-16 22:31:47 -04:00
Shell f4c7d46300 [libcpu/aarch64] improve performance of IRQ dis/en-able (#8687)
Signed-off-by: Shell <smokewood@qq.com>
2024-04-16 22:31:47 -04:00
Troy 8881f0eea1 Fix the issue of incorrect return of invalid parameters in aio_write 2024-04-16 22:29:47 -04:00
Yuqiang Wang 140585364d [bsp][renesas] fix FSP could not be recognized after being imported into studio 2024-04-16 22:29:47 -04:00
Yuqiang Wang 0234de6c1d [bsp][renesas] Fixed some problems after importing HMI-Board into studio 2024-04-16 22:29:47 -04:00
Meco Man 1ea1c8fc7b [msh] solve data access bugs and fix shell.c strcat()
When using musl libc's strcat, strcat itself will cause system crash.
2024-04-16 22:29:47 -04:00
liYony ac38532aeb [rt-smart][art-pi] update imx6ull-smart bsp 2024-04-16 22:29:47 -04:00
Yuqiang Wang 8c710ad04f [bsp][ch32] Fixed the issue that importing ch32v307 project into studio would not compile (#8678) 2024-04-16 22:29:46 -04:00
Troy ccbd8e851c Fix epoll.c file format error 2024-04-16 22:29:46 -04:00
Troy a9fe9d6aed Fix incorrect naming of triggered 2024-04-16 22:29:46 -04:00
Troy a1f4584bbc modified: components/libc/posix/io/aio/aio.c Added some function comments
modified:   components/libc/posix/io/aio/aio.h		Align comments within the aiocb structure
modified:   components/libc/posix/io/epoll/epoll.c	Add comments for all functions and members within structure members
2024-04-16 22:29:46 -04:00
Shicheng Chu 1eba9eca95 [bsp][stm32] drv_rtc.c中包含drv_common.h 避免找不到 error_handle实现 (#8676) 2024-04-16 22:29:46 -04:00
Troy fe512e6411 modified: components/libc/posix/delay/delay.c Added comments for all functions in this file
modified:   components/libc/posix/signal/posix_signal.c		Add comments to the sigqueue function, although it does not have an internal implementation
modified:   components/libc/posix/signal/posix_signal.h		Added detailed explanation to all members of the rt_signal_value enumeration
2024-04-16 22:29:46 -04:00
Shell 7c2353a622 fixup d1s (#8671)
Signed-off-by: Shell <smokewood@qq.com>
2024-04-16 22:29:46 -04:00