auto-sync
This commit is contained in:
parent
145ce0ac63
commit
2e5a39fbdf
|
@ -470,8 +470,17 @@ struct context {
|
||||||
#define port_wait_for_interrupt()
|
#define port_wait_for_interrupt()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C"
|
||||||
|
{
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
int getRemainingStack(Thread *otp);
|
int getRemainingStack(Thread *otp);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Performs a context switch between two threads.
|
* @brief Performs a context switch between two threads.
|
||||||
* @details This is the most critical code in any port, this function
|
* @details This is the most critical code in any port, this function
|
||||||
|
|
|
@ -328,7 +328,7 @@
|
||||||
<state>$PROJ_DIR$\..\config</state>
|
<state>$PROJ_DIR$\..\config</state>
|
||||||
<state>$PROJ_DIR$\..\config\engines</state>
|
<state>$PROJ_DIR$\..\config\engines</state>
|
||||||
<state>$PROJ_DIR$\..\config\stm32f4ems</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$\..\console_util</state>
|
||||||
<state>$PROJ_DIR$\..\development</state>
|
<state>$PROJ_DIR$\..\development</state>
|
||||||
<state>$PROJ_DIR$\..\development\test</state>
|
<state>$PROJ_DIR$\..\development\test</state>
|
||||||
|
@ -2071,25 +2071,25 @@
|
||||||
<group>
|
<group>
|
||||||
<name>console</name>
|
<name>console</name>
|
||||||
<group>
|
<group>
|
||||||
<name>tunerstudio</name>
|
<name>binary</name>
|
||||||
<file>
|
<file>
|
||||||
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio.cpp</name>
|
<name>$PROJ_DIR$\..\console\binary\tunerstudio.cpp</name>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio.h</name>
|
<name>$PROJ_DIR$\..\console\binary\tunerstudio.h</name>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio_algo.cpp</name>
|
<name>$PROJ_DIR$\..\console\binary\tunerstudio_io.cpp</name>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio_algo.h</name>
|
<name>$PROJ_DIR$\..\console\binary\tunerstudio_io.h</name>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio_configuration.h</name>
|
<name>$PROJ_DIR$\..\console\binary\tunerstudio_configuration.h</name>
|
||||||
</file>
|
</file>
|
||||||
</group>
|
</group>
|
||||||
<file>
|
<file>
|
||||||
<name>$PROJ_DIR$\..\console\console_io.c</name>
|
<name>$PROJ_DIR$\..\console\console_io.cpp</name>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<name>$PROJ_DIR$\..\console\console_io.h</name>
|
<name>$PROJ_DIR$\..\console\console_io.h</name>
|
||||||
|
|
Loading…
Reference in New Issue