4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 00:49:31 +08:00

4884 Commits

Author SHA1 Message Date
ZHU Hao
d0a9402583
Update drv_sound.c 2021-06-22 14:12:05 +08:00
greedyhao
7c259a05c2 [bsp][bluetrum] Compatible romfs 2021-06-21 21:07:58 +08:00
greedyhao
9d08e9fb12 [bsp][bluetrum] update link.lds 2021-06-21 21:01:05 +08:00
greedyhao
8c5fed62c1 [bsp][bluetrum] stream close 存在问题 2021-06-21 21:00:41 +08:00
guo
6f1a505cd2
Merge pull request #4801 from mysterywolf/delay2
implement delay.c/.h
2021-06-21 17:14:05 +08:00
Bernard Xiong
bccdf912c8
Merge pull request #4764 from KyleChenjh/master
[serial] 增加serial_v2版本的框架和基于stm32的串口驱动
2021-06-21 14:29:04 +08:00
guo
b032f9a6e2
Merge pull request #4793 from mysterywolf/lwipcc
[bug][lwip] 修复lwip临界区保护的bug
2021-06-20 11:27:52 +08:00
guo
8a7213a267
Merge pull request #4803 from chenyingchun0312/master
[bsp/nrf5x] modify nrf52832 default memory config
2021-06-18 22:03:02 +08:00
chenjh
0613cf8ca2 [serial] 解决serial_close未清除回调接口的问题 2021-06-18 14:54:37 +08:00
guo
4b9913f06d
Merge pull request #4802 from rtthread-bot/rtt_bot
[update] RT-Thread Robot automatic submission
2021-06-17 11:06:07 +08:00
Bernard Xiong
fab435a16d
Merge pull request #4739 from xfwangqiang/imxrt1064
[BSP][IMXRT]modify kconfig for i2c, uart, LCD, and fixed i2c read bug in drv_i2c.c
2021-06-17 10:46:11 +08:00
Meco Man
5b889d05ac [w60x] 修复UART1功能无法使用 2021-06-17 06:15:39 +08:00
陈迎春
6f36fdf177
[bsp/nrf5x] modify nrf52832 default memory config 2021-06-16 23:52:30 +08:00
rtthread-bot
1e7dfa694f Merge remote-tracking branch 'rtt_gitee/gitee_master' 2021-06-16 09:32:46 +00:00
chenjh
5ac5d92cbb [serial] 优化发送非阻塞时,serial_close未执行rt_completion_done的问题。 2021-06-16 16:55:33 +08:00
Meco Man
56e3571e8a implement delay.c/.h 2021-06-16 14:15:31 +08:00
Bernard Xiong
8a274211f1
Merge pull request #4787 from leton-tian/patch-1
Update drv_rtc.c
2021-06-14 21:11:37 +08:00
Meco Man
ce06e5e160 adjust drv_eth.c's head files 2021-06-13 13:15:59 +08:00
Bernard Xiong
4595ada2ce
Merge pull request #4774 from Wang-Huachen/master
[bsp][zynqmp-r5-axu4ev]修复使用xil_cache.h可能找不到函数定义的问题
2021-06-12 19:29:10 +08:00
Bernard Xiong
03b758c7f3
Merge pull request #4786 from chunyexixiaoyu/dev
update board.c in k210 bsp
2021-06-12 19:24:11 +08:00
chunyexixiaoyu
4e54555120 /bsp/k210:add delay us function in board.c ,when using posix interface ,rt_hw_us_delay this function will be called in unistd.c file 2021-06-11 10:02:24 +08:00
leton-tian
4e66a20fbf
Update drv_rtc.c
将rt_int32_t改为time_t。
2021-06-10 22:23:06 +08:00
Wang-Huachen
788203117a delete extra space at the end of line 2021-06-10 20:49:54 +08:00
Wang-Huachen
b9b5a32da4 add copyright notice and permission notice 2021-06-10 20:46:13 +08:00
iysheng
f2734c0a54 [bsp][gd32450z-eval] Formating files to pass the CI check 2021-06-10 00:06:56 +08:00
iysheng
f070d64021 [bsp][gd32450z-eval] Synchronize firmware library updates 2021-06-10 00:06:50 +08:00
iysheng
7b5fd81d06 [bsp][gd32450z-eval] Update firmware library and delete usb relate library codes 2021-06-09 23:49:18 +08:00
cyz
796c8affdd rt_hw_us_delay的实现有问题,针对这一问题进行了修改 2021-06-09 12:35:52 +08:00
Wang-Huachen
e029953bc0 fixed possible errors when using xil_cache.h 2021-06-08 19:28:08 +08:00
chenjh
fac3c5cda1 [serial] 优化dma接收处理流程,解耦驱动调用串口框架的API接口 2021-06-08 09:38:43 +08:00
chenjh
d94be14df5 [serial] 增加serial_v2版本的框架和基于stm32的串口驱动 2021-06-08 09:38:43 +08:00
ivan
1e82e40c82 fixed bug of lcd_draw_line function when y1 == y2. need to consider user case when x1 >= x2 2021-06-07 11:37:12 +08:00
guozhanxin
9d5ae107ee [ci] update Arm ToolChains to 10-2020-q4. 2021-06-02 09:15:25 +08:00
wangqiang
fefaac854c 完善i2c,uart,LCD的kconfig,修复了I2C的imxrt_i2c_mst_xfer函数读取数据前会多进行一次写地址的操作 2021-05-28 14:20:49 +08:00
zhouji
3350b0ba4e [update] 整理cortex-a kconfig菜单,并更新相关BSP的配置。 2021-05-27 17:44:44 +08:00
Bernard Xiong
59bec27364
Merge pull request #4713 from ssd4561/ft2004
ft2000/4 开发板BSP完成提交
2021-05-27 17:06:01 +08:00
Bernard Xiong
f61b966562
Merge pull request #4726 from Guozhanxin/origin/master
在潘多拉开发板上添加 usb 扬声器、麦克风选项
2021-05-27 16:53:40 +08:00
huanghe
0c5692eece 修改部分格式问题
[add] 增加ft2004 BSP
2021-05-26 16:34:37 +08:00
guozhanxin
e455b18241 [bsp][qemu-riscv-virt64]add English README.md 2021-05-25 11:58:02 +08:00
guozhanxin
247943f1cd add usb audio for pandora. 2021-05-24 16:59:32 +08:00
BernardXiong
66e54122fc [BSP] fix space issue 2021-05-23 00:47:58 +08:00
BernardXiong
22e84516f4 [BSP] Update imx6ul bsp for Kconfig and UART 2021-05-22 21:47:04 +08:00
bigmagic123
d6f5fbcd5b format code 2021-05-21 18:39:41 +08:00
bigmagic
a5503a4a71 add rv64 virt readme 2021-05-21 17:47:43 +08:00
bigmagic
b7c7c7f4de Support for running with M-Mode 2021-05-21 17:10:07 +08:00
Bernard Xiong
9317ee2cb2
Merge pull request #4705 from lizhirui/master
add qemu-riscv-virt64 bsp
2021-05-21 06:41:20 +08:00
Bernard Xiong
5ba96109c6
Merge pull request #4665 from tao-eternal/patch-1
[GD32V]fixed some bugs about interrupt
2021-05-18 19:34:25 +08:00
BernardXiong
f960128acf [BSP] remove the unnecessary code. 2021-05-18 19:05:06 +08:00
BernardXiong
f07857324b [bsp] Use sbi from freebsd 2021-05-18 18:58:39 +08:00
Bernard Xiong
a0175e3d15
Merge pull request #4683 from Wang-Huachen/master
add ethernet driver for zynqmp-r5-axu4ev
2021-05-18 18:51:19 +08:00