Skip to content

Commit f13813b

Browse files
committed
Fix mdk5 config and disable auto gen code
1 parent c557af9 commit f13813b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bsp/renesas/ra4e2-ek/buildinfo.gpdsc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
<file category="header" name="ra/fsp/src/bsp/mcu/ra4e2/bsp_peripheral.h" path=""/>
122122
<file category="source" name="ra/fsp/src/r_ioport/r_ioport.c"/>
123123
<file category="source" name="ra/fsp/src/r_sci_uart/r_sci_uart.c"/>
124+
<file category="other" name="ra/SConscript"/>
124125
</files>
125126
</component>
126127
<component Cclass="Flex Software" Cgroup="Build Configuration">
@@ -136,6 +137,7 @@
136137
<file category="header" name="ra_cfg/fsp_cfg/bsp/bsp_pin_cfg.h" path=""/>
137138
<file category="header" name="ra_cfg/fsp_cfg/r_ioport_cfg.h" path=""/>
138139
<file category="header" name="ra_cfg/fsp_cfg/r_sci_uart_cfg.h" path=""/>
140+
<file category="other" name="ra_cfg/SConscript"/>
139141
</files>
140142
</component>
141143
<component Cclass="Flex Software" Cgroup="Generated Data">
@@ -148,6 +150,7 @@
148150
<file category="header" name="ra_gen/hal_data.h" path=""/>
149151
<file category="source" name="ra_gen/main.c"/>
150152
<file category="source" name="ra_gen/pin_data.c"/>
153+
<file category="other" name="ra_gen/SConscript"/>
151154
<file category="source" name="ra_gen/vector_data.c"/>
152155
<file category="header" name="ra_gen/vector_data.h" path=""/>
153156
</files>

bsp/renesas/ra4e2-ek/project.uvprojx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<nStopU2X>0</nStopU2X>
7171
</BeforeCompile>
7272
<BeforeMake>
73-
<RunUserProg1>1</RunUserProg1>
73+
<RunUserProg1>0</RunUserProg1>
7474
<RunUserProg2>0</RunUserProg2>
7575
<UserProg1Name>cmd /c ""$Prasc_launcher.bat" "$Prasc_version.txt" -nosplash --launcher.suppressErrors --generate --compiler ARMv6 --devicefamily ra "$Pconfiguration.xml" 2&gt; "%%TEMP%%\rasc_stderr.out" &amp;&amp; echo. &gt; "$Poutput.rasc""</UserProg1Name>
7676
<UserProg2Name></UserProg2Name>
@@ -80,7 +80,7 @@
8080
<nStopB2X>0</nStopB2X>
8181
</BeforeMake>
8282
<AfterMake>
83-
<RunUserProg1>1</RunUserProg1>
83+
<RunUserProg1>0</RunUserProg1>
8484
<RunUserProg2>0</RunUserProg2>
8585
<UserProg1Name>cmd /c ""$Prasc_launcher.bat" "$Prasc_version.txt" -nosplash --launcher.suppressErrors --gensmartbundle --compiler ARMv6 --devicefamily ra "$Pconfiguration.xml" "$L%L" 2&gt; "%%TEMP%%\rasc_stderr.out""</UserProg1Name>
8686
<UserProg2Name></UserProg2Name>

0 commit comments

Comments
 (0)