Man, Jianting (Meco)
|
89bf823f7d
|
[arduino][stm32l475] update application/arduino folder (#5599)
|
2022-02-17 13:36:15 +08:00 |
Man, Jianting (Meco)
|
5ec00a5a1d
|
[dmodule] 补充头文件 (#5602)
* add references
* [dmodule] add <fcntl.h>
|
2022-02-17 12:34:48 +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 |
Chester guo
|
01b3a34cc6
|
[Fix bug] fix thread init bug (#4891)
When we create thread A by rt_thread_init but do
not init the thread object,and then create thread
B in the thread A,it maybe crash.
|
2022-02-17 00:44:37 +08:00 |
WillianChan 陈威廉
|
49ccbdb851
|
[fix][components][utilities]adjust the order of compiler macros (#5593)
* [fix][components][utilities]adjust the order of compiler macros
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
* [modify][components][utilities]This PR complies with RT-Thread code specification
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
|
2022-02-14 14:03:34 +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 |
Meco Man
|
0c35b803fa
|
[utestcases] add dependence RT_USING_UTESTCASES
|
2022-02-14 10:14:12 +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 |
tyustli
|
5178e7ec0b
|
[add] src/clock.c add hook for rt_tick_increase (#5569)
* [add] src/clock.c add hook for rt_tick_increase
* [fix] clock.c rt_tick_incerase hook function
* Update clock.c
Co-authored-by: guo <guozhanxin@rt-thread.com>
|
2022-02-13 14:50:51 +08:00 |
Man, Jianting (Meco)
|
d4b5555b7e
|
移除localtime_r多余的声明 (#5590)
|
2022-02-10 18:19:33 +08:00 |
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 |