Commit f7cfcc7
[src] fix mutex bug
add RT_THREAD_CTRL_SET_PRIORITY
add RT_THREAD_CTRL_SET_PRIORITY
doxygen: cleanup and re-org files
This patch contains two small changes, mainly to
prepare for the next step of organizing the modules
framework.
The first change: move the files related to doxygen
examples to `documentation/0.doxygen/example/`
The second change: delete `documentation/0.doxygen/mainpage.h`,
which is the mainpage of the old page. Now the new mainpage
is `documentation/INDEX.md`, so the duplicate can be
deleted.
Signed-off-by: Chen Wang <[email protected]>
[bsp/hpm5300evk]: 修复readme中的描述问题 (#10187)
1.bsp中描述路径boards不存在,只有board,并且路径中会包含openocd,把openocd路径去掉
2. 运行openocd发现cmsis-dap.cfg异常,使用ft2232.cfg可以正常烧入,修改readme
3. 添加download.bat脚本,方便下载
libcpu: aarch64: Fix NORMAL_NOCACHE_MEM attr (#10180)
Signed-off-by: Cliff Chen <[email protected]>
Signed-off-by: mouch6131 <[email protected]>
Co-authored-by: Cliff Chen <[email protected]>
Fixed an error by running scons --tartget=cmake under LINUX, #10113 (#10164)
Fixed an error by running scons --tartget=cmake under LINUX, and associated issue #101131 parent 16f5856 commit f7cfcc7
File tree
19 files changed
+48
-57
lines changed- bsp/hpmicro/hpm5300evk
- board/debug_scripts
- boards
- probes
- soc
- components/lwp
- documentation/0.doxygen
- example
- include
- libcpu/aarch64/common
- src
- tools
19 files changed
+48
-57
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1634 | 1634 | | |
1635 | 1635 | | |
1636 | 1636 | | |
1637 | | - | |
| 1637 | + | |
1638 | 1638 | | |
1639 | 1639 | | |
1640 | 1640 | | |
| |||
8789 | 8789 | | |
8790 | 8790 | | |
8791 | 8791 | | |
8792 | | - | |
| 8792 | + | |
8793 | 8793 | | |
8794 | 8794 | | |
8795 | 8795 | | |
| |||
8959 | 8959 | | |
8960 | 8960 | | |
8961 | 8961 | | |
8962 | | - | |
| 8962 | + | |
8963 | 8963 | | |
8964 | 8964 | | |
8965 | 8965 | | |
| |||
0 commit comments