Commit Graph

1261 Commits

Author SHA1 Message Date
android1257
06c919ed7f [HUST CSE]modify invalid links 2023-04-23 21:39:38 +08:00
android1257
419bc06f18 [HUST CSE]modify invalid links 2023-04-23 21:30:52 +08:00
android1257
07a90c78b3 [HUST CSE]modify invalid links 2023-04-23 21:19:21 +08:00
Supowang
09b65f0e67 Merge pull request #370 from 7YZ7/master
[HUST CSE] Fix: 字符数组str越界
2023-04-23 15:32:49 +08:00
Supowang
250ca3ef08 Merge pull request #368 from Eric-hust/master
[HUST CSE]Modify the null pointer fifo to access first and then judge
2023-04-23 15:31:54 +08:00
Supowang
4e17ab6399 Merge pull request #367 from xy420513/master
Fix: 字符数组expect_str越界
2023-04-23 15:27:35 +08:00
7YZ7
146d03916e Update mqtt_iot_explorer_esp8266.c 2023-04-23 13:41:24 +08:00
Eric_He
1961644fa4 Modify the null pointer fifo to access first and then judge 2023-04-23 10:55:42 +08:00
xy420513
e73aff466a Fix:字符数组越界 2023-04-21 11:01:11 +08:00
xy420513
698ebf8a61 Fix: 字符数组expect_str越界
第389行创建的字符数组str大小只有10,后续412行sprintf的字符串明显超出了10的大小,会发生数组越界,出现问题
2023-04-21 00:47:43 +08:00
Supowang
0cef33e152 Merge pull request #364 from Stwsyburg/master
[HUST CSE] Fix: 字符数组str越界
2023-04-20 16:59:53 +08:00
Stwsyburg
c47b3dbbdb Fix: 字符数组str越界 2023-04-20 11:36:46 +08:00
Supowang
d3bc75eae6 Merge pull request #363 from Hustrookies/master
Fixed a wrong parament name in printf
2023-04-20 11:04:53 +08:00
unknown
4113ab09c8 Fixed a wrong parament name in printf 2023-04-20 10:48:19 +08:00
Supowang
bcf377f43d Merge pull request #362 from blueothershore/master
first commit
2023-04-19 16:37:38 +08:00
unknown
2d03d6cdd7 first commit 2023-04-19 16:33:36 +08:00
Supowang
0b095caf9f Merge pull request #360 from Kent-Zuo/master
[HUST CSE]Modify incorrect expressions passed into the assert function
2023-04-19 10:36:22 +08:00
Supowang
00d7f769a2 Merge pull request #358 from Andrew12138-w/master
Fix a bug where null pointers were not judged
2023-04-19 10:14:14 +08:00
Supowang
010055dda3 Merge pull request #359 from cospine/master
[HUST-CSE]Add null pointer check in OSA_TaskSetPriority
2023-04-19 10:13:41 +08:00
Kent Zuo
c074a5b750 [HUST CSE]Modify incorrect expressions passed into the assert function 2023-04-19 10:08:04 +08:00
cospine
2a9280fa27 当while循环不执行时,tcb没有被检查是否合法(是否为空指针),存在空指针风险 2023-04-18 21:07:17 +08:00
Andrew12138-w
53f7e6e1c5 Fix a bug where null pointers were not judged 2023-04-18 20:42:45 +08:00
Supowang
e3159c6526 Merge pull request #357 from fly1ngpengu1ns/sort
Fixed an array out-of-bounds issue caused by bubbling sort writing error
2023-04-18 10:36:08 +08:00
fgps
50d95289df Fixed an array out-of-bounds issue caused by bubbling sort writing error 2023-04-14 22:30:24 +08:00
Supowang
43bc8564a2 Update README.md 2023-02-03 15:45:38 +08:00
Supowang
919173ca3d Update README.md 2023-02-03 15:37:26 +08:00
Supowang
9920551668 Merge pull request #356 from OpenAtomFoundation/dependabot/cargo/examples/tos_meets_rust/app/generic-array-0.12.4
Bump generic-array from 0.12.3 to 0.12.4 in /examples/tos_meets_rust/app
2022-11-25 15:42:04 +08:00
dependabot[bot]
c11c5b8baa Bump generic-array from 0.12.3 to 0.12.4 in /examples/tos_meets_rust/app
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/0.12.4/CHANGELOG.md)
- [Commits](https://github.com/fizyk20/generic-array/compare/0.12.3...0.12.4)

---
updated-dependencies:
- dependency-name: generic-array
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 06:24:30 +00:00
Supowang
0acaeade52 Merge pull request #352 from KY-zhang-X/pr
Add micropython component
2022-11-25 14:23:23 +08:00
Supowang
cf5ef2446b Merge pull request #354 from walker2048/walker_dev
统一 SW_Handler 命名为wch官方sdk标准
2022-11-25 11:52:23 +08:00
Supowang
89790d982a Merge pull request #355 from Yangyuanxin/master
modify ini_demo readme.md & update bcrypt components & bcrypt demo
2022-11-25 11:51:39 +08:00
Yangyuanxin
3aa583750a Update the latest cJSON library, resolve calling cJSON_ Print returned a failed problem. 2022-11-13 10:44:14 -05:00
Yangyuanxin
eaa1b9ee5e modify ini_demo readme.md & update bcrypt components & bcrypt demo 2022-10-28 12:17:39 -04:00
walker2048
ec74b30bb0 统一 SW_Handler 命名为wch官方sdk标准 2022-10-27 10:09:12 +08:00
KY-zhang-X
525cfda2d8 add bearpi_micropython doc and scripts 2022-10-12 18:53:59 +08:00
KY-zhang-X
ed310f51bf micropython: fix bug 2022-10-12 13:58:50 +08:00
KY-zhang-X
3e4ceb8afe add micropython demo on bearpi board 2022-09-29 12:15:02 +08:00
KY-zhang-X
afeaebd1b9 add fatfs_through_vfs demo on bearpi board 2022-09-29 12:13:33 +08:00
KY-zhang-X
dd76146324 micropython: add micropython component 2022-09-29 12:10:37 +08:00
KY-zhang-X
1514f1cb9b add w25q64 hardware on bearpi board 2022-09-29 12:07:16 +08:00
KY-zhang-X
f93d0857aa add qspi and sd on bearpi board 2022-09-29 12:05:16 +08:00
KY-zhang-X
affe5574ec hal_uart: add some details 2022-09-29 11:55:58 +08:00
KY-zhang-X
7cc072bdab sys: fix a small bug of creating dynamic task 2022-09-29 11:51:59 +08:00
Supowang
a6e4cf7719 Update Partners.png 2022-09-05 15:13:50 +08:00
Supowang
06ac5ef51a Merge pull request #350 from Yangyuanxin/master
add ini Parse & ini Parse demo
2022-08-09 11:51:33 +08:00
Supowang
131553c31a Merge pull request #348 from KY-zhang-X/pr
Fix bug for VFS & FatFS component
2022-08-09 11:49:02 +08:00
morixinguan
67be743a10 add ini Parse & ini Parse demo 2022-08-05 01:44:33 -04:00
KYzhang_X
24d7a9c591 revise .gitignore 2022-08-02 11:13:20 +08:00
KYzhang_X
30988eba92 fatfs: fix stat bug 2022-08-02 10:58:01 +08:00
KYzhang_X
3c1eac5bb0 vfs: fix readdir bug 2022-08-02 10:57:54 +08:00