将printf修改为通过串口输出
    将工程切换为ADS的工程,ADS直接导入即可编译
This commit is contained in:
SEEKFREE_Kang
2020-11-04 09:49:49 +08:00
parent 66e0573942
commit 9af26e4c17
1251 changed files with 27135 additions and 6496 deletions

View File

@@ -1,12 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>1-ADC_Demo</name>
<name>AURIX_test_project</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.tasking.ctc.TskManagedBuilder</name>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
@@ -14,7 +21,8 @@
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>com.infineon.aurix.buildsystem.aurixnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
<nature>com.tasking.ctc.target</nature>
</natures>
</projectDescription>