arche8
59977a21de
[HUST CSE]Modify invalid links ( #7279 )
...
* [HUST CSE]Modify invalid links
2023-04-18 19:13:58 +08:00
sheltonyu
8612d5e119
[bsp/at32] add support dac driver
2023-04-18 17:16:57 +08:00
zb1tree
a25d3fd301
fix:fixed variable misuse
2023-04-17 23:45:10 -04:00
7YZ7
9e680e9f86
[bsp][ls1c] fix a misoperation
...
attach #7291
2023-04-17 22:59:31 -04:00
7YZ7
501b22aabe
[HUST CSE] Fix many abnormal symbols in annotations and format code
2023-04-17 22:26:23 -04:00
Stwsyburg
3f44132ade
Fix: if语句的判断条件存在变量名错误
2023-04-17 22:07:14 -04:00
aoao
308c1c66c8
[HUST CSE]Modified some invalid links in README documents ( #7283 )
...
* [HUST CSE]Modified some invalid links in README documents
2023-04-18 09:49:53 +08:00
wangqinglin
2d36be841f
aarch64:修复qemu.bat ( #7276 )
2023-04-17 23:59:43 +08:00
Stwsyburg
ca1b1e5164
Fix many abnormal symbols in annotations
2023-04-16 22:37:16 -04:00
supperthomas
371693b5ce
[security] Set up security policy
2023-04-16 20:47:56 -04:00
Hy
7c629d974d
[HUST CSE]NULL POINTER ( #7220 )
...
* avoids the risk of a null pointer
* 将||改成&&来判断断言
There is a possibility of a null pointer
* there is a possibility of a null pointer
* Update components/drivers/fdt/src/dtb_get.c
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
* 已根据代码规范进行修改,谢谢提醒
---------
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-04-17 08:12:27 +08:00
L3LeTrigger
60835af8e1
[HUST-CSE]fix:Invalid document link about env ( #7262 )
2023-04-17 08:10:43 +08:00
sb508
467a7f92a1
[HUST CSE]Missing right parenthesis
2023-04-16 16:02:35 -04:00
Shelton Jacob
87ab55bbb2
fix: Extra brackets ( #7252 )
2023-04-15 22:46:42 -04:00
xinyi.gao
61c239b6f0
[nxp][imxrt1060] add link script files
2023-04-15 10:01:10 -04:00
WCX
b2f2825456
[bsp][bouffalo] add hwtimer & flash driver support ( #7203 )
...
* add hwtimer & flash driver support
2023-04-15 15:34:36 +08:00
Rbb666
aeed2eebdc
[Infineon]Update Infineon [mtb-hal-cat1] to V2.3.0 and [mtb-pdl-cat1] to v3.2.0
2023-04-15 15:33:20 +08:00
Eziotao
870bf84964
下标越界判断有误(interrupt.c)
2023-04-15 15:18:15 +08:00
lessone1
2638a2a90c
[components] Wrong order of judgment
2023-04-14 22:51:06 -04:00
Xu Biang
2c98ce4605
[HUST CSE][document] Fix some comments, invalid grouping commands and warnings in Doxygen.
...
将Doxygen输入文件(由Doxyfile中的INPUT定义)中的失效Doxygen分组指令(如/*@*/和/*@}*/)更改为有效的分组指令(如/**@*/和/**@}*/);(此处只对INPUT中的文件做了修改,bsp目录下和libcpu目录下存在近万个失效的Doxygen分组指令,但由于不作为文档的输入文件且这些文件过于庞大老旧,没有对这些文件中的无效指令做修改)
将图片文件统一放入了images目录下;
修改了Doxyfile和部分Doxygen注释,使得Doxyfile能够定位到新的代码路径且不受重复实现的影响;
解决了一些注释中的参数名不匹配、参数多余/缺失等问题。
2023-04-14 12:33:43 -04:00
sheltonyu
4157a2802b
[bsp/at32] add at32f435_437 uart interrupt functions macros
2023-04-14 12:28:19 -04:00
qwerta
60b0f9d5f8
[HUST CSE] Initialize uint16_t variable in delay loop ( #7241 )
2023-04-14 12:23:30 -04:00
meisiman
0acf4a764a
[HUST CSE]fix:Grammar error: An extra ') '
2023-04-14 12:22:15 -04:00
songw4232
d4257aff20
[add]添加stm32u575上手文档 ( #7246 )
2023-04-14 18:46:42 +08:00
xqyjlj
8748886987
🐞 fix(components/drivers/cputime/cputimer.c): fix cputimer with signal ( #7247 )
2023-04-14 17:02:42 +08:00
songw4232
ad309699d6
[add]添加bsp/stm32/stm32u575-st-nucleo外设 ( #7237 )
...
* [add]添加bsp/stm32/stm32u575-st-nucleo外设
* [fix]修改源码格式使之符合RT-Thread代码规范
* [fix]修改相关报错问题
* [fix]修改README.md
* [fix]删除无效代码及添加相关注释
2023-04-14 14:07:05 +08:00
d1zzy126
5c1b071a0c
[HUST][CSE]mips/common/exception.c/rt_set_except_vector ( #7238 )
...
* mips/common/exception.c/rt_set_except_vector
* Update exception.c
---------
Co-authored-by: Bernard Xiong <bernard.xiong@gmail.com>
2023-04-14 14:06:43 +08:00
Yaochenger
ef1b3383a6
[add]添加CH32V208英文上手指南 ( #7243 )
2023-04-14 00:21:30 -04:00
linshire
825cdefe70
[bsp][lpc55s69]add softi2c ( #7221 )
2023-04-13 21:41:38 -04:00
I-Hsien
a08e930e20
[HUST CSE] Fix nullptr issue in bsp/rv32m1_vega/ri5cy/board/fsl_host.c ( #7236 )
...
During the process of statically checking the source code, it was found that this judgment directly obtained the member of the structure pointer without performing a null pointer check. When an upstream function has an exception and passes in a null pointer, a runtime error will occur.
2023-04-13 20:03:54 -04:00
n0vic3
dfe0c6b090
[HUST CSE][src][timer.c]修复 iar 中的类型转换报错
2023-04-13 19:56:33 -04:00
hiro_655
ced40f33c5
[HUST CSE][doxygen][src]Fix the comment in rt_thread_defunct_enqueue ( #7228 )
...
根据这个issues #6857 在idle.c文件中找到一个函数缺失参数
2023-04-13 19:25:59 -04:00
sheltonyu
f86715cee5
[bsp/at32] update for perfection of drv_usart_v2 ( #7210 )
2023-04-14 00:35:07 +08:00
palmyzf
8e8fcef7b8
[HUST CSE]avoids null pointer problems ( #7233 )
...
* [HUST CSE]avoids null pointer problems
* Update hal_dma.c
* Update hal_dma.c
* Update hal_dma.c
2023-04-14 00:30:28 +08:00
Yaochenger
83c0565e36
[change]修正stm32f401-st-nucleo上手指南 ( #7227 )
...
* [add]修正stm32f401-st-nucleo英文上手指南
* [add]添加STM32中文工程使用指南
* 规范英文图片名称
* 修改图片路径
* Update STM32系列如何创建新项目.md
2023-04-14 00:29:23 +08:00
DmrS5
ca02945756
【修改】hpm_clock_drv.c文件中if判断中逻辑错误 ( #7235 )
2023-04-14 00:28:03 +08:00
Lu_Reaper
af914a1690
[bsp]: fix spi chipselect in Infineon ( #7234 )
...
1. compatible for HIGH ACTIVE SPI CHIP_SELECT
2023-04-14 00:27:03 +08:00
Yaochenger
8487caad4b
[add][ch32v208w-r0]添加CH32V208上手指南 ( #7225 )
2023-04-13 17:26:43 +08:00
xqyjlj
970c7c6f7a
🐞 fix(components/drivers): fix cpu timer in multithreading ( #7222 )
...
* 🐞 fix(components/drivers): fix cpu timer in multithreading
* 🎈 perf(components): change double to uint64_t
* 🎈 perf(components): add UL suffix
2023-04-13 16:00:19 +08:00
codlearner
590e603997
逻辑错误
2023-04-13 10:00:23 +08:00
geniusgogo
5bbcb5dc79
fix tmpfs spinlock error. ( #7216 )
2023-04-12 13:12:27 +08:00
True-False-debug
dc24388833
Update sd.c
2023-04-11 23:01:03 -04:00
Yaochenger
fb7b1251cf
[add][RT1060]添加英文上手指南 ( #7211 )
2023-04-11 22:58:55 -04:00
杨熙
abb4bfdead
[bsp][lpc55sxx] update keil project files ( #7180 )
2023-04-11 19:02:11 -04:00
Stanley L
aa4d4dfbe3
Create How to create a new project.md
...
initial commit
2023-04-11 18:48:45 -04:00
Hy
d120cf08ac
[HUST CSE]avoids the risk of a null pointer ( #7209 )
2023-04-11 09:07:07 -04:00
Yaochenger
7509f55641
[add][RT1060]修正上手指南 ( #7207 )
...
* [add]修正上手指南
* [add]修正上手指南与重新配置rtconfig.h
2023-04-10 23:17:56 -04:00
unknown
582adfb211
[finsh]更正注释
2023-04-10 22:13:03 -04:00
guo
ff12c58bf8
[bsp][renesas] Add preliminary ethernet support. ( #7204 )
2023-04-11 03:47:33 +08:00
Yaochenger
6a0ffc9231
[add][RT1060]添加BSP上手指南
2023-04-10 09:16:28 -04:00