Commit Graph

15852 Commits

Author SHA1 Message Date
白熊 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
Wat 1b8654b98e Add GCC generalized atomic operation function 2024-04-16 22:29:46 -04:00
ShaquilleLiu 5872aef5f7 [bsp] frdm-mcxn947 增加dac驱动 (#8667) 2024-04-16 22:29:46 -04:00
0BitBiscuits 09eab8d169 [bsp][renesas]Redundant configuration information is removed 2024-04-16 22:29:46 -04:00
Evlers 06eb41a7a1 [wlan][cmd] fixed a duplicate issue with the wifi scan command 2024-04-16 22:29:46 -04:00
Evlers 5f0504a25e [wlan] add the wlan join scan function 2024-04-16 22:29:45 -04:00
Siwei Xu 26d37e90ea [bsp][nxp] Fix menuconfig error in scons created project 2024-04-16 22:29:45 -04:00
Meco Man 814c37d4e3 [bsp] format drivers code 2024-04-16 22:29:45 -04:00
Meco Man 1dc436feca [bsp][drv_gpio] fix the error code return when pin number is illegal 2024-04-16 22:29:45 -04:00
kk 3f335619bd [pin] pin_read/write rt_uint8_t to rt_ssize_t 2024-04-16 22:29:45 -04:00
Siwei Xu 52f2acf228 [bsp][nxp] Fix scons command can not found 'sdk_dist' 2024-04-16 22:29:45 -04:00
ShaquilleLiu 4ae3527abb [bsp][nxp]修复frdm_mcxn947上 adc设备无法注册及编译不过问题
驱动的Kconfig中添加 BSP_USING_ADC0 宏信息
芯片级的SConscript中添加缺失的 fsl_lpadc.c 和 fsl_spc.c
2024-04-16 22:29:44 -04:00
tianshnegming d987151bb8 [bsp][at32]修复由于ADC转换完成标志未清除导致ADC多通道读取时概率性地通道错位 2024-04-16 22:29:44 -04:00
Shell 3828a9033c [finsh] feat: add finsh thread entry hook
Signed-off-by: Shell <smokewood@qq.com>
2024-04-16 22:25:44 -04:00
RoboSchmied a0e2070dee [doc] fix dead link to contribution_guide.md in
README.md
README_es.md
README_de.md

[ci skip]
2024-04-16 22:25:17 -04:00
Jisheng Zhang 642bc7cbdb [bsp][nxp] fix link error when enabling SPI
/usr/lib/gcc/arm-none-eabi/13.2.1/../../../arm-none-eabi/bin/ld: rt-thread/bsp/nxp/mcx/mcxn/Libraries/drivers/drv_spi.o: in function `spixfer':
rt-thread/bsp/nxp/mcx/mcxn/Libraries/drivers/drv_spi.c:150:(.text.spixfer+0x102): undefined reference to `LPSPI_MasterTransferEDMA'
/usr/lib/gcc/arm-none-eabi/13.2.1/../../../arm-none-eabi/bin/ld: rt-thread/bsp/nxp/mcx/mcxn/Libraries/drivers/drv_spi.c:160:(.text.spixfer+0x16c): undefined reference to `LPSPI_MasterTransferEDMA'
/usr/lib/gcc/arm-none-eabi/13.2.1/../../../arm-none-eabi/bin/ld: rt-thread/bsp/nxp/mcx/mcxn/Libraries/drivers/drv_spi.o: in function `rt_hw_spi_init':
rt-thread/bsp/nxp/mcx/mcxn/Libraries/drivers/drv_spi.c:211:(.text.rt_hw_spi_init+0x22e): undefined reference to `LPSPI_MasterTransferCreateHandleEDMA'
2024-04-16 22:25:02 -04:00
Shell de099d8222 [libcpu/rv64] fixup for parameter passing on backtrace (#8655)
Signed-off-by: Shell <smokewood@qq.com>
2024-04-16 22:24:47 -04:00
Shell 2c77959ac5 [bsp] update config for vexpress a9 (#8652)
Signed-off-by: Shell <smokewood@qq.com>
2024-04-16 22:24:29 -04:00
Meco Man d958b656b8 [ci] change check branch to v5.1.x 2024-03-21 01:24:02 -04:00
qiujingbao 0499617556
[bsp][CV1800B] add POR driver which support reboot 2024-03-21 01:13:52 -04:00
Rbb666 f3cbb8d58e [bsp][driver][Infineon]Fix timer interrupt callback conflict 2024-03-21 01:11:39 -04:00
Meco Man 3f26998f9c [bsp] update projects 2024-03-21 11:23:29 +08:00
Shell f143ea2b31
[kernel] remove redundant _scheduler_stack_check 2024-03-20 22:26:41 -04:00
Meco Man e81978c5dc [kernel] move std libc related to rtklibc.h 2024-03-20 22:26:11 -04:00