File tree Expand file tree Collapse file tree
IDE/Renesas/e2studio/RA6M4/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 =" " ${workspace_loc:/${ProjName}/key_data}" " />
90+ <listOptionValue builtIn =" false" value =" " ${workspace_loc:/wolfSSL_RA6M4/Debug}" " />
9091 <listOptionValue builtIn =" false" value =" " ${ProjDirPath}/../common" " />
9192 <listOptionValue builtIn =" false" value =" " ${ProjDirPath}/../../../../../" " />
9293 <listOptionValue builtIn =" false" value =" " ${workspace_loc:/wolfSSL_RA6M4/src}" " />
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments