Skip to content

Commit e2fe745

Browse files
committed
Add wolfSSL/Debug folder as include
- remove BSP_WarmStart() due to duplicate
1 parent 295a11d commit e2fe745

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

IDE/Renesas/e2studio/RA6M4/test/.cproject

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std.1084991557" name="Language standard" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std" useByScannerDiscovery="true" value="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std.c99" valueType="enumerated"/>
8888
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths.2023903025" name="Include paths (-I)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths" useByScannerDiscovery="true" valueType="includePath">
8989
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/key_data}&quot;"/>
90+
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/wolfSSL_RA6M4/Debug}&quot;"/>
9091
<listOptionValue builtIn="false" value="&quot;${ProjDirPath}/../common&quot;"/>
9192
<listOptionValue builtIn="false" value="&quot;${ProjDirPath}/../../../../../&quot;"/>
9293
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/wolfSSL_RA6M4/src}&quot;"/>

IDE/Renesas/e2studio/RA6M4/test/src/test_main.c

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,6 @@ void abort(void);
5050
int sce_crypt_test();
5151
#endif
5252

53-
void R_BSP_WarmStart(bsp_warm_start_event_t event);
54-
55-
/* the function is called just before main() to set up pins */
56-
/* this needs to be called to setup IO Port */
57-
void R_BSP_WarmStart (bsp_warm_start_event_t event)
58-
{
59-
60-
if (BSP_WARM_START_POST_C == event) {
61-
/* C runtime environment and system clocks are setup. */
62-
/* Configure pins. */
63-
R_IOPORT_Open(&g_ioport_ctrl, g_ioport.p_cfg);
64-
}
65-
}
6653

6754
#if defined(TLS_CLIENT)
6855

0 commit comments

Comments
 (0)