Commit Graph

1278 Commits

Author SHA1 Message Date
Jerry.c 5d55ee8aec
Update 05.SDK_Manual.md
内核API文档修改
2023-08-13 15:06:09 +08:00
Jerry.c 0c39fb0738
Update 05.SDK_Manual.md
修改内核API文档_task_create返回值不全
2023-08-12 12:00:31 +08:00
Supowang 3775caebf3
Merge pull request #384 from guoguozi123456/fix_readme_gcc
[doc]update Porting_Manual_for_GCC
2023-08-03 10:21:52 +08:00
guokengzhou ec9943671d update Porting_Manual_for_GCC 2023-08-02 22:12:03 +08:00
Supowang affa53d802
Merge pull request #374 from android1257/master
[HUST CSE] modify invalid links
2023-05-06 10:23:37 +08:00
Supowang 6a82f90ac0
Merge pull request #373 from 7YZ7/master
Fix pointer addition with NULL pointer
2023-05-06 10:23:12 +08:00
Supowang 46bb77e9b1
Merge pull request #372 from pedestriank/master
[HUST CSE]Modify invalid links
2023-04-25 14:17:03 +08:00
Supowang 5e3dc60474
Merge pull request #371 from Jackie11911/master
[HUST CSE] modify invalid links
2023-04-25 14:15:57 +08:00
Supowang b0c4433d1f
Merge pull request #375 from szlr/fix-memory-leak-and-type-conversion
[HUST CSE] Fix memory leak and type conversion
2023-04-25 14:14:06 +08:00
szlr 6289573de1 [HUST CSE] Fixed memory leak and type conversion issues 2023-04-24 12:46:44 +08:00
szlr cde1647b4b [HUST CSE] Fixed memory leak and type conversion issues 2023-04-24 11:38:04 +08:00
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
7YZ7 21e6bc947a
Update wrapper.c 2023-04-23 20:07:15 +08:00
pedestriank ed28743a44
修改了readme文档中的失效链接 2023-04-23 17:07:52 +08:00
Jackie be7e29de66 Merge branch 'master' of github.com:Jackie11911/TencentOS-tiny 2023-04-23 16:37:58 +08:00
Jackie a4cf030f38 modify the title of two invalid links 2023-04-23 16:37:52 +08:00
Jackie bd85b0dbbf
Merge branch 'OpenAtomFoundation:master' into master 2023-04-23 16:35:23 +08:00
Jackie 7cb42dc721 Modified three invalid links 2023-04-23 16:33:06 +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