woody
|
6d0caf7bfc
|
修改dac.c函数名称错误 (#5591)
|
2022-02-10 18:18:52 +08:00 |
guozhanxin
|
af702e048d
|
[ulog] Optimize code to improve readability.
|
2022-02-10 10:22:08 +08:00 |
guozhanxin
|
615824b5e3
|
[fix] memheap using assertions before scheduler starts.
|
2022-02-10 10:22:08 +08:00 |
guozhanxin
|
26c511475e
|
[ulog] Fixed the problem of abnormal log output at the INIT_BOARD_EXPORT level.
|
2022-02-10 10:22:08 +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 |
guo
|
909b464e78
|
Merge pull request #5577 from mysterywolf/bspl0
|
2022-01-28 17:43:18 +08:00 |
Meco Man
|
7a0f48caa9
|
[stm32]小ROMbsp 默认为-O2
|
2022-01-28 04:23:41 -05:00 |
guo
|
580194f5f0
|
Merge pull request #4740 from Guozhanxin/scheduler_check
|
2022-01-28 16:38:32 +08:00 |
guo
|
cd929f04f6
|
Merge pull request #5575 from mysterywolf/simulator
|
2022-01-28 16:17:11 +08:00 |
guo
|
302fa5102f
|
Merge pull request #5572 from charlown/master
|
2022-01-28 15:37:35 +08:00 |
Meco Man
|
e9fac0c012
|
remove outdated comment
|
2022-01-28 01:48: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 |
charlown
|
36ef2e1abb
|
merge #5571: add wch chip.
|
2022-01-28 11:55:24 +08:00 |
geniusgogo
|
658b2c1027
|
fix 32bit & 64bit value to pointer interconvert.
|
2022-01-28 11:35:10 +08:00 |
geniusgogo
|
039e2ff530
|
fixed wlan driver dhcp multitask safety
|
2022-01-28 11:35:10 +08:00 |
liukangcc
|
9d7ac2f94a
|
[UPDATE] v4.1.0 released log.
|
2022-01-28 11:06:19 +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 |
guo
|
a03808dbb7
|
Merge pull request #5559 from liukangcc/master
|
2022-01-27 14:36:13 +08:00 |
Henson
|
500d26c257
|
optimize code
|
2022-01-26 21:39:06 +08: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 |
guozhanxin
|
9b44535740
|
add RT_DEBUG_SCHEDULER_AVAILABLE check
|
2022-01-26 16:03:31 +08:00 |
guo
|
032ce63ed3
|
Merge pull request #5562 from OpenNuvoton/nuvoton
[nuvoton] Sync to 4.1.0 and update drivers.
|
2022-01-26 15:43:48 +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 |
Meco Man
|
2962a868c7
|
Merge branch 'master' of https://github.com/xinyigao/rt-thread-1.git
|
2022-01-25 23:20:41 -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 |
iysheng
|
0e30fac069
|
[tools] Remove has_key methods to improve compatibility with Scons version
|
2022-01-26 11:14:50 +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 |