Browse Source

change MyTimer to Timer

Arnaud Vergnet 3 years ago
parent
commit
2e26c66360
2 changed files with 40 additions and 23 deletions
  1. 19
    2
      MDK-ARM/Project.uvprojx
  2. 21
    21
      MDK-ARM/RTE/_Simulateur/RTE_Components.h

+ 19
- 2
MDK-ARM/Project.uvprojx View File

@@ -185,6 +185,7 @@
185 185
             <uocXRam>0</uocXRam>
186 186
             <RvdsVP>0</RvdsVP>
187 187
             <RvdsMve>0</RvdsMve>
188
+            <RvdsCdeCp>0</RvdsCdeCp>
188 189
             <hadIRAM2>0</hadIRAM2>
189 190
             <hadIROM2>0</hadIROM2>
190 191
             <StupSel>8</StupSel>
@@ -351,7 +352,7 @@
351 352
             <NoWarn>0</NoWarn>
352 353
             <uSurpInc>0</uSurpInc>
353 354
             <useXO>0</useXO>
354
-            <uClangAs>0</uClangAs>
355
+            <ClangAsOpt>4</ClangAsOpt>
355 356
             <VariousControls>
356 357
               <MiscControls></MiscControls>
357 358
               <Define></Define>
@@ -638,6 +639,7 @@
638 639
             <uocXRam>0</uocXRam>
639 640
             <RvdsVP>0</RvdsVP>
640 641
             <RvdsMve>0</RvdsMve>
642
+            <RvdsCdeCp>0</RvdsCdeCp>
641 643
             <hadIRAM2>0</hadIRAM2>
642 644
             <hadIROM2>0</hadIROM2>
643 645
             <StupSel>8</StupSel>
@@ -804,7 +806,7 @@
804 806
             <NoWarn>0</NoWarn>
805 807
             <uSurpInc>0</uSurpInc>
806 808
             <useXO>0</useXO>
807
-            <uClangAs>0</uClangAs>
809
+            <ClangAsOpt>4</ClangAsOpt>
808 810
             <VariousControls>
809 811
               <MiscControls></MiscControls>
810 812
               <Define></Define>
@@ -928,4 +930,19 @@
928 930
     <files/>
929 931
   </RTE>
930 932
 
933
+  <LayerInfo>
934
+    <Layers>
935
+      <Layer>
936
+        <LayName>&lt;Project Info&gt;</LayName>
937
+        <LayDesc></LayDesc>
938
+        <LayUrl></LayUrl>
939
+        <LayKeys></LayKeys>
940
+        <LayCat></LayCat>
941
+        <LayLic></LayLic>
942
+        <LayTarg>0</LayTarg>
943
+        <LayPrjMark>1</LayPrjMark>
944
+      </Layer>
945
+    </Layers>
946
+  </LayerInfo>
947
+
931 948
 </Project>

+ 21
- 21
MDK-ARM/RTE/_Simulateur/RTE_Components.h View File

@@ -1,21 +1,21 @@
1
-
2
-/*
3
- * Auto generated Run-Time-Environment Configuration File
4
- *      *** Do not modify ! ***
5
- *
6
- * Project: 'Project' 
7
- * Target:  'Simulateur' 
8
- */
9
-
10
-#ifndef RTE_COMPONENTS_H
11
-#define RTE_COMPONENTS_H
12
-
13
-
14
-/*
15
- * Define the Device Header File: 
16
- */
17
-#define CMSIS_device_header "stm32f10x.h"
18
-
19
-
20
-
21
-#endif /* RTE_COMPONENTS_H */
1
+
2
+/*
3
+ * Auto generated Run-Time-Environment Configuration File
4
+ *      *** Do not modify ! ***
5
+ *
6
+ * Project: 'Project' 
7
+ * Target:  'Simulateur' 
8
+ */
9
+
10
+#ifndef RTE_COMPONENTS_H
11
+#define RTE_COMPONENTS_H
12
+
13
+
14
+/*
15
+ * Define the Device Header File: 
16
+ */
17
+#define CMSIS_device_header "stm32f10x.h"
18
+
19
+
20
+
21
+#endif /* RTE_COMPONENTS_H */

Loading…
Cancel
Save