来一颗糖
532d898e71
[bsp/n32g452xx] add drv_spi.c ( #5640 )
2022-03-07 12:05:53 +08:00
Yang sheng
542195559b
[bsp][stm32] Add support with pwm6 to pwm13 ( #5620 )
2022-03-07 01:20:05 +08:00
Man, Jianting (Meco)
c1ab995371
增加板卡标识 ( #5633 )
2022-03-07 01:15:13 +08:00
BruceOu
38ed2a3ec4
[bsp/gd32]Optimize UART ( #5603 )
...
* [bsp/gd32]Optimize UART
* [bsp/gd32]Optimize UART
2022-03-04 13:49:28 +08:00
Man, Jianting (Meco)
d28654570d
增加板卡标识 ( #5615 )
2022-02-27 09:02:14 +08:00
Man, Jianting (Meco)
e96e3e07f5
[lwip] integrate lwip porting layer ( #5606 )
...
* [lwip] integrate lwip porting layer
* Lwip 通用文件梳理 (#2 )
* [modify] extract the common files for different version about lwip.
* [update] the initialization logic of lwIP.
* 整理源码结构
* ethernetif 头文件 ""改为<>
* 整理代码
* add macro definition "RT_USING_DEVICE_IPC".
* [update] mandatory selected "RT_USING_DEVICE_IPC".
* [modify] compile error for lost "lwip/init.h"
Co-authored-by: xiangxistu <52819708+xiangxistu@users.noreply.github.com>
Co-authored-by: liuxianliang <liuxianliang@rt-thread.com>
2022-02-23 23:56:43 +08:00
guo
2c165449ee
[bsp] Fix a typo in qemu.sh ( #5612 )
2022-02-23 14:16:12 +08:00
Man, Jianting (Meco)
2e98bc4e19
[arduino][stm32l475] enable i2c4 bus ( #5608 )
...
* [Arduino][stm32l475] enable i2c bus device
* 增加默认i2c总线设备名称
2022-02-23 10:20:36 +08:00
Tuber
5a61304a09
add ch579m bsp ( #5600 )
...
* add ch579m bsp
Author: Tuber <tuber@xyza.cn>
Date: Wed Feb 16 07:20:23 2022 +0000
* fix uart reg value error and format code
* change file encode to utf-8
2022-02-18 13:41:59 +08:00
Man, Jianting (Meco)
89bf823f7d
[arduino][stm32l475] update application/arduino folder ( #5599 )
2022-02-17 13:36:15 +08:00
GUI
85dc9bd4a6
[libcpu/aarch64] rt_hw_trap_irq get irq instead of iar when using gicv2 ( #5601 )
...
* [libcpu/aarch64] add smp support
* [libcpu/aarch64] rt_hw_trap_irq get irq instead of iar when using gicv2
2022-02-17 01:00:29 +08:00
WillianChan
a1d1f95338
[bsp][stm32][stm32f769-st-disco]add stm32f7xx_hal_dsi.c when using LTDC/MIPI-DSI
...
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
2022-02-14 13:55:39 +08:00
yanmowudi
98b98124c7
delete swm320-lq100 bsp
2022-02-14 13:53:04 +08:00
WillianChan
56235c21dd
[bsp][stm32][stm32f769-st-disco]fix wrong CPPDEFINES and close lwip
...
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
2022-02-14 10:13:42 +08:00
Wayne
23c1fdd779
[nuvoton] Update configuration files and fix issue. ( #5588 )
...
1. Add default rtconfig.h header.
2. Fix IP reset issue.
Co-authored-by: Wayne Lin <wclin@nuvoton.com>
2022-02-08 15:03:05 +08:00
liuhy-2020
a23aadd631
[bsp][essemi] fix bugs. ( #5585 )
...
* [bsp][essemi] update es32f36xx libraries.
* [bsp][essemi] add led_pin control.
2022-02-08 09:13:05 +08:00
RudyLo
4192f0d651
[bsp][artpi] porting LVGL to ART-Pi with Media-IO ( #5583 )
...
* [bsp][art-pi] add spi lcd ili9488 driver
* [bsp][art-pi] support LVGL display
* [bsp][artpi] support LVGL indev
* [bsp][artpi] debug LVGL indev with ft6236
* [bsp][artpi] swap and invert touchpad coordinate
* [bsp][artpi] redundant declarations
* [bsp][artpi] indent BSP_USING_LVGL config
* [bsp][artpi] default build debug version
* [bsp][artpi] fix BSP_USING_LVGL Kconfig
2022-02-07 17:24:48 +08:00
guozhanxin
a0fadd4e5a
remove duplicate code
2022-01-29 21:52:26 +08:00
guozhanxin
44dcf1d68a
Merge remote-tracking branch 'remotes/origin/gitee_master'
2022-01-29 18:37:56 +08:00
Man, Jianting (Meco)
71ba65e7c0
add new bsp tms320c6678
...
原始提交PR:https://gitee.com/rtthread/rt-thread/pulls/372
提交者:https://gitee.com/wei-handong
----------------------
在TI公司C6000 DSP处理器上成功移植rt-thread操作系统;主要在libcpu/ti-dsp/c6x添加keystone架构底层代码,在bsp/ti-c6678添加bsp工程,该工程已在本人的开发板上成功运行
* 添加TMS320C6678处理器,keystone架构底层代码
* 添加支持中断栈部分代码,修改格式
* 修改汇编rt_hw_context_switch_to处关于时间槽的使用;修改格式
* 修改使用C语言构建任务栈帧,清除fls和ffs对<c6x.h>文件的依赖
* 修改bsp tms320c6678工程,并测试
* 删除依赖TI的KeyStone_common.c文件
* 添加编译说明
* update bsp/ti-tms320c6678/README.md.
* format code
Co-authored-by: Huang bo <hb265419@126.com>
Co-authored-by: hdwei <1147479335@qq.com>
Co-authored-by: bernard <bernard.xiong@gmail.com>
Co-authored-by: rtthread-bot <48120998+rtthread-bot@users.noreply.github.com>
Co-authored-by: Meco Man <920369182@qq.com>
2022-01-29 16:11:42 +08:00
Meco Man
7a0f48caa9
[stm32]小ROMbsp 默认为-O2
2022-01-28 04:23:41 -05:00
charlown
e969e7166a
[bsp/wch/arm/ch32f103c8-core]:add BSP_USING_TIM to fix compile error if no select hwtimer.
2022-01-28 12:26:50 +08:00
bernard
1c4c186181
!372 [本次提交内容:在TI公司C6000 DSP处理器上成功移植rt-thread操作系统;主要在libcpu/ti-dsp/c6x添加keystone架构底层代码,在bsp/ti-c6678添加bsp工程,该工程已在本人的开发板上成功运行]
...
Merge pull request !372 from hdwei/hdwei
2022-01-28 01:38:42 +00:00
charlown
90c3ef05c5
[bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver]:support gcc.
2022-01-28 09:30:25 +08:00
hdwei
c5ab5250bc
update bsp/ti-tms320c6678/README.md.
2022-01-27 14:43:52 +00:00
hdwei
0d4e3a4b16
update bsp/ti-tms320c6678/README.md.
...
添加READM.md说明文档
2022-01-27 14:42:08 +00:00
hdwei
5c8b4908e7
update bsp/ti-tms320c6678/README.md.
2022-01-27 14:38:46 +00:00
hdwei
0ea04eb842
update bsp/ti-tms320c6678/README.md.
2022-01-27 14:33:48 +00:00
hdwei
9fb11fd815
update bsp/ti-tms320c6678/README.md.
2022-01-27 14:30:44 +00:00
hdwei
36471da716
update bsp/ti-tms320c6678/README.md.
2022-01-27 14:29:36 +00:00
hdwei
72083e3986
rename bsp/ti-tms320c6678/readme.txt to bsp/ti-tms320c6678/README.md.
2022-01-27 13:57:07 +00:00
liukangcc
ccbd22f493
[update] refresh project
2022-01-26 18:30:23 +08:00
guo
0b191fbdc9
Merge pull request #5522 from ShermanShao/master
...
[bsp/renensas] 更新 ra6m4-cpk 的 FSP 3.5.0;添加 ra6m4-iot bsp
2022-01-26 18:08:19 +08:00
charlown
94cfe1d338
[bsp/wch/arm/Libraries/ch32_drivers]format code.
2022-01-26 18:07:36 +08:00
charlown
7b2b9cdb70
add wch ch32f203r-evt bsp.
2022-01-26 18:07:36 +08:00
Sherman
544c721d89
Merge branch 'master' of github.com:RT-Thread/rt-thread
2022-01-26 17:48:46 +08:00
Sherman
fc3c29df70
Merge remote-tracking branch 'remotes/origin/ra6m4-cpk-3.5.0'
...
# Conflicts:
# bsp/ra6m4-cpk/.settings/standalone.prefs
# bsp/ra6m4-cpk/SConscript
# bsp/renesas/ra6m4-cpk/ra_gen/vector_data.h
# bsp/renesas/ra6m4-iot/buildinfo.gpdsc
# bsp/renesas/ra6m4-iot/project.uvoptx
# bsp/renesas/ra6m4-iot/project.uvprojx
# bsp/renesas/ra6m4-iot/ra/fsp/inc/api/r_external_irq_api.h
# bsp/renesas/ra6m4-iot/ra_gen/SConscript
2022-01-26 17:42:57 +08:00
Wayne Lin
8803bf4018
Update RT_USING_DFS options and sync new USB host API.
2022-01-26 15:09:29 +08:00
Wayne Lin
648199808e
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into nuvoton
2022-01-26 14:54:14 +08:00
guo
e665bacf89
Merge pull request #5567 from mysterywolf/nxp
...
#5564 format codes
2022-01-26 12:51:53 +08:00
Meco Man
77b8db800c
[imxrt] format codes
2022-01-25 23:24:09 -05:00
LeeChunHei
3000140bfd
爲imxrt系列添加usb host驅動 ( #4377 )
...
* adding fsl_os_abstraction porting
* port usbh to imxrt
Co-authored-by: guo <guozhanxin@rt-thread.com>
2022-01-26 11:49:22 +08:00
guozhanxin
2f6f9da5e3
fix usbhost issue by #4378
2022-01-26 11:39:39 +08:00
LeeChunHei
c06b57670f
修改bsp的usb host 驅動 ( #4379 )
...
* add arg for rt_usb_host_init call
2022-01-26 10:46:57 +08:00
guo
e6cc9363c7
Merge pull request #5561 from iysheng/up_gd32
...
同步更新 GD32 框架代码,移动 wdt 和 rtc 驱动
2022-01-26 10:46:01 +08:00
iysheng
e4892b95fd
[bsp][gd32103c-eval] Port rtc, adc, wdt, hwtimer drivers to new gd32
...
frame
2022-01-26 10:28:15 +08:00
WBI\nxf44444
8b0f50b7e2
Update i2c driver, add read ACK and BUS status check
2022-01-26 01:43:05 +08:00
WBI\nxf44444
3be35fecae
Update i2c driver, add read ACK and BUS status check
2022-01-26 00:54:03 +08:00
Wayne Lin
1577e91c50
Update default configurations.
2022-01-25 19:15:55 +08:00
Wayne Lin
e272d04219
[nuvoton] Sync to 4.1.0.
...
1. Remove dfs_posix.h including for syncing 4.1.0.
2. Fix issue in crypto driver.
3. Add LVGLv81 supporting in NuMaker-M2354 BSP.
4. Update USB board menu in M480 BSP.
2022-01-25 19:03:07 +08:00