auto-sync

This commit is contained in:
rusEfi 2015-03-12 09:05:02 -05:00
parent 145ce0ac63
commit 2e5a39fbdf
2 changed files with 17 additions and 8 deletions

View File

@ -470,8 +470,17 @@ struct context {
#define port_wait_for_interrupt()
#endif
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
int getRemainingStack(Thread *otp);
#ifdef __cplusplus
}
#endif /* __cplusplus */
/**
* @brief Performs a context switch between two threads.
* @details This is the most critical code in any port, this function

View File

@ -328,7 +328,7 @@
<state>$PROJ_DIR$\..\config</state>
<state>$PROJ_DIR$\..\config\engines</state>
<state>$PROJ_DIR$\..\config\stm32f4ems</state>
<state>$PROJ_DIR$\..\console\tunerstudio</state>
<state>$PROJ_DIR$\..\console\binary</state>
<state>$PROJ_DIR$\..\console_util</state>
<state>$PROJ_DIR$\..\development</state>
<state>$PROJ_DIR$\..\development\test</state>
@ -2071,25 +2071,25 @@
<group>
<name>console</name>
<group>
<name>tunerstudio</name>
<name>binary</name>
<file>
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio.cpp</name>
<name>$PROJ_DIR$\..\console\binary\tunerstudio.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio.h</name>
<name>$PROJ_DIR$\..\console\binary\tunerstudio.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio_algo.cpp</name>
<name>$PROJ_DIR$\..\console\binary\tunerstudio_io.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio_algo.h</name>
<name>$PROJ_DIR$\..\console\binary\tunerstudio_io.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio_configuration.h</name>
<name>$PROJ_DIR$\..\console\binary\tunerstudio_configuration.h</name>
</file>
</group>
<file>
<name>$PROJ_DIR$\..\console\console_io.c</name>
<name>$PROJ_DIR$\..\console\console_io.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\console\console_io.h</name>