This commit is contained in:
Quantum Leaps 2017-08-04 16:26:43 -04:00
parent f691fd14b9
commit 09531d7556
143 changed files with 15306 additions and 25065 deletions

View File

@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "QP/C++"
PROJECT_NUMBER = "5.9.5"
PROJECT_NUMBER = "5.9.6"
PROJECT_BRIEF =
PROJECT_LOGO = images/header_logo_ql.png
OUTPUT_DIRECTORY =

View File

@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "QP/C++"
PROJECT_NUMBER = "5.9.5"
PROJECT_NUMBER = "5.9.6"
PROJECT_BRIEF =
PROJECT_LOGO = images/header_logo_ql.png
OUTPUT_DIRECTORY =

View File

@ -2,6 +2,22 @@ namespace QP {
/** @page history Revision History
@section qpcpp_5_9_6 Version 5.9.6, 2017-08-04
The main focus of this release are improvements to the "dual-mode" QXK kernel. Specifically, this release implements the <a href="https://sourceforge.net/p/qpc/feature-requests/128/" class="extern">featrue request #128 "QP Semaphore Max Value Setting"</a> for QXK. This feature changes the QXK function QP::QXSemaphore::init(), which now takes additional parameter `count`. This parameter specifies the maximum allowed count for the semaphore (e.g., count of 1 makes the semaphore a binary-semaphore).
@note
This change does NOT break any existing code, because the additional parameter has a default value (0xFFFF).
This release also fixes a bug inside the assertions in QP::QXSemaphore::signal(), where the check for the extended-thread is performed.
Also, this release adds assertions to the QXK code, which ensure that any available blocking calls can only be made from extended-threads and not from basic-threads (active objects) or ISRs.
Also, this release adds protection in the IRQ priorities initialization in QK/QV/QXK for ARM Cortex-M3/M4/M7, so that the number of IRQs is extracted from bits 0-2 of the ICTR register (INTLINESNUM).
Finally, this release consistently changes all example projects (for all toolchains) to use the **src/** directory for QP/C++ source code, instead of the **source/** directory. The source/ directory is now truly obsolete, but is still provided in this release for backwards compatibility with user projects.
-----------------------------------------------------------------------------
@section qpcpp_5_9_5 Version 5.9.5, 2017-07-20
This release fixes the following bugs:
- <a href="https://sourceforge.net/p/qpc/bugs/178/" class="extern">bug#178</a> "GNU-ARM compiler reports "Error: unaligned opcodes..." in startup code for QP/C/C++/nano examples". The bug fix entails modifying the startup code for the GNU-ARM compiler in the `3rd_party` directory. Specifically, the proper alignment directives have been added to the inline assembly in the exception handlers.

View File

@ -1,8 +1,8 @@
@echo off
:: ==========================================================================
:: Product: QP/C++ script for generating Doxygen documentation
:: Last Updated for Version: 5.9.5
:: Date of the Last Update: 2017-07-19
:: Last Updated for Version: 5.9.6
:: Date of the Last Update: 2017-08-01
::
:: Q u a n t u m L e a P s
:: ---------------------------
@ -38,7 +38,7 @@ echo usage:
echo make
echo make -CHM
set VERSION=5.9.5
set VERSION=5.9.6
:: Generate Resource Standard Metrics for QP/C++ .............................
set DOXHOME="C:\tools\doxygen\bin"

File diff suppressed because it is too large Load Diff

View File

@ -747,7 +747,7 @@
<Group>
<GroupName>QP</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -758,7 +758,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -770,7 +770,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -782,7 +782,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -794,7 +794,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -806,7 +806,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -818,7 +818,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -830,7 +830,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -842,7 +842,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -854,7 +854,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -866,7 +866,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -878,7 +878,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -890,7 +890,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -902,7 +902,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -914,7 +914,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -954,7 +954,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -966,7 +966,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -978,7 +978,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -990,7 +990,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -450,72 +450,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -601,22 +601,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -950,7 +950,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1066,72 +1066,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1217,22 +1217,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1566,7 +1566,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1682,72 +1682,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1767,22 +1767,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qk/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qk \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/efm32pg1b \
$(QPCPP)/3rd_party/efm32pg1b/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/efm32pg1b

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -1288,7 +1288,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2259,7 +2259,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2956,52 +2956,52 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk_pkg.h</name>
</file>
</group>
<group>
@ -3017,16 +3017,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -758,7 +758,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -770,7 +770,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -782,7 +782,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -794,7 +794,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -806,7 +806,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -818,7 +818,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -830,7 +830,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -842,7 +842,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -854,7 +854,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -866,7 +866,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -878,7 +878,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -890,7 +890,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -902,7 +902,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qv.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qv\qv.cpp</PathWithFileName>
<FilenameWithoutPath>qv.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -942,7 +942,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -954,7 +954,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -966,7 +966,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -978,7 +978,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -450,67 +450,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -596,22 +596,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -945,7 +945,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src\qf;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1061,67 +1061,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1207,22 +1207,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1556,7 +1556,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src\qf;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1672,67 +1672,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1752,22 +1752,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qv/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qv \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/efm32pg1b \
$(QPCPP)/3rd_party/efm32pg1b/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/efm32pg1b

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -1288,7 +1288,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2259,7 +2259,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2956,49 +2956,46 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qv\qv.cpp</name>
</file>
</group>
<group>
@ -3014,18 +3011,17 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -114,10 +114,6 @@
<pMon>BIN\lmidk-agdi.dll</pMon>
</DebugOpt>
<TargetDriverDllRegistry>
<SetRegEntry>
<Number>0</Number>
<Key>DLGUARM</Key>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
<Key>ARMRTXEVENTFLAGS</Key>
@ -657,7 +653,7 @@
<Group>
<GroupName>ek-tm4c123gxl</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -749,7 +745,7 @@
<Group>
<GroupName>QP</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -760,7 +756,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -772,7 +768,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -784,7 +780,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -796,7 +792,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -808,7 +804,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -820,7 +816,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -832,7 +828,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -844,7 +840,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -856,7 +852,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -868,7 +864,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -880,7 +876,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -892,7 +888,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -904,7 +900,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -916,7 +912,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -956,7 +952,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -968,7 +964,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -980,7 +976,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -992,7 +988,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>__FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -450,72 +450,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -601,22 +601,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -950,7 +950,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1066,72 +1066,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1217,22 +1217,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1566,7 +1566,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1682,72 +1682,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1767,22 +1767,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qk/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qk \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/ek-tm4c123gxl \
$(QPCPP)/3rd_party/ek-tm4c123gxl/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/ek-tm4c123gxl

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -1283,7 +1283,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -2249,7 +2249,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -2939,52 +2939,52 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk_pkg.h</name>
</file>
</group>
<group>
@ -3000,16 +3000,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -727,7 +727,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -739,7 +739,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -751,7 +751,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -763,7 +763,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -775,7 +775,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -787,7 +787,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -799,7 +799,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -811,7 +811,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -823,7 +823,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -835,7 +835,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -847,7 +847,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -859,7 +859,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -871,7 +871,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qv.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qv\qv.cpp</PathWithFileName>
<FilenameWithoutPath>qv.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -911,7 +911,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -923,7 +923,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -935,7 +935,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -947,7 +947,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>__FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -450,67 +450,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -596,22 +596,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -945,7 +945,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1061,67 +1061,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1207,22 +1207,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1556,7 +1556,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1672,67 +1672,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1752,22 +1752,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qv/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qv \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/ek-tm4c123gxl \
$(QPCPP)/3rd_party/ek-tm4c123gxl/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/ek-tm4c123gxl

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -1287,7 +1287,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -2257,7 +2257,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -2951,49 +2951,46 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qv\qv.cpp</name>
</file>
</group>
<group>
@ -3009,16 +3006,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -771,7 +771,7 @@
<Group>
<GroupName>QP</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -782,7 +782,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -794,7 +794,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -806,7 +806,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -818,7 +818,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -830,7 +830,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -842,7 +842,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -854,7 +854,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -866,7 +866,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -878,7 +878,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -890,7 +890,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -902,7 +902,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -914,7 +914,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -926,7 +926,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -938,7 +938,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -978,7 +978,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -990,7 +990,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1002,7 +1002,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1014,7 +1014,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -465,72 +465,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -616,22 +616,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -965,7 +965,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1096,72 +1096,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1247,22 +1247,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1596,7 +1596,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1727,72 +1727,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1812,22 +1812,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -1288,7 +1288,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2259,7 +2259,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2962,52 +2962,52 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk_pkg.h</name>
</file>
</group>
<group>
@ -3023,16 +3023,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -777,7 +777,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -789,7 +789,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -801,7 +801,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -813,7 +813,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -825,7 +825,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -837,7 +837,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -849,7 +849,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -861,7 +861,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -873,7 +873,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -885,7 +885,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -897,7 +897,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -909,7 +909,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -921,7 +921,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qv.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qv\qv.cpp</PathWithFileName>
<FilenameWithoutPath>qv.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -961,7 +961,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -973,7 +973,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -985,7 +985,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -997,7 +997,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -465,67 +465,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -611,22 +611,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -960,7 +960,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1091,67 +1091,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1237,22 +1237,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1586,7 +1586,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1717,67 +1717,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1797,22 +1797,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -1288,7 +1288,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2259,7 +2259,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2962,49 +2962,46 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qv\qv.cpp</name>
</file>
</group>
<group>
@ -3020,16 +3017,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -794,7 +794,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -806,7 +806,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -818,7 +818,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -830,7 +830,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -842,7 +842,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -854,7 +854,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -866,7 +866,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -878,7 +878,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -890,7 +890,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -902,7 +902,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -914,7 +914,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -926,7 +926,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -938,7 +938,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk.cpp</PathWithFileName>
<FilenameWithoutPath>qxk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -950,7 +950,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -962,7 +962,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_sema.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_sema.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_sema.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -974,7 +974,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_xthr.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_xthr.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_xthr.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1014,7 +1014,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1026,7 +1026,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1038,7 +1038,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1050,7 +1050,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -470,82 +470,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -631,22 +631,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -980,7 +980,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1116,82 +1116,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -1277,22 +1277,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1626,7 +1626,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1762,82 +1762,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -1857,22 +1857,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -274,7 +274,7 @@
<tRSysVw>1</tRSysVw>
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<nTsel>3</nTsel>
<nTsel>8</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@ -454,7 +454,7 @@
<tRSysVw>1</tRSysVw>
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<nTsel>3</nTsel>
<nTsel>8</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@ -746,7 +746,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -758,7 +758,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -770,7 +770,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -782,7 +782,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -794,7 +794,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -806,7 +806,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -818,7 +818,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -830,7 +830,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -842,7 +842,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -854,7 +854,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -866,7 +866,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -878,7 +878,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -890,7 +890,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -902,7 +902,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -942,7 +942,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -954,7 +954,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -966,7 +966,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -978,7 +978,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>__FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -460,72 +460,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -611,22 +611,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -636,7 +636,7 @@
<TargetName>dpp-rel</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
<pCCUsed>5060183::V5.06 update 2 (build 183)::ARMCC</pCCUsed>
<TargetOption>
<TargetCommonOption>
<Device>TM4C123GH6PM</Device>
@ -960,7 +960,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1086,72 +1086,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1237,22 +1237,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1262,7 +1262,7 @@
<TargetName>dpp-spy</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
<pCCUsed>5060183::V5.06 update 2 (build 183)::ARMCC</pCCUsed>
<TargetOption>
<TargetCommonOption>
<Device>TM4C123GH6PM</Device>
@ -1586,7 +1586,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1712,72 +1712,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1797,22 +1797,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -1283,7 +1283,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -2249,7 +2249,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -2942,52 +2942,52 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk_pkg.h</name>
</file>
</group>
<group>
@ -3003,16 +3003,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -746,7 +746,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -758,7 +758,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -770,7 +770,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -782,7 +782,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -794,7 +794,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -806,7 +806,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -818,7 +818,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -830,7 +830,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -842,7 +842,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -854,7 +854,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -866,7 +866,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -878,7 +878,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -890,7 +890,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qv.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qv\qv.cpp</PathWithFileName>
<FilenameWithoutPath>qv.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -930,7 +930,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -942,7 +942,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -954,7 +954,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -966,7 +966,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>__FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -460,67 +460,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -606,22 +606,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -955,7 +955,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1081,67 +1081,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1227,22 +1227,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1576,7 +1576,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1702,67 +1702,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1782,22 +1782,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -1287,7 +1287,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -2257,7 +2257,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -2954,46 +2954,46 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qv\qv.cpp</name>
</file>
</group>
<group>
@ -3009,16 +3009,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -100,7 +100,7 @@
<tRSysVw>1</tRSysVw>
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<nTsel>3</nTsel>
<nTsel>8</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@ -189,6 +189,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -366,6 +369,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -537,6 +543,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -551,7 +560,6 @@
<FileNumber>1</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\bsp.cpp</PathWithFileName>
@ -564,7 +572,6 @@
<FileNumber>2</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\main.cpp</PathWithFileName>
@ -577,7 +584,6 @@
<FileNumber>3</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\dpp.h</PathWithFileName>
@ -590,7 +596,6 @@
<FileNumber>4</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\bsp.h</PathWithFileName>
@ -603,7 +608,6 @@
<FileNumber>5</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\philo.cpp</PathWithFileName>
@ -616,7 +620,6 @@
<FileNumber>6</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\table.cpp</PathWithFileName>
@ -629,7 +632,6 @@
<FileNumber>7</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\include\qstamp.cpp</PathWithFileName>
@ -642,7 +644,6 @@
<FileNumber>8</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\test.cpp</PathWithFileName>
@ -663,7 +664,6 @@
<FileNumber>9</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\ek-tm4c123gxl\system_TM4C123GH6PM.c</PathWithFileName>
@ -676,7 +676,6 @@
<FileNumber>10</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\ek-tm4c123gxl\TM4C123GH6PM.h</PathWithFileName>
@ -689,7 +688,6 @@
<FileNumber>11</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\ek-tm4c123gxl\arm\startup_TM4C123GH6PM.s</PathWithFileName>
@ -702,7 +700,6 @@
<FileNumber>12</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\ek-tm4c123gxl\gpio.h</PathWithFileName>
@ -715,7 +712,6 @@
<FileNumber>13</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\ek-tm4c123gxl\rom.h</PathWithFileName>
@ -728,7 +724,6 @@
<FileNumber>14</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\ek-tm4c123gxl\sysctl.h</PathWithFileName>
@ -741,7 +736,6 @@
<FileNumber>15</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\ek-tm4c123gxl\system_TM4C123GH6PM.h</PathWithFileName>
@ -762,10 +756,9 @@
<FileNumber>16</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -775,10 +768,9 @@
<FileNumber>17</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -788,10 +780,9 @@
<FileNumber>18</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -801,10 +792,9 @@
<FileNumber>19</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -814,10 +804,9 @@
<FileNumber>20</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -827,10 +816,9 @@
<FileNumber>21</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -840,10 +828,9 @@
<FileNumber>22</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -853,10 +840,9 @@
<FileNumber>23</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -866,10 +852,9 @@
<FileNumber>24</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -879,10 +864,9 @@
<FileNumber>25</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -892,10 +876,9 @@
<FileNumber>26</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -905,10 +888,9 @@
<FileNumber>27</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -918,10 +900,9 @@
<FileNumber>28</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk.cpp</PathWithFileName>
<FilenameWithoutPath>qxk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -931,10 +912,9 @@
<FileNumber>29</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -942,13 +922,12 @@
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>30</FileNumber>
<FileType>5</FileType>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_pkg.h</PathWithFileName>
<FilenameWithoutPath>qxk_pkg.h</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_sema.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_sema.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -957,23 +936,9 @@
<FileNumber>31</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_sema.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_sema.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>32</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_xthr.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_xthr.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_xthr.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -988,10 +953,9 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>33</FileNumber>
<FileNumber>32</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qxk\arm\qxk_port.s</PathWithFileName>
@ -1007,16 +971,27 @@
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>33</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>34</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -1025,36 +1000,21 @@
<FileNumber>35</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>36</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>37</FileNumber>
<FileNumber>36</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -10,12 +10,12 @@
<TargetName>dpp-dbg</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
<pCCUsed>5060183::V5.06 update 2 (build 183)::ARMCC</pCCUsed>
<TargetOption>
<TargetCommonOption>
<Device>TM4C123GH6PM</Device>
<Vendor>Texas Instruments</Vendor>
<PackID>Keil.TM4C_DFP.1.0.0</PackID>
<PackID>Keil.TM4C_DFP.1.1.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x040000) IRAM(0x20000000,0x008000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -125,47 +125,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>0</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>3</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>BIN\lmidk-agdi.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -369,11 +328,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>__FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -504,87 +465,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qxk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -638,6 +594,8 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
@ -668,22 +626,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -698,7 +656,7 @@
<TargetCommonOption>
<Device>TM4C123GH6PM</Device>
<Vendor>Texas Instruments</Vendor>
<PackID>Keil.TM4C_DFP.1.0.0</PackID>
<PackID>Keil.TM4C_DFP.1.1.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x040000) IRAM(0x20000000,0x008000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -808,47 +766,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>0</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>3</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>BIN\lmidk-agdi.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -1052,11 +969,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>NDEBUG __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1187,87 +1106,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qxk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -1321,6 +1235,8 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
@ -1351,22 +1267,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1381,7 +1297,7 @@
<TargetCommonOption>
<Device>TM4C123GH6PM</Device>
<Vendor>Texas Instruments</Vendor>
<PackID>Keil.TM4C_DFP.1.0.0</PackID>
<PackID>Keil.TM4C_DFP.1.1.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x040000) IRAM(0x20000000,0x008000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -1491,47 +1407,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>0</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>3</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>BIN\lmidk-agdi.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -1735,11 +1610,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>Q_SPY __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\ek-tm4c123gxl</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1870,87 +1747,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qxk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -1970,22 +1842,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qxk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -1283,7 +1283,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qxk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -2249,7 +2249,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qxk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\ek-tm4c123gxl</state>
@ -2945,58 +2945,58 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk_sema.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk_sema.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk_xthr.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk_xthr.cpp</name>
</file>
</group>
<group>
@ -3012,16 +3012,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -82,17 +82,17 @@
<Book>
<Number>0</Number>
<Title>MCB1700 Schematics (MCB1700)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.0\Documents\mcb1700-schematics.pdf</Path>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.2.0\Documents\mcb1700-schematics.pdf</Path>
</Book>
<Book>
<Number>1</Number>
<Title>User Manual (MCB1700)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.0\Documents\mcb1700.chm</Path>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.2.0\Documents\mcb1700.chm</Path>
</Book>
<Book>
<Number>2</Number>
<Title>MCB1700 Quick Start Guide (MCB1700)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.0\Documents\mcb1700_quickstart.pdf</Path>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.2.0\Documents\mcb1700_quickstart.pdf</Path>
</Book>
<Book>
<Number>3</Number>
@ -122,7 +122,7 @@
<tRSysVw>1</tRSysVw>
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<nTsel>1</nTsel>
<nTsel>0</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@ -223,6 +223,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -416,6 +419,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -609,6 +615,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -623,7 +632,6 @@
<FileNumber>1</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\bsp.cpp</PathWithFileName>
@ -636,7 +644,6 @@
<FileNumber>2</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\bsp.h</PathWithFileName>
@ -649,7 +656,6 @@
<FileNumber>3</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\dpp.h</PathWithFileName>
@ -662,7 +668,6 @@
<FileNumber>4</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\main.cpp</PathWithFileName>
@ -675,7 +680,6 @@
<FileNumber>5</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\philo.cpp</PathWithFileName>
@ -688,7 +692,6 @@
<FileNumber>6</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\table.cpp</PathWithFileName>
@ -701,7 +704,6 @@
<FileNumber>7</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\include\qstamp.cpp</PathWithFileName>
@ -722,7 +724,6 @@
<FileNumber>8</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\mbed-lpc1768\system_LPC17xx.c</PathWithFileName>
@ -735,7 +736,6 @@
<FileNumber>9</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\mbed-lpc1768\arm\startup_LPC17xx.s</PathWithFileName>
@ -756,10 +756,9 @@
<FileNumber>10</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -769,10 +768,9 @@
<FileNumber>11</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -782,10 +780,9 @@
<FileNumber>12</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -795,10 +792,9 @@
<FileNumber>13</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -808,10 +804,9 @@
<FileNumber>14</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -821,10 +816,9 @@
<FileNumber>15</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -834,10 +828,9 @@
<FileNumber>16</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -845,13 +838,12 @@
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>17</FileNumber>
<FileType>5</FileType>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_pkg.h</PathWithFileName>
<FilenameWithoutPath>qf_pkg.h</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -860,11 +852,10 @@
<FileNumber>18</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -873,11 +864,10 @@
<FileNumber>19</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -886,11 +876,10 @@
<FileNumber>20</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -899,11 +888,10 @@
<FileNumber>21</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -912,11 +900,10 @@
<FileNumber>22</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qk\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -925,40 +912,13 @@
<FileNumber>23</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>24</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>25</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_pkg.h</PathWithFileName>
<FilenameWithoutPath>qk_pkg.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
@ -969,10 +929,9 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>26</FileNumber>
<FileNumber>24</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qep_port.h</PathWithFileName>
@ -982,10 +941,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>27</FileNumber>
<FileNumber>25</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qf_port.h</PathWithFileName>
@ -995,10 +953,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>28</FileNumber>
<FileNumber>26</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qk_port.h</PathWithFileName>
@ -1008,10 +965,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>29</FileNumber>
<FileNumber>27</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qk_port.s</PathWithFileName>
@ -1021,10 +977,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>30</FileNumber>
<FileNumber>28</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qs_port.h</PathWithFileName>
@ -1042,52 +997,48 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>31</FileNumber>
<FileNumber>29</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>32</FileNumber>
<FileNumber>30</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>33</FileNumber>
<FileNumber>31</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_pkg.h</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_pkg.h</PathWithFileName>
<FilenameWithoutPath>qs_pkg.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>34</FileNumber>
<FileNumber>32</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -10,12 +10,12 @@
<TargetName>dpp-dbg</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
<pCCUsed>5060183::V5.06 update 2 (build 183)::ARMCC</pCCUsed>
<TargetOption>
<TargetCommonOption>
<Device>LPC1768</Device>
<Vendor>NXP</Vendor>
<PackID>Keil.LPC1700_DFP.2.1.0</PackID>
<PackID>Keil.LPC1700_DFP.2.2.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x10000000,0x8000) IRAM2(0x2007C000,0x8000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -125,47 +125,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>0</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>1</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>BIN\UL2CM3.DLL</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -369,11 +328,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>rvmdk __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -474,82 +435,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -623,6 +574,8 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
@ -653,22 +606,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_pkg.h</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -683,7 +636,7 @@
<TargetCommonOption>
<Device>LPC1768</Device>
<Vendor>NXP</Vendor>
<PackID>Keil.LPC1700_DFP.2.1.0</PackID>
<PackID>Keil.LPC1700_DFP.2.2.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x10000000,0x8000) IRAM2(0x2007C000,0x8000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -793,47 +746,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>0</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>1</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>BIN\UL2CM3.DLL</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -1037,11 +949,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>NDEBUG __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1142,82 +1056,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1291,6 +1195,8 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
@ -1321,22 +1227,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_pkg.h</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1351,7 +1257,7 @@
<TargetCommonOption>
<Device>LPC1768</Device>
<Vendor>NXP</Vendor>
<PackID>Keil.LPC1700_DFP.2.1.0</PackID>
<PackID>Keil.LPC1700_DFP.2.2.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x10000000,0x8000) IRAM2(0x2007C000,0x8000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -1461,47 +1367,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>0</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>1</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>BIN\UL2CM3.DLL</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -1705,11 +1570,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>Q_SPY __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1810,82 +1677,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1925,22 +1782,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_pkg.h</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qk/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qk \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/mbed-lpc1768 \
$(QPCPP)/3rd_party/mbed-lpc1768/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/mbed-lpc1768

View File

@ -316,7 +316,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\mbed-lpc1768</state>
@ -1281,7 +1281,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\mbed-lpc1768</state>
@ -2246,7 +2246,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\mbed-lpc1768</state>
@ -2939,52 +2939,52 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk_pkg.h</name>
</file>
</group>
<group>
@ -3000,16 +3000,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -758,7 +758,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -770,7 +770,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -782,7 +782,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -794,7 +794,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -806,7 +806,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -818,7 +818,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -830,7 +830,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -838,12 +838,12 @@
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>17</FileNumber>
<FileType>5</FileType>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_pkg.h</PathWithFileName>
<FilenameWithoutPath>qf_pkg.h</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -854,8 +854,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -866,8 +866,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -878,8 +878,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -890,8 +890,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -902,19 +902,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>23</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qv.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qv\qv.cpp</PathWithFileName>
<FilenameWithoutPath>qv.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -929,7 +917,7 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>24</FileNumber>
<FileNumber>23</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -941,7 +929,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>25</FileNumber>
<FileNumber>24</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -953,7 +941,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>26</FileNumber>
<FileNumber>25</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -965,7 +953,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>27</FileNumber>
<FileNumber>26</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -977,7 +965,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>28</FileNumber>
<FileNumber>27</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -997,48 +985,36 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>29</FileNumber>
<FileNumber>28</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>30</FileNumber>
<FileNumber>29</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>31</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_pkg.h</PathWithFileName>
<FilenameWithoutPath>qs_pkg.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>32</FileNumber>
<FileNumber>30</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>rvmdk __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -435,72 +435,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -606,22 +601,17 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -636,7 +626,7 @@
<TargetCommonOption>
<Device>LPC1768</Device>
<Vendor>NXP</Vendor>
<PackID>Keil.LPC1700_DFP.2.1.0</PackID>
<PackID>Keil.LPC1700_DFP.2.2.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x10000000,0x8000) IRAM2(0x2007C000,0x8000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -955,7 +945,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1056,72 +1046,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1227,22 +1212,17 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1257,7 +1237,7 @@
<TargetCommonOption>
<Device>LPC1768</Device>
<Vendor>NXP</Vendor>
<PackID>Keil.LPC1700_DFP.2.1.0</PackID>
<PackID>Keil.LPC1700_DFP.2.2.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x00000000,0x80000) IRAM(0x10000000,0x8000) IRAM2(0x2007C000,0x8000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -1576,7 +1556,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\mbed-lpc1768</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1677,72 +1657,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1782,22 +1757,17 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qv/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qv \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/mbed-lpc1768 \
$(QPCPP)/3rd_party/mbed-lpc1768/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/mbed-lpc1768

View File

@ -316,7 +316,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\mbed-lpc1768</state>
@ -1285,7 +1285,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\mbed-lpc1768</state>
@ -2254,7 +2254,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\mbed-lpc1768</state>
@ -2951,46 +2951,46 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qv\qv.cpp</name>
</file>
</group>
<group>
@ -3006,16 +3006,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -82,17 +82,17 @@
<Book>
<Number>0</Number>
<Title>User Manual (STM32L053-Discovery)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.3.0\Boards\ST\STM32L053-Discovery\Documents\DM00118944.pdf</Path>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.6.0\Boards\ST\STM32L053-Discovery\Documents\DM00118944.pdf</Path>
</Book>
<Book>
<Number>1</Number>
<Title>Data Brief (STM32L053-Discovery)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.3.0\Boards\ST\STM32L053-Discovery\Documents\DM00122138.pdf</Path>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.6.0\Boards\ST\STM32L053-Discovery\Documents\DM00122138.pdf</Path>
</Book>
<Book>
<Number>2</Number>
<Title>Schematics (STM32L053-Discovery)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.3.0\Boards\ST\STM32L053-Discovery\Documents\MB1143.pdf</Path>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.6.0\Boards\ST\STM32L053-Discovery\Documents\MB1143.pdf</Path>
</Book>
<Book>
<Number>3</Number>
@ -122,7 +122,7 @@
<tRSysVw>1</tRSysVw>
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<nTsel>11</nTsel>
<nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@ -221,6 +221,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -424,6 +427,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -627,6 +633,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -641,7 +650,6 @@
<FileNumber>1</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\bsp.cpp</PathWithFileName>
@ -654,7 +662,6 @@
<FileNumber>2</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\bsp.h</PathWithFileName>
@ -667,7 +674,6 @@
<FileNumber>3</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\dpp.h</PathWithFileName>
@ -680,7 +686,6 @@
<FileNumber>4</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\philo.cpp</PathWithFileName>
@ -693,7 +698,6 @@
<FileNumber>5</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\table.cpp</PathWithFileName>
@ -706,7 +710,6 @@
<FileNumber>6</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\include\qstamp.cpp</PathWithFileName>
@ -719,7 +722,6 @@
<FileNumber>7</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\main.cpp</PathWithFileName>
@ -740,7 +742,6 @@
<FileNumber>8</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l053r8\stm32l0xx.h</PathWithFileName>
@ -753,7 +754,6 @@
<FileNumber>9</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l053r8\stm32l053xx.h</PathWithFileName>
@ -766,7 +766,6 @@
<FileNumber>10</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l053r8\system_stm32l0xx.c</PathWithFileName>
@ -779,7 +778,6 @@
<FileNumber>11</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l053r8\system_stm32l0xx.h</PathWithFileName>
@ -792,7 +790,6 @@
<FileNumber>12</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l053r8\arm\startup_stm32l053xx.s</PathWithFileName>
@ -813,10 +810,9 @@
<FileNumber>13</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -826,10 +822,9 @@
<FileNumber>14</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -839,10 +834,9 @@
<FileNumber>15</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -852,10 +846,9 @@
<FileNumber>16</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -865,10 +858,9 @@
<FileNumber>17</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -878,10 +870,9 @@
<FileNumber>18</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -891,10 +882,9 @@
<FileNumber>19</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -902,13 +892,12 @@
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>20</FileNumber>
<FileType>5</FileType>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_pkg.h</PathWithFileName>
<FilenameWithoutPath>qf_pkg.h</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -917,11 +906,10 @@
<FileNumber>21</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -930,11 +918,10 @@
<FileNumber>22</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -943,11 +930,10 @@
<FileNumber>23</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -956,11 +942,10 @@
<FileNumber>24</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -969,11 +954,10 @@
<FileNumber>25</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qk\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -982,40 +966,13 @@
<FileNumber>26</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>27</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>28</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_pkg.h</PathWithFileName>
<FilenameWithoutPath>qk_pkg.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
@ -1026,10 +983,9 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>29</FileNumber>
<FileNumber>27</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qep_port.h</PathWithFileName>
@ -1039,10 +995,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>30</FileNumber>
<FileNumber>28</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qf_port.h</PathWithFileName>
@ -1052,10 +1007,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>31</FileNumber>
<FileNumber>29</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qk_port.h</PathWithFileName>
@ -1065,10 +1019,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>32</FileNumber>
<FileNumber>30</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qk_port.s</PathWithFileName>
@ -1078,10 +1031,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>33</FileNumber>
<FileNumber>31</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qs_port.h</PathWithFileName>
@ -1099,65 +1051,48 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>34</FileNumber>
<FileNumber>32</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>35</FileNumber>
<FileNumber>33</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>36</FileNumber>
<FileNumber>34</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>37</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_pkg.h</PathWithFileName>
<FilenameWithoutPath>qs_pkg.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>38</FileNumber>
<FileNumber>35</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -10,12 +10,12 @@
<TargetName>dpp-dbg</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
<pCCUsed>5060183::V5.06 update 2 (build 183)::ARMCC</pCCUsed>
<TargetOption>
<TargetCommonOption>
<Device>STM32L053R8</Device>
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32L0xx_DFP.1.3.0</PackID>
<PackID>Keil.STM32L0xx_DFP.1.6.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x08000000,0x10000) IRAM(0x20000000,0x2000) CPUTYPE("Cortex-M0+") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -125,47 +125,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>11</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>STLink\ST-LINKIII-KEIL_SWO.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -369,11 +328,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -489,82 +450,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -638,6 +589,8 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
@ -668,27 +621,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -703,7 +651,7 @@
<TargetCommonOption>
<Device>STM32L053R8</Device>
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32L0xx_DFP.1.3.0</PackID>
<PackID>Keil.STM32L0xx_DFP.1.6.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x08000000,0x10000) IRAM(0x20000000,0x2000) CPUTYPE("Cortex-M0+") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -813,47 +761,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>11</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>STLink\ST-LINKIII-KEIL_SWO.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -1057,11 +964,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>NDEBUG</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1177,82 +1086,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1326,6 +1225,8 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
@ -1356,27 +1257,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1391,7 +1287,7 @@
<TargetCommonOption>
<Device>STM32L053R8</Device>
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32L0xx_DFP.1.3.0</PackID>
<PackID>Keil.STM32L0xx_DFP.1.6.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x08000000,0x10000) IRAM(0x20000000,0x2000) CPUTYPE("Cortex-M0+") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -1501,47 +1397,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>11</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>STLink\ST-LINKIII-KEIL_SWO.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -1745,11 +1600,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>Q_SPY</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1865,82 +1722,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1980,27 +1827,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qk/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qk \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/nucleo-l053r8 \
$(QPCPP)/3rd_party/nucleo-l053r8/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/nucleo-l053r8

View File

@ -316,7 +316,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l053r8</state>
@ -1281,7 +1281,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l053r8</state>
@ -2246,7 +2246,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l053r8</state>
@ -2942,52 +2942,52 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk_pkg.h</name>
</file>
</group>
<group>
@ -3015,19 +3015,19 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_64bit.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_64bit.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -812,7 +812,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -824,7 +824,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -836,7 +836,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -848,7 +848,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -860,7 +860,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -872,7 +872,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -884,7 +884,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -892,12 +892,12 @@
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>20</FileNumber>
<FileType>5</FileType>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_pkg.h</PathWithFileName>
<FilenameWithoutPath>qf_pkg.h</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -908,8 +908,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -920,8 +920,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -932,8 +932,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -944,8 +944,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -956,19 +956,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>26</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qv.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qv\qv.cpp</PathWithFileName>
<FilenameWithoutPath>qv.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -983,7 +971,7 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>27</FileNumber>
<FileNumber>26</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -995,7 +983,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>28</FileNumber>
<FileNumber>27</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -1007,7 +995,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>29</FileNumber>
<FileNumber>28</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -1019,7 +1007,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>30</FileNumber>
<FileNumber>29</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -1031,7 +1019,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>31</FileNumber>
<FileNumber>30</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -1049,6 +1037,18 @@
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>31</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>32</FileNumber>
@ -1056,8 +1056,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -1068,43 +1068,19 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>34</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>35</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_pkg.h</PathWithFileName>
<FilenameWithoutPath>qs_pkg.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>36</FileNumber>
<FileNumber>34</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -450,72 +450,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -621,27 +616,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -975,7 +965,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1091,72 +1081,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1262,27 +1247,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1616,7 +1596,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1732,72 +1712,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1837,27 +1812,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qv/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qv \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/nucleo-l053r8 \
$(QPCPP)/3rd_party/nucleo-l053r8/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/nucleo-l053r8

View File

@ -316,7 +316,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l053r8</state>
@ -1285,7 +1285,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l053r8</state>
@ -2254,7 +2254,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l053r8</state>
@ -2954,46 +2954,46 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qv\qv.cpp</name>
</file>
</group>
<group>
@ -3021,19 +3021,19 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_64bit.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_64bit.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -82,17 +82,17 @@
<Book>
<Number>0</Number>
<Title>User Manual (STM32L053-Discovery)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.3.0\Boards\ST\STM32L053-Discovery\Documents\DM00118944.pdf</Path>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.6.0\Boards\ST\STM32L053-Discovery\Documents\DM00118944.pdf</Path>
</Book>
<Book>
<Number>1</Number>
<Title>Data Brief (STM32L053-Discovery)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.3.0\Boards\ST\STM32L053-Discovery\Documents\DM00122138.pdf</Path>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.6.0\Boards\ST\STM32L053-Discovery\Documents\DM00122138.pdf</Path>
</Book>
<Book>
<Number>2</Number>
<Title>Schematics (STM32L053-Discovery)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.3.0\Boards\ST\STM32L053-Discovery\Documents\MB1143.pdf</Path>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.6.0\Boards\ST\STM32L053-Discovery\Documents\MB1143.pdf</Path>
</Book>
<Book>
<Number>3</Number>
@ -122,7 +122,7 @@
<tRSysVw>1</tRSysVw>
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<nTsel>11</nTsel>
<nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@ -221,6 +221,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -424,6 +427,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -627,6 +633,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -641,7 +650,6 @@
<FileNumber>1</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\bsp.cpp</PathWithFileName>
@ -654,7 +662,6 @@
<FileNumber>2</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\bsp.h</PathWithFileName>
@ -667,7 +674,6 @@
<FileNumber>3</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\dpp.h</PathWithFileName>
@ -680,7 +686,6 @@
<FileNumber>4</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\philo.cpp</PathWithFileName>
@ -693,7 +698,6 @@
<FileNumber>5</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\table.cpp</PathWithFileName>
@ -706,7 +710,6 @@
<FileNumber>6</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\include\qstamp.cpp</PathWithFileName>
@ -719,7 +722,6 @@
<FileNumber>7</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\main.cpp</PathWithFileName>
@ -732,7 +734,6 @@
<FileNumber>8</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\test.cpp</PathWithFileName>
@ -753,7 +754,6 @@
<FileNumber>9</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l053r8\stm32l0xx.h</PathWithFileName>
@ -766,7 +766,6 @@
<FileNumber>10</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l053r8\stm32l053xx.h</PathWithFileName>
@ -779,7 +778,6 @@
<FileNumber>11</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l053r8\system_stm32l0xx.c</PathWithFileName>
@ -792,7 +790,6 @@
<FileNumber>12</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l053r8\system_stm32l0xx.h</PathWithFileName>
@ -805,7 +802,6 @@
<FileNumber>13</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l053r8\arm\startup_stm32l053xx.s</PathWithFileName>
@ -826,10 +822,9 @@
<FileNumber>14</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -839,10 +834,9 @@
<FileNumber>15</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -852,10 +846,9 @@
<FileNumber>16</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -865,10 +858,9 @@
<FileNumber>17</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -878,10 +870,9 @@
<FileNumber>18</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -891,10 +882,9 @@
<FileNumber>19</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -904,10 +894,9 @@
<FileNumber>20</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -915,13 +904,12 @@
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>21</FileNumber>
<FileType>5</FileType>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_pkg.h</PathWithFileName>
<FilenameWithoutPath>qf_pkg.h</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -930,11 +918,10 @@
<FileNumber>22</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -943,11 +930,10 @@
<FileNumber>23</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -956,11 +942,10 @@
<FileNumber>24</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -969,11 +954,10 @@
<FileNumber>25</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -982,11 +966,10 @@
<FileNumber>26</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk.cpp</PathWithFileName>
<FilenameWithoutPath>qxk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -995,62 +978,33 @@
<FileNumber>27</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk.cpp</PathWithFileName>
<FilenameWithoutPath>qxk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>28</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>29</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_pkg.h</PathWithFileName>
<FilenameWithoutPath>qxk_pkg.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>30</FileNumber>
<FileNumber>28</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_sema.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_sema.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_sema.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>31</FileNumber>
<FileNumber>29</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_xthr.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_xthr.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_xthr.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1065,10 +1019,9 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>32</FileNumber>
<FileNumber>30</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qxk\arm\qep_port.h</PathWithFileName>
@ -1078,10 +1031,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>33</FileNumber>
<FileNumber>31</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qxk\arm\qf_port.h</PathWithFileName>
@ -1091,10 +1043,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>34</FileNumber>
<FileNumber>32</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qxk\arm\qxk_port.h</PathWithFileName>
@ -1104,10 +1055,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>35</FileNumber>
<FileNumber>33</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qxk\arm\qxk_port.s</PathWithFileName>
@ -1117,10 +1067,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>36</FileNumber>
<FileNumber>34</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qxk\arm\qs_port.h</PathWithFileName>
@ -1138,65 +1087,48 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>37</FileNumber>
<FileNumber>35</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>38</FileNumber>
<FileNumber>36</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>39</FileNumber>
<FileNumber>37</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>40</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_pkg.h</PathWithFileName>
<FilenameWithoutPath>qs_pkg.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>41</FileNumber>
<FileNumber>38</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -10,12 +10,12 @@
<TargetName>dpp-dbg</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
<pCCUsed>5060183::V5.06 update 2 (build 183)::ARMCC</pCCUsed>
<TargetOption>
<TargetCommonOption>
<Device>STM32L053R8</Device>
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32L0xx_DFP.1.3.0</PackID>
<PackID>Keil.STM32L0xx_DFP.1.6.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x08000000,0x10000) IRAM(0x20000000,0x2000) CPUTYPE("Cortex-M0+") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -125,47 +125,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>11</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>STLink\ST-LINKIII-KEIL_SWO.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -369,11 +328,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -494,92 +455,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qxk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -653,6 +604,8 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
@ -683,27 +636,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -718,7 +666,7 @@
<TargetCommonOption>
<Device>STM32L053R8</Device>
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32L0xx_DFP.1.3.0</PackID>
<PackID>Keil.STM32L0xx_DFP.1.6.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x08000000,0x10000) IRAM(0x20000000,0x2000) CPUTYPE("Cortex-M0+") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -828,47 +776,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>11</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>STLink\ST-LINKIII-KEIL_SWO.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -1072,11 +979,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>NDEBUG</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1197,92 +1106,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qxk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -1356,6 +1255,8 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
@ -1386,27 +1287,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1421,7 +1317,7 @@
<TargetCommonOption>
<Device>STM32L053R8</Device>
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32L0xx_DFP.1.3.0</PackID>
<PackID>Keil.STM32L0xx_DFP.1.6.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IROM(0x08000000,0x10000) IRAM(0x20000000,0x2000) CPUTYPE("Cortex-M0+") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@ -1531,47 +1427,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>11</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>STLink\ST-LINKIII-KEIL_SWO.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -1775,11 +1630,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>Q_SPY</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\nucleo-l053r8</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1900,92 +1757,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qxk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -2025,27 +1872,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -1,7 +1,7 @@
##############################################################################
# Product: Makefile for QP/C++, DPP on NUCLEO-L053R8, QXK kernel, GNU-ARM
# Last Updated for Version: 5.6.0
# Date of the Last Update: 2015-12-30
# Last Updated for Version: 5.9.6
# Date of the Last Update: 2017-08-03
#
# Q u a n t u m L e a P s
# ---------------------------
@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qxk/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qxk \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/nucleo-l053r8 \
$(QPCPP)/3rd_party/nucleo-l053r8/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/nucleo-l053r8

View File

@ -316,7 +316,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qxk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l053r8</state>
@ -1281,7 +1281,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qxk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l053r8</state>
@ -2246,7 +2246,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qxk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l053r8</state>
@ -2945,58 +2945,58 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk_sema.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk_sema.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk_xthr.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk_xthr.cpp</name>
</file>
</group>
<group>
@ -3024,19 +3024,19 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_64bit.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_64bit.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -78,18 +78,6 @@
<IsCurrentTarget>1</IsCurrentTarget>
</OPTFL>
<CpuCode>18</CpuCode>
<Books>
<Book>
<Number>0</Number>
<Title>Schematics (NUCLEO-L152RE)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32NUCLEO_BSP\1.3.0\Documents\MB1136.pdf</Path>
</Book>
<Book>
<Number>1</Number>
<Title>STM32 Nucleo board (NUCLEO-L152RE)</Title>
<Path>http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260002</Path>
</Book>
</Books>
<DebugOpt>
<uSim>0</uSim>
<uTrg>1</uTrg>
@ -112,7 +100,7 @@
<tRSysVw>1</tRSysVw>
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<nTsel>11</nTsel>
<nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@ -223,6 +211,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -283,18 +274,6 @@
<IsCurrentTarget>0</IsCurrentTarget>
</OPTFL>
<CpuCode>18</CpuCode>
<Books>
<Book>
<Number>0</Number>
<Title>Schematics (NUCLEO-L152RE)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32NUCLEO_BSP\1.3.0\Documents\MB1136.pdf</Path>
</Book>
<Book>
<Number>1</Number>
<Title>STM32 Nucleo board (NUCLEO-L152RE)</Title>
<Path>http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260002</Path>
</Book>
</Books>
<DebugOpt>
<uSim>0</uSim>
<uTrg>1</uTrg>
@ -317,7 +296,7 @@
<tRSysVw>1</tRSysVw>
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<nTsel>11</nTsel>
<nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@ -428,6 +407,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -488,18 +470,6 @@
<IsCurrentTarget>0</IsCurrentTarget>
</OPTFL>
<CpuCode>18</CpuCode>
<Books>
<Book>
<Number>0</Number>
<Title>Schematics (NUCLEO-L152RE)</Title>
<Path>C:\tools\Keil_v5\ARM\PACK\Keil\STM32NUCLEO_BSP\1.3.0\Documents\MB1136.pdf</Path>
</Book>
<Book>
<Number>1</Number>
<Title>STM32 Nucleo board (NUCLEO-L152RE)</Title>
<Path>http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260002</Path>
</Book>
</Books>
<DebugOpt>
<uSim>0</uSim>
<uTrg>1</uTrg>
@ -522,7 +492,7 @@
<tRSysVw>1</tRSysVw>
<sRunDeb>0</sRunDeb>
<sLrtime>0</sLrtime>
<nTsel>11</nTsel>
<nTsel>5</nTsel>
<sDll></sDll>
<sDllPa></sDllPa>
<sDlgDll></sDlgDll>
@ -633,6 +603,9 @@
<LintExecutable></LintExecutable>
<LintConfigFile></LintConfigFile>
<bLintAuto>0</bLintAuto>
<Lin2Executable></Lin2Executable>
<Lin2ConfigFile></Lin2ConfigFile>
<bLin2Auto>0</bLin2Auto>
</TargetOption>
</Target>
@ -647,7 +620,6 @@
<FileNumber>1</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\bsp.cpp</PathWithFileName>
@ -660,7 +632,6 @@
<FileNumber>2</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\bsp.h</PathWithFileName>
@ -673,7 +644,6 @@
<FileNumber>3</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\dpp.h</PathWithFileName>
@ -686,7 +656,6 @@
<FileNumber>4</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\main.cpp</PathWithFileName>
@ -699,7 +668,6 @@
<FileNumber>5</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\philo.cpp</PathWithFileName>
@ -712,7 +680,6 @@
<FileNumber>6</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\README.txt</PathWithFileName>
@ -725,7 +692,6 @@
<FileNumber>7</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\table.cpp</PathWithFileName>
@ -738,7 +704,6 @@
<FileNumber>8</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\include\qstamp.cpp</PathWithFileName>
@ -759,7 +724,6 @@
<FileNumber>9</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l152re\README.txt</PathWithFileName>
@ -772,7 +736,6 @@
<FileNumber>10</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l152re\stm32l1xx.h</PathWithFileName>
@ -785,7 +748,6 @@
<FileNumber>11</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l152re\system_stm32l1xx.c</PathWithFileName>
@ -798,7 +760,6 @@
<FileNumber>12</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l152re\system_stm32l1xx.h</PathWithFileName>
@ -811,7 +772,6 @@
<FileNumber>13</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\3rd_party\nucleo-l152re\arm\startup_stm32l1xx.s</PathWithFileName>
@ -823,7 +783,7 @@
<Group>
<GroupName>QP</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -832,10 +792,9 @@
<FileNumber>14</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -845,10 +804,9 @@
<FileNumber>15</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -858,10 +816,9 @@
<FileNumber>16</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -871,10 +828,9 @@
<FileNumber>17</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -884,10 +840,9 @@
<FileNumber>18</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -897,10 +852,9 @@
<FileNumber>19</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -910,10 +864,9 @@
<FileNumber>20</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -921,13 +874,12 @@
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>21</FileNumber>
<FileType>5</FileType>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_pkg.h</PathWithFileName>
<FilenameWithoutPath>qf_pkg.h</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -936,11 +888,10 @@
<FileNumber>22</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -949,11 +900,10 @@
<FileNumber>23</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -962,11 +912,10 @@
<FileNumber>24</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -975,11 +924,10 @@
<FileNumber>25</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -988,11 +936,10 @@
<FileNumber>26</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qk\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -1001,54 +948,26 @@
<FileNumber>27</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>28</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>29</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_pkg.h</PathWithFileName>
<FilenameWithoutPath>qk_pkg.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
<GroupName>QP_port</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>30</FileNumber>
<FileNumber>28</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qep_port.h</PathWithFileName>
@ -1058,10 +977,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>31</FileNumber>
<FileNumber>29</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qf_port.h</PathWithFileName>
@ -1071,10 +989,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>32</FileNumber>
<FileNumber>30</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qk_port.h</PathWithFileName>
@ -1084,10 +1001,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>33</FileNumber>
<FileNumber>31</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qk_port.s</PathWithFileName>
@ -1097,10 +1013,9 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>34</FileNumber>
<FileNumber>32</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\ports\arm-cm\qk\arm\qs_port.h</PathWithFileName>
@ -1118,65 +1033,48 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>35</FileNumber>
<FileNumber>33</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>36</FileNumber>
<FileNumber>34</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>37</FileNumber>
<FileNumber>35</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>38</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_pkg.h</PathWithFileName>
<FilenameWithoutPath>qs_pkg.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>39</FileNumber>
<FileNumber>36</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -10,7 +10,7 @@
<TargetName>dpp-dbg</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
<pCCUsed>5060183::V5.06 update 2 (build 183)::ARMCC</pCCUsed>
<TargetOption>
<TargetCommonOption>
<Device>STM32L152RE</Device>
@ -125,47 +125,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>11</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>STLink\ST-LINKIII-KEIL_SWO.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -369,11 +328,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>HSE_VALUE=4000000</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -494,82 +455,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -643,6 +594,8 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
@ -673,27 +626,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -818,47 +766,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>11</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>STLink\ST-LINKIII-KEIL_SWO.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -1062,11 +969,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>NDEBUG</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1187,82 +1096,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1336,6 +1235,8 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
@ -1366,27 +1267,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1396,7 +1292,7 @@
<TargetName>dpp-spy</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
<pCCUsed>5060183::V5.06 update 2 (build 183)::ARMCC</pCCUsed>
<TargetOption>
<TargetCommonOption>
<Device>STM32L152RE</Device>
@ -1511,47 +1407,6 @@
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
<Simulator>
<UseSimulator>0</UseSimulator>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>1</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
<RestoreSysVw>1</RestoreSysVw>
</Simulator>
<Target>
<UseTarget>1</UseTarget>
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
<RunToMain>1</RunToMain>
<RestoreBreakpoints>1</RestoreBreakpoints>
<RestoreWatchpoints>1</RestoreWatchpoints>
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
<RestoreFunctions>0</RestoreFunctions>
<RestoreToolbox>1</RestoreToolbox>
<RestoreTracepoints>0</RestoreTracepoints>
<RestoreSysVw>1</RestoreSysVw>
</Target>
<RunDebugAfterBuild>0</RunDebugAfterBuild>
<TargetSelection>11</TargetSelection>
<SimDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
</SimDlls>
<TargetDlls>
<CpuDll></CpuDll>
<CpuDllArguments></CpuDllArguments>
<PeripheralDll></PeripheralDll>
<PeripheralDllArguments></PeripheralDllArguments>
<InitializationFile></InitializationFile>
<Driver>STLink\ST-LINKIII-KEIL_SWO.dll</Driver>
</TargetDlls>
</DebugOption>
<Utilities>
<Flash1>
@ -1755,11 +1610,13 @@
<v6LangP>0</v6LangP>
<vShortEn>0</vShortEn>
<vShortWch>0</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<VariousControls>
<MiscControls></MiscControls>
<Define>Q_SPY</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1880,82 +1737,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qk_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qk_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1995,27 +1842,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qk/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qk \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/nucleo-l152re \
$(QPCPP)/3rd_party/nucleo-l152re/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/nucleo-l152re

View File

@ -316,7 +316,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l152re</state>
@ -1281,7 +1281,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l152re</state>
@ -2246,7 +2246,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l152re</state>
@ -2939,52 +2939,52 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk_pkg.h</name>
</file>
</group>
<group>
@ -3012,19 +3012,19 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_64bit.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_64bit.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -756,7 +756,7 @@
<Group>
<GroupName>QP</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -767,7 +767,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -779,7 +779,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -791,7 +791,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -803,7 +803,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -815,7 +815,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -827,7 +827,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -839,7 +839,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -847,12 +847,12 @@
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>21</FileNumber>
<FileType>5</FileType>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_pkg.h</PathWithFileName>
<FilenameWithoutPath>qf_pkg.h</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -863,8 +863,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -875,8 +875,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -887,8 +887,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -899,8 +899,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -911,19 +911,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>3</GroupNumber>
<FileNumber>27</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qv.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qv\qv.cpp</PathWithFileName>
<FilenameWithoutPath>qv.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -938,7 +926,7 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>28</FileNumber>
<FileNumber>27</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -950,7 +938,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>29</FileNumber>
<FileNumber>28</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -962,7 +950,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>30</FileNumber>
<FileNumber>29</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -974,7 +962,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>31</FileNumber>
<FileNumber>30</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -986,7 +974,7 @@
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>32</FileNumber>
<FileNumber>31</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -1004,6 +992,18 @@
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>32</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>33</FileNumber>
@ -1011,8 +1011,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@ -1023,43 +1023,19 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>35</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>36</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_pkg.h</PathWithFileName>
<FilenameWithoutPath>qs_pkg.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>37</FileNumber>
<FileNumber>35</FileNumber>
<FileType>8</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -455,72 +455,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -626,27 +621,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -980,7 +970,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1101,72 +1091,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1272,27 +1257,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1626,7 +1606,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include; ..\..\..\..\..\3rd_party\nucleo-l152re</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1747,72 +1727,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qf_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1852,27 +1827,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_pkg.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\..\..\..\source\qs_pkg.h</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qv/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qv \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/nucleo-l152re \
$(QPCPP)/3rd_party/nucleo-l152re/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/nucleo-l152re

View File

@ -316,7 +316,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l152re</state>
@ -1285,7 +1285,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l152re</state>
@ -2254,7 +2254,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\nucleo-l152re</state>
@ -2951,46 +2951,46 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qv\qv.cpp</name>
</file>
</group>
<group>
@ -3018,19 +3018,19 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_64bit.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_64bit.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -0,0 +1,148 @@
// <<< Use Configuration Wizard in Context Menu >>>
// <h> Debug MCU Configuration
// <o0.0> DBG_SLEEP
// <i> Debug Sleep Mode
// <i> 0: (FCLK=On, HCLK=Off) FCLK is clocked by the system clock as previously configured by the software while HCLK is disabled
// <i> 1: (FCLK=On, HCLK=On) HCLK is fed by the same clock that is provided to FCLK
// <o0.1> DBG_STOP
// <i> Debug Stop Mode
// <i> 0: (FCLK=Off, HCLK=Off) Clock controller disables all clocks
// <i> 1: (FCLK=On, HCLK=On) FCLK and HCLK are provided by the internal RC oscillator which remains active
// <o0.2> DBG_STANDBY
// <i> Debug Standby Mode
// <i> 0: (FCLK=Off, HCLK=Off) The whole digital part is unpowered.
// <i> 1: (FCLK=On, HCLK=On) Digital part is powered and FCLK and HCLK are provided by the internal RC oscillator which remains active
// </h>
DbgMCU_CR = 0x00000007;
// <h> Debug MCU APB1 Configuration
// <o0.0> DBG_TIM2_STOP
// <i> TIM2 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM3_STOP
// <i> TIM3 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.2> DBG_TIM4_STOP
// <i> TIM4 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.3> DBG_TIM5_STOP
// <i> TIM5 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.4> DBG_TIM6_STOP
// <i> TIM6 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.5> DBG_TIM7_STOP
// <i> TIM7 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.6> DBG_TIM12_STOP
// <i> TIM12 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.7> DBG_TIM13_STOP
// <i> TIM13 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.8> DBG_TIM14_STOP
// <i> TIM14 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.9> DBG_LPTIM1_STOP
// <i> LPTMI1 counter stopped when core is halted
// <i> 0: The clock of LPTIM1 counter is fed even if the core is halted
// <i> 1: The clock of LPTIM1 counter is stopped when the core is halted
// <o0.10> DBG_RTC_STOP
// <i> RTC stopped when Core is halted
// <i> 0: The RTC counter clock continues even if the core is halted
// <i> 1: The RTC counter clock is stopped when the core is halted
// <o0.11> DBG_WWDG_STOP
// <i> Debug Window Watchdog stopped when Core is halted
// <i> 0: The window watchdog counter clock continues even if the core is halted
// <i> 1: The window watchdog counter clock is stopped when the core is halted
// <o0.12> DBG_IWDG_STOP
// <i> Debug independent watchdog stopped when core is halted
// <i> 0: The independent watchdog counter clock continues even if the core is halted
// <i> 1: The independent watchdog counter clock is stopped when the core is halted
// <o0.21> DBG_I2C1_SMBUS_TIMEOUT
// <i> I2C1 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.22> DBG_I2C2_SMBUS_TIMEOUT
// <i> I2C2 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.23> DBG_I2C3_SMBUS_TIMEOUT
// <i> I2C3 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.24> DBG_I2C4_SMBUS_TIMEOUT
// <i> I2C4 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.25> DBG_CAN1_STOP
// <i> Debug CAN1 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN1 receive registers are frozen
// <o0.26> DBG_CAN2_STOP
// <i> Debug CAN2 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN2 receive registers are frozen
// </h>
DbgMCU_APB1_Fz = 0x00000000;
// <h> Debug MCU APB2 Configuration
// <o0.0> DBG_TIM1_STOP
// <i> TIM1 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM8_STOP
// <i> TIM8 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.16> DBG_TIM9_STOP
// <i> TIM9 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.17> DBG_TIM10_STOP
// <i> TIM10 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.18> DBG_TIM11_STOP
// <i> TIM11 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// </h>
DbgMCU_APB2_Fz = 0x00000000;
// <h> TPIU Pin Routing (TRACECLK fixed on Pin PE2)
// <o0> TRACED0
// <i> ETM Trace Data 0
// <0=> Pin PC1
// <1=> Pin PE3
// <2=> Pin PG13
// <o1> TRACED1
// <i> ETM Trace Data 1
// <0=> Pin PC8
// <1=> Pin PE4
// <2=> Pin PG14
// <o2> TRACED2
// <i> ETM Trace Data 2
// <0=> Pin PD2
// <1=> Pin PE5
// <o3> TRACED3
// <i> ETM Trace Data 3
// <0=> Pin PC12
// <1=> Pin PE6
ETMTrace_D0 = 1;
ETMTrace_D1 = 1;
ETMTrace_D2 = 1;
ETMTrace_D3 = 1;
// </h>
// <<< end of configuration section >>>

View File

@ -0,0 +1,148 @@
// <<< Use Configuration Wizard in Context Menu >>>
// <h> Debug MCU Configuration
// <o0.0> DBG_SLEEP
// <i> Debug Sleep Mode
// <i> 0: (FCLK=On, HCLK=Off) FCLK is clocked by the system clock as previously configured by the software while HCLK is disabled
// <i> 1: (FCLK=On, HCLK=On) HCLK is fed by the same clock that is provided to FCLK
// <o0.1> DBG_STOP
// <i> Debug Stop Mode
// <i> 0: (FCLK=Off, HCLK=Off) Clock controller disables all clocks
// <i> 1: (FCLK=On, HCLK=On) FCLK and HCLK are provided by the internal RC oscillator which remains active
// <o0.2> DBG_STANDBY
// <i> Debug Standby Mode
// <i> 0: (FCLK=Off, HCLK=Off) The whole digital part is unpowered.
// <i> 1: (FCLK=On, HCLK=On) Digital part is powered and FCLK and HCLK are provided by the internal RC oscillator which remains active
// </h>
DbgMCU_CR = 0x00000007;
// <h> Debug MCU APB1 Configuration
// <o0.0> DBG_TIM2_STOP
// <i> TIM2 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM3_STOP
// <i> TIM3 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.2> DBG_TIM4_STOP
// <i> TIM4 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.3> DBG_TIM5_STOP
// <i> TIM5 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.4> DBG_TIM6_STOP
// <i> TIM6 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.5> DBG_TIM7_STOP
// <i> TIM7 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.6> DBG_TIM12_STOP
// <i> TIM12 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.7> DBG_TIM13_STOP
// <i> TIM13 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.8> DBG_TIM14_STOP
// <i> TIM14 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.9> DBG_LPTIM1_STOP
// <i> LPTMI1 counter stopped when core is halted
// <i> 0: The clock of LPTIM1 counter is fed even if the core is halted
// <i> 1: The clock of LPTIM1 counter is stopped when the core is halted
// <o0.10> DBG_RTC_STOP
// <i> RTC stopped when Core is halted
// <i> 0: The RTC counter clock continues even if the core is halted
// <i> 1: The RTC counter clock is stopped when the core is halted
// <o0.11> DBG_WWDG_STOP
// <i> Debug Window Watchdog stopped when Core is halted
// <i> 0: The window watchdog counter clock continues even if the core is halted
// <i> 1: The window watchdog counter clock is stopped when the core is halted
// <o0.12> DBG_IWDG_STOP
// <i> Debug independent watchdog stopped when core is halted
// <i> 0: The independent watchdog counter clock continues even if the core is halted
// <i> 1: The independent watchdog counter clock is stopped when the core is halted
// <o0.21> DBG_I2C1_SMBUS_TIMEOUT
// <i> I2C1 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.22> DBG_I2C2_SMBUS_TIMEOUT
// <i> I2C2 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.23> DBG_I2C3_SMBUS_TIMEOUT
// <i> I2C3 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.24> DBG_I2C4_SMBUS_TIMEOUT
// <i> I2C4 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.25> DBG_CAN1_STOP
// <i> Debug CAN1 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN1 receive registers are frozen
// <o0.26> DBG_CAN2_STOP
// <i> Debug CAN2 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN2 receive registers are frozen
// </h>
DbgMCU_APB1_Fz = 0x00000000;
// <h> Debug MCU APB2 Configuration
// <o0.0> DBG_TIM1_STOP
// <i> TIM1 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM8_STOP
// <i> TIM8 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.16> DBG_TIM9_STOP
// <i> TIM9 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.17> DBG_TIM10_STOP
// <i> TIM10 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.18> DBG_TIM11_STOP
// <i> TIM11 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// </h>
DbgMCU_APB2_Fz = 0x00000000;
// <h> TPIU Pin Routing (TRACECLK fixed on Pin PE2)
// <o0> TRACED0
// <i> ETM Trace Data 0
// <0=> Pin PC1
// <1=> Pin PE3
// <2=> Pin PG13
// <o1> TRACED1
// <i> ETM Trace Data 1
// <0=> Pin PC8
// <1=> Pin PE4
// <2=> Pin PG14
// <o2> TRACED2
// <i> ETM Trace Data 2
// <0=> Pin PD2
// <1=> Pin PE5
// <o3> TRACED3
// <i> ETM Trace Data 3
// <0=> Pin PC12
// <1=> Pin PE6
ETMTrace_D0 = 1;
ETMTrace_D1 = 1;
ETMTrace_D2 = 1;
ETMTrace_D3 = 1;
// </h>
// <<< end of configuration section >>>

View File

@ -0,0 +1,148 @@
// <<< Use Configuration Wizard in Context Menu >>>
// <h> Debug MCU Configuration
// <o0.0> DBG_SLEEP
// <i> Debug Sleep Mode
// <i> 0: (FCLK=On, HCLK=Off) FCLK is clocked by the system clock as previously configured by the software while HCLK is disabled
// <i> 1: (FCLK=On, HCLK=On) HCLK is fed by the same clock that is provided to FCLK
// <o0.1> DBG_STOP
// <i> Debug Stop Mode
// <i> 0: (FCLK=Off, HCLK=Off) Clock controller disables all clocks
// <i> 1: (FCLK=On, HCLK=On) FCLK and HCLK are provided by the internal RC oscillator which remains active
// <o0.2> DBG_STANDBY
// <i> Debug Standby Mode
// <i> 0: (FCLK=Off, HCLK=Off) The whole digital part is unpowered.
// <i> 1: (FCLK=On, HCLK=On) Digital part is powered and FCLK and HCLK are provided by the internal RC oscillator which remains active
// </h>
DbgMCU_CR = 0x00000007;
// <h> Debug MCU APB1 Configuration
// <o0.0> DBG_TIM2_STOP
// <i> TIM2 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM3_STOP
// <i> TIM3 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.2> DBG_TIM4_STOP
// <i> TIM4 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.3> DBG_TIM5_STOP
// <i> TIM5 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.4> DBG_TIM6_STOP
// <i> TIM6 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.5> DBG_TIM7_STOP
// <i> TIM7 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.6> DBG_TIM12_STOP
// <i> TIM12 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.7> DBG_TIM13_STOP
// <i> TIM13 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.8> DBG_TIM14_STOP
// <i> TIM14 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.9> DBG_LPTIM1_STOP
// <i> LPTMI1 counter stopped when core is halted
// <i> 0: The clock of LPTIM1 counter is fed even if the core is halted
// <i> 1: The clock of LPTIM1 counter is stopped when the core is halted
// <o0.10> DBG_RTC_STOP
// <i> RTC stopped when Core is halted
// <i> 0: The RTC counter clock continues even if the core is halted
// <i> 1: The RTC counter clock is stopped when the core is halted
// <o0.11> DBG_WWDG_STOP
// <i> Debug Window Watchdog stopped when Core is halted
// <i> 0: The window watchdog counter clock continues even if the core is halted
// <i> 1: The window watchdog counter clock is stopped when the core is halted
// <o0.12> DBG_IWDG_STOP
// <i> Debug independent watchdog stopped when core is halted
// <i> 0: The independent watchdog counter clock continues even if the core is halted
// <i> 1: The independent watchdog counter clock is stopped when the core is halted
// <o0.21> DBG_I2C1_SMBUS_TIMEOUT
// <i> I2C1 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.22> DBG_I2C2_SMBUS_TIMEOUT
// <i> I2C2 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.23> DBG_I2C3_SMBUS_TIMEOUT
// <i> I2C3 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.24> DBG_I2C4_SMBUS_TIMEOUT
// <i> I2C4 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.25> DBG_CAN1_STOP
// <i> Debug CAN1 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN1 receive registers are frozen
// <o0.26> DBG_CAN2_STOP
// <i> Debug CAN2 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN2 receive registers are frozen
// </h>
DbgMCU_APB1_Fz = 0x00000000;
// <h> Debug MCU APB2 Configuration
// <o0.0> DBG_TIM1_STOP
// <i> TIM1 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM8_STOP
// <i> TIM8 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.16> DBG_TIM9_STOP
// <i> TIM9 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.17> DBG_TIM10_STOP
// <i> TIM10 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.18> DBG_TIM11_STOP
// <i> TIM11 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// </h>
DbgMCU_APB2_Fz = 0x00000000;
// <h> TPIU Pin Routing (TRACECLK fixed on Pin PE2)
// <o0> TRACED0
// <i> ETM Trace Data 0
// <0=> Pin PC1
// <1=> Pin PE3
// <2=> Pin PG13
// <o1> TRACED1
// <i> ETM Trace Data 1
// <0=> Pin PC8
// <1=> Pin PE4
// <2=> Pin PG14
// <o2> TRACED2
// <i> ETM Trace Data 2
// <0=> Pin PD2
// <1=> Pin PE5
// <o3> TRACED3
// <i> ETM Trace Data 3
// <0=> Pin PC12
// <1=> Pin PE6
ETMTrace_D0 = 1;
ETMTrace_D1 = 1;
ETMTrace_D2 = 1;
ETMTrace_D3 = 1;
// </h>
// <<< end of configuration section >>>

View File

@ -1133,7 +1133,7 @@
<Group>
<GroupName>QP</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1144,7 +1144,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1156,7 +1156,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1168,7 +1168,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1180,7 +1180,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1192,7 +1192,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1204,7 +1204,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1216,7 +1216,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1228,7 +1228,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1240,7 +1240,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1252,7 +1252,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1264,7 +1264,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1276,7 +1276,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1288,7 +1288,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1300,7 +1300,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1309,7 +1309,7 @@
<Group>
<GroupName>QP_port</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1329,7 +1329,7 @@
<Group>
<GroupName>QS</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1340,7 +1340,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1352,7 +1352,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1364,7 +1364,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1376,7 +1376,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>__FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -520,72 +520,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -671,22 +671,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1020,7 +1020,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1206,72 +1206,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1357,22 +1357,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1706,7 +1706,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1892,72 +1892,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -2043,22 +2043,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -1,4 +1,4 @@
SET PATH=C:\tools\Keil_v5\ARM\ARMCC\Bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\ProgramData\Oracle\Java\javapath;C:\qp\qtools\bin;C:\utils\;C:\Program Files (x86)\Microchip\xc32\v1.42\bin;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Users\miro\AppData\Local\Microsoft\WindowsApps;
SET PATH=C:\tools\Keil_v5\ARM\ARMCC\Bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\ProgramData\Oracle\Java\javapath;C:\qp\qtools\bin;C:\utils\;C:\Users\miro\AppData\Local\Pandoc\
SET ARMCC5_ASMOPT=--diag_suppress=9931
SET ARMCC5_CCOPT=--diag_suppress=9931
SET ARMCC5_LINKOPT=--diag_suppress=9931
@ -12,7 +12,7 @@ cmd /c "if exist .\spy\qstamp.o del .\spy\qstamp.o"
"C:\tools\Keil_v5\ARM\ARMCC\Bin\ArmCC" --Via ".\spy\philo.__i"
"C:\tools\Keil_v5\ARM\ARMCC\Bin\ArmCC" --Via ".\spy\table.__i"
"C:\tools\Keil_v5\ARM\ARMCC\Bin\ArmCC" --Via ".\spy\qstamp.__i"
"C:\tools\Keil_v5\ARM\ARMCC\Bin\ArmAsm" --Via ".\spy\startup_stm32f4xx._ia"
"C:\tools\Keil_v5\ARM\ARMCC\Bin\ArmAsm" --Via ".\spy\startup_stm32f746xx._ia"
"C:\tools\Keil_v5\ARM\ARMCC\Bin\ArmCC" --Via ".\spy\stm32746g_discovery.__i"
"C:\tools\Keil_v5\ARM\ARMCC\Bin\ArmCC" --Via ".\spy\stm32f7xx_hal_msp.__i"
"C:\tools\Keil_v5\ARM\ARMCC\Bin\ArmCC" --Via ".\spy\system_stm32f7xx.__i"

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qk/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qk \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/stm32f7-discovery \
$(QPCPP)/3rd_party/stm32f7-discovery/gnu \
@ -80,7 +82,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/stm32f7-discovery \

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\stm32f7-discovery</state>
@ -1290,7 +1290,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\stm32f7-discovery</state>
@ -2263,7 +2263,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\stm32f7-discovery</state>
@ -2947,49 +2947,49 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk_mutex.cpp</name>
</file>
</group>
<group>
@ -3005,16 +3005,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
<group>

View File

@ -0,0 +1,148 @@
// <<< Use Configuration Wizard in Context Menu >>>
// <h> Debug MCU Configuration
// <o0.0> DBG_SLEEP
// <i> Debug Sleep Mode
// <i> 0: (FCLK=On, HCLK=Off) FCLK is clocked by the system clock as previously configured by the software while HCLK is disabled
// <i> 1: (FCLK=On, HCLK=On) HCLK is fed by the same clock that is provided to FCLK
// <o0.1> DBG_STOP
// <i> Debug Stop Mode
// <i> 0: (FCLK=Off, HCLK=Off) Clock controller disables all clocks
// <i> 1: (FCLK=On, HCLK=On) FCLK and HCLK are provided by the internal RC oscillator which remains active
// <o0.2> DBG_STANDBY
// <i> Debug Standby Mode
// <i> 0: (FCLK=Off, HCLK=Off) The whole digital part is unpowered.
// <i> 1: (FCLK=On, HCLK=On) Digital part is powered and FCLK and HCLK are provided by the internal RC oscillator which remains active
// </h>
DbgMCU_CR = 0x00000007;
// <h> Debug MCU APB1 Configuration
// <o0.0> DBG_TIM2_STOP
// <i> TIM2 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM3_STOP
// <i> TIM3 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.2> DBG_TIM4_STOP
// <i> TIM4 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.3> DBG_TIM5_STOP
// <i> TIM5 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.4> DBG_TIM6_STOP
// <i> TIM6 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.5> DBG_TIM7_STOP
// <i> TIM7 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.6> DBG_TIM12_STOP
// <i> TIM12 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.7> DBG_TIM13_STOP
// <i> TIM13 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.8> DBG_TIM14_STOP
// <i> TIM14 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.9> DBG_LPTIM1_STOP
// <i> LPTMI1 counter stopped when core is halted
// <i> 0: The clock of LPTIM1 counter is fed even if the core is halted
// <i> 1: The clock of LPTIM1 counter is stopped when the core is halted
// <o0.10> DBG_RTC_STOP
// <i> RTC stopped when Core is halted
// <i> 0: The RTC counter clock continues even if the core is halted
// <i> 1: The RTC counter clock is stopped when the core is halted
// <o0.11> DBG_WWDG_STOP
// <i> Debug Window Watchdog stopped when Core is halted
// <i> 0: The window watchdog counter clock continues even if the core is halted
// <i> 1: The window watchdog counter clock is stopped when the core is halted
// <o0.12> DBG_IWDG_STOP
// <i> Debug independent watchdog stopped when core is halted
// <i> 0: The independent watchdog counter clock continues even if the core is halted
// <i> 1: The independent watchdog counter clock is stopped when the core is halted
// <o0.21> DBG_I2C1_SMBUS_TIMEOUT
// <i> I2C1 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.22> DBG_I2C2_SMBUS_TIMEOUT
// <i> I2C2 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.23> DBG_I2C3_SMBUS_TIMEOUT
// <i> I2C3 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.24> DBG_I2C4_SMBUS_TIMEOUT
// <i> I2C4 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.25> DBG_CAN1_STOP
// <i> Debug CAN1 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN1 receive registers are frozen
// <o0.26> DBG_CAN2_STOP
// <i> Debug CAN2 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN2 receive registers are frozen
// </h>
DbgMCU_APB1_Fz = 0x00000000;
// <h> Debug MCU APB2 Configuration
// <o0.0> DBG_TIM1_STOP
// <i> TIM1 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM8_STOP
// <i> TIM8 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.16> DBG_TIM9_STOP
// <i> TIM9 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.17> DBG_TIM10_STOP
// <i> TIM10 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.18> DBG_TIM11_STOP
// <i> TIM11 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// </h>
DbgMCU_APB2_Fz = 0x00000000;
// <h> TPIU Pin Routing (TRACECLK fixed on Pin PE2)
// <o0> TRACED0
// <i> ETM Trace Data 0
// <0=> Pin PC1
// <1=> Pin PE3
// <2=> Pin PG13
// <o1> TRACED1
// <i> ETM Trace Data 1
// <0=> Pin PC8
// <1=> Pin PE4
// <2=> Pin PG14
// <o2> TRACED2
// <i> ETM Trace Data 2
// <0=> Pin PD2
// <1=> Pin PE5
// <o3> TRACED3
// <i> ETM Trace Data 3
// <0=> Pin PC12
// <1=> Pin PE6
ETMTrace_D0 = 1;
ETMTrace_D1 = 1;
ETMTrace_D2 = 1;
ETMTrace_D3 = 1;
// </h>
// <<< end of configuration section >>>

View File

@ -0,0 +1,148 @@
// <<< Use Configuration Wizard in Context Menu >>>
// <h> Debug MCU Configuration
// <o0.0> DBG_SLEEP
// <i> Debug Sleep Mode
// <i> 0: (FCLK=On, HCLK=Off) FCLK is clocked by the system clock as previously configured by the software while HCLK is disabled
// <i> 1: (FCLK=On, HCLK=On) HCLK is fed by the same clock that is provided to FCLK
// <o0.1> DBG_STOP
// <i> Debug Stop Mode
// <i> 0: (FCLK=Off, HCLK=Off) Clock controller disables all clocks
// <i> 1: (FCLK=On, HCLK=On) FCLK and HCLK are provided by the internal RC oscillator which remains active
// <o0.2> DBG_STANDBY
// <i> Debug Standby Mode
// <i> 0: (FCLK=Off, HCLK=Off) The whole digital part is unpowered.
// <i> 1: (FCLK=On, HCLK=On) Digital part is powered and FCLK and HCLK are provided by the internal RC oscillator which remains active
// </h>
DbgMCU_CR = 0x00000007;
// <h> Debug MCU APB1 Configuration
// <o0.0> DBG_TIM2_STOP
// <i> TIM2 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM3_STOP
// <i> TIM3 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.2> DBG_TIM4_STOP
// <i> TIM4 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.3> DBG_TIM5_STOP
// <i> TIM5 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.4> DBG_TIM6_STOP
// <i> TIM6 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.5> DBG_TIM7_STOP
// <i> TIM7 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.6> DBG_TIM12_STOP
// <i> TIM12 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.7> DBG_TIM13_STOP
// <i> TIM13 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.8> DBG_TIM14_STOP
// <i> TIM14 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.9> DBG_LPTIM1_STOP
// <i> LPTMI1 counter stopped when core is halted
// <i> 0: The clock of LPTIM1 counter is fed even if the core is halted
// <i> 1: The clock of LPTIM1 counter is stopped when the core is halted
// <o0.10> DBG_RTC_STOP
// <i> RTC stopped when Core is halted
// <i> 0: The RTC counter clock continues even if the core is halted
// <i> 1: The RTC counter clock is stopped when the core is halted
// <o0.11> DBG_WWDG_STOP
// <i> Debug Window Watchdog stopped when Core is halted
// <i> 0: The window watchdog counter clock continues even if the core is halted
// <i> 1: The window watchdog counter clock is stopped when the core is halted
// <o0.12> DBG_IWDG_STOP
// <i> Debug independent watchdog stopped when core is halted
// <i> 0: The independent watchdog counter clock continues even if the core is halted
// <i> 1: The independent watchdog counter clock is stopped when the core is halted
// <o0.21> DBG_I2C1_SMBUS_TIMEOUT
// <i> I2C1 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.22> DBG_I2C2_SMBUS_TIMEOUT
// <i> I2C2 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.23> DBG_I2C3_SMBUS_TIMEOUT
// <i> I2C3 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.24> DBG_I2C4_SMBUS_TIMEOUT
// <i> I2C4 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.25> DBG_CAN1_STOP
// <i> Debug CAN1 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN1 receive registers are frozen
// <o0.26> DBG_CAN2_STOP
// <i> Debug CAN2 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN2 receive registers are frozen
// </h>
DbgMCU_APB1_Fz = 0x00000000;
// <h> Debug MCU APB2 Configuration
// <o0.0> DBG_TIM1_STOP
// <i> TIM1 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM8_STOP
// <i> TIM8 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.16> DBG_TIM9_STOP
// <i> TIM9 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.17> DBG_TIM10_STOP
// <i> TIM10 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.18> DBG_TIM11_STOP
// <i> TIM11 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// </h>
DbgMCU_APB2_Fz = 0x00000000;
// <h> TPIU Pin Routing (TRACECLK fixed on Pin PE2)
// <o0> TRACED0
// <i> ETM Trace Data 0
// <0=> Pin PC1
// <1=> Pin PE3
// <2=> Pin PG13
// <o1> TRACED1
// <i> ETM Trace Data 1
// <0=> Pin PC8
// <1=> Pin PE4
// <2=> Pin PG14
// <o2> TRACED2
// <i> ETM Trace Data 2
// <0=> Pin PD2
// <1=> Pin PE5
// <o3> TRACED3
// <i> ETM Trace Data 3
// <0=> Pin PC12
// <1=> Pin PE6
ETMTrace_D0 = 1;
ETMTrace_D1 = 1;
ETMTrace_D2 = 1;
ETMTrace_D3 = 1;
// </h>
// <<< end of configuration section >>>

View File

@ -0,0 +1,148 @@
// <<< Use Configuration Wizard in Context Menu >>>
// <h> Debug MCU Configuration
// <o0.0> DBG_SLEEP
// <i> Debug Sleep Mode
// <i> 0: (FCLK=On, HCLK=Off) FCLK is clocked by the system clock as previously configured by the software while HCLK is disabled
// <i> 1: (FCLK=On, HCLK=On) HCLK is fed by the same clock that is provided to FCLK
// <o0.1> DBG_STOP
// <i> Debug Stop Mode
// <i> 0: (FCLK=Off, HCLK=Off) Clock controller disables all clocks
// <i> 1: (FCLK=On, HCLK=On) FCLK and HCLK are provided by the internal RC oscillator which remains active
// <o0.2> DBG_STANDBY
// <i> Debug Standby Mode
// <i> 0: (FCLK=Off, HCLK=Off) The whole digital part is unpowered.
// <i> 1: (FCLK=On, HCLK=On) Digital part is powered and FCLK and HCLK are provided by the internal RC oscillator which remains active
// </h>
DbgMCU_CR = 0x00000007;
// <h> Debug MCU APB1 Configuration
// <o0.0> DBG_TIM2_STOP
// <i> TIM2 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM3_STOP
// <i> TIM3 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.2> DBG_TIM4_STOP
// <i> TIM4 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.3> DBG_TIM5_STOP
// <i> TIM5 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.4> DBG_TIM6_STOP
// <i> TIM6 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.5> DBG_TIM7_STOP
// <i> TIM7 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.6> DBG_TIM12_STOP
// <i> TIM12 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.7> DBG_TIM13_STOP
// <i> TIM13 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.8> DBG_TIM14_STOP
// <i> TIM14 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.9> DBG_LPTIM1_STOP
// <i> LPTMI1 counter stopped when core is halted
// <i> 0: The clock of LPTIM1 counter is fed even if the core is halted
// <i> 1: The clock of LPTIM1 counter is stopped when the core is halted
// <o0.10> DBG_RTC_STOP
// <i> RTC stopped when Core is halted
// <i> 0: The RTC counter clock continues even if the core is halted
// <i> 1: The RTC counter clock is stopped when the core is halted
// <o0.11> DBG_WWDG_STOP
// <i> Debug Window Watchdog stopped when Core is halted
// <i> 0: The window watchdog counter clock continues even if the core is halted
// <i> 1: The window watchdog counter clock is stopped when the core is halted
// <o0.12> DBG_IWDG_STOP
// <i> Debug independent watchdog stopped when core is halted
// <i> 0: The independent watchdog counter clock continues even if the core is halted
// <i> 1: The independent watchdog counter clock is stopped when the core is halted
// <o0.21> DBG_I2C1_SMBUS_TIMEOUT
// <i> I2C1 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.22> DBG_I2C2_SMBUS_TIMEOUT
// <i> I2C2 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.23> DBG_I2C3_SMBUS_TIMEOUT
// <i> I2C3 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.24> DBG_I2C4_SMBUS_TIMEOUT
// <i> I2C4 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.25> DBG_CAN1_STOP
// <i> Debug CAN1 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN1 receive registers are frozen
// <o0.26> DBG_CAN2_STOP
// <i> Debug CAN2 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN2 receive registers are frozen
// </h>
DbgMCU_APB1_Fz = 0x00000000;
// <h> Debug MCU APB2 Configuration
// <o0.0> DBG_TIM1_STOP
// <i> TIM1 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM8_STOP
// <i> TIM8 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.16> DBG_TIM9_STOP
// <i> TIM9 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.17> DBG_TIM10_STOP
// <i> TIM10 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.18> DBG_TIM11_STOP
// <i> TIM11 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// </h>
DbgMCU_APB2_Fz = 0x00000000;
// <h> TPIU Pin Routing (TRACECLK fixed on Pin PE2)
// <o0> TRACED0
// <i> ETM Trace Data 0
// <0=> Pin PC1
// <1=> Pin PE3
// <2=> Pin PG13
// <o1> TRACED1
// <i> ETM Trace Data 1
// <0=> Pin PC8
// <1=> Pin PE4
// <2=> Pin PG14
// <o2> TRACED2
// <i> ETM Trace Data 2
// <0=> Pin PD2
// <1=> Pin PE5
// <o3> TRACED3
// <i> ETM Trace Data 3
// <0=> Pin PC12
// <1=> Pin PE6
ETMTrace_D0 = 1;
ETMTrace_D1 = 1;
ETMTrace_D2 = 1;
ETMTrace_D3 = 1;
// </h>
// <<< end of configuration section >>>

View File

@ -1184,7 +1184,7 @@
<Group>
<GroupName>QP</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1195,7 +1195,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1207,7 +1207,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1219,7 +1219,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1231,7 +1231,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1243,7 +1243,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1255,7 +1255,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1267,7 +1267,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1279,7 +1279,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1291,7 +1291,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1303,7 +1303,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1315,7 +1315,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1327,7 +1327,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1339,7 +1339,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qv.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qv\qv.cpp</PathWithFileName>
<FilenameWithoutPath>qv.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1348,7 +1348,7 @@
<Group>
<GroupName>QP_port</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1368,7 +1368,7 @@
<Group>
<GroupName>QS</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1379,7 +1379,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1391,7 +1391,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1403,7 +1403,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1415,7 +1415,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>__FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -520,67 +520,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -666,22 +666,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1015,7 +1015,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1201,67 +1201,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1347,22 +1347,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1696,7 +1696,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1882,67 +1882,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -2028,22 +2028,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qv/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qv \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/stm32f7-discovery \
$(QPCPP)/3rd_party/stm32f7-discovery/gnu \
@ -80,7 +82,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/stm32f7-discovery \

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\stm32f7-discovery</state>
@ -1290,7 +1290,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\stm32f7-discovery</state>
@ -2263,7 +2263,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\stm32f7-discovery</state>
@ -2947,46 +2947,46 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qv\qv.cpp</name>
</file>
</group>
<group>
@ -3002,16 +3002,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
<group>

View File

@ -0,0 +1,148 @@
// <<< Use Configuration Wizard in Context Menu >>>
// <h> Debug MCU Configuration
// <o0.0> DBG_SLEEP
// <i> Debug Sleep Mode
// <i> 0: (FCLK=On, HCLK=Off) FCLK is clocked by the system clock as previously configured by the software while HCLK is disabled
// <i> 1: (FCLK=On, HCLK=On) HCLK is fed by the same clock that is provided to FCLK
// <o0.1> DBG_STOP
// <i> Debug Stop Mode
// <i> 0: (FCLK=Off, HCLK=Off) Clock controller disables all clocks
// <i> 1: (FCLK=On, HCLK=On) FCLK and HCLK are provided by the internal RC oscillator which remains active
// <o0.2> DBG_STANDBY
// <i> Debug Standby Mode
// <i> 0: (FCLK=Off, HCLK=Off) The whole digital part is unpowered.
// <i> 1: (FCLK=On, HCLK=On) Digital part is powered and FCLK and HCLK are provided by the internal RC oscillator which remains active
// </h>
DbgMCU_CR = 0x00000007;
// <h> Debug MCU APB1 Configuration
// <o0.0> DBG_TIM2_STOP
// <i> TIM2 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM3_STOP
// <i> TIM3 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.2> DBG_TIM4_STOP
// <i> TIM4 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.3> DBG_TIM5_STOP
// <i> TIM5 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.4> DBG_TIM6_STOP
// <i> TIM6 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.5> DBG_TIM7_STOP
// <i> TIM7 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.6> DBG_TIM12_STOP
// <i> TIM12 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.7> DBG_TIM13_STOP
// <i> TIM13 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.8> DBG_TIM14_STOP
// <i> TIM14 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.9> DBG_LPTIM1_STOP
// <i> LPTMI1 counter stopped when core is halted
// <i> 0: The clock of LPTIM1 counter is fed even if the core is halted
// <i> 1: The clock of LPTIM1 counter is stopped when the core is halted
// <o0.10> DBG_RTC_STOP
// <i> RTC stopped when Core is halted
// <i> 0: The RTC counter clock continues even if the core is halted
// <i> 1: The RTC counter clock is stopped when the core is halted
// <o0.11> DBG_WWDG_STOP
// <i> Debug Window Watchdog stopped when Core is halted
// <i> 0: The window watchdog counter clock continues even if the core is halted
// <i> 1: The window watchdog counter clock is stopped when the core is halted
// <o0.12> DBG_IWDG_STOP
// <i> Debug independent watchdog stopped when core is halted
// <i> 0: The independent watchdog counter clock continues even if the core is halted
// <i> 1: The independent watchdog counter clock is stopped when the core is halted
// <o0.21> DBG_I2C1_SMBUS_TIMEOUT
// <i> I2C1 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.22> DBG_I2C2_SMBUS_TIMEOUT
// <i> I2C2 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.23> DBG_I2C3_SMBUS_TIMEOUT
// <i> I2C3 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.24> DBG_I2C4_SMBUS_TIMEOUT
// <i> I2C4 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.25> DBG_CAN1_STOP
// <i> Debug CAN1 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN1 receive registers are frozen
// <o0.26> DBG_CAN2_STOP
// <i> Debug CAN2 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN2 receive registers are frozen
// </h>
DbgMCU_APB1_Fz = 0x00000000;
// <h> Debug MCU APB2 Configuration
// <o0.0> DBG_TIM1_STOP
// <i> TIM1 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM8_STOP
// <i> TIM8 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.16> DBG_TIM9_STOP
// <i> TIM9 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.17> DBG_TIM10_STOP
// <i> TIM10 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.18> DBG_TIM11_STOP
// <i> TIM11 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// </h>
DbgMCU_APB2_Fz = 0x00000000;
// <h> TPIU Pin Routing (TRACECLK fixed on Pin PE2)
// <o0> TRACED0
// <i> ETM Trace Data 0
// <0=> Pin PC1
// <1=> Pin PE3
// <2=> Pin PG13
// <o1> TRACED1
// <i> ETM Trace Data 1
// <0=> Pin PC8
// <1=> Pin PE4
// <2=> Pin PG14
// <o2> TRACED2
// <i> ETM Trace Data 2
// <0=> Pin PD2
// <1=> Pin PE5
// <o3> TRACED3
// <i> ETM Trace Data 3
// <0=> Pin PC12
// <1=> Pin PE6
ETMTrace_D0 = 1;
ETMTrace_D1 = 1;
ETMTrace_D2 = 1;
ETMTrace_D3 = 1;
// </h>
// <<< end of configuration section >>>

View File

@ -0,0 +1,148 @@
// <<< Use Configuration Wizard in Context Menu >>>
// <h> Debug MCU Configuration
// <o0.0> DBG_SLEEP
// <i> Debug Sleep Mode
// <i> 0: (FCLK=On, HCLK=Off) FCLK is clocked by the system clock as previously configured by the software while HCLK is disabled
// <i> 1: (FCLK=On, HCLK=On) HCLK is fed by the same clock that is provided to FCLK
// <o0.1> DBG_STOP
// <i> Debug Stop Mode
// <i> 0: (FCLK=Off, HCLK=Off) Clock controller disables all clocks
// <i> 1: (FCLK=On, HCLK=On) FCLK and HCLK are provided by the internal RC oscillator which remains active
// <o0.2> DBG_STANDBY
// <i> Debug Standby Mode
// <i> 0: (FCLK=Off, HCLK=Off) The whole digital part is unpowered.
// <i> 1: (FCLK=On, HCLK=On) Digital part is powered and FCLK and HCLK are provided by the internal RC oscillator which remains active
// </h>
DbgMCU_CR = 0x00000007;
// <h> Debug MCU APB1 Configuration
// <o0.0> DBG_TIM2_STOP
// <i> TIM2 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM3_STOP
// <i> TIM3 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.2> DBG_TIM4_STOP
// <i> TIM4 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.3> DBG_TIM5_STOP
// <i> TIM5 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.4> DBG_TIM6_STOP
// <i> TIM6 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.5> DBG_TIM7_STOP
// <i> TIM7 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.6> DBG_TIM12_STOP
// <i> TIM12 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.7> DBG_TIM13_STOP
// <i> TIM13 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.8> DBG_TIM14_STOP
// <i> TIM14 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.9> DBG_LPTIM1_STOP
// <i> LPTMI1 counter stopped when core is halted
// <i> 0: The clock of LPTIM1 counter is fed even if the core is halted
// <i> 1: The clock of LPTIM1 counter is stopped when the core is halted
// <o0.10> DBG_RTC_STOP
// <i> RTC stopped when Core is halted
// <i> 0: The RTC counter clock continues even if the core is halted
// <i> 1: The RTC counter clock is stopped when the core is halted
// <o0.11> DBG_WWDG_STOP
// <i> Debug Window Watchdog stopped when Core is halted
// <i> 0: The window watchdog counter clock continues even if the core is halted
// <i> 1: The window watchdog counter clock is stopped when the core is halted
// <o0.12> DBG_IWDG_STOP
// <i> Debug independent watchdog stopped when core is halted
// <i> 0: The independent watchdog counter clock continues even if the core is halted
// <i> 1: The independent watchdog counter clock is stopped when the core is halted
// <o0.21> DBG_I2C1_SMBUS_TIMEOUT
// <i> I2C1 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.22> DBG_I2C2_SMBUS_TIMEOUT
// <i> I2C2 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.23> DBG_I2C3_SMBUS_TIMEOUT
// <i> I2C3 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.24> DBG_I2C4_SMBUS_TIMEOUT
// <i> I2C4 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.25> DBG_CAN1_STOP
// <i> Debug CAN1 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN1 receive registers are frozen
// <o0.26> DBG_CAN2_STOP
// <i> Debug CAN2 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN2 receive registers are frozen
// </h>
DbgMCU_APB1_Fz = 0x00000000;
// <h> Debug MCU APB2 Configuration
// <o0.0> DBG_TIM1_STOP
// <i> TIM1 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM8_STOP
// <i> TIM8 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.16> DBG_TIM9_STOP
// <i> TIM9 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.17> DBG_TIM10_STOP
// <i> TIM10 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.18> DBG_TIM11_STOP
// <i> TIM11 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// </h>
DbgMCU_APB2_Fz = 0x00000000;
// <h> TPIU Pin Routing (TRACECLK fixed on Pin PE2)
// <o0> TRACED0
// <i> ETM Trace Data 0
// <0=> Pin PC1
// <1=> Pin PE3
// <2=> Pin PG13
// <o1> TRACED1
// <i> ETM Trace Data 1
// <0=> Pin PC8
// <1=> Pin PE4
// <2=> Pin PG14
// <o2> TRACED2
// <i> ETM Trace Data 2
// <0=> Pin PD2
// <1=> Pin PE5
// <o3> TRACED3
// <i> ETM Trace Data 3
// <0=> Pin PC12
// <1=> Pin PE6
ETMTrace_D0 = 1;
ETMTrace_D1 = 1;
ETMTrace_D2 = 1;
ETMTrace_D3 = 1;
// </h>
// <<< end of configuration section >>>

View File

@ -0,0 +1,148 @@
// <<< Use Configuration Wizard in Context Menu >>>
// <h> Debug MCU Configuration
// <o0.0> DBG_SLEEP
// <i> Debug Sleep Mode
// <i> 0: (FCLK=On, HCLK=Off) FCLK is clocked by the system clock as previously configured by the software while HCLK is disabled
// <i> 1: (FCLK=On, HCLK=On) HCLK is fed by the same clock that is provided to FCLK
// <o0.1> DBG_STOP
// <i> Debug Stop Mode
// <i> 0: (FCLK=Off, HCLK=Off) Clock controller disables all clocks
// <i> 1: (FCLK=On, HCLK=On) FCLK and HCLK are provided by the internal RC oscillator which remains active
// <o0.2> DBG_STANDBY
// <i> Debug Standby Mode
// <i> 0: (FCLK=Off, HCLK=Off) The whole digital part is unpowered.
// <i> 1: (FCLK=On, HCLK=On) Digital part is powered and FCLK and HCLK are provided by the internal RC oscillator which remains active
// </h>
DbgMCU_CR = 0x00000007;
// <h> Debug MCU APB1 Configuration
// <o0.0> DBG_TIM2_STOP
// <i> TIM2 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM3_STOP
// <i> TIM3 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.2> DBG_TIM4_STOP
// <i> TIM4 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.3> DBG_TIM5_STOP
// <i> TIM5 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.4> DBG_TIM6_STOP
// <i> TIM6 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.5> DBG_TIM7_STOP
// <i> TIM7 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.6> DBG_TIM12_STOP
// <i> TIM12 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.7> DBG_TIM13_STOP
// <i> TIM13 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.8> DBG_TIM14_STOP
// <i> TIM14 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.9> DBG_LPTIM1_STOP
// <i> LPTMI1 counter stopped when core is halted
// <i> 0: The clock of LPTIM1 counter is fed even if the core is halted
// <i> 1: The clock of LPTIM1 counter is stopped when the core is halted
// <o0.10> DBG_RTC_STOP
// <i> RTC stopped when Core is halted
// <i> 0: The RTC counter clock continues even if the core is halted
// <i> 1: The RTC counter clock is stopped when the core is halted
// <o0.11> DBG_WWDG_STOP
// <i> Debug Window Watchdog stopped when Core is halted
// <i> 0: The window watchdog counter clock continues even if the core is halted
// <i> 1: The window watchdog counter clock is stopped when the core is halted
// <o0.12> DBG_IWDG_STOP
// <i> Debug independent watchdog stopped when core is halted
// <i> 0: The independent watchdog counter clock continues even if the core is halted
// <i> 1: The independent watchdog counter clock is stopped when the core is halted
// <o0.21> DBG_I2C1_SMBUS_TIMEOUT
// <i> I2C1 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.22> DBG_I2C2_SMBUS_TIMEOUT
// <i> I2C2 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.23> DBG_I2C3_SMBUS_TIMEOUT
// <i> I2C3 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.24> DBG_I2C4_SMBUS_TIMEOUT
// <i> I2C4 SMBUS timeout mode stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The SMBUS timeout is frozen
// <o0.25> DBG_CAN1_STOP
// <i> Debug CAN1 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN1 receive registers are frozen
// <o0.26> DBG_CAN2_STOP
// <i> Debug CAN2 stopped when Core is halted
// <i> 0: Same behavior as in normal mode
// <i> 1: The CAN2 receive registers are frozen
// </h>
DbgMCU_APB1_Fz = 0x00000000;
// <h> Debug MCU APB2 Configuration
// <o0.0> DBG_TIM1_STOP
// <i> TIM1 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.1> DBG_TIM8_STOP
// <i> TIM8 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.16> DBG_TIM9_STOP
// <i> TIM9 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.17> DBG_TIM10_STOP
// <i> TIM10 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// <o0.18> DBG_TIM11_STOP
// <i> TIM11 counter stopped when core is halted
// <i> 0: The clock of the involved Timer Counter is fed even if the core is halted
// <i> 1: The clock of the involved Timer counter is stopped when the core is halted
// </h>
DbgMCU_APB2_Fz = 0x00000000;
// <h> TPIU Pin Routing (TRACECLK fixed on Pin PE2)
// <o0> TRACED0
// <i> ETM Trace Data 0
// <0=> Pin PC1
// <1=> Pin PE3
// <2=> Pin PG13
// <o1> TRACED1
// <i> ETM Trace Data 1
// <0=> Pin PC8
// <1=> Pin PE4
// <2=> Pin PG14
// <o2> TRACED2
// <i> ETM Trace Data 2
// <0=> Pin PD2
// <1=> Pin PE5
// <o3> TRACED3
// <i> ETM Trace Data 3
// <0=> Pin PC12
// <1=> Pin PE6
ETMTrace_D0 = 1;
ETMTrace_D1 = 1;
ETMTrace_D2 = 1;
ETMTrace_D3 = 1;
// </h>
// <<< end of configuration section >>>

View File

@ -1145,7 +1145,7 @@
<Group>
<GroupName>QP</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1156,7 +1156,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1168,7 +1168,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1180,7 +1180,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1192,7 +1192,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1204,7 +1204,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1216,7 +1216,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1228,7 +1228,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1240,7 +1240,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1252,7 +1252,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1264,7 +1264,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1276,7 +1276,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1288,7 +1288,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1300,7 +1300,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk.cpp</PathWithFileName>
<FilenameWithoutPath>qxk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1312,7 +1312,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1324,7 +1324,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_sema.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_sema.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_sema.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1336,7 +1336,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qxk_xthr.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qxk\qxk_xthr.cpp</PathWithFileName>
<FilenameWithoutPath>qxk_xthr.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1345,7 +1345,7 @@
<Group>
<GroupName>QP_port</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1365,7 +1365,7 @@
<Group>
<GroupName>QS</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1376,7 +1376,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1388,7 +1388,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1400,7 +1400,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1412,7 +1412,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>__FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -525,82 +525,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -686,22 +686,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1035,7 +1035,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1226,82 +1226,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -1387,22 +1387,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1736,7 +1736,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qxk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\stm32f7-discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\BSP\STM32746G-Discovery;..\..\..\..\..\3rd_party\stm32f7-discovery\Drivers\STM32F7xx_HAL_Driver\Inc</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1927,82 +1927,82 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qxk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk.cpp</FilePath>
</File>
<File>
<FileName>qxk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qxk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_mutex.cpp</FilePath>
</File>
<File>
<FileName>qxk_sema.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_sema.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_sema.cpp</FilePath>
</File>
<File>
<FileName>qxk_xthr.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qxk_xthr.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qxk\qxk_xthr.cpp</FilePath>
</File>
</Files>
</Group>
@ -2088,22 +2088,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qxk/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qxk \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/stm32f7-discovery \
$(QPCPP)/3rd_party/stm32f7-discovery/gnu \
@ -80,7 +82,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/stm32f7-discovery \

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qxk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\stm32f7-discovery</state>
@ -1290,7 +1290,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qxk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\stm32f7-discovery</state>
@ -2263,7 +2263,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qxk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\stm32f7-discovery</state>
@ -2950,55 +2950,55 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk_sema.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk_sema.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qxk_xthr.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qxk\qxk_xthr.cpp</name>
</file>
</group>
<group>
@ -3014,16 +3014,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
<group>

View File

@ -874,7 +874,7 @@
<Group>
<GroupName>QP</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -885,7 +885,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -897,7 +897,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -909,7 +909,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -921,7 +921,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -933,7 +933,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -945,7 +945,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -957,7 +957,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -969,7 +969,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -981,7 +981,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -993,7 +993,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1005,7 +1005,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1017,7 +1017,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1029,7 +1029,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk.cpp</PathWithFileName>
<FilenameWithoutPath>qk.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1041,7 +1041,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qk_mutex.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qk\qk_mutex.cpp</PathWithFileName>
<FilenameWithoutPath>qk_mutex.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1050,7 +1050,7 @@
<Group>
<GroupName>QP_port</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1070,7 +1070,7 @@
<Group>
<GroupName>QS</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1081,7 +1081,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1093,7 +1093,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1105,7 +1105,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1117,7 +1117,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -510,72 +510,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -661,22 +661,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1010,7 +1010,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1186,72 +1186,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1337,22 +1337,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1686,7 +1686,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qk\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1862,72 +1862,72 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qk.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk.cpp</FilePath>
</File>
<File>
<FileName>qk_mutex.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qk_mutex.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qk\qk_mutex.cpp</FilePath>
</File>
</Files>
</Group>
@ -1947,22 +1947,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qk/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qk \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/efm32pg1b \
$(QPCPP)/3rd_party/efm32pg1b/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/efm32pg1b

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -1288,7 +1288,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2259,7 +2259,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2989,52 +2989,52 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk_pkg.h</name>
</file>
</group>
<group>
@ -3050,16 +3050,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -885,7 +885,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_hsm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_hsm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_hsm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -897,7 +897,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qep_msm.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qep_msm.cpp</PathWithFileName>
<FilenameWithoutPath>qep_msm.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -909,7 +909,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_act.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_act.cpp</PathWithFileName>
<FilenameWithoutPath>qf_act.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -921,7 +921,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_actq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_actq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_actq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -933,7 +933,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_defer.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_defer.cpp</PathWithFileName>
<FilenameWithoutPath>qf_defer.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -945,7 +945,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_dyn.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_dyn.cpp</PathWithFileName>
<FilenameWithoutPath>qf_dyn.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -957,7 +957,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_mem.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_mem.cpp</PathWithFileName>
<FilenameWithoutPath>qf_mem.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -969,7 +969,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_ps.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_ps.cpp</PathWithFileName>
<FilenameWithoutPath>qf_ps.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -981,7 +981,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -993,7 +993,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qeq.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qeq.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qeq.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1005,7 +1005,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_qmact.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_qmact.cpp</PathWithFileName>
<FilenameWithoutPath>qf_qmact.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1017,7 +1017,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qf_time.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qf\qf_time.cpp</PathWithFileName>
<FilenameWithoutPath>qf_time.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1029,7 +1029,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qv.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qv\qv.cpp</PathWithFileName>
<FilenameWithoutPath>qv.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1069,7 +1069,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs.cpp</PathWithFileName>
<FilenameWithoutPath>qs.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1081,7 +1081,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_64bit.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_64bit.cpp</PathWithFileName>
<FilenameWithoutPath>qs_64bit.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1093,7 +1093,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_fp.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_fp.cpp</PathWithFileName>
<FilenameWithoutPath>qs_fp.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
@ -1105,7 +1105,7 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\..\..\source\qs_rx.cpp</PathWithFileName>
<PathWithFileName>..\..\..\..\..\src\qs\qs_rx.cpp</PathWithFileName>
<FilenameWithoutPath>qs_rx.cpp</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>

View File

@ -334,7 +334,7 @@
<MiscControls></MiscControls>
<Define>EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -510,67 +510,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -656,22 +656,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1005,7 +1005,7 @@
<MiscControls></MiscControls>
<Define>NDEBUG EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1181,67 +1181,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1327,22 +1327,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>
@ -1676,7 +1676,7 @@
<MiscControls></MiscControls>
<Define>Q_SPY EFM32PG1B200F256GM48=1 __FPU_PRESENT</Define>
<Undefine></Undefine>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\source;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\src;..\..\..\..\..\ports\arm-cm\qv\arm;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -1852,67 +1852,67 @@
<File>
<FileName>qep_hsm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_hsm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_hsm.cpp</FilePath>
</File>
<File>
<FileName>qep_msm.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qep_msm.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qep_msm.cpp</FilePath>
</File>
<File>
<FileName>qf_act.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_act.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_act.cpp</FilePath>
</File>
<File>
<FileName>qf_actq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_actq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_actq.cpp</FilePath>
</File>
<File>
<FileName>qf_defer.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_defer.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_defer.cpp</FilePath>
</File>
<File>
<FileName>qf_dyn.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_dyn.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_dyn.cpp</FilePath>
</File>
<File>
<FileName>qf_mem.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_mem.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_mem.cpp</FilePath>
</File>
<File>
<FileName>qf_ps.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_ps.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_ps.cpp</FilePath>
</File>
<File>
<FileName>qf_qact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qact.cpp</FilePath>
</File>
<File>
<FileName>qf_qeq.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qeq.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qeq.cpp</FilePath>
</File>
<File>
<FileName>qf_qmact.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_qmact.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_qmact.cpp</FilePath>
</File>
<File>
<FileName>qf_time.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qf_time.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qf\qf_time.cpp</FilePath>
</File>
<File>
<FileName>qv.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qv.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qv\qv.cpp</FilePath>
</File>
</Files>
</Group>
@ -1932,22 +1932,22 @@
<File>
<FileName>qs.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs.cpp</FilePath>
</File>
<File>
<FileName>qs_64bit.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_64bit.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_64bit.cpp</FilePath>
</File>
<File>
<FileName>qs_fp.cpp</FileName>
<FileType>1</FileType>
<FilePath>..\..\..\..\..\source\qs_fp.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_fp.cpp</FilePath>
</File>
<File>
<FileName>qs_rx.cpp</FileName>
<FileType>8</FileType>
<FilePath>..\..\..\..\..\source\qs_rx.cpp</FilePath>
<FilePath>..\..\..\..\..\src\qs\qs_rx.cpp</FilePath>
</File>
</Files>
</Group>

View File

@ -69,7 +69,9 @@ QP_PORT_DIR := $(QPCPP)/ports/arm-cm/qv/gnu
VPATH = \
.. \
../.. \
$(QPCPP)/source \
$(QPCPP)/src/qf \
$(QPCPP)/src/qv \
$(QPCPP)/src/qs \
$(QP_PORT_DIR) \
$(QPCPP)/3rd_party/efm32pg1b \
$(QPCPP)/3rd_party/efm32pg1b/gnu
@ -78,7 +80,7 @@ VPATH = \
INCLUDES = \
-I../.. \
-I$(QPCPP)/include \
-I$(QPCPP)/source \
-I$(QPCPP)/src \
-I$(QP_PORT_DIR) \
-I$(QPCPP)/3rd_party/CMSIS/Include \
-I$(QPCPP)/3rd_party/efm32pg1b

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -1288,7 +1288,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2259,7 +2259,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cm\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\CMSIS\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\efm32pg1b</state>
@ -2989,49 +2989,46 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qv\qv.cpp</name>
</file>
</group>
<group>
@ -3047,16 +3044,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cr\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\launchxl2-tms57012\iar\include</state>
</option>
@ -1286,7 +1286,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cr\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\launchxl2-tms57012\iar\include</state>
</option>
@ -2255,7 +2255,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cr\qv\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\launchxl2-tms57012\iar\include</state>
</option>
@ -2993,49 +2993,46 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qv_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qv\qv.cpp</name>
</file>
</group>
<group>
@ -3060,16 +3057,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

View File

@ -317,7 +317,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cr\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\launchxl2-tms57012\iar\include</state>
</option>
@ -1286,7 +1286,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cr\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\launchxl2-tms57012\iar\include</state>
</option>
@ -2255,7 +2255,7 @@
<state>$PROJ_DIR$\..</state>
<state>$PROJ_DIR$\..\..</state>
<state>$PROJ_DIR$\..\..\..\..\..\include</state>
<state>$PROJ_DIR$\..\..\..\..\..\source</state>
<state>$PROJ_DIR$\..\..\..\..\..\src</state>
<state>$PROJ_DIR$\..\..\..\..\..\ports\arm-cr\qk\iar</state>
<state>$PROJ_DIR$\..\..\..\..\..\3rd_party\launchxl2-tms57012\iar\include</state>
</option>
@ -2990,52 +2990,52 @@
<group>
<name>QP</name>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_hsm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_hsm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qep_msm.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qep_msm.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_act.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_act.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_actq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_actq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_defer.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_defer.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_dyn.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_dyn.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_mem.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_mem.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_ps.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_ps.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qeq.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qeq.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_qmact.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_qmact.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qf\qf_time.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_mutex.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk\qk_mutex.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qk_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qk_pkg.h</name>
</file>
</group>
<group>
@ -3060,16 +3060,16 @@
<configuration>Release</configuration>
</excluded>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_fp.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_fp.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs_pkg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.cpp</name>
<name>$PROJ_DIR$\..\..\..\..\..\src\qs\qs_rx.cpp</name>
</file>
</group>
</project>

Some files were not shown because too many files have changed in this diff Show More