\r
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>\r
\r
- <provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="1004974576630085650" id="ilg.gnumcueclipse.managedbuild.cross.riscv.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT RISC-V Cross GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} ${cross_toolchain_flags} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">\r
+ <provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="-1790871989465787416" id="ilg.gnumcueclipse.managedbuild.cross.riscv.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT RISC-V Cross GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} ${cross_toolchain_flags} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">\r
\r
<language-scope id="org.eclipse.cdt.core.gcc"/>\r
\r
* main_full.c.\r
*/\r
\r
+.align( 4 )\r
vRegTest1Implementation:\r
\r
/* Fill the core registers with known values. */\r
reg1_error_loop:\r
/* Jump here if a register contains an uxpected value. This stops the loop\r
counter being incremented so the check task knows an error was found. */\r
+ ebreak\r
jal reg1_error_loop\r
\r
+.align( 4 )\r
ulRegTest1LoopCounterConst: .word ulRegTest1LoopCounter\r
\r
/*-----------------------------------------------------------*/\r
\r
+.align( 4 )\r
vRegTest2Implementation:\r
\r
/* Fill the core registers with known values. */\r
reg2_error_loop:\r
/* Jump here if a register contains an uxpected value. This stops the loop\r
counter being incremented so the check task knows an error was found. */\r
+ ebreak\r
jal reg2_error_loop\r
\r
+.align( 4 )\r
ulRegTest2LoopCounterConst: .word ulRegTest2LoopCounter\r
\r
\r
prvSetupPeripheralTimers();\r
\r
/* Start the scheduler. */\r
+ vSendString( "Starting" );\r
vTaskStartScheduler();\r
\r
/* If all is well, the scheduler will now be running, and the following\r
/* Just to stop compiler warnings. */\r
( void ) pvParameters;\r
\r
- /* Start with a pass message, after which a '.' character will be printed\r
- out on each successful loop. */\r
- vSendString( "Pass" );\r
-\r
/* Initialise xLastExecutionTime so the first call to vTaskDelayUntil()\r
works correctly. */\r
xLastExecutionTime = xTaskGetTickCount();\r