Compare commits

..

No commits in common. "cf36cf8cf74989cb4cb31631fcd1f5308696c6c4" and "cfb40c80bf0c417367391c1eba6b89dee4a02f4e" have entirely different histories.

3 changed files with 4 additions and 19 deletions

View File

@ -70,7 +70,7 @@
</option> </option>
<option> <option>
<name>OGLastSavedByProductVersion</name> <name>OGLastSavedByProductVersion</name>
<state>9.40.1.63870</state> <state>9.40.2.67586</state>
</option> </option>
<option> <option>
<name>OGChipSelectEditMenu</name> <name>OGChipSelectEditMenu</name>
@ -357,19 +357,9 @@
<state>$PROJ_DIR$\..\rtthread</state> <state>$PROJ_DIR$\..\rtthread</state>
<state>$PROJ_DIR$\..\rtthread\include\libc</state> <state>$PROJ_DIR$\..\rtthread\include\libc</state>
<state>$PROJ_DIR$\..\rtthread\include</state> <state>$PROJ_DIR$\..\rtthread\include</state>
<<<<<<< HEAD
<<<<<<< HEAD
<state>C:\Users\dufresne\Documents\020Study\500Project\git\newPtz\drivers</state>
=======
<state>D:\git\newPtz\drivers</state>
<state>D:\git\newPtz\drivers\tmp75</state>
<state>D:\git\newPtz\drivers\mb85rc64</state>
>>>>>>> df00792cd493a7d5804a60e319aad67a31dc2ee1
=======
<state>D:\newPtz\drivers</state> <state>D:\newPtz\drivers</state>
<state>D:\newPtz\drivers\mb85rc64</state> <state>D:\newPtz\drivers\mb85rc64</state>
<state>D:\newPtz\drivers\tmp75</state> <state>D:\newPtz\drivers\tmp75</state>
>>>>>>> fb0726f7e9cf0aac37964e0815ddc0905f163227
</option> </option>
<option> <option>
<name>CCStdIncCheck</name> <name>CCStdIncCheck</name>

View File

@ -107,17 +107,17 @@ GD32F4系列通常有多个ADC单元如ADC0, ADC1, ADC2。它们可以协
```mermaid ```mermaid
flowchart TD flowchart TD
subgraph A[任务内容(What)] subgraph A[任务内容What]
direction LR direction LR
A1[规则组<br>常规任务队列] A1[规则组<br>常规任务队列]
A2[注入组<br>高优先级任务队列] A2[注入组<br>高优先级任务队列]
end end
subgraph B[执行策略(How)] subgraph B[执行策略How]
B1[操作模式<br>单次/连续/扫描/间断] B1[操作模式<br>单次/连续/扫描/间断]
end end
subgraph C[结果收集(What to do)] subgraph C[结果收集What to do]
direction LR direction LR
C1[数据转移方式<br>查询/中断/DMA] C1[数据转移方式<br>查询/中断/DMA]
end end

View File

@ -9,13 +9,8 @@
*/ */
#include <stdint.h> #include <stdint.h>
#include <rthw.h> #include <rthw.h>
<<<<<<< HEAD
// #include <rtthread.h> // #include <rtthread.h>
#include "drv_usart.h" #include "drv_usart.h"
=======
#include <rtthread.h>
// #include "drv_usart.h"
>>>>>>> newPtz_/main
#include <gd32f4xx.h> #include <gd32f4xx.h>
// <o> Internal SRAM memory size[Kbytes] <8-64> // <o> Internal SRAM memory size[Kbytes] <8-64>