Commit Graph

15939 Commits

Author SHA1 Message Date
Rbb666 4f7940167d [bsp][renesas]Link script adds finsh related sections. 2024-04-22 10:10:48 +08:00
Meco Man e58ecd9e54 [bsp] update projects 2024-04-20 01:23:36 -04:00
xiao-mang 7780125283 fix chdir for ash's cd (#8824)
fix for art-pi smart

fix for art-pi smart

fix for art-pi smart

fix for art-pi smart
2024-04-19 18:36:00 +08:00
zhao maosheng 4e7d13b2db fix: code format of serial.c and compile error in aarch64 context_gcc 2024-04-19 16:18:41 +08:00
Rbb666 e9133d5660 [bsp][renesas]fix ra6m3 can't use lcd problem. 2024-04-19 15:37:32 +08:00
zhao maosheng eb6591ddee add rt_hw_interrupt_uninstall declare in rthw 2024-04-19 15:37:31 +08:00
zmq d5fd7f6498 Increased the limit on the number of messages 2024-04-19 15:37:31 +08:00
Abner e9e8b0576b [bsp][nxp]修改 drv_filesystem_spi_flash 驱动 (#8811)
Co-authored-by: yandld <1453363089@qq.com>
Co-authored-by: Meco Man <920369182@qq.com>
2024-04-19 15:36:09 +08:00
zhangyan 87cfd58224 [bsp/phytium]部分设备驱动修改 (#8794)
* update

* 修改 SDIF 驱动,支持同时使用 TF 卡和 eMMC,更换飞腾派自启动镜像

* drivers debug

* update

* update

* update config

* update

* modify format

---------

Co-authored-by: 朱耿宇 <zhugengyu@phytium.com.cn>
2024-04-19 15:36:08 +08:00
wirano 2d18f033a4 [cpu_cache] fix function replaced by macro 2024-04-19 15:36:08 +08:00
Yaochenger 5012edfcdc [bsp][cvitek] 修正PIN设备的控制宏 2024-04-19 15:36:07 +08:00
Meco Man df270ddade [libcpu] remove .asm files in cortex-r52 2024-04-19 15:36:07 +08:00
Rbb666 81ecbd2997 [bsp][renesas]Modify the mdk template project of ra8. 2024-04-19 15:36:06 +08:00
Rbb666 01f5e124fd Delete unnecessary configurations in cortex-r52 2024-04-19 15:36:06 +08:00
Rbb666 3a46b46714 [bsp][renesas][stm32]Fix some bsp probelm in 5.1.x. 2024-04-19 15:36:04 +08:00
Yuqiang Wang 1bb06ab6dc [bsp][driver][renesas] Unified Renesas SCI driver 2024-04-19 15:36:03 +08:00
wdfk-prog 4909b87881 [mem] Remove useless code And Update mem documentation 2024-04-19 15:36:02 +08:00
QTbin a4a4949277 [BSP][HT32]新增合泰ht32f52352和ht32f12366 2024-04-19 15:36:01 +08:00
Shell fe255a8391 [smart] fixup devfs porting layer of terminal (#8797)
Signed-off-by: Shell <smokewood@qq.com>
2024-04-19 15:33:41 +08:00
zms123456 82d41d192d [component][driver][serial/tty]using serial name to name tty
当使用新device model时,serial的名字由系统分配,id也由系统分配,此时应根据系统分配的serial id来作为serial-tty的id
2024-04-19 15:32:56 +08:00
Shell a79176b0ae [drivers/serial] Introduce hooker for TTY (#8733)
In this patch, a hook list has been introduced to address the concerns
regarding coupling issues arising from modifications to the serial code
for integrating TTY logic.

Signed-off-by: Shell <smokewood@qq.com>
2024-04-19 15:29:16 +08:00
Troy 0655742ccf [libc][posix/io] add comments 2024-04-19 15:28:31 +08:00
zms123456 1720811c9a [components][drivers] fix posix tty, and add more baudrate (#8683)
* serial-tty fix

* v2
2024-04-19 15:13:05 +08:00
Shell 004e5bfd60 [fixup] aarch64 UMP compiler error (#8677)
Signed-off-by: Shell <smokewood@qq.com>
2024-04-19 15:12:31 +08:00
Shell 17d22ad408 sync smart & dfs (#8672)
Signed-off-by: xqyjlj <xqyjlj@126.com>
Signed-off-by: Shell <smokewood@qq.com>
Co-authored-by: xqyjlj <xqyjlj@126.com>
2024-04-19 15:09:47 +08:00
zms123456 da37ea86c8 [components][drivers]delete nonexist include file 2024-04-16 23:02:54 -04:00
zms123456 875a52b6f8 [libcpu][aarch64]fix memheap search in setup of aarch64 2024-04-16 23:02:30 -04:00
Yaochenger 8c392f515e [fix] 添加创建线程函数时间片参数检查 (#8807) 2024-04-16 23:02:17 -04:00
zms123456 1b258175a8 [components][drivers]fix some uninitialize err (#8806)
fix some uninitialize err
2024-04-16 23:02:03 -04:00
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