Quantum Leaps hace 10 años
padre
commit
6e3f238df7
Se han modificado 100 ficheros con 6232 adiciones y 6439 borrados
  1. 19 0
      3rd_party/CMSIS-RTX/SRC/GCC/ArInp.Scr
  2. 1 0
      3rd_party/CMSIS-RTX/SRC/GCC/ArInp.bat
  3. 1 1
      3rd_party/CMSIS-RTX/SRC/GCC/RTX_Lib_CM.uvprojx
  4. 32 39
      3rd_party/ek-lm3s6965/arm/startup_LM3S6965.s
  5. 26 35
      3rd_party/ek-lm3s6965/gnu/startup_LM3S6965.c
  6. 16 29
      3rd_party/ek-lm3s6965/iar/startup_LM3S6965.s
  7. 29 36
      3rd_party/ek-lm3s811/arm/startup_LM3S811.s
  8. 26 35
      3rd_party/ek-lm3s811/gnu/startup_LM3S811.c
  9. 15 28
      3rd_party/ek-lm3s811/iar/startup_LM3S811.s
  10. 22 35
      3rd_party/ek-tm4c123gxl/arm/startup_TM4C123GH6PM.s
  11. 26 35
      3rd_party/ek-tm4c123gxl/gnu/startup_TM4C123GH6PM.c
  12. 155 168
      3rd_party/ek-tm4c123gxl/iar/startup_TM4C123GH6PM.s
  13. 23 35
      3rd_party/mbed-lpc1768/arm/startup_LPC17xx.s
  14. 20 30
      3rd_party/mbed-lpc1768/gnu/startup_LPC17xx.c
  15. 16 30
      3rd_party/mbed-lpc1768/iar/startup_LPC17xx.s
  16. 17 27
      3rd_party/nucleo-l053r8/arm/startup_stm32l053xx.s
  17. 26 35
      3rd_party/nucleo-l053r8/gnu/startup_stm32l053xx.c
  18. 15 28
      3rd_party/nucleo-l053r8/iar/startup_stm32l053xx.s
  19. 15 29
      3rd_party/nucleo-l152re/arm/startup_stm32l1xx.s
  20. 26 35
      3rd_party/nucleo-l152re/gnu/startup_stm32l1xx.c
  21. 15 28
      3rd_party/nucleo-l152re/iar/startup_stm32l1xx.s
  22. 30 38
      3rd_party/stm32f4-discovery/arm/startup_stm32f4xx.s
  23. 32 38
      3rd_party/stm32f4-discovery/gnu/startup_stm32f4xx.c
  24. 18 31
      3rd_party/stm32f4-discovery/iar/startup_stm32f4xx.s
  25. 0 0
      GPLv3.txt
  26. 0 0
      LICENSE.txt
  27. 42 2101
      doxygen/Doxyfile
  28. 41 2100
      doxygen/Doxyfile-CHM
  29. 24 3
      doxygen/about.cc
  30. 8 1
      doxygen/design.cc
  31. 28 0
      doxygen/exa.cc
  32. 25 1
      doxygen/exa_apps.cc
  33. 0 0
      doxygen/exa_mware.cc
  34. 0 0
      doxygen/exa_native.cc
  35. 2 2
      doxygen/exa_os.cc
  36. 0 0
      doxygen/exa_rtos.cc
  37. 80 11
      doxygen/history.cc
  38. 0 0
      doxygen/img/AN_Coding_Standard.jpg
  39. 0 0
      doxygen/img/AN_Getting_Started_with_QPC.jpg
  40. 0 0
      doxygen/img/AN_MISRA-QPC.jpg
  41. 0 0
      doxygen/img/AN_Simple_OOP_in_C.jpg
  42. 4 0
      doxygen/img/img.htm
  43. 0 0
      doxygen/lint.cc
  44. 11 11
      doxygen/make.bat
  45. 359 139
      doxygen/metrics.cc
  46. 0 0
      doxygen/modules.cc
  47. 0 0
      doxygen/ports.cc
  48. 0 0
      doxygen/ports_native.cc
  49. 0 0
      doxygen/ports_os.cc
  50. 0 0
      doxygen/ports_rtos.cc
  51. 2930 0
      doxygen/qpc_metrics.txt
  52. 6 7
      doxygen/rsm.bat
  53. 0 135
      doxygen/scripts/jquery.plugins.min.js
  54. 0 20
      doxygen/scripts/ql.js
  55. 15 0
      doxygen/snippets/qmp_init.c
  56. 12 0
      doxygen/snippets/qmp_use.c
  57. 2 13
      examples/arm-cm/blinky_ek-tm4c123gxl/blinky.c
  58. 54 25
      examples/arm-cm/blinky_ek-tm4c123gxl/qk/arm/blinky-qk.uvoptx
  59. 66 7
      examples/arm-cm/blinky_ek-tm4c123gxl/qk/arm/blinky-qk.uvprojx
  60. 19 14
      examples/arm-cm/blinky_ek-tm4c123gxl/qk/bsp.c
  61. 9 7
      examples/arm-cm/blinky_ek-tm4c123gxl/qk/gnu/Makefile
  62. 102 57
      examples/arm-cm/blinky_ek-tm4c123gxl/qk/iar/blinky-qk.ewp
  63. 49 27
      examples/arm-cm/blinky_ek-tm4c123gxl/qv/arm/blinky-qv.uvoptx
  64. 37 7
      examples/arm-cm/blinky_ek-tm4c123gxl/qv/arm/blinky-qv.uvprojx
  65. 20 15
      examples/arm-cm/blinky_ek-tm4c123gxl/qv/bsp.c
  66. 8 6
      examples/arm-cm/blinky_ek-tm4c123gxl/qv/gnu/Makefile
  67. 102 57
      examples/arm-cm/blinky_ek-tm4c123gxl/qv/iar/blinky-qv.ewp
  68. 4 3
      examples/arm-cm/blinky_ek-tm4c123gxl/win32-qv/Makefile
  69. 6 5
      examples/arm-cm/blinky_ek-tm4c123gxl/win32/Makefile
  70. 58 0
      examples/arm-cm/dpp_ek-tm4c123gxl/.dpp
  71. 174 146
      examples/arm-cm/dpp_ek-tm4c123gxl/lint/lint_out.txt
  72. 59 26
      examples/arm-cm/dpp_ek-tm4c123gxl/qk/arm/dpp-qk.uvoptx
  73. 67 6
      examples/arm-cm/dpp_ek-tm4c123gxl/qk/arm/dpp-qk.uvprojx
  74. 109 100
      examples/arm-cm/dpp_ek-tm4c123gxl/qk/bsp.c
  75. 8 6
      examples/arm-cm/dpp_ek-tm4c123gxl/qk/gnu/Makefile
  76. 102 57
      examples/arm-cm/dpp_ek-tm4c123gxl/qk/iar/dpp-qk.ewp
  77. 375 0
      examples/arm-cm/dpp_ek-tm4c123gxl/qspy/dpp.tcl
  78. BIN
      examples/arm-cm/dpp_ek-tm4c123gxl/qspy/img/BTN_DWN.gif
  79. BIN
      examples/arm-cm/dpp_ek-tm4c123gxl/qspy/img/BTN_UP.gif
  80. BIN
      examples/arm-cm/dpp_ek-tm4c123gxl/qspy/img/eating.gif
  81. BIN
      examples/arm-cm/dpp_ek-tm4c123gxl/qspy/img/hungry.gif
  82. BIN
      examples/arm-cm/dpp_ek-tm4c123gxl/qspy/img/thinking.gif
  83. 1 0
      examples/arm-cm/dpp_ek-tm4c123gxl/qspy/qspyview.bat
  84. BIN
      examples/arm-cm/dpp_ek-tm4c123gxl/qspy/qspyview.lnk
  85. 53 24
      examples/arm-cm/dpp_ek-tm4c123gxl/qv/arm/dpp-qv.uvoptx
  86. 68 6
      examples/arm-cm/dpp_ek-tm4c123gxl/qv/arm/dpp-qv.uvprojx
  87. 115 109
      examples/arm-cm/dpp_ek-tm4c123gxl/qv/bsp.c
  88. 8 6
      examples/arm-cm/dpp_ek-tm4c123gxl/qv/gnu/Makefile
  89. 104 59
      examples/arm-cm/dpp_ek-tm4c123gxl/qv/iar/dpp-qv.ewp
  90. 6 5
      examples/arm-cm/dpp_ek-tm4c123gxl/win32-qv/Makefile
  91. 2 73
      examples/arm-cm/dpp_ek-tm4c123gxl/win32-qv/bsp.c
  92. 36 10
      examples/arm-cm/dpp_ek-tm4c123gxl/win32-qv/dpp-gui.vcxproj
  93. 19 4
      examples/arm-cm/dpp_ek-tm4c123gxl/win32-qv/dpp-gui.vcxproj.filters
  94. 6 5
      examples/arm-cm/dpp_ek-tm4c123gxl/win32/Makefile
  95. 2 73
      examples/arm-cm/dpp_ek-tm4c123gxl/win32/bsp.c
  96. 32 6
      examples/arm-cm/dpp_ek-tm4c123gxl/win32/dpp-gui.vcxproj
  97. 19 4
      examples/arm-cm/dpp_ek-tm4c123gxl/win32/dpp-gui.vcxproj.filters
  98. 52 36
      examples/arm-cm/dpp_mbed-lpc1768/qk/arm/dpp-qk.uvoptx
  99. 56 9
      examples/arm-cm/dpp_mbed-lpc1768/qk/arm/dpp-qk.uvprojx
  100. 15 70
      examples/arm-cm/dpp_mbed-lpc1768/qk/bsp.c

+ 19 - 0
3rd_party/CMSIS-RTX/SRC/GCC/ArInp.Scr

@@ -0,0 +1,19 @@
+CREATE ./CM4F_LE/libRTX_CM4.a
+ADDMOD ./cm4f_le/rt_cmsis.o
+ADDMOD ./cm4f_le/rt_task.o
+ADDMOD ./cm4f_le/rt_system.o
+ADDMOD ./cm4f_le/rt_event.o
+ADDMOD ./cm4f_le/rt_list.o
+ADDMOD ./cm4f_le/rt_mailbox.o
+ADDMOD ./cm4f_le/rt_semaphore.o
+ADDMOD ./cm4f_le/rt_time.o
+ADDMOD ./cm4f_le/rt_timer.o
+ADDMOD ./cm4f_le/rt_mutex.o
+ADDMOD ./cm4f_le/rt_robin.o
+ADDMOD ./cm4f_le/rt_membox.o
+ADDMOD ./cm4f_le/rt_memory.o
+ADDMOD ./cm4f_le/svc_table.o
+ADDMOD ./cm4f_le/hal_cm.o
+ADDMOD ./cm4f_le/hal_cm4.o
+SAVE
+END

+ 1 - 0
3rd_party/CMSIS-RTX/SRC/GCC/ArInp.bat

@@ -0,0 +1 @@
+"C:\tools\gnu_arm-eabi\bin\arm-eabi-ar" -M <ArInp.Scr

+ 1 - 1
3rd_party/CMSIS-RTX/SRC/GCC/RTX_Lib_CM.uvprojx

@@ -2810,7 +2810,7 @@
             <wLevel>2</wLevel>
             <uThumb>1</uThumb>
             <VariousControls>
-              <MiscControls>-mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections</MiscControls>
+              <MiscControls>-mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -ffunction-sections</MiscControls>
               <Define>__CORTEX_M4F __FPU_PRESENT=1 __CMSIS_RTOS DBG_MSG</Define>
               <Undefine></Undefine>
               <IncludePath>..\..\..\CMSIS\Include</IncludePath>

+ 32 - 39
3rd_party/ek-lm3s6965/arm/startup_LM3S6965.s

@@ -1,8 +1,8 @@
 ;/***************************************************************************/
 ; * @file     startup_LM3S6965.s for ARM-KEIL ARM assembler
 ; * @brief    CMSIS Cortex-M3 Core Device Startup File for LM3S6965
-; * @version  CMSIS v4.2.0
-; * @date     07 March 2015
+; * @version  CMSIS 4.3.0
+; * @date     20 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
@@ -14,11 +14,11 @@
 ; *     --pd "Stack_Size SETA 512" --pd "Heap_Size SETA 0"
 ; *
 ; * @note
-; * The functions assert_failed/Q_onAssert defined at the end of this file
-; * determine the error/assertion handling policy for the application and
-; * might need to be customized for each project. This function is defined
-; * in assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed/Q_onAssert are called.
+; * The function assert_failed defined at the end of this file defines
+; * the error/assertion handling policy for the application and might
+; * need to be customized for each project. This function is defined in
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -85,7 +85,7 @@ __heap_limit
 ; Place code into the reset code section.
 ;
 ;******************************************************************************
-        AREA    RESET, DATA, READONLY
+        AREA   RESET, DATA, READONLY
         EXPORT  __Vectors
         EXPORT  __Vectors_End
         EXPORT  __Vectors_Size
@@ -182,15 +182,20 @@ Reset_Handler   PROC
         IMPORT  SystemInit
         IMPORT  __main
 
-        BL      SystemInit  ; CMSIS system initialization
+        LDR     r0, =SystemInit ; CMSIS system initialization
+        BLX     r0
 
-        ; Call the C library enty point that handles startup.  This will copy
+        ; Call the C library enty point that handles startup. This will copy
         ; the .data section initializers from flash to SRAM and zero fill the
         ; .bss section.
-        BL      __main
+        LDR     r0, =__main
+        BX      r0
+
+        ; __main calls the main() function, which should not return,
+        ; but just in case jump to assert_failed() if main returns.
         MOVS    r0,#0
         MOVS    r1,#0       ; error number
-        B       assert_failed ; __main should not return, but assert if it does
+        B       assert_failed
         ENDP
 
 ;******************************************************************************
@@ -432,40 +437,28 @@ __user_initial_stackheap PROC
 
 ;******************************************************************************
 ;
-; The weak functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
-        EXPORT  assert_failed  [WEAK]
-        EXPORT  Q_onAssert     [WEAK]
+        EXPORT  assert_failed
+        IMPORT  Q_onAssert
 assert_failed PROC
-Q_onAssert
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
-
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm3.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
+
+        LDR    sp,=__initial_sp  ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
+
+        B      .                 ; should not be reached, but just in case...
+
         ENDP
 
 
-        ALIGN               ; make sure the end of this section is aligned
+        ALIGN                    ; make sure the end of this section is aligned
 
-        END                 ; end of module
+        END                      ; end of module

+ 26 - 35
3rd_party/ek-lm3s6965/gnu/startup_LM3S6965.c

@@ -1,17 +1,18 @@
 /* File: startup_LM3S6965.c for GCC-ARM
  * Purpose: startup file for LM3S6965 Cortex-M3 device.
  *          Should be used with GCC 'GNU Tools ARM Embedded'
- * Version: CMSIS v4.2.0
- * Date: 07 March 2015
+ * Version: CMSIS 4.3.0
+ * Date: 06 August 2015
  *
  * Created from the CMSIS template for the specified device
  * Quantum Leaps, www.state-machine.com
  *
- * NOTE: The function assert_failed defined at the end of this file
- * determines the error/assertion handling policy for the application and
- * might need to be customized for each project. This function is defined
- * using the GNU-ARM language extensions to avoid accessing the stack,
- * which might be corrupted by the time assert_failed is called.
+ * NOTE:
+ * The function assert_failed defined at the end of this file defines
+ * the error/assertion handling policy for the application and might
+ * need to be customized for each project. This function is defined in
+ * assembly to re-set the stack pointer, in case it is corrupted by the
+ * time assert_failed is called.
  */
 /* Copyright (c) 2011 - 2014 ARM LIMITED
 
@@ -47,20 +48,19 @@ extern int __stack_end__;
 /* Weak prototypes for error handlers --------------------------------------*/
 /**
 * \note
-* The functions assert_failed/Q_onAssert defined at the end of this file
-* determine the error/assertion handling policy for the application and
-* might need to be customized for each project. These functions are defined
-* as "naked" to avoid accessing the stack, which might be corrupted by
-* the time assert_failed/Q_onAssert are called.
+* The function assert_failed defined at the end of this file defines
+* the error/assertion handling policy for the application and might
+* need to be customized for each project. This function is defined in
+* assembly to avoid accessing the stack, which might be corrupted by
+* the time assert_failed is called.
 */
-__attribute__ ((naked)) void assert_failed(char const *file, int line);
-__attribute__ ((alias("assert_failed")))
-void Q_onAssert(char const *file, int line);
+__attribute__ ((naked)) void assert_failed(char const *module, int loc);
 
 /* Function prototypes -----------------------------------------------------*/
 void Default_Handler(void);  /* Default empty handler */
 void Reset_Handler(void);    /* Reset Handler */
 void SystemInit(void);       /* CMSIS system initialization */
+void Q_onAssert(char const *module, int loc); /* QP assertion handler */
 
 /*----------------------------------------------------------------------------
 * weak aliases for each Exception handler to the Default_Handler.
@@ -309,31 +309,22 @@ void _fini(void) { /* dummy */
 
 /*****************************************************************************
 * The function assert_failed defines the error/assertion handling policy
-* for the application and might need to be customized for each project.
-* This function is defined as "naked" and specifically avoids accessing the
-* stack, which might be corrupted by the time assert_failed is called.
+* for the application. After making sure that the stack is OK, this function
+* calls Q_onAssert, which should NOT return (typically reset the CPU).
 *
-* NOTE: the functions assert_failed/Q_onAssert should NOT return.
+* NOTE: the function Q_onAssert should NOT return.
 *****************************************************************************/
 __attribute__ ((naked))
-void assert_failed(char const *file, int line) {
+void assert_failed(char const *module, int loc) {
+    /* re-set the SP in case of stack overflow */
+    __asm volatile (
+        "  MOV sp,%0\n\t"
+        : : "r" (&__stack_end__));
 
-    /* NOTE: add here your application-specific error handling... */
+    Q_onAssert(module, loc); /* call the application-specific QP handler */
 
-    /* the following assembly implements the CMIS function
-    * NVIC_SystemReset() from core_cm4.h
-    * Leave this code if you wish to reset the system after an error.
-    */
-    __asm volatile (
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  LDR r0,=0x05FA0004\n\t" /* (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                   * | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                   * | SCB_AIRCR_SYSRESETREQ_Msk */
-        "  LDR r1,=0xE000ED0C\n\t" /* address of SCB->AIRCR */
-        "  STR r0,[r1]\n\t"        /* r0 -> SCB->AIRCR */
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  B   .\n\t"              /* wait until reset occurs */
-    );
+    for (;;) { /* should not be reached, but just in case loop forever... */
+    }
 }
 
 /****** End Of File *********************************************************/

+ 16 - 29
3rd_party/ek-lm3s6965/iar/startup_LM3S6965.s

@@ -1,8 +1,8 @@
 ;/***************************************************************************/
 ; * @file     startup_LM3S6965.s for IAR ARM assembler
 ; * @brief    CMSIS Cortex-M# Core Device Startup File for LM3S6965
-; * @version  CMSIS v4.1
-; * @date     07 March 2015
+; * @version  CMSIS 4.3.0
+; * @date     20 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
@@ -12,8 +12,8 @@
 ; * The function assert_failed defined at the end of this file defines
 ; * the error/assertion handling policy for the application and might
 ; * need to be customized for each project. This function is defined in
-; * assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed is called.
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -303,36 +303,23 @@ Hibernate_IRQHandler
 
 ;******************************************************************************
 ;
-; The weak functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
-        PUBWEAK  assert_failed
-        PUBWEAK  Q_onAssert
-Q_onAssert
+        PUBLIC  assert_failed
+        EXTERN  Q_onAssert
 assert_failed
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
+        LDR    sp,=sfe(CSTACK)   ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
 
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm4.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
+        B      .                 ; should not be reached, but just in case...
 
-        END
+
+        END                      ; end of module

+ 29 - 36
3rd_party/ek-lm3s811/arm/startup_LM3S811.s

@@ -1,8 +1,8 @@
 ;/***************************************************************************/
 ; * @file     startup_LM3S811.s for ARM-KEIL ARM assembler
 ; * @brief    CMSIS Cortex-M3 Core Device Startup File for LM3S811
-; * @version  CMSIS v4.2.0
-; * @date     07 March 2015
+; * @version  CMSIS 4.3.0
+; * @date     20 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
@@ -14,11 +14,11 @@
 ; *     --pd "Stack_Size SETA 512" --pd "Heap_Size SETA 0"
 ; *
 ; * @note
-; * The functions assert_failed/Q_onAssert defined at the end of this file
-; * determine the error/assertion handling policy for the application and
-; * might need to be customized for each project. This function is defined
-; * in assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed/Q_onAssert are called.
+; * The function assert_failed defined at the end of this file defines
+; * the error/assertion handling policy for the application and might
+; * need to be customized for each project. This function is defined in
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -169,15 +169,20 @@ Reset_Handler   PROC
         IMPORT  SystemInit
         IMPORT  __main
 
-        BL      SystemInit  ; CMSIS system initialization
+        LDR     r0, =SystemInit ; CMSIS system initialization
+        BLX     r0
 
-        ; Call the C library enty point that handles startup.  This will copy
+        ; Call the C library enty point that handles startup. This will copy
         ; the .data section initializers from flash to SRAM and zero fill the
         ; .bss section.
-        BL      __main
+        LDR     r0, =__main
+        BX      r0
+
+        ; __main calls the main() function, which should not return,
+        ; but just in case jump to assert_failed() if main returns.
         MOVS    r0,#0
         MOVS    r1,#0       ; error number
-        B       assert_failed ; __main should not return, but assert if it does
+        B       assert_failed
         ENDP
 
 ;******************************************************************************
@@ -384,37 +389,25 @@ __user_initial_stackheap PROC
 
 ;******************************************************************************
 ;
-; The weak functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
-        EXPORT  assert_failed  [WEAK]
-        EXPORT  Q_onAssert     [WEAK]
+        EXPORT  assert_failed
+        IMPORT  Q_onAssert
 assert_failed PROC
-Q_onAssert
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
-
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm3.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
+
+        LDR    sp,=__initial_sp  ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
+
+        B      .                 ; should not be reached, but just in case...
+
         ENDP
 
 

+ 26 - 35
3rd_party/ek-lm3s811/gnu/startup_LM3S811.c

@@ -1,17 +1,18 @@
 /* File: startup_LM3S811.c for GNU-ARM
  * Purpose: startup file for TM4C123GH6PM Cortex-M4 device.
  *          Should be used with GCC 'GNU Tools ARM Embedded'
- * Version: CMSIS v4.2.0
- * Date: 07 March 2015
+ * Version: CMSIS 4.3.0
+ * Date: 20 August 2015
  *
  * Created from the CMSIS template for the specified device
  * Quantum Leaps, www.state-machine.com
  *
- * NOTE: The function assert_failed defined at the end of this file
- * determines the error/assertion handling policy for the application and
- * might need to be customized for each project. This function is defined
- * using the GNU-ARM language extensions to avoid accessing the stack,
- * which might be corrupted by the time assert_failed is called.
+ * NOTE:
+ * The function assert_failed defined at the end of this file defines
+ * the error/assertion handling policy for the application and might
+ * need to be customized for each project. This function is defined in
+ * assembly to re-set the stack pointer, in case it is corrupted by the
+ * time assert_failed is called.
  */
 /* Copyright (c) 2011 - 2014 ARM LIMITED
 
@@ -47,20 +48,19 @@ extern int __stack_end__;
 /* Weak prototypes for error handlers --------------------------------------*/
 /**
 * \note
-* The functions assert_failed/Q_onAssert defined at the end of this file
-* determine the error/assertion handling policy for the application and
-* might need to be customized for each project. These functions are defined
-* as "naked" to avoid accessing the stack, which might be corrupted by
-* the time assert_failed/Q_onAssert are called.
+* The function assert_failed defined at the end of this file defines
+* the error/assertion handling policy for the application and might
+* need to be customized for each project. This function is defined in
+* assembly to avoid accessing the stack, which might be corrupted by
+* the time assert_failed is called.
 */
-__attribute__ ((naked)) void assert_failed(char const *file, int line);
-__attribute__ ((alias("assert_failed")))
-void Q_onAssert(char const *file, int line);
+__attribute__ ((naked)) void assert_failed(char const *module, int loc);
 
 /* Function prototypes -----------------------------------------------------*/
 void Default_Handler(void);  /* Default empty handler */
 void Reset_Handler(void);    /* Reset Handler */
 void SystemInit(void);       /* CMSIS system initialization */
+void Q_onAssert(char const *module, int loc); /* QP assertion handler */
 
 /*----------------------------------------------------------------------------
 * weak aliases for each Exception handler to the Default_Handler.
@@ -276,31 +276,22 @@ void _fini(void) { /* dummy */
 
 /*****************************************************************************
 * The function assert_failed defines the error/assertion handling policy
-* for the application and might need to be customized for each project.
-* This function is defined as "naked" and specifically avoids accessing the
-* stack, which might be corrupted by the time assert_failed is called.
+* for the application. After making sure that the stack is OK, this function
+* calls Q_onAssert, which should NOT return (typically reset the CPU).
 *
-* NOTE: the functions assert_failed/Q_onAssert should NOT return.
+* NOTE: the function Q_onAssert should NOT return.
 *****************************************************************************/
 __attribute__ ((naked))
-void assert_failed(char const *file, int line) {
+void assert_failed(char const *module, int loc) {
+    /* re-set the SP in case of stack overflow */
+    __asm volatile (
+        "  MOV sp,%0\n\t"
+        : : "r" (&__stack_end__));
 
-    /* NOTE: add here your application-specific error handling... */
+    Q_onAssert(module, loc); /* call the application-specific QP handler */
 
-    /* the following assembly implements the CMIS function
-    * NVIC_SystemReset() from core_cm4.h
-    * Leave this code if you wish to reset the system after an error.
-    */
-    __asm volatile (
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  LDR r0,=0x05FA0004\n\t" /* (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                   * | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                   * | SCB_AIRCR_SYSRESETREQ_Msk */
-        "  LDR r1,=0xE000ED0C\n\t" /* address of SCB->AIRCR */
-        "  STR r0,[r1]\n\t"        /* r0 -> SCB->AIRCR */
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  B   .\n\t"              /* wait until reset occurs */
-    );
+    for (;;) { /* should not be reached, but just in case loop forever... */
+    }
 }
 
 /****** End Of File *********************************************************/

+ 15 - 28
3rd_party/ek-lm3s811/iar/startup_LM3S811.s

@@ -1,8 +1,8 @@
 ;/***************************************************************************/
 ; * @file     startup_LM3S811.s for IAR ARM assembler
 ; * @brief    CMSIS Cortex-M# Core Device Startup File for LM3S811
-; * @version  CMSIS v4.1
-; * @date     07 March 2015
+; * @version  CMSIS 4.3.0
+; * @date     20 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
@@ -12,8 +12,8 @@
 ; * The function assert_failed defined at the end of this file defines
 ; * the error/assertion handling policy for the application and might
 ; * need to be customized for each project. This function is defined in
-; * assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed is called.
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -253,36 +253,23 @@ FlashCtrl_IRQHandler
 
 ;******************************************************************************
 ;
-; The weak functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
-        PUBWEAK  assert_failed
-        PUBWEAK  Q_onAssert
+        PUBLIC  assert_failed
+        EXTERN  Q_onAssert
 assert_failed
-Q_onAssert
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
+        LDR    sp,=sfe(CSTACK)   ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
+
+        B      .                 ; should not be reached, but just in case...
 
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm3.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
 
         END                      ; end of module

+ 22 - 35
3rd_party/ek-tm4c123gxl/arm/startup_TM4C123GH6PM.s

@@ -1,8 +1,8 @@
 ;/***************************************************************************/
 ; * @file     startup_TM4C123GH6PM.s for ARM-KEIL ARM assembler
-; * @brief    CMSIS Cortex-M# Core Device Startup File for TM4C123GH6PM
-; * @version  CMSIS v4.1
-; * @date     07 March 2015
+; * @brief    CMSIS Cortex-M4F Core Device Startup File for TM4C123GH6PM
+; * @version  CMSIS 4.3.0
+; * @date     20 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
@@ -14,11 +14,11 @@
 ; *     --pd "Stack_Size SETA 512" --pd "Heap_Size SETA 0"
 ; *
 ; * @note
-; * The functions assert_failed/Q_onAssert defined at the end of this file
-; * determine the error/assertion handling policy for the application and
-; * might need to be customized for each project. This function is defined
-; * in assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed/Q_onAssert are called.
+; * The function assert_failed defined at the end of this file defines
+; * the error/assertion handling policy for the application and might
+; * need to be customized for each project. This function is defined in
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -660,40 +660,27 @@ __user_initial_stackheap PROC
 
 ;******************************************************************************
 ;
-; The functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
         EXPORT  assert_failed
-        EXPORT  Q_onAssert
+        IMPORT  Q_onAssert
 assert_failed PROC
-Q_onAssert
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
-
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm4.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
-        ENDP
 
+        LDR    sp,=__initial_sp  ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
 
-        ALIGN               ; make sure the end of this section is aligned
+        B      .                 ; should not be reached, but just in case...
+
+        ENDP
+
+        ALIGN                    ; make sure the end of this section is aligned
 
-        END                 ; end of module
+        END                      ; end of module

+ 26 - 35
3rd_party/ek-tm4c123gxl/gnu/startup_TM4C123GH6PM.c

@@ -1,17 +1,18 @@
 /* File: startup_TM4C123GH6PM.c
  * Purpose: startup file for TM4C123GH6PM Cortex-M4 device.
  *          Should be used with GCC 'GNU Tools ARM Embedded'
- * Version: CMSIS v4.2.0
- * Date: 07 March 2015
+ * Version: CMSIS 4.3.0
+ * Date: 20 August 2015
  *
  * Created from the CMSIS template for the specified device
  * Quantum Leaps, www.state-machine.com
  *
- * NOTE: The function assert_failed defined at the end of this file
- * determines the error/assertion handling policy for the application and
- * might need to be customized for each project. This function is defined
- * using the GNU-ARM language extensions to avoid accessing the stack,
- * which might be corrupted by the time assert_failed is called.
+ * NOTE:
+ * The function assert_failed defined at the end of this file defines
+ * the error/assertion handling policy for the application and might
+ * need to be customized for each project. This function is defined in
+ * assembly to re-set the stack pointer, in case it is corrupted by the
+ * time assert_failed is called.
  */
 /* Copyright (c) 2011 - 2014 ARM LIMITED
 
@@ -47,20 +48,19 @@ extern int __stack_end__;
 /* Weak prototypes for error handlers --------------------------------------*/
 /**
 * \note
-* The functions assert_failed/Q_onAssert defined at the end of this file
-* determine the error/assertion handling policy for the application and
-* might need to be customized for each project. These functions are defined
-* as "naked" to avoid accessing the stack, which might be corrupted by
-* the time assert_failed/Q_onAssert are called.
+* The function assert_failed defined at the end of this file defines
+* the error/assertion handling policy for the application and might
+* need to be customized for each project. This function is defined in
+* assembly to avoid accessing the stack, which might be corrupted by
+* the time assert_failed is called.
 */
-__attribute__ ((naked)) void assert_failed(char const *file, int line);
-__attribute__ ((alias("assert_failed")))
-void Q_onAssert(char const *file, int line);
+__attribute__ ((naked)) void assert_failed(char const *module, int loc);
 
 /* Function prototypes -----------------------------------------------------*/
 void Default_Handler(void);  /* Default empty handler */
 void Reset_Handler(void);    /* Reset Handler */
 void SystemInit(void);       /* CMSIS system initialization */
+void Q_onAssert(char const *module, int loc); /* QP assertion handler */
 
 /*----------------------------------------------------------------------------
 * weak aliases for each Exception handler to the Default_Handler.
@@ -467,31 +467,22 @@ void _fini(void) { /* dummy */
 
 /*****************************************************************************
 * The function assert_failed defines the error/assertion handling policy
-* for the application and might need to be customized for each project.
-* This function is defined as "naked" and specifically avoids accessing the
-* stack, which might be corrupted by the time assert_failed is called.
+* for the application. After making sure that the stack is OK, this function
+* calls Q_onAssert, which should NOT return (typically reset the CPU).
 *
-* NOTE: the functions assert_failed/Q_onAssert should NOT return.
+* NOTE: the function Q_onAssert should NOT return.
 *****************************************************************************/
 __attribute__ ((naked))
-void assert_failed(char const *file, int line) {
+void assert_failed(char const *module, int loc) {
+    /* re-set the SP in case of stack overflow */
+    __asm volatile (
+        "  MOV sp,%0\n\t"
+        : : "r" (&__stack_end__));
 
-    /* NOTE: add here your application-specific error handling... */
+    Q_onAssert(module, loc); /* call the application-specific QP handler */
 
-    /* the following assembly implements the CMIS function
-    * NVIC_SystemReset() from core_cm4.h
-    * Leave this code if you wish to reset the system after an error.
-    */
-    __asm volatile (
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  LDR r0,=0x05FA0004\n\t" /* (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                   * | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                   * | SCB_AIRCR_SYSRESETREQ_Msk */
-        "  LDR r1,=0xE000ED0C\n\t" /* address of SCB->AIRCR */
-        "  STR r0,[r1]\n\t"        /* r0 -> SCB->AIRCR */
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  B   .\n\t"              /* wait until reset occurs */
-    );
+    for (;;) { /* should not be reached, but just in case loop forever... */
+    }
 }
 
 /****** End Of File *********************************************************/

+ 155 - 168
3rd_party/ek-tm4c123gxl/iar/startup_TM4C123GH6PM.s

@@ -1,8 +1,8 @@
 ;/***************************************************************************/
 ; * @file     startup_TM4C123GH6PM.s for IAR ARM assembler
-; * @brief    CMSIS Cortex-M# Core Device Startup File for TM4C123GH6PM
-; * @version  CMSIS v4.1
-; * @date     07 March 2015
+; * @brief    CMSIS Cortex-M4F Core Device Startup File for TM4C123GH6PM
+; * @version  CMSIS 4.3.0
+; * @date     20 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
@@ -12,8 +12,8 @@
 ; * The function assert_failed defined at the end of this file defines
 ; * the error/assertion handling policy for the application and might
 ; * need to be customized for each project. This function is defined in
-; * assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed is called.
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -78,145 +78,145 @@ __vector_table
         DCD     SysTick_Handler             ; The SysTick handler
 
         ; IRQ handlers...
-        DCD     GPIOPortA_IRQHandler       ; GPIO Port A
-        DCD     GPIOPortB_IRQHandler       ; GPIO Port B
-        DCD     GPIOPortC_IRQHandler       ; GPIO Port C
-        DCD     GPIOPortD_IRQHandler       ; GPIO Port D
-        DCD     GPIOPortE_IRQHandler       ; GPIO Port E
-        DCD     UART0_IRQHandler           ; UART0 Rx and Tx
-        DCD     UART1_IRQHandler           ; UART1 Rx and Tx
-        DCD     SSI0_IRQHandler            ; SSI0 Rx and Tx
-        DCD     I2C0_IRQHandler            ; I2C0 Master and Slave
-        DCD     PWMFault_IRQHandler        ; PWM Fault
-        DCD     PWMGen0_IRQHandler         ; PWM Generator 0
-        DCD     PWMGen1_IRQHandler         ; PWM Generator 1
-        DCD     PWMGen2_IRQHandler         ; PWM Generator 2
-        DCD     QEI0_IRQHandler            ; Quadrature Encoder 0
-        DCD     ADCSeq0_IRQHandler         ; ADC Sequence 0
-        DCD     ADCSeq1_IRQHandler         ; ADC Sequence 1
-        DCD     ADCSeq2_IRQHandler         ; ADC Sequence 2
-        DCD     ADCSeq3_IRQHandler         ; ADC Sequence 3
-        DCD     Watchdog_IRQHandler        ; Watchdog timer
-        DCD     Timer0A_IRQHandler         ; Timer 0 subtimer A
-        DCD     Timer0B_IRQHandler         ; Timer 0 subtimer B
-        DCD     Timer1A_IRQHandler         ; Timer 1 subtimer A
-        DCD     Timer1B_IRQHandler         ; Timer 1 subtimer B
-        DCD     Timer2A_IRQHandler         ; Timer 2 subtimer A
-        DCD     Timer2B_IRQHandler         ; Timer 2 subtimer B
-        DCD     Comp0_IRQHandler           ; Analog Comparator 0
-        DCD     Comp1_IRQHandler           ; Analog Comparator 1
-        DCD     Comp2_IRQHandler           ; Analog Comparator 2
-        DCD     SysCtrl_IRQHandler         ; System Control (PLL, OSC, BO)
-        DCD     FlashCtrl_IRQHandler       ; FLASH Control
-        DCD     GPIOPortF_IRQHandler       ; GPIO Port F
-        DCD     GPIOPortG_IRQHandler       ; GPIO Port G
-        DCD     GPIOPortH_IRQHandler       ; GPIO Port H
-        DCD     UART2_IRQHandler           ; UART2 Rx and Tx
-        DCD     SSI1_IRQHandler            ; SSI1 Rx and Tx
-        DCD     Timer3A_IRQHandler         ; Timer 3 subtimer A
-        DCD     Timer3B_IRQHandler         ; Timer 3 subtimer B
-        DCD     I2C1_IRQHandler            ; I2C1 Master and Slave
-        DCD     QEI1_IRQHandler            ; Quadrature Encoder 1
-        DCD     CAN0_IRQHandler            ; CAN0
-        DCD     CAN1_IRQHandler            ; CAN1
-        DCD     CAN2_IRQHandler            ; CAN2
-        DCD     0                          ; Reserved
-        DCD     Hibernate_IRQHandler       ; Hibernate
-        DCD     USB0_IRQHandler            ; USB0
-        DCD     PWMGen3_IRQHandler         ; PWM Generator 3
-        DCD     uDMAST_IRQHandler          ; uDMA Software Transfer
-        DCD     uDMAError_IRQHandler       ; uDMA Error
-        DCD     ADC1Seq0_IRQHandler        ; ADC1 Sequence 0
-        DCD     ADC1Seq1_IRQHandler        ; ADC1 Sequence 1
-        DCD     ADC1Seq2_IRQHandler        ; ADC1 Sequence 2
-        DCD     ADC1Seq3_IRQHandler        ; ADC1 Sequence 3
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     GPIOPortJ_IRQHandler       ; GPIO Port J
-        DCD     GPIOPortK_IRQHandler       ; GPIO Port K
-        DCD     GPIOPortL_IRQHandler       ; GPIO Port L
-        DCD     SSI2_IRQHandler            ; SSI2 Rx and Tx
-        DCD     SSI3_IRQHandler            ; SSI3 Rx and Tx
-        DCD     UART3_IRQHandler           ; UART3 Rx and Tx
-        DCD     UART4_IRQHandler           ; UART4 Rx and Tx
-        DCD     UART5_IRQHandler           ; UART5 Rx and Tx
-        DCD     UART6_IRQHandler           ; UART6 Rx and Tx
-        DCD     UART7_IRQHandler           ; UART7 Rx and Tx
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     I2C2_IRQHandler            ; I2C2 Master and Slave
-        DCD     I2C3_IRQHandler            ; I2C3 Master and Slave
-        DCD     Timer4A_IRQHandler         ; Timer 4 subtimer A
-        DCD     Timer4B_IRQHandler         ; Timer 4 subtimer B
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     Timer5A_IRQHandler         ; Timer 5 subtimer A
-        DCD     Timer5B_IRQHandler         ; Timer 5 subtimer B
-        DCD     WideTimer0A_IRQHandler     ; Wide Timer 0 subtimer A
-        DCD     WideTimer0B_IRQHandler     ; Wide Timer 0 subtimer B
-        DCD     WideTimer1A_IRQHandler     ; Wide Timer 1 subtimer A
-        DCD     WideTimer1B_IRQHandler     ; Wide Timer 1 subtimer B
-        DCD     WideTimer2A_IRQHandler     ; Wide Timer 2 subtimer A
-        DCD     WideTimer2B_IRQHandler     ; Wide Timer 2 subtimer B
-        DCD     WideTimer3A_IRQHandler     ; Wide Timer 3 subtimer A
-        DCD     WideTimer3B_IRQHandler     ; Wide Timer 3 subtimer B
-        DCD     WideTimer4A_IRQHandler     ; Wide Timer 4 subtimer A
-        DCD     WideTimer4B_IRQHandler     ; Wide Timer 4 subtimer B
-        DCD     WideTimer5A_IRQHandler     ; Wide Timer 5 subtimer A
-        DCD     WideTimer5B_IRQHandler     ; Wide Timer 5 subtimer B
-        DCD     FPU_IRQHandler             ; FPU
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     I2C4_IRQHandler            ; I2C4 Master and Slave
-        DCD     I2C5_IRQHandler            ; I2C5 Master and Slave
-        DCD     GPIOPortM_IRQHandler       ; GPIO Port M
-        DCD     GPIOPortN_IRQHandler       ; GPIO Port N
-        DCD     QEI2_IRQHandler            ; Quadrature Encoder 2
-        DCD     0                          ; Reserved
-        DCD     0                          ; Reserved
-        DCD     GPIOPortP0_IRQHandler      ; GPIO Port P (Summary or P0)
-        DCD     GPIOPortP1_IRQHandler      ; GPIO Port P1
-        DCD     GPIOPortP2_IRQHandler      ; GPIO Port P2
-        DCD     GPIOPortP3_IRQHandler      ; GPIO Port P3
-        DCD     GPIOPortP4_IRQHandler      ; GPIO Port P4
-        DCD     GPIOPortP5_IRQHandler      ; GPIO Port P5
-        DCD     GPIOPortP6_IRQHandler      ; GPIO Port P6
-        DCD     GPIOPortP7_IRQHandler      ; GPIO Port P7
-        DCD     GPIOPortQ0_IRQHandler      ; GPIO Port Q (Summary or Q0)
-        DCD     GPIOPortQ1_IRQHandler      ; GPIO Port Q1
-        DCD     GPIOPortQ2_IRQHandler      ; GPIO Port Q2
-        DCD     GPIOPortQ3_IRQHandler      ; GPIO Port Q3
-        DCD     GPIOPortQ4_IRQHandler      ; GPIO Port Q4
-        DCD     GPIOPortQ5_IRQHandler      ; GPIO Port Q5
-        DCD     GPIOPortQ6_IRQHandler      ; GPIO Port Q6
-        DCD     GPIOPortQ7_IRQHandler      ; GPIO Port Q7
-        DCD     GPIOPortR_IRQHandler       ; GPIO Port R
-        DCD     GPIOPortS_IRQHandler       ; GPIO Port S
-        DCD     PWM1Gen0_IRQHandler        ; PWM 1 Generator 0
-        DCD     PWM1Gen1_IRQHandler        ; PWM 1 Generator 1
-        DCD     PWM1Gen2_IRQHandler        ; PWM 1 Generator 2
-        DCD     PWM1Gen3_IRQHandler        ; PWM 1 Generator 3
-        DCD     PWM1Fault_IRQHandler       ; PWM 1 Fault
+        DCD     GPIOPortA_IRQHandler        ; GPIO Port A
+        DCD     GPIOPortB_IRQHandler        ; GPIO Port B
+        DCD     GPIOPortC_IRQHandler        ; GPIO Port C
+        DCD     GPIOPortD_IRQHandler        ; GPIO Port D
+        DCD     GPIOPortE_IRQHandler        ; GPIO Port E
+        DCD     UART0_IRQHandler            ; UART0 Rx and Tx
+        DCD     UART1_IRQHandler            ; UART1 Rx and Tx
+        DCD     SSI0_IRQHandler             ; SSI0 Rx and Tx
+        DCD     I2C0_IRQHandler             ; I2C0 Master and Slave
+        DCD     PWMFault_IRQHandler         ; PWM Fault
+        DCD     PWMGen0_IRQHandler          ; PWM Generator 0
+        DCD     PWMGen1_IRQHandler          ; PWM Generator 1
+        DCD     PWMGen2_IRQHandler          ; PWM Generator 2
+        DCD     QEI0_IRQHandler             ; Quadrature Encoder 0
+        DCD     ADCSeq0_IRQHandler          ; ADC Sequence 0
+        DCD     ADCSeq1_IRQHandler          ; ADC Sequence 1
+        DCD     ADCSeq2_IRQHandler          ; ADC Sequence 2
+        DCD     ADCSeq3_IRQHandler          ; ADC Sequence 3
+        DCD     Watchdog_IRQHandler         ; Watchdog timer
+        DCD     Timer0A_IRQHandler          ; Timer 0 subtimer A
+        DCD     Timer0B_IRQHandler          ; Timer 0 subtimer B
+        DCD     Timer1A_IRQHandler          ; Timer 1 subtimer A
+        DCD     Timer1B_IRQHandler          ; Timer 1 subtimer B
+        DCD     Timer2A_IRQHandler          ; Timer 2 subtimer A
+        DCD     Timer2B_IRQHandler          ; Timer 2 subtimer B
+        DCD     Comp0_IRQHandler            ; Analog Comparator 0
+        DCD     Comp1_IRQHandler            ; Analog Comparator 1
+        DCD     Comp2_IRQHandler            ; Analog Comparator 2
+        DCD     SysCtrl_IRQHandler          ; System Control (PLL, OSC, BO)
+        DCD     FlashCtrl_IRQHandler        ; FLASH Control
+        DCD     GPIOPortF_IRQHandler        ; GPIO Port F
+        DCD     GPIOPortG_IRQHandler        ; GPIO Port G
+        DCD     GPIOPortH_IRQHandler        ; GPIO Port H
+        DCD     UART2_IRQHandler            ; UART2 Rx and Tx
+        DCD     SSI1_IRQHandler             ; SSI1 Rx and Tx
+        DCD     Timer3A_IRQHandler          ; Timer 3 subtimer A
+        DCD     Timer3B_IRQHandler          ; Timer 3 subtimer B
+        DCD     I2C1_IRQHandler             ; I2C1 Master and Slave
+        DCD     QEI1_IRQHandler             ; Quadrature Encoder 1
+        DCD     CAN0_IRQHandler             ; CAN0
+        DCD     CAN1_IRQHandler             ; CAN1
+        DCD     CAN2_IRQHandler             ; CAN2
+        DCD     0                           ; Reserved
+        DCD     Hibernate_IRQHandler        ; Hibernate
+        DCD     USB0_IRQHandler             ; USB0
+        DCD     PWMGen3_IRQHandler          ; PWM Generator 3
+        DCD     uDMAST_IRQHandler           ; uDMA Software Transfer
+        DCD     uDMAError_IRQHandler        ; uDMA Error
+        DCD     ADC1Seq0_IRQHandler         ; ADC1 Sequence 0
+        DCD     ADC1Seq1_IRQHandler         ; ADC1 Sequence 1
+        DCD     ADC1Seq2_IRQHandler         ; ADC1 Sequence 2
+        DCD     ADC1Seq3_IRQHandler         ; ADC1 Sequence 3
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     GPIOPortJ_IRQHandler        ; GPIO Port J
+        DCD     GPIOPortK_IRQHandler        ; GPIO Port K
+        DCD     GPIOPortL_IRQHandler        ; GPIO Port L
+        DCD     SSI2_IRQHandler             ; SSI2 Rx and Tx
+        DCD     SSI3_IRQHandler             ; SSI3 Rx and Tx
+        DCD     UART3_IRQHandler            ; UART3 Rx and Tx
+        DCD     UART4_IRQHandler            ; UART4 Rx and Tx
+        DCD     UART5_IRQHandler            ; UART5 Rx and Tx
+        DCD     UART6_IRQHandler            ; UART6 Rx and Tx
+        DCD     UART7_IRQHandler            ; UART7 Rx and Tx
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     I2C2_IRQHandler             ; I2C2 Master and Slave
+        DCD     I2C3_IRQHandler             ; I2C3 Master and Slave
+        DCD     Timer4A_IRQHandler          ; Timer 4 subtimer A
+        DCD     Timer4B_IRQHandler          ; Timer 4 subtimer B
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     Timer5A_IRQHandler          ; Timer 5 subtimer A
+        DCD     Timer5B_IRQHandler          ; Timer 5 subtimer B
+        DCD     WideTimer0A_IRQHandler      ; Wide Timer 0 subtimer A
+        DCD     WideTimer0B_IRQHandler      ; Wide Timer 0 subtimer B
+        DCD     WideTimer1A_IRQHandler      ; Wide Timer 1 subtimer A
+        DCD     WideTimer1B_IRQHandler      ; Wide Timer 1 subtimer B
+        DCD     WideTimer2A_IRQHandler      ; Wide Timer 2 subtimer A
+        DCD     WideTimer2B_IRQHandler      ; Wide Timer 2 subtimer B
+        DCD     WideTimer3A_IRQHandler      ; Wide Timer 3 subtimer A
+        DCD     WideTimer3B_IRQHandler      ; Wide Timer 3 subtimer B
+        DCD     WideTimer4A_IRQHandler      ; Wide Timer 4 subtimer A
+        DCD     WideTimer4B_IRQHandler      ; Wide Timer 4 subtimer B
+        DCD     WideTimer5A_IRQHandler      ; Wide Timer 5 subtimer A
+        DCD     WideTimer5B_IRQHandler      ; Wide Timer 5 subtimer B
+        DCD     FPU_IRQHandler              ; FPU
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     I2C4_IRQHandler             ; I2C4 Master and Slave
+        DCD     I2C5_IRQHandler             ; I2C5 Master and Slave
+        DCD     GPIOPortM_IRQHandler        ; GPIO Port M
+        DCD     GPIOPortN_IRQHandler        ; GPIO Port N
+        DCD     QEI2_IRQHandler             ; Quadrature Encoder 2
+        DCD     0                           ; Reserved
+        DCD     0                           ; Reserved
+        DCD     GPIOPortP0_IRQHandler       ; GPIO Port P (Summary or P0)
+        DCD     GPIOPortP1_IRQHandler       ; GPIO Port P1
+        DCD     GPIOPortP2_IRQHandler       ; GPIO Port P2
+        DCD     GPIOPortP3_IRQHandler       ; GPIO Port P3
+        DCD     GPIOPortP4_IRQHandler       ; GPIO Port P4
+        DCD     GPIOPortP5_IRQHandler       ; GPIO Port P5
+        DCD     GPIOPortP6_IRQHandler       ; GPIO Port P6
+        DCD     GPIOPortP7_IRQHandler       ; GPIO Port P7
+        DCD     GPIOPortQ0_IRQHandler       ; GPIO Port Q (Summary or Q0)
+        DCD     GPIOPortQ1_IRQHandler       ; GPIO Port Q1
+        DCD     GPIOPortQ2_IRQHandler       ; GPIO Port Q2
+        DCD     GPIOPortQ3_IRQHandler       ; GPIO Port Q3
+        DCD     GPIOPortQ4_IRQHandler       ; GPIO Port Q4
+        DCD     GPIOPortQ5_IRQHandler       ; GPIO Port Q5
+        DCD     GPIOPortQ6_IRQHandler       ; GPIO Port Q6
+        DCD     GPIOPortQ7_IRQHandler       ; GPIO Port Q7
+        DCD     GPIOPortR_IRQHandler        ; GPIO Port R
+        DCD     GPIOPortS_IRQHandler        ; GPIO Port S
+        DCD     PWM1Gen0_IRQHandler         ; PWM 1 Generator 0
+        DCD     PWM1Gen1_IRQHandler         ; PWM 1 Generator 1
+        DCD     PWM1Gen2_IRQHandler         ; PWM 1 Generator 2
+        DCD     PWM1Gen3_IRQHandler         ; PWM 1 Generator 3
+        DCD     PWM1Fault_IRQHandler        ; PWM 1 Fault
 
 __Vectors_End
 
@@ -526,37 +526,24 @@ PWM1Fault_IRQHandler
 
 ;******************************************************************************
 ;
-; The functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
         PUBLIC  assert_failed
-        PUBLIC  Q_onAssert
-Q_onAssert
+        EXTERN  Q_onAssert
 assert_failed
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
+        LDR    sp,=sfe(CSTACK)   ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
+
+        B      .                 ; should not be reached, but just in case...
 
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm4.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
 
+        END                      ; end of module
 
-        END

+ 23 - 35
3rd_party/mbed-lpc1768/arm/startup_LPC17xx.s

@@ -1,8 +1,8 @@
 ;/***************************************************************************/
-; * @file     startup_LPC17xx.s for ARM-KEIL ARM assembler
-; * @brief    CMSIS Cortex-M3 Core Device Startup File for LPC17xx
-; * @version  CMSIS v4.1
-; * @date     07 March 2015
+; * @file     startup_TM4C123GH6PM.s for ARM-KEIL ARM assembler
+; * @brief    CMSIS Cortex-M4F Core Device Startup File for TM4C123GH6PM
+; * @version  CMSIS 4.3.0
+; * @date     06 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
@@ -14,11 +14,11 @@
 ; *     --pd "Stack_Size SETA 512" --pd "Heap_Size SETA 0"
 ; *
 ; * @note
-; * The functions assert_failed/Q_onAssert defined at the end of this file
-; * determine the error/assertion handling policy for the application and
-; * might need to be customized for each project. This function is defined
-; * in assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed/Q_onAssert are called.
+; * The function assert_failed defined at the end of this file defines
+; * the error/assertion handling policy for the application and might
+; * need to be customized for each project. This function is defined in
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -410,40 +410,28 @@ __user_initial_stackheap PROC
 
 ;******************************************************************************
 ;
-; The functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
         EXPORT  assert_failed
-        EXPORT  Q_onAssert
+        IMPORT  Q_onAssert
 assert_failed PROC
-Q_onAssert
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
-
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm4.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
+
+        LDR    sp,=__initial_sp  ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
+
+        B      .                 ; should not be reached, but just in case...
+
         ENDP
 
 
-        ALIGN               ; make sure the end of this section is aligned
+        ALIGN                    ; make sure the end of this section is aligned
 
-        END                 ; end of module
+        END                      ; end of module

+ 20 - 30
3rd_party/mbed-lpc1768/gnu/startup_LPC17xx.c

@@ -1,8 +1,8 @@
 /* File: startup_LPC17xx.c
  * Purpose: startup file for LPC17xx Cortex-M3 devices.
  *          Should be used with GCC 'GNU Tools ARM Embedded'
- * Version: CMSIS v4.2.0
- * Date: 30 March 2015
+ * Version: CMSIS 4.3.0
+ * Date: 06 August 2015
  *
  * Created from the CMSIS template for the specified device
  * Quantum Leaps, www.state-machine.com
@@ -47,20 +47,19 @@ extern int __stack_end__;
 /* Weak prototypes for error handlers --------------------------------------*/
 /**
 * \note
-* The functions assert_failed/Q_onAssert defined at the end of this file
-* determine the error/assertion handling policy for the application and
-* might need to be customized for each project. These functions are defined
-* as "naked" to avoid accessing the stack, which might be corrupted by
-* the time assert_failed/Q_onAssert are called.
+* The function assert_failed defined at the end of this file defines
+* the error/assertion handling policy for the application and might
+* need to be customized for each project. This function is defined in
+* assembly to avoid accessing the stack, which might be corrupted by
+* the time assert_failed is called.
 */
-__attribute__ ((naked)) void assert_failed(char const *file, int line);
-__attribute__ ((alias("assert_failed")))
-void Q_onAssert(char const *file, int line);
+__attribute__ ((naked)) void assert_failed(char const *module, int loc);
 
 /* Function prototypes -----------------------------------------------------*/
 void Default_Handler(void);  /* Default empty handler */
 void Reset_Handler(void);    /* Reset Handler */
 void SystemInit(void);       /* CMSIS system initialization */
+void Q_onAssert(char const *module, int loc); /* QP assertion handler */
 
 /*----------------------------------------------------------------------------
 * weak aliases for each Exception handler to the Default_Handler.
@@ -290,31 +289,22 @@ void _fini(void) { /* dummy */
 
 /*****************************************************************************
 * The function assert_failed defines the error/assertion handling policy
-* for the application and might need to be customized for each project.
-* This function is defined as "naked" and specifically avoids accessing the
-* stack, which might be corrupted by the time assert_failed is called.
+* for the application. After making sure that the stack is OK, this function
+* calls Q_onAssert, which should NOT return (typically reset the CPU).
 *
-* NOTE: the functions assert_failed/Q_onAssert should NOT return.
+* NOTE: the function Q_onAssert should NOT return.
 *****************************************************************************/
 __attribute__ ((naked))
-void assert_failed(char const *file, int line) {
+void assert_failed(char const *module, int loc) {
+    /* re-set the SP in case of stack overflow */
+    __asm volatile (
+        "  MOV sp,%0\n\t"
+        : : "r" (&__stack_end__));
 
-    /* NOTE: add here your application-specific error handling... */
+    Q_onAssert(module, loc); /* call the application-specific QP handler */
 
-    /* the following assembly implements the CMIS function
-    * NVIC_SystemReset() from core_cm4.h
-    * Leave this code if you wish to reset the system after an error.
-    */
-    __asm volatile (
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  LDR r0,=0x05FA0004\n\t" /* (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                   * | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                   * | SCB_AIRCR_SYSRESETREQ_Msk */
-        "  LDR r1,=0xE000ED0C\n\t" /* address of SCB->AIRCR */
-        "  STR r0,[r1]\n\t"        /* r0 -> SCB->AIRCR */
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  B   .\n\t"              /* wait until reset occurs */
-    );
+    for (;;) { /* should not be reached, but just in case loop forever... */
+    }
 }
 
 /****** End Of File *********************************************************/

+ 16 - 30
3rd_party/mbed-lpc1768/iar/startup_LPC17xx.s

@@ -1,8 +1,8 @@
 ;/***************************************************************************/
-; * @file     startup_LPC17xx.s for IAR ARM assembler
-; * @brief    CMSIS Cortex-M# Core Device Startup File for LPC17xx
-; * @version  CMSIS v4.1
-; * @date     07 March 2015
+; * @file     startup_TM4C123GH6PM.s for IAR ARM assembler
+; * @brief    CMSIS Cortex-M4F Core Device Startup File for TM4C123GH6PM
+; * @version  CMSIS 4.3.0
+; * @date     20 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
@@ -12,8 +12,8 @@
 ; * The function assert_failed defined at the end of this file defines
 ; * the error/assertion handling policy for the application and might
 ; * need to be customized for each project. This function is defined in
-; * assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed is called.
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -276,37 +276,23 @@ CANActivity_IRQHandler
 
 ;******************************************************************************
 ;
-; The functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
         PUBLIC  assert_failed
-        PUBLIC  Q_onAssert
-Q_onAssert
+        EXTERN  Q_onAssert
 assert_failed
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
+        LDR    sp,=sfe(CSTACK)   ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
 
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm4.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
+        B      .                 ; should not be reached, but just in case...
 
 
-        END
+        END                      ; end of module

+ 17 - 27
3rd_party/nucleo-l053r8/arm/startup_stm32l053xx.s

@@ -9,7 +9,7 @@
 ;
 ;
 ; Quantum Leaps, LLC; www.state-machine.com
-; 2015-03-24
+; 2015-08-27
 ;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
 ;* File Name          : startup_stm32l053xx.s
 ;* Author             : MCD Application Team
@@ -304,39 +304,29 @@ __user_initial_stackheap
 
 ;******************************************************************************
 ;
-; The functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
         EXPORT  assert_failed
-        EXPORT  Q_onAssert
+        IMPORT  Q_onAssert
 assert_failed PROC
-Q_onAssert
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
-
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm4.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
+
+        LDR    R2,=__initial_sp  ; load the original top of stack
+        MOV    SP,R2             ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
+
+        B      .                 ; should not be reached, but just in case...
+
         ENDP
 
-        END
 
-;************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****
+        ALIGN                    ; make sure the end of this section is aligned
+
+        END                      ; end of module

+ 26 - 35
3rd_party/nucleo-l053r8/gnu/startup_stm32l053xx.c

@@ -1,17 +1,18 @@
 /* File: startup_stm32l053xx.c for GNU-ARM
  * Purpose: startup file for LM3S6965 Cortex-M3 device.
  *          Should be used with GCC 'GNU Tools ARM Embedded'
- * Version: CMSIS v4.2.0
- * Date: 07 March 2015
+* Version: CMSIS 4.3.0
+ * Date: 20 August 2015
  *
  * Created from the CMSIS template for the specified device
  * Quantum Leaps, www.state-machine.com
  *
- * NOTE: The function assert_failed defined at the end of this file
- * determines the error/assertion handling policy for the application and
- * might need to be customized for each project. This function is defined
- * using the GNU-ARM language extensions to avoid accessing the stack,
- * which might be corrupted by the time assert_failed is called.
+ * NOTE:
+ * The function assert_failed defined at the end of this file defines
+ * the error/assertion handling policy for the application and might
+ * need to be customized for each project. This function is defined in
+ * assembly to re-set the stack pointer, in case it is corrupted by the
+ * time assert_failed is called.
  */
 /* Copyright (c) 2011 - 2014 ARM LIMITED
 
@@ -47,20 +48,19 @@ extern int __stack_end__;
 /* Weak prototypes for error handlers --------------------------------------*/
 /**
 * \note
-* The functions assert_failed/Q_onAssert defined at the end of this file
-* determine the error/assertion handling policy for the application and
-* might need to be customized for each project. These functions are defined
-* as "naked" to avoid accessing the stack, which might be corrupted by
-* the time assert_failed/Q_onAssert are called.
+* The function assert_failed defined at the end of this file defines
+* the error/assertion handling policy for the application and might
+* need to be customized for each project. This function is defined in
+* assembly to avoid accessing the stack, which might be corrupted by
+* the time assert_failed is called.
 */
-__attribute__ ((naked)) void assert_failed(char const *file, int line);
-__attribute__ ((alias("assert_failed")))
-void Q_onAssert(char const *file, int line);
+__attribute__ ((naked)) void assert_failed(char const *module, int loc);
 
 /* Function prototypes -----------------------------------------------------*/
 void Default_Handler(void);  /* Default empty handler */
 void Reset_Handler(void);    /* Reset Handler */
 void SystemInit(void);       /* CMSIS system initialization */
+void Q_onAssert(char const *module, int loc); /* QP assertion handler */
 
 /*----------------------------------------------------------------------------
 * weak aliases for each Exception handler to the Default_Handler.
@@ -279,31 +279,22 @@ void _fini(void) { /* dummy */
 
 /*****************************************************************************
 * The function assert_failed defines the error/assertion handling policy
-* for the application and might need to be customized for each project.
-* This function is defined as "naked" and specifically avoids accessing the
-* stack, which might be corrupted by the time assert_failed is called.
+* for the application. After making sure that the stack is OK, this function
+* calls Q_onAssert, which should NOT return (typically reset the CPU).
 *
-* NOTE: the functions assert_failed/Q_onAssert should NOT return.
+* NOTE: the function Q_onAssert should NOT return.
 *****************************************************************************/
 __attribute__ ((naked))
-void assert_failed(char const *file, int line) {
+void assert_failed(char const *module, int loc) {
+    /* re-set the SP in case of stack overflow */
+    __asm volatile (
+        "  MOV sp,%0\n\t"
+        : : "r" (&__stack_end__));
 
-    /* NOTE: add here your application-specific error handling... */
+    Q_onAssert(module, loc); /* call the application-specific QP handler */
 
-    /* the following assembly implements the CMIS function
-    * NVIC_SystemReset() from core_cm4.h
-    * Leave this code if you wish to reset the system after an error.
-    */
-    __asm volatile (
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  LDR r0,=0x05FA0004\n\t" /* (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                   * | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                   * | SCB_AIRCR_SYSRESETREQ_Msk */
-        "  LDR r1,=0xE000ED0C\n\t" /* address of SCB->AIRCR */
-        "  STR r0,[r1]\n\t"        /* r0 -> SCB->AIRCR */
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  B   .\n\t"              /* wait until reset occurs */
-    );
+    for (;;) { /* should not be reached, but just in case loop forever... */
+    }
 }
 
 /****** End Of File *********************************************************/

+ 15 - 28
3rd_party/nucleo-l053r8/iar/startup_stm32l053xx.s

@@ -1,8 +1,8 @@
 ;/***************************************************************************/
 ; * @file     startup_startup_stm32l053xx.s for IAR ARM assembler
 ; * @brief    CMSIS Cortex-M0+ Core Device Startup File for STM32L053xx.s
-; * @version  CMSIS v4.1
-; * @date     27 March 2015
+; * @version  CMSIS 4.3.0
+; * @date     20 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
@@ -12,8 +12,8 @@
 ; * The function assert_failed defined at the end of this file defines
 ; * the error/assertion handling policy for the application and might
 ; * need to be customized for each project. This function is defined in
-; * assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed is called.
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -258,37 +258,24 @@ USB_IRQHandler
 
 ;******************************************************************************
 ;
-; The functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
         PUBLIC  assert_failed
-        PUBLIC  Q_onAssert
-Q_onAssert
+        EXTERN  Q_onAssert
 assert_failed
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
+        LDR    r2,=sfe(CSTACK)   ; load the original top of stack
+        MOV    sp,r2             ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
 
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm4.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
+        B      .                 ; should not be reached, but just in case...
 
 
-        END
+        END                      ; end of module

+ 15 - 29
3rd_party/nucleo-l152re/arm/startup_stm32l1xx.s

@@ -9,7 +9,7 @@
 ;
 ;
 ; Quantum Leaps, LLC; www.state-machine.com
-; 2015-03-25
+; 2015-08-26
 ;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
 ;* File Name          : startup_stm32l1xx_hd.s
 ;* Author             : MCD Application Team
@@ -443,41 +443,27 @@ __user_initial_stackheap
 
 ;******************************************************************************
 ;
-; The functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
         EXPORT  assert_failed
-        EXPORT  Q_onAssert
+        IMPORT  Q_onAssert
 assert_failed PROC
-Q_onAssert
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
-
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm4.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
-        ENDP
 
-        ALIGN               ; make sure the end of this section is aligned
+        LDR    sp,=__initial_sp  ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
+
+        B      .                 ; should not be reached, but just in case...
+
+        ENDP
 
-        END
+        ALIGN                    ; make sure the end of this section is aligned
 
-;************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****
+        END                      ; end of module

+ 26 - 35
3rd_party/nucleo-l152re/gnu/startup_stm32l1xx.c

@@ -1,17 +1,18 @@
 /* File: startup_stm32l1xx.c for GNU-ARM
  * Purpose: startup file for STM32L1xx Cortex-M3 device.
  *          Should be used with GCC 'GNU Tools ARM Embedded'
- * Version: CMSIS v4.2.0
- * Date: 27 March 2015
+ * Version: CMSIS 4.3.0
+ * Date: 20 August 2015
  *
  * Created from the CMSIS template for the specified device
  * Quantum Leaps, www.state-machine.com
  *
- * NOTE: The function assert_failed defined at the end of this file
- * determines the error/assertion handling policy for the application and
- * might need to be customized for each project. This function is defined
- * using the GNU-ARM language extensions to avoid accessing the stack,
- * which might be corrupted by the time assert_failed is called.
+ * NOTE:
+ * The function assert_failed defined at the end of this file defines
+ * the error/assertion handling policy for the application and might
+ * need to be customized for each project. This function is defined in
+ * assembly to re-set the stack pointer, in case it is corrupted by the
+ * time assert_failed is called.
  */
 /* Copyright (c) 2011 - 2014 ARM LIMITED
 
@@ -47,20 +48,19 @@ extern int __stack_end__;
 /* Weak prototypes for error handlers --------------------------------------*/
 /**
 * \note
-* The functions assert_failed/Q_onAssert defined at the end of this file
-* determine the error/assertion handling policy for the application and
-* might need to be customized for each project. These functions are defined
-* as "naked" to avoid accessing the stack, which might be corrupted by
-* the time assert_failed/Q_onAssert are called.
+* The function assert_failed defined at the end of this file defines
+* the error/assertion handling policy for the application and might
+* need to be customized for each project. This function is defined in
+* assembly to avoid accessing the stack, which might be corrupted by
+* the time assert_failed is called.
 */
-__attribute__ ((naked)) void assert_failed(char const *file, int line);
-__attribute__ ((alias("assert_failed")))
-void Q_onAssert(char const *file, int line);
+__attribute__ ((naked)) void assert_failed(char const *module, int loc);
 
 /* Function prototypes -----------------------------------------------------*/
 void Default_Handler(void);  /* Default empty handler */
 void Reset_Handler(void);    /* Reset Handler */
 void SystemInit(void);       /* CMSIS system initialization */
+void Q_onAssert(char const *module, int loc); /* QP assertion handler */
 
 /*----------------------------------------------------------------------------
 * weak aliases for each Exception handler to the Default_Handler.
@@ -334,31 +334,22 @@ void _fini(void) { /* dummy */
 
 /*****************************************************************************
 * The function assert_failed defines the error/assertion handling policy
-* for the application and might need to be customized for each project.
-* This function is defined as "naked" and specifically avoids accessing the
-* stack, which might be corrupted by the time assert_failed is called.
+* for the application. After making sure that the stack is OK, this function
+* calls Q_onAssert, which should NOT return (typically reset the CPU).
 *
-* NOTE: the functions assert_failed/Q_onAssert should NOT return.
+* NOTE: the function Q_onAssert should NOT return.
 *****************************************************************************/
 __attribute__ ((naked))
-void assert_failed(char const *file, int line) {
+void assert_failed(char const *module, int loc) {
+    /* re-set the SP in case of stack overflow */
+    __asm volatile (
+        "  MOV sp,%0\n\t"
+        : : "r" (&__stack_end__));
 
-    /* NOTE: add here your application-specific error handling... */
+    Q_onAssert(module, loc); /* call the application-specific QP handler */
 
-    /* the following assembly implements the CMIS function
-    * NVIC_SystemReset() from core_cm4.h
-    * Leave this code if you wish to reset the system after an error.
-    */
-    __asm volatile (
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  LDR r0,=0x05FA0004\n\t" /* (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                   * | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                   * | SCB_AIRCR_SYSRESETREQ_Msk */
-        "  LDR r1,=0xE000ED0C\n\t" /* address of SCB->AIRCR */
-        "  STR r0,[r1]\n\t"        /* r0 -> SCB->AIRCR */
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  B   .\n\t"              /* wait until reset occurs */
-    );
+    for (;;) { /* should not be reached, but just in case loop forever... */
+    }
 }
 
 /****** End Of File *********************************************************/

+ 15 - 28
3rd_party/nucleo-l152re/iar/startup_stm32l1xx.s

@@ -1,8 +1,8 @@
 ;/***************************************************************************/
 ; * @file     startup_stm32l1xx for IAR ARM assembler
 ; * @brief    CMSIS Cortex-M3 Core Device Startup File for STM32L1xx.s
-; * @version  CMSIS v4.1
-; * @date     27 March 2015
+; * @version  CMSIS 4.3.0
+; * @date     20 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
@@ -12,8 +12,8 @@
 ; * The function assert_failed defined at the end of this file defines
 ; * the error/assertion handling policy for the application and might
 ; * need to be customized for each project. This function is defined in
-; * assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed is called.
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -343,37 +343,24 @@ COMP_ACQ_IRQHandler
 
 ;******************************************************************************
 ;
-; The functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
         PUBLIC  assert_failed
-        PUBLIC  Q_onAssert
-Q_onAssert
+        EXTERN  Q_onAssert
 assert_failed
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
+        LDR    sp,=sfe(CSTACK)   ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
 
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm4.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
+        B      .                 ; should not be reached, but just in case...
 
 
-        END
+        END                      ; end of module
+

+ 30 - 38
3rd_party/stm32f4-discovery/arm/startup_stm32f4xx.s

@@ -1,8 +1,8 @@
 ;/***************************************************************************/
 ; * @file     startup_stm32f4xx.s for ARM-KEIL ARM assembler
 ; * @brief    CMSIS Cortex-M# Core Device Startup File for STM32F40xx devices
-; * @version  CMSIS v4.1
-; * @date     07 March 2015
+; * @version  CMSIS 4.3.0
+; * @date     20 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
@@ -14,11 +14,11 @@
 ; *     --pd "Stack_Size SETA 512" --pd "Heap_Size SETA 0"
 ; *
 ; * @note
-; * The functions assert_failed/Q_onAssert defined at the end of this file
-; * determine the error/assertion handling policy for the application and
-; * might need to be customized for each project. This function is defined
-; * in assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed/Q_onAssert are called.
+; * The function assert_failed defined at the end of this file defines
+; * the error/assertion handling policy for the application and might
+; * need to be customized for each project. This function is defined in
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -221,15 +221,20 @@ Reset_Handler   PROC
         IMPORT  SystemInit
         IMPORT  __main
 
-        BL      SystemInit  ; CMSIS system initialization
+        LDR     r0, =SystemInit ; CMSIS system initialization
+        BLX     r0
 
-        ; Call the C library enty point that handles startup.  This will copy
+        ; Call the C library enty point that handles startup. This will copy
         ; the .data section initializers from flash to SRAM and zero fill the
         ; .bss section.
-        BL      __main
+        LDR     r0, =__main
+        BX      r0
+
+        ; __main calls the main() function, which should not return,
+        ; but just in case jump to assert_failed() if main returns.
         MOVS    r0,#0
         MOVS    r1,#0       ; error number
-        B       assert_failed ; __main should not return, but assert if it does
+        B       assert_failed
         ENDP
 
 ;******************************************************************************
@@ -547,40 +552,27 @@ __user_initial_stackheap PROC
 
 ;******************************************************************************
 ;
-; The functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
         EXPORT  assert_failed
-        EXPORT  Q_onAssert
+        IMPORT  Q_onAssert
 assert_failed PROC
-Q_onAssert
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
-
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm4.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
-        ENDP
 
+        LDR    sp,=__initial_sp  ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
 
-        ALIGN               ; make sure the end of this section is aligned
+        B      .                 ; should not be reached, but just in case...
+
+        ENDP
+
+        ALIGN                    ; make sure the end of this section is aligned
 
-        END                 ; end of module
+        END                      ; end of module

+ 32 - 38
3rd_party/stm32f4-discovery/gnu/startup_stm32f4xx.c

@@ -1,17 +1,18 @@
 /* File: startup_stm32f4xx.c
  * Purpose: startup file for stm32f4xx Cortex-M4 device.
  *          Should be used with GCC 'GNU Tools ARM Embedded'
- * Version: CMSIS v4.2.0
- * Date: 07 March 2015
+ * Version: CMSIS 4.3.0
+ * Date: 20 August 2015
  *
  * Created from the CMSIS template for the specified device
  * Quantum Leaps, www.state-machine.com
  *
- * NOTE: The function assert_failed defined at the end of this file
- * determines the error/assertion handling policy for the application and
- * might need to be customized for each project. This function is defined
- * using the GNU-ARM language extensions to avoid accessing the stack,
- * which might be corrupted by the time assert_failed is called.
+ * NOTE:
+ * The function assert_failed defined at the end of this file defines
+ * the error/assertion handling policy for the application and might
+ * need to be customized for each project. This function is defined in
+ * assembly to re-set the stack pointer, in case it is corrupted by the
+ * time assert_failed is called.
  */
 /* Copyright (c) 2011 - 2014 ARM LIMITED
 
@@ -47,20 +48,19 @@ extern int __stack_end__;
 /* Weak prototypes for error handlers --------------------------------------*/
 /**
 * \note
-* The functions assert_failed/Q_onAssert defined at the end of this file
-* determine the error/assertion handling policy for the application and
-* might need to be customized for each project. These functions are defined
-* as "naked" to avoid accessing the stack, which might be corrupted by
-* the time assert_failed/Q_onAssert are called.
+* The function assert_failed defined at the end of this file defines
+* the error/assertion handling policy for the application and might
+* need to be customized for each project. This function is defined in
+* assembly to avoid accessing the stack, which might be corrupted by
+* the time assert_failed is called.
 */
-__attribute__ ((naked)) void assert_failed(char const *file, int line);
-__attribute__ ((alias("assert_failed")))
-void Q_onAssert(char const *file, int line);
+__attribute__ ((naked)) void assert_failed(char const *module, int loc);
 
 /* Function prototypes -----------------------------------------------------*/
 void Default_Handler(void);  /* Default empty handler */
 void Reset_Handler(void);    /* Reset Handler */
 void SystemInit(void);       /* CMSIS system initialization */
+void Q_onAssert(char const *module, int loc); /* QP assertion handler */
 
 /*----------------------------------------------------------------------------
 * weak aliases for each Exception handler to the Default_Handler.
@@ -366,37 +366,31 @@ void Default_Handler(void) {
     );
 }
 /*..........................................................................*/
-void _init() {
+void _init(void) { /* dummy */
+}
+/*..........................................................................*/
+void _fini(void) { /* dummy */
 }
 
 
 /*****************************************************************************
-* The function assert_failed defines the error/assertion
-* handling policy for the application and might need to be customized
-* for each project. This function is defined as "naked" and specifically
-* avoids accessing the stack, which might be corrupted by the time
-* assert_failed is called.
+* The function assert_failed defines the error/assertion handling policy
+* for the application. After making sure that the stack is OK, this function
+* calls Q_onAssert, which should NOT return (typically reset the CPU).
 *
-* NOTE: the functions assert_failed/Q_onAssert should NOT return.
+* NOTE: the function Q_onAssert should NOT return.
 *****************************************************************************/
-__attribute__ ((naked)) void assert_failed(char const *file, int line) {
+__attribute__ ((naked))
+void assert_failed(char const *module, int loc) {
+    /* re-set the SP in case of stack overflow */
+    __asm volatile (
+        "  MOV sp,%0\n\t"
+        : : "r" (&__stack_end__));
 
-    /* NOTE: add here your application-specific error handling... */
+    Q_onAssert(module, loc); /* call the application-specific QP handler */
 
-    /* the following assembly implements the CMIS function
-    * NVIC_SystemReset() from core_cm4.h
-    * Leave this code if you wish to reset the system after an error.
-      */
-    __asm volatile (
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  LDR r0,=0x05FA0004\n\t" /* (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                   * | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                   * | SCB_AIRCR_SYSRESETREQ_Msk */
-        "  LDR r1,=0xE000ED0C\n\t" /* address of SCB->AIRCR */
-        "  STR r0,[r1]\n\t"        /* r0 -> SCB->AIRCR */
-        "  DSB\n\t"                /* ensure all memory access complete */
-        "  B   .\n\t"              /* wait until reset occurs */
-    );
+    for (;;) { /* should not be reached, but just in case loop forever... */
+    }
 }
 
 /****** End Of File *********************************************************/

+ 18 - 31
3rd_party/stm32f4-discovery/iar/startup_stm32f4xx.s

@@ -1,19 +1,19 @@
 ;/***************************************************************************/
 ; * @file     startup_stm32f4xx.s for IAR ARM assembler
 ; * @brief    CMSIS Cortex-M4F Core Device Startup File for STM32F40xx devices
-; * @version  CMSIS v4.2.0
-; * @date     2015-03-16
+; * @version  CMSIS 4.3.0
+; * @date     20 August 2015
 ; *
 ; * @description
 ; * Created from the CMSIS template for the specified device
 ; * Quantum Leaps, www.state-machine.com
 ; *
 ; * @note
-; * The functions assert_failed/Q_onAssert defined at the end of this file
-; * define the error/assertion handling policy for the application and might
-; * need to be customized for each project. These functions are defined in
-; * assembly to avoid accessing the stack, which might be corrupted by
-; * the time assert_failed/Q_onAssert are called.
+; * The function assert_failed defined at the end of this file defines
+; * the error/assertion handling policy for the application and might
+; * need to be customized for each project. This function is defined in
+; * assembly to re-set the stack pointer, in case it is corrupted by the
+; * time assert_failed is called.
 ; *
 ; ***************************************************************************/
 ;/* Copyright (c) 2012 ARM LIMITED
@@ -416,37 +416,24 @@ FPU_IRQHandler
 
 ;******************************************************************************
 ;
-; The functions assert_failed/Q_onAssert define the error/assertion
-; handling policy for the application and might need to be customized
-; for each project. These functions are defined in assembly to avoid
-; accessing the stack, which might be corrupted by the time assert_failed
-; is called. For now the function just resets the CPU.
+; The function assert_failed defines the error/assertion handling policy
+; for the application. After making sure that the stack is OK, this function
+; calls Q_onAssert, which should NOT return (typically reset the CPU).
 ;
-; NOTE: the functions assert_failed/Q_onAssert should NOT return.
+; NOTE: the function Q_onAssert should NOT return.
 ;
-; The C proptotypes of these functions are as follows:
+; The C proptotype of the assert_failed() and Q_onAssert() functions are:
 ; void assert_failed(char const *file, int line);
 ; void Q_onAssert   (char const *file, int line);
 ;******************************************************************************
         PUBLIC  assert_failed
-        PUBLIC  Q_onAssert
-Q_onAssert
+        EXTERN  Q_onAssert
 assert_failed
-        ;
-        ; NOTE: add here your application-specific error handling
-        ;
+        LDR    sp,=sfe(CSTACK)   ; re-set the SP in case of stack overflow
+        BL     Q_onAssert        ; call the application-specific handler
 
-        ; the following code implements the CMIS function
-        ; NVIC_SystemReset() from core_cm4.h
-        ; Leave this code if you wish to reset the system after an error.
-        DSB                      ; ensure all memory access complete
-        LDR    r0,=0x05FA0004    ; (0x5FA << SCB_AIRCR_VECTKEY_Pos)
-                                 ; | (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk)
-                                 ; | SCB_AIRCR_SYSRESETREQ_Msk
-        LDR    r1,=0xE000ED0C    ; address of SCB->AIRCR
-        STR    r0,[r1]           ; r0 -> SCB->AIRCR
-        DSB                      ; ensure all memory access complete
-        B      .                 ; wait until reset occurs
+        B      .                 ; should not be reached, but just in case...
 
 
-        END
+        END                      ; end of module
+

+ 0 - 0
GPL.txt → GPLv3.txt


+ 0 - 0
COPYING → LICENSE.txt


+ 42 - 2101
doxygen/Doxyfile

@@ -1,2419 +1,360 @@
-# Doxyfile 1.8.9.1
-
-# This file describes the settings to be used by the documentation system
-# doxygen (www.doxygen.org) for a project.
-#
-# All text after a double hash (##) is considered a comment and is placed in
-# front of the TAG it is preceding.
-#
-# All text after a single hash (#) is considered a comment and will be ignored.
-# The format is:
-# TAG = value [value, ...]
-# For lists, items can also be appended using:
-# TAG += value [value, ...]
-# Values that contain spaces should be placed between quotes (\" \").
+# Doxyfile 1.8.10
 
 #---------------------------------------------------------------------------
 # Project related configuration options
 #---------------------------------------------------------------------------
-
-# This tag specifies the encoding used for all characters in the config file
-# that follow. The default is UTF-8 which is also the encoding used for all text
-# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
-# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
-# for the list of possible encodings.
-# The default value is: UTF-8.
-
 DOXYFILE_ENCODING      = UTF-8
-
-# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
-# double-quotes, unless you are using Doxywizard) that should identify the
-# project for which the documentation is generated. This name is used in the
-# title of most generated pages and in a few other places.
-# The default value is: My Project.
-
 PROJECT_NAME           = "QP/C"
-
-# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
-# could be handy for archiving the generated documentation or if some version
-# control system is used.
-
-PROJECT_NUMBER         = "5.4.2"
-
-# Using the PROJECT_BRIEF tag one can provide an optional one line description
-# for a project that appears at the top of each page and should give viewer a
-# quick idea about the purpose of the project. Keep the description short.
-
+PROJECT_NUMBER         = "5.5.0"
 PROJECT_BRIEF          =
-
-# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
-# in the documentation. The maximum height of the logo should not exceed 55
-# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
-# the logo to the output directory.
-
 PROJECT_LOGO           = images/header_logo_ql.png
-
-# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
-# into which the generated documentation will be written. If a relative path is
-# entered, it will be relative to the location where doxygen was started. If
-# left blank the current directory will be used.
-
 OUTPUT_DIRECTORY       =
-
-# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
-# directories (in 2 levels) under the output directory of each output format and
-# will distribute the generated files over these directories. Enabling this
-# option can be useful when feeding doxygen a huge amount of source files, where
-# putting all generated files in the same directory would otherwise causes
-# performance problems for the file system.
-# The default value is: NO.
-
 CREATE_SUBDIRS         = NO
-
-# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
-# characters to appear in the names of generated files. If set to NO, non-ASCII
-# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
-# U+3044.
-# The default value is: NO.
-
 ALLOW_UNICODE_NAMES    = NO
-
-# The OUTPUT_LANGUAGE tag is used to specify the language in which all
-# documentation generated by doxygen is written. Doxygen will use this
-# information to generate all constant output in the proper language.
-# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
-# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
-# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
-# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
-# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
-# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
-# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
-# Ukrainian and Vietnamese.
-# The default value is: English.
-
 OUTPUT_LANGUAGE        = English
-
-# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
-# descriptions after the members that are listed in the file and class
-# documentation (similar to Javadoc). Set to NO to disable this.
-# The default value is: YES.
-
 BRIEF_MEMBER_DESC      = YES
-
-# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
-# description of a member or function before the detailed description
-#
-# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
-# brief descriptions will be completely suppressed.
-# The default value is: YES.
-
 REPEAT_BRIEF           = YES
-
-# This tag implements a quasi-intelligent brief description abbreviator that is
-# used to form the text in various listings. Each string in this list, if found
-# as the leading text of the brief description, will be stripped from the text
-# and the result, after processing the whole list, is used as the annotated
-# text. Otherwise, the brief description is used as-is. If left blank, the
-# following values are used ($name is automatically replaced with the name of
-# the entity):The $name class, The $name widget, The $name file, is, provides,
-# specifies, contains, represents, a, an and the.
-
 ABBREVIATE_BRIEF       =
-
-# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
-# doxygen will generate a detailed section even if there is only a brief
-# description.
-# The default value is: NO.
-
 ALWAYS_DETAILED_SEC    = NO
-
-# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
-# inherited members of a class in the documentation of that class as if those
-# members were ordinary class members. Constructors, destructors and assignment
-# operators of the base classes will not be shown.
-# The default value is: NO.
-
-INLINE_INHERITED_MEMB  = YES
-
-# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
-# before files name in the file list and in the header files. If set to NO the
-# shortest path that makes the file name unique will be used
-# The default value is: YES.
-
+INLINE_INHERITED_MEMB  = NO
 FULL_PATH_NAMES        = YES
-
-# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
-# Stripping is only done if one of the specified strings matches the left-hand
-# part of the path. The tag can be used to show relative paths in the file list.
-# If left blank the directory from which doxygen is run is used as the path to
-# strip.
-#
-# Note that you can specify absolute paths here, but also relative paths, which
-# will be relative from the directory where doxygen is started.
-# This tag requires that the tag FULL_PATH_NAMES is set to YES.
-
 STRIP_FROM_PATH        =
-
-# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
-# path mentioned in the documentation of a class, which tells the reader which
-# header file to include in order to use a class. If left blank only the name of
-# the header file containing the class definition is used. Otherwise one should
-# specify the list of include paths that are normally passed to the compiler
-# using the -I flag.
-
 STRIP_FROM_INC_PATH    =
-
-# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
-# less readable) file names. This can be useful is your file systems doesn't
-# support long names like on DOS, Mac, or CD-ROM.
-# The default value is: NO.
-
 SHORT_NAMES            = NO
-
-# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
-# first line (until the first dot) of a Javadoc-style comment as the brief
-# description. If set to NO, the Javadoc-style will behave just like regular Qt-
-# style comments (thus requiring an explicit @brief command for a brief
-# description.)
-# The default value is: NO.
-
 JAVADOC_AUTOBRIEF      = NO
-
-# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
-# line (until the first dot) of a Qt-style comment as the brief description. If
-# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
-# requiring an explicit \brief command for a brief description.)
-# The default value is: NO.
-
 QT_AUTOBRIEF           = YES
-
-# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
-# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
-# a brief description. This used to be the default behavior. The new default is
-# to treat a multi-line C++ comment block as a detailed description. Set this
-# tag to YES if you prefer the old behavior instead.
-#
-# Note that setting this tag to YES also means that rational rose comments are
-# not recognized any more.
-# The default value is: NO.
-
 MULTILINE_CPP_IS_BRIEF = YES
-
-# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
-# documentation from any documented member that it re-implements.
-# The default value is: YES.
-
 INHERIT_DOCS           = YES
-
-# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
-# page for each member. If set to NO, the documentation of a member will be part
-# of the file/class/namespace that contains it.
-# The default value is: NO.
-
 SEPARATE_MEMBER_PAGES  = NO
-
-# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
-# uses this value to replace tabs by spaces in code fragments.
-# Minimum value: 1, maximum value: 16, default value: 4.
-
 TAB_SIZE               = 4
-
-# This tag can be used to specify a number of aliases that act as commands in
-# the documentation. An alias has the form:
-# name=value
-# For example adding
-# "sideeffect=@par Side Effects:\n"
-# will allow you to put the command \sideeffect (or @sideeffect) in the
-# documentation, which will result in a user-defined paragraph with heading
-# "Side Effects:". You can put \n's in the value part of an alias to insert
-# newlines.
-
-ALIASES                =  \
+ALIASES                = \
     "next{1}=<hr><b>Next:</b> \ref \1</p>" \
     "description=\par <b>Description</b>\n" \
     "hint=\par <b>Hint</b>\n" \
     "usage=@par <b>Usage</b>\n"
 
-# This tag can be used to specify a number of word-keyword mappings (TCL only).
-# A mapping has the form "name=value". For example adding "class=itcl::class"
-# will allow you to use the command class in the itcl::class meaning.
-
 TCL_SUBST              =
-
-# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
-# only. Doxygen will then generate output that is more tailored for C. For
-# instance, some of the names that are used will be different. The list of all
-# members will be omitted, etc.
-# The default value is: NO.
-
 OPTIMIZE_OUTPUT_FOR_C  = YES
-
-# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
-# Python sources only. Doxygen will then generate output that is more tailored
-# for that language. For instance, namespaces will be presented as packages,
-# qualified scopes will look different, etc.
-# The default value is: NO.
-
 OPTIMIZE_OUTPUT_JAVA   = NO
-
-# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
-# sources. Doxygen will then generate output that is tailored for Fortran.
-# The default value is: NO.
-
 OPTIMIZE_FOR_FORTRAN   = NO
-
-# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
-# sources. Doxygen will then generate output that is tailored for VHDL.
-# The default value is: NO.
-
 OPTIMIZE_OUTPUT_VHDL   = NO
-
-# Doxygen selects the parser to use depending on the extension of the files it
-# parses. With this tag you can assign which parser to use for a given
-# extension. Doxygen has a built-in mapping, but you can override or extend it
-# using this tag. The format is ext=language, where ext is a file extension, and
-# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
-# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
-# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
-# Fortran. In the later case the parser tries to guess whether the code is fixed
-# or free formatted code, this is the default for Fortran type files), VHDL. For
-# instance to make doxygen treat .inc files as Fortran files (default is PHP),
-# and .f files as C (default is Fortran), use: inc=Fortran f=C.
-#
-# Note: For files without extension you can use no_extension as a placeholder.
-#
-# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
-# the files are not read by doxygen.
-
 EXTENSION_MAPPING      =
-
-# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
-# according to the Markdown format, which allows for more readable
-# documentation. See http://daringfireball.net/projects/markdown/ for details.
-# The output of markdown processing is further processed by doxygen, so you can
-# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
-# case of backward compatibilities issues.
-# The default value is: YES.
-
 MARKDOWN_SUPPORT       = YES
-
-# When enabled doxygen tries to link words that correspond to documented
-# classes, or namespaces to their corresponding documentation. Such a link can
-# be prevented in individual cases by putting a % sign in front of the word or
-# globally by setting AUTOLINK_SUPPORT to NO.
-# The default value is: YES.
-
 AUTOLINK_SUPPORT       = YES
-
-# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
-# to include (a tag file for) the STL sources as input, then you should set this
-# tag to YES in order to let doxygen match functions declarations and
-# definitions whose arguments contain STL classes (e.g. func(std::string);
-# versus func(std::string) {}). This also make the inheritance and collaboration
-# diagrams that involve STL classes more complete and accurate.
-# The default value is: NO.
-
 BUILTIN_STL_SUPPORT    = NO
-
-# If you use Microsoft's C++/CLI language, you should set this option to YES to
-# enable parsing support.
-# The default value is: NO.
-
 CPP_CLI_SUPPORT        = NO
-
-# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
-# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
-# will parse them like normal C++ but will assume all classes use public instead
-# of private inheritance when no explicit protection keyword is present.
-# The default value is: NO.
-
 SIP_SUPPORT            = NO
-
-# For Microsoft's IDL there are propget and propput attributes to indicate
-# getter and setter methods for a property. Setting this option to YES will make
-# doxygen to replace the get and set methods by a property in the documentation.
-# This will only work if the methods are indeed getting or setting a simple
-# type. If this is not the case, or you want to show the methods anyway, you
-# should set this option to NO.
-# The default value is: YES.
-
 IDL_PROPERTY_SUPPORT   = YES
-
-# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
-# tag is set to YES then doxygen will reuse the documentation of the first
-# member in the group (if any) for the other members of the group. By default
-# all members of a group must be documented explicitly.
-# The default value is: NO.
-
 DISTRIBUTE_GROUP_DOC   = NO
-
-# Set the SUBGROUPING tag to YES to allow class member groups of the same type
-# (for instance a group of public functions) to be put as a subgroup of that
-# type (e.g. under the Public Functions section). Set it to NO to prevent
-# subgrouping. Alternatively, this can be done per class using the
-# \nosubgrouping command.
-# The default value is: YES.
-
+GROUP_NESTED_COMPOUNDS = NO
 SUBGROUPING            = YES
-
-# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
-# are shown inside the group in which they are included (e.g. using \ingroup)
-# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
-# and RTF).
-#
-# Note that this feature does not work in combination with
-# SEPARATE_MEMBER_PAGES.
-# The default value is: NO.
-
-INLINE_GROUPED_CLASSES = NO
-
-# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
-# with only public data fields or simple typedef fields will be shown inline in
-# the documentation of the scope in which they are defined (i.e. file,
-# namespace, or group documentation), provided this scope is documented. If set
-# to NO, structs, classes, and unions are shown on a separate page (for HTML and
-# Man pages) or section (for LaTeX and RTF).
-# The default value is: NO.
-
-INLINE_SIMPLE_STRUCTS  = NO
-
-# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
-# enum is documented as struct, union, or enum with the name of the typedef. So
-# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
-# with name TypeT. When disabled the typedef will appear as a member of a file,
-# namespace, or class. And the struct will be named TypeS. This can typically be
-# useful for C code in case the coding convention dictates that all compound
-# types are typedef'ed and only the typedef is referenced, never the tag name.
-# The default value is: NO.
-
-TYPEDEF_HIDES_STRUCT   = NO
-
-# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
-# cache is used to resolve symbols given their name and scope. Since this can be
-# an expensive process and often the same symbol appears multiple times in the
-# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
-# doxygen will become slower. If the cache is too large, memory is wasted. The
-# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
-# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
-# symbols. At the end of a run doxygen will report the cache usage and suggest
-# the optimal cache size from a speed point of view.
-# Minimum value: 0, maximum value: 9, default value: 0.
-
+INLINE_GROUPED_CLASSES = YES
+INLINE_SIMPLE_STRUCTS  = YES
+TYPEDEF_HIDES_STRUCT   = YES
 LOOKUP_CACHE_SIZE      = 0
-
 #---------------------------------------------------------------------------
 # Build related configuration options
 #---------------------------------------------------------------------------
-
-# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
-# documentation are documented, even if no documentation was available. Private
-# class members and static file members will be hidden unless the
-# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
-# Note: This will also disable the warnings about undocumented members that are
-# normally produced when WARNINGS is set to YES.
-# The default value is: NO.
-
 EXTRACT_ALL            = NO
-
-# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
-# be included in the documentation.
-# The default value is: NO.
-
 EXTRACT_PRIVATE        = NO
-
-# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
-# scope will be included in the documentation.
-# The default value is: NO.
-
 EXTRACT_PACKAGE        = NO
-
-# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
-# included in the documentation.
-# The default value is: NO.
-
 EXTRACT_STATIC         = YES
-
-# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
-# locally in source files will be included in the documentation. If set to NO,
-# only classes defined in header files are included. Does not have any effect
-# for Java sources.
-# The default value is: YES.
-
 EXTRACT_LOCAL_CLASSES  = YES
-
-# This flag is only useful for Objective-C code. If set to YES, local methods,
-# which are defined in the implementation section but not in the interface are
-# included in the documentation. If set to NO, only methods in the interface are
-# included.
-# The default value is: NO.
-
 EXTRACT_LOCAL_METHODS  = NO
-
-# If this flag is set to YES, the members of anonymous namespaces will be
-# extracted and appear in the documentation as a namespace called
-# 'anonymous_namespace{file}', where file will be replaced with the base name of
-# the file that contains the anonymous namespace. By default anonymous namespace
-# are hidden.
-# The default value is: NO.
-
 EXTRACT_ANON_NSPACES   = NO
-
-# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
-# undocumented members inside documented classes or files. If set to NO these
-# members will be included in the various overviews, but no documentation
-# section is generated. This option has no effect if EXTRACT_ALL is enabled.
-# The default value is: NO.
-
 HIDE_UNDOC_MEMBERS     = NO
-
-# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
-# undocumented classes that are normally visible in the class hierarchy. If set
-# to NO, these classes will be included in the various overviews. This option
-# has no effect if EXTRACT_ALL is enabled.
-# The default value is: NO.
-
 HIDE_UNDOC_CLASSES     = NO
-
-# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
-# (class|struct|union) declarations. If set to NO, these declarations will be
-# included in the documentation.
-# The default value is: NO.
-
 HIDE_FRIEND_COMPOUNDS  = NO
-
-# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
-# documentation blocks found inside the body of a function. If set to NO, these
-# blocks will be appended to the function's detailed documentation block.
-# The default value is: NO.
-
 HIDE_IN_BODY_DOCS      = NO
-
-# The INTERNAL_DOCS tag determines if documentation that is typed after a
-# \internal command is included. If the tag is set to NO then the documentation
-# will be excluded. Set it to YES to include the internal documentation.
-# The default value is: NO.
-
 INTERNAL_DOCS          = NO
-
-# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
-# names in lower-case letters. If set to YES, upper-case letters are also
-# allowed. This is useful if you have classes or files whose names only differ
-# in case and if your file system supports case sensitive file names. Windows
-# and Mac users are advised to set this option to NO.
-# The default value is: system dependent.
-
 CASE_SENSE_NAMES       = NO
-
-# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
-# their full class and namespace scopes in the documentation. If set to YES, the
-# scope will be hidden.
-# The default value is: NO.
-
 HIDE_SCOPE_NAMES       = NO
-
-# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
-# append additional text to a page's title, such as Class Reference. If set to
-# YES the compound reference will be hidden.
-# The default value is: NO.
-
 HIDE_COMPOUND_REFERENCE= NO
-
-# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
-# the files that are included by a file in the documentation of that file.
-# The default value is: YES.
-
 SHOW_INCLUDE_FILES     = YES
-
-# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
-# grouped member an include statement to the documentation, telling the reader
-# which file to include in order to use the member.
-# The default value is: NO.
-
 SHOW_GROUPED_MEMB_INC  = NO
-
-# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
-# files with double quotes in the documentation rather than with sharp brackets.
-# The default value is: NO.
-
 FORCE_LOCAL_INCLUDES   = NO
-
-# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
-# documentation for inline members.
-# The default value is: YES.
-
 INLINE_INFO            = YES
-
-# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
-# (detailed) documentation of file and class members alphabetically by member
-# name. If set to NO, the members will appear in declaration order.
-# The default value is: YES.
-
 SORT_MEMBER_DOCS       = YES
-
-# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
-# descriptions of file, namespace and class members alphabetically by member
-# name. If set to NO, the members will appear in declaration order. Note that
-# this will also influence the order of the classes in the class list.
-# The default value is: NO.
-
 SORT_BRIEF_DOCS        = NO
-
-# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
-# (brief and detailed) documentation of class members so that constructors and
-# destructors are listed first. If set to NO the constructors will appear in the
-# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
-# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
-# member documentation.
-# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
-# detailed member documentation.
-# The default value is: NO.
-
 SORT_MEMBERS_CTORS_1ST = NO
-
-# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
-# of group names into alphabetical order. If set to NO the group names will
-# appear in their defined order.
-# The default value is: NO.
-
 SORT_GROUP_NAMES       = NO
-
-# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
-# fully-qualified names, including namespaces. If set to NO, the class list will
-# be sorted only by class name, not including the namespace part.
-# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
-# Note: This option applies only to the class list, not to the alphabetical
-# list.
-# The default value is: NO.
-
 SORT_BY_SCOPE_NAME     = NO
-
-# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
-# type resolution of all parameters of a function it will reject a match between
-# the prototype and the implementation of a member function even if there is
-# only one candidate or it is obvious which candidate to choose by doing a
-# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
-# accept a match between prototype and implementation in such cases.
-# The default value is: NO.
-
 STRICT_PROTO_MATCHING  = NO
-
-# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
-# list. This list is created by putting \todo commands in the documentation.
-# The default value is: YES.
-
 GENERATE_TODOLIST      = YES
-
-# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
-# list. This list is created by putting \test commands in the documentation.
-# The default value is: YES.
-
 GENERATE_TESTLIST      = YES
-
-# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
-# list. This list is created by putting \bug commands in the documentation.
-# The default value is: YES.
-
 GENERATE_BUGLIST       = YES
-
-# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
-# the deprecated list. This list is created by putting \deprecated commands in
-# the documentation.
-# The default value is: YES.
-
 GENERATE_DEPRECATEDLIST= YES
-
-# The ENABLED_SECTIONS tag can be used to enable conditional documentation
-# sections, marked by \if <section_label> ... \endif and \cond <section_label>
-# ... \endcond blocks.
-
 ENABLED_SECTIONS       =
-
-# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
-# initial value of a variable or macro / define can have for it to appear in the
-# documentation. If the initializer consists of more lines than specified here
-# it will be hidden. Use a value of 0 to hide initializers completely. The
-# appearance of the value of individual variables and macros / defines can be
-# controlled using \showinitializer or \hideinitializer command in the
-# documentation regardless of this setting.
-# Minimum value: 0, maximum value: 10000, default value: 30.
-
 MAX_INITIALIZER_LINES  = 30
-
-# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
-# the bottom of the documentation of classes and structs. If set to YES, the
-# list will mention the files that were used to generate the documentation.
-# The default value is: YES.
-
 SHOW_USED_FILES        = YES
-
-# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
-# will remove the Files entry from the Quick Index and from the Folder Tree View
-# (if specified).
-# The default value is: YES.
-
 SHOW_FILES             = YES
-
-# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
-# page. This will remove the Namespaces entry from the Quick Index and from the
-# Folder Tree View (if specified).
-# The default value is: YES.
-
-SHOW_NAMESPACES        = NO
-
-# The FILE_VERSION_FILTER tag can be used to specify a program or script that
-# doxygen should invoke to get the current version for each file (typically from
-# the version control system). Doxygen will invoke the program by executing (via
-# popen()) the command command input-file, where command is the value of the
-# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
-# by doxygen. Whatever the program writes to standard output is used as the file
-# version. For an example see the documentation.
-
+SHOW_NAMESPACES        = YES
 FILE_VERSION_FILTER    =
-
-# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
-# by doxygen. The layout file controls the global structure of the generated
-# output files in an output format independent way. To create the layout file
-# that represents doxygen's defaults, run doxygen with the -l option. You can
-# optionally specify a file name after the option, if omitted DoxygenLayout.xml
-# will be used as the name of the layout file.
-#
-# Note that if you run doxygen from a directory containing a file called
-# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
-# tag is left empty.
-
 LAYOUT_FILE            =
-
-# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
-# the reference definitions. This must be a list of .bib files. The .bib
-# extension is automatically appended if omitted. This requires the bibtex tool
-# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
-# For LaTeX the style of the bibliography can be controlled using
-# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
-# search path. See also \cite for info how to create references.
-
 CITE_BIB_FILES         =
-
 #---------------------------------------------------------------------------
 # Configuration options related to warning and progress messages
 #---------------------------------------------------------------------------
-
-# The QUIET tag can be used to turn on/off the messages that are generated to
-# standard output by doxygen. If QUIET is set to YES this implies that the
-# messages are off.
-# The default value is: NO.
-
 QUIET                  = NO
-
-# The WARNINGS tag can be used to turn on/off the warning messages that are
-# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
-# this implies that the warnings are on.
-#
-# Tip: Turn warnings on while writing the documentation.
-# The default value is: YES.
-
 WARNINGS               = YES
-
-# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
-# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
-# will automatically be disabled.
-# The default value is: YES.
-
 WARN_IF_UNDOCUMENTED   = YES
-
-# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
-# potential errors in the documentation, such as not documenting some parameters
-# in a documented function, or documenting parameters that don't exist or using
-# markup commands wrongly.
-# The default value is: YES.
-
 WARN_IF_DOC_ERROR      = YES
-
-# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
-# are documented, but have no documentation for their parameters or return
-# value. If set to NO, doxygen will only warn about wrong or incomplete
-# parameter documentation, but not about the absence of documentation.
-# The default value is: NO.
-
 WARN_NO_PARAMDOC       = NO
-
-# The WARN_FORMAT tag determines the format of the warning messages that doxygen
-# can produce. The string should contain the $file, $line, and $text tags, which
-# will be replaced by the file and line number from which the warning originated
-# and the warning text. Optionally the format may contain $version, which will
-# be replaced by the version of the file (if it could be obtained via
-# FILE_VERSION_FILTER)
-# The default value is: $file:$line: $text.
-
 WARN_FORMAT            = "$file:$line: $text"
-
-# The WARN_LOGFILE tag can be used to specify a file to which warning and error
-# messages should be written. If left blank the output is written to standard
-# error (stderr).
-
 WARN_LOGFILE           =
-
 #---------------------------------------------------------------------------
 # Configuration options related to the input files
 #---------------------------------------------------------------------------
-
-# The INPUT tag is used to specify the files and/or directories that contain
-# documented source files. You may enter file names like myfile.cpp or
-# directories like /usr/src/myproject. Separate the files or directories with
-# spaces.
-# Note: If this tag is empty the current directory is searched.
-
-INPUT = \
-    modules.dox \
-    about.dox \
-    design.dox \
-    exa.dox \
-    exa_apps.dox \
-    exa_native.dox \
-    exa_rtos.dox \
-    exa_os.dox \
-    exa_mware.dox \
-    ports.dox \
-    ports_native.dox \
-    ports_rtos.dox \
-    ports_os.dox \
-    history.dox \
+INPUT                  = \
+    modules.cc \
+    about.cc \
+    design.cc \
+    exa.cc \
+    exa_apps.cc \
+    exa_native.cc \
+    exa_rtos.cc \
+    exa_os.cc \
+    exa_mware.cc \
+    ports.cc \
+    ports_native.cc \
+    ports_rtos.cc \
+    ports_os.cc \
+    history.cc \
     macros.h \
-    metrics.dox \
+    metrics.cc \
     ../include \
     ../source \
-    ../ports/lint
-    ../ports/lint/qkn \
-    ../ports/lint/qvn
-
-# This tag can be used to specify the character encoding of the source files
-# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
-# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
-# documentation (see: http://www.gnu.org/software/libiconv) for the list of
-# possible encodings.
-# The default value is: UTF-8.
+    ../ports/lint \
+    ../ports/lint/qk \
+    ../ports/lint/qv
 
-INPUT_ENCODING = UTF-8
-
-# If the value of the INPUT tag contains directories, you can use the
-# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
-# *.h) to filter out the source-files in the directories. If left blank the
-# following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
-# *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
-# *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
-# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
-# *.qsf, *.as and *.js.
-
-FILE_PATTERNS = \
-    *.dox \
+INPUT_ENCODING         = UTF-8
+FILE_PATTERNS          = \
+    *.cc \
     *.h \
     *.c \
     *.cpp \
     *.s \
     *.asm
 
-# The RECURSIVE tag can be used to specify whether or not subdirectories should
-# be searched for input files as well.
-# The default value is: NO.
-
 RECURSIVE              = YES
-
-# The EXCLUDE tag can be used to specify files and/or directories that should be
-# excluded from the INPUT source files. This way you can easily exclude a
-# subdirectory from a directory tree whose root is specified with the INPUT tag.
-#
-# Note that relative paths are relative to the directory from which doxygen is
-# run.
-
-EXCLUDE   = \
+EXCLUDE                = \
     ../include/qs_dummy.h \
     ../ports/lint/MISRA_Exemplar_Suite_test
 
-# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
-# directories that are symbolic links (a Unix file system feature) are excluded
-# from the input.
-# The default value is: NO.
-
-EXCLUDE_SYMLINKS = NO
-
-# If the value of the INPUT tag contains directories, you can use the
-# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
-# certain files from those directories.
-#
-# Note that the wildcards are matched against the file with absolute path, so to
-# exclude all test directories for example use the pattern */test/*
-
-EXCLUDE_PATTERNS =
+EXCLUDE_SYMLINKS       = NO
+EXCLUDE_PATTERNS       =
+EXCLUDE_SYMBOLS        = \
+    QP_IMPL
 
-# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
-# (namespaces, classes, functions, etc.) that should be excluded from the
-# output. The symbol name can be a fully qualified name, a word, or if the
-# wildcard * is used, a substring. Examples: ANamespace, AClass,
-# AClass::ANamespace, ANamespace::*Test
-#
-# Note that the wildcards are matched against the file with absolute path, so to
-# exclude all test directories use the pattern */test/*
-
-EXCLUDE_SYMBOLS = QP_IMPL
-
-# The EXAMPLE_PATH tag can be used to specify one or more files or directories
-# that contain example code fragments that are included (see the \include
-# command).
-
-EXAMPLE_PATH = \
+EXAMPLE_PATH           = \
     snippets \
     ../include \
     ../source \
     ../ports \
     ../examples
 
-# If the value of the EXAMPLE_PATH tag contains directories, you can use the
-# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
-# *.h) to filter out the source-files in the directories. If left blank all
-# files are included.
-
 EXAMPLE_PATTERNS       =
-
-# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
-# searched for input files to be used with the \include or \dontinclude commands
-# irrespective of the value of the RECURSIVE tag.
-# The default value is: NO.
-
 EXAMPLE_RECURSIVE      = NO
-
-# The IMAGE_PATH tag can be used to specify one or more files or directories
-# that contain images that are to be included in the documentation (see the
-# \image command).
-
 IMAGE_PATH             = images
-
-# The INPUT_FILTER tag can be used to specify a program that doxygen should
-# invoke to filter for each input file. Doxygen will invoke the filter program
-# by executing (via popen()) the command:
-#
-# <filter> <input-file>
-#
-# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
-# name of an input file. Doxygen will then use the output that the filter
-# program writes to standard output. If FILTER_PATTERNS is specified, this tag
-# will be ignored.
-#
-# Note that the filter must not add or remove lines; it is applied before the
-# code is scanned, but not when the output code is generated. If lines are added
-# or removed, the anchors will not be placed correctly.
-
 INPUT_FILTER           =
-
-# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
-# basis. Doxygen will compare the file name with each pattern and apply the
-# filter if there is a match. The filters are a list of the form: pattern=filter
-# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
-# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
-# patterns match the file name, INPUT_FILTER is applied.
-
 FILTER_PATTERNS        =
-
-# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
-# INPUT_FILTER) will also be used to filter the input files that are used for
-# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
-# The default value is: NO.
-
 FILTER_SOURCE_FILES    = NO
-
-# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
-# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
-# it is also possible to disable source filtering for a specific pattern using
-# *.ext= (so without naming a filter).
-# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
-
 FILTER_SOURCE_PATTERNS =
-
-# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
-# is part of the input, its contents will be placed on the main page
-# (index.html). This can be useful if you have a project on for instance GitHub
-# and want to reuse the introduction page also for the doxygen output.
-
 USE_MDFILE_AS_MAINPAGE =
-
 #---------------------------------------------------------------------------
 # Configuration options related to source browsing
 #---------------------------------------------------------------------------
-
-# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
-# generated. Documented entities will be cross-referenced with these sources.
-#
-# Note: To get rid of all source code in the generated output, make sure that
-# also VERBATIM_HEADERS is set to NO.
-# The default value is: NO.
-
 SOURCE_BROWSER         = YES
-
-# Setting the INLINE_SOURCES tag to YES will include the body of functions,
-# classes and enums directly into the documentation.
-# The default value is: NO.
-
 INLINE_SOURCES         = NO
-
-# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
-# special comment blocks from generated source code fragments. Normal C, C++ and
-# Fortran comments will always remain visible.
-# The default value is: YES.
-
 STRIP_CODE_COMMENTS    = YES
-
-# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
-# function all documented functions referencing it will be listed.
-# The default value is: NO.
-
 REFERENCED_BY_RELATION = NO
-
-# If the REFERENCES_RELATION tag is set to YES then for each documented function
-# all documented entities called/used by that function will be listed.
-# The default value is: NO.
-
 REFERENCES_RELATION    = NO
-
-# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
-# to YES then the hyperlinks from functions in REFERENCES_RELATION and
-# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
-# link to the documentation.
-# The default value is: YES.
-
 REFERENCES_LINK_SOURCE = YES
-
-# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
-# source code will show a tooltip with additional information such as prototype,
-# brief description and links to the definition and documentation. Since this
-# will make the HTML file larger and loading of large files a bit slower, you
-# can opt to disable this feature.
-# The default value is: YES.
-# This tag requires that the tag SOURCE_BROWSER is set to YES.
-
 SOURCE_TOOLTIPS        = YES
-
-# If the USE_HTAGS tag is set to YES then the references to source code will
-# point to the HTML generated by the htags(1) tool instead of doxygen built-in
-# source browser. The htags tool is part of GNU's global source tagging system
-# (see http://www.gnu.org/software/global/global.html). You will need version
-# 4.8.6 or higher.
-#
-# To use it do the following:
-# - Install the latest version of global
-# - Enable SOURCE_BROWSER and USE_HTAGS in the config file
-# - Make sure the INPUT points to the root of the source tree
-# - Run doxygen as normal
-#
-# Doxygen will invoke htags (and that will in turn invoke gtags), so these
-# tools must be available from the command line (i.e. in the search path).
-#
-# The result: instead of the source browser generated by doxygen, the links to
-# source code will now point to the output of htags.
-# The default value is: NO.
-# This tag requires that the tag SOURCE_BROWSER is set to YES.
-
 USE_HTAGS              = NO
-
-# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
-# verbatim copy of the header file for each class for which an include is
-# specified. Set to NO to disable this.
-# See also: Section \class.
-# The default value is: YES.
-
 VERBATIM_HEADERS       = YES
-
-# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
-# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
-# cost of reduced performance. This can be particularly helpful with template
-# rich C++ code for which doxygen's built-in parser lacks the necessary type
-# information.
-# Note: The availability of this option depends on whether or not doxygen was
-# compiled with the --with-libclang option.
-# The default value is: NO.
-
-CLANG_ASSISTED_PARSING = NO
-
-# If clang assisted parsing is enabled you can provide the compiler with command
-# line options that you would normally use when invoking the compiler. Note that
-# the include paths will already be set by doxygen for the files and directories
-# specified with INPUT and INCLUDE_PATH.
-# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
-
-CLANG_OPTIONS          =
-
 #---------------------------------------------------------------------------
 # Configuration options related to the alphabetical class index
 #---------------------------------------------------------------------------
-
-# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
-# compounds will be generated. Enable this if the project contains a lot of
-# classes, structs, unions or interfaces.
-# The default value is: YES.
-
 ALPHABETICAL_INDEX     = YES
-
-# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
-# which the alphabetical index list will be split.
-# Minimum value: 1, maximum value: 20, default value: 5.
-# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
-
 COLS_IN_ALPHA_INDEX    = 5
-
-# In case all classes in a project start with a common prefix, all classes will
-# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
-# can be used to specify a prefix (or a list of prefixes) that should be ignored
-# while generating the index headers.
-# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
-
 IGNORE_PREFIX          =
-
 #---------------------------------------------------------------------------
 # Configuration options related to the HTML output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
-# The default value is: YES.
-
 GENERATE_HTML          = YES
-
-# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: html.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_OUTPUT            = ../../doc/qpc
-
-# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
-# generated HTML page (for example: .htm, .php, .asp).
-# The default value is: .html.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
+HTML_OUTPUT            = ../../html/qpc
 HTML_FILE_EXTENSION    = .html
-
-# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
-# each generated HTML page. If the tag is left blank doxygen will generate a
-# standard header.
-#
-# To get valid HTML the header file that includes any scripts and style sheets
-# that doxygen needs, which is dependent on the configuration options used (e.g.
-# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
-# default header using
-# doxygen -w html new_header.html new_footer.html new_stylesheet.css
-# YourConfigFile
-# and then modify the file new_header.html. See also section "Doxygen usage"
-# for information on how to generate the default header that doxygen normally
-# uses.
-# Note: The header is subject to change so you typically have to regenerate the
-# default header when upgrading to a newer version of doxygen. For a description
-# of the possible markers and block names see the documentation.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_HEADER            = header.html
-
-# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
-# generated HTML page. If the tag is left blank doxygen will generate a standard
-# footer. See HTML_HEADER for more information on how to generate a default
-# footer and what special commands can be used inside the footer. See also
-# section "Doxygen usage" for information on how to generate the default footer
-# that doxygen normally uses.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_FOOTER            = footer.html
-
-# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
-# sheet that is used by each HTML page. It can be used to fine-tune the look of
-# the HTML output. If left blank doxygen will generate a default style sheet.
-# See also section "Doxygen usage" for information on how to generate the style
-# sheet that doxygen normally uses.
-# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
-# it is more robust and this tag (HTML_STYLESHEET) will in the future become
-# obsolete.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_STYLESHEET        =
-
-# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
-# cascading style sheets that are included after the standard style sheets
-# created by doxygen. Using this option one can overrule certain style aspects.
-# This is preferred over using HTML_STYLESHEET since it does not replace the
-# standard style sheet and is therefore more robust against future updates.
-# Doxygen will copy the style sheet files to the output directory.
-# Note: The order of the extra style sheet files is of importance (e.g. the last
-# style sheet in the list overrules the setting of the previous ones in the
-# list). For an example see the documentation.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_EXTRA_STYLESHEET  = ql.css
-
-# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
-# other source files which should be copied to the HTML output directory. Note
-# that these files will be copied to the base HTML output directory. Use the
-# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
-# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
-# files will be copied as-is; there are no commands or markers available.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_EXTRA_FILES       =
-
-# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
-# will adjust the colors in the style sheet and background images according to
-# this color. Hue is specified as an angle on a colorwheel, see
-# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
-# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
-# purple, and 360 is red again.
-# Minimum value: 0, maximum value: 359, default value: 220.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_COLORSTYLE_HUE    = 220
-
-# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
-# in the HTML output. For a value of 0 the output will use grayscales only. A
-# value of 255 will produce the most vivid colors.
-# Minimum value: 0, maximum value: 255, default value: 100.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_COLORSTYLE_SAT    = 100
-
-# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
-# luminance component of the colors in the HTML output. Values below 100
-# gradually make the output lighter, whereas values above 100 make the output
-# darker. The value divided by 100 is the actual gamma applied, so 80 represents
-# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
-# change the gamma.
-# Minimum value: 40, maximum value: 240, default value: 80.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_COLORSTYLE_GAMMA  = 80
-
-# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
-# page will contain the date and time when the page was generated. Setting this
-# to NO can help when comparing the output of multiple runs.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_TIMESTAMP         = NO
-
-# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
-# documentation will contain sections that can be hidden and shown after the
-# page has loaded.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_DYNAMIC_SECTIONS  = NO
-
-# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
-# shown in the various tree structured indices initially; the user can expand
-# and collapse entries dynamically later on. Doxygen will expand the tree to
-# such a level that at most the specified number of entries are visible (unless
-# a fully collapsed tree already exceeds this amount). So setting the number of
-# entries 1 will produce a full collapsed tree by default. 0 is a special value
-# representing an infinite number of entries and will result in a full expanded
-# tree by default.
-# Minimum value: 0, maximum value: 9999, default value: 100.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_INDEX_NUM_ENTRIES = 100
-
-# If the GENERATE_DOCSET tag is set to YES, additional index files will be
-# generated that can be used as input for Apple's Xcode 3 integrated development
-# environment (see: http://developer.apple.com/tools/xcode/), introduced with
-# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
-# Makefile in the HTML output directory. Running make will produce the docset in
-# that directory and running make install will install the docset in
-# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
-# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
-# for more information.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 GENERATE_DOCSET        = NO
-
-# This tag determines the name of the docset feed. A documentation feed provides
-# an umbrella under which multiple documentation sets from a single provider
-# (such as a company or product suite) can be grouped.
-# The default value is: Doxygen generated docs.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
 DOCSET_FEEDNAME        = "Doxygen generated docs"
-
-# This tag specifies a string that should uniquely identify the documentation
-# set bundle. This should be a reverse domain-name style string, e.g.
-# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
-# The default value is: org.doxygen.Project.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
-DOCSET_BUNDLE_ID       = com.state-machine.qm
-
-# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
-# the documentation publisher. This should be a reverse domain-name style
-# string, e.g. com.mycompany.MyDocSet.documentation.
-# The default value is: org.doxygen.Publisher.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
-DOCSET_PUBLISHER_ID    = org.doxygen.Publisher
-
-# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
-# The default value is: Publisher.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
-DOCSET_PUBLISHER_NAME  = Publisher
-
-# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
-# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
-# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
-# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
-# Windows.
-#
-# The HTML Help Workshop contains a compiler that can convert all HTML output
-# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
-# files are now used as the Windows 98 help format, and will replace the old
-# Windows help format (.hlp) on all Windows platforms in the future. Compressed
-# HTML files also contain an index, a table of contents, and you can search for
-# words in the documentation. The HTML workshop also contains a viewer for
-# compressed HTML files.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
+DOCSET_BUNDLE_ID       = com.state-machine.doc
+DOCSET_PUBLISHER_ID    = com.state-machine.doc
+DOCSET_PUBLISHER_NAME  = Quantum Leaps
 GENERATE_HTMLHELP      = NO
-
-# The CHM_FILE tag can be used to specify the file name of the resulting .chm
-# file. You can add a path in front of the file if the result should not be
-# written to the html output directory.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
-CHM_FILE               = ../../doc/qpc.chm
-
-# The HHC_LOCATION tag can be used to specify the location (absolute path
-# including file name) of the HTML help compiler (hhc.exe). If non-empty,
-# doxygen will try to run the HTML help compiler on the generated index.hhp.
-# The file has to be specified with full path.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
+CHM_FILE               = ../../../html/qpc.chm
 HHC_LOCATION           =
-
-# The GENERATE_CHI flag controls if a separate .chi index file is generated
-# (YES) or that it should be included in the master .chm file (NO).
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
 GENERATE_CHI           = NO
-
-# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
-# and project file content.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
 CHM_INDEX_ENCODING     =
-
-# The BINARY_TOC flag controls whether a binary table of contents is generated
-# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
-# enables the Previous and Next buttons.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
 BINARY_TOC             = NO
-
-# The TOC_EXPAND flag can be set to YES to add extra items for group members to
-# the table of contents of the HTML help documentation and to the tree view.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
 TOC_EXPAND             = NO
-
-# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
-# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
-# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
-# (.qch) of the generated HTML documentation.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 GENERATE_QHP           = NO
-
-# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
-# the file name of the resulting .qch file. The path specified is relative to
-# the HTML output folder.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QCH_FILE               =
-
-# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
-# Project output. For more information please see Qt Help Project / Namespace
-# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
-# The default value is: org.doxygen.Project.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHP_NAMESPACE          = com.state-machine.qp
-
-# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
-# Help Project output. For more information please see Qt Help Project / Virtual
-# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
-# folders).
-# The default value is: doc.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHP_VIRTUAL_FOLDER     = doc
-
-# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
-# filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHP_CUST_FILTER_NAME   =
-
-# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
-# custom filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHP_CUST_FILTER_ATTRS  =
-
-# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
-# project's filter section matches. Qt Help Project / Filter Attributes (see:
-# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHP_SECT_FILTER_ATTRS  =
-
-# The QHG_LOCATION tag can be used to specify the location of Qt's
-# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
-# generated .qhp file.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHG_LOCATION           =
-
-# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
-# generated, together with the HTML files, they form an Eclipse help plugin. To
-# install this plugin and make it available under the help contents menu in
-# Eclipse, the contents of the directory containing the HTML and XML files needs
-# to be copied into the plugins directory of eclipse. The name of the directory
-# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
-# After copying Eclipse needs to be restarted before the help appears.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 GENERATE_ECLIPSEHELP   = NO
-
-# A unique identifier for the Eclipse help plugin. When installing the plugin
-# the directory name containing the HTML and XML files should also have this
-# name. Each documentation set should have its own identifier.
-# The default value is: org.doxygen.Project.
-# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
-
 ECLIPSE_DOC_ID         = com.state-machine.qp
-
-# If you want full control over the layout of the generated HTML pages it might
-# be necessary to disable the index and replace it with your own. The
-# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
-# of each HTML page. A value of NO enables the index and the value YES disables
-# it. Since the tabs in the index contain the same information as the navigation
-# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 DISABLE_INDEX          = YES
-
-# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
-# structure should be generated to display hierarchical information. If the tag
-# value is set to YES, a side panel will be generated containing a tree-like
-# index structure (just like the one that is generated for HTML Help). For this
-# to work a browser that supports JavaScript, DHTML, CSS and frames is required
-# (i.e. any modern browser). Windows users are probably better off using the
-# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
-# further fine-tune the look of the index. As an example, the default style
-# sheet generated by doxygen has an example that shows how to put an image at
-# the root of the tree instead of the PROJECT_NAME. Since the tree basically has
-# the same information as the tab index, you could consider setting
-# DISABLE_INDEX to YES when enabling this option.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 GENERATE_TREEVIEW      = YES
-
-# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
-# doxygen will group on one line in the generated HTML documentation.
-#
-# Note that a value of 0 will completely suppress the enum values from appearing
-# in the overview section.
-# Minimum value: 0, maximum value: 20, default value: 4.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 ENUM_VALUES_PER_LINE   = 4
-
-# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
-# to set the initial width (in pixels) of the frame in which the tree is shown.
-# Minimum value: 0, maximum value: 1500, default value: 250.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 TREEVIEW_WIDTH         = 180
-
-# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
-# external symbols imported via tag files in a separate window.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 EXT_LINKS_IN_WINDOW    = NO
-
-# Use this tag to change the font size of LaTeX formulas included as images in
-# the HTML documentation. When you change the font size after a successful
-# doxygen run you need to manually remove any form_*.png images from the HTML
-# output directory to force them to be regenerated.
-# Minimum value: 8, maximum value: 50, default value: 10.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 FORMULA_FONTSIZE       = 10
-
-# Use the FORMULA_TRANPARENT tag to determine whether or not the images
-# generated for formulas are transparent PNGs. Transparent PNGs are not
-# supported properly for IE 6.0, but are supported on all modern browsers.
-#
-# Note that when changing this option you need to delete any form_*.png files in
-# the HTML output directory before the changes have effect.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 FORMULA_TRANSPARENT    = YES
-
-# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
-# http://www.mathjax.org) which uses client side Javascript for the rendering
-# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
-# installed or if you want to formulas look prettier in the HTML output. When
-# enabled you may also need to install MathJax separately and configure the path
-# to it using the MATHJAX_RELPATH option.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 USE_MATHJAX            = NO
-
-# When MathJax is enabled you can set the default output format to be used for
-# the MathJax output. See the MathJax site (see:
-# http://docs.mathjax.org/en/latest/output.html) for more details.
-# Possible values are: HTML-CSS (which is slower, but has the best
-# compatibility), NativeMML (i.e. MathML) and SVG.
-# The default value is: HTML-CSS.
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
 MATHJAX_FORMAT         = HTML-CSS
-
-# When MathJax is enabled you need to specify the location relative to the HTML
-# output directory using the MATHJAX_RELPATH option. The destination directory
-# should contain the MathJax.js script. For instance, if the mathjax directory
-# is located at the same level as the HTML output directory, then
-# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
-# Content Delivery Network so you can quickly see the result without installing
-# MathJax. However, it is strongly recommended to install a local copy of
-# MathJax from http://www.mathjax.org before deployment.
-# The default value is: http://cdn.mathjax.org/mathjax/latest.
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
 MATHJAX_RELPATH        = http://cdn.mathjax.org/mathjax/latest
-
-# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
-# extension names that should be enabled during MathJax rendering. For example
-# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
 MATHJAX_EXTENSIONS     =
-
-# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
-# of code that will be used on startup of the MathJax code. See the MathJax site
-# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
-# example see the documentation.
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
 MATHJAX_CODEFILE       =
-
-# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
-# the HTML output. The underlying search engine uses javascript and DHTML and
-# should work on any modern browser. Note that when using HTML help
-# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
-# there is already a search function so this one should typically be disabled.
-# For large projects the javascript based search engine can be slow, then
-# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
-# search using the keyboard; to jump to the search box use <access key> + S
-# (what the <access key> is depends on the OS and browser, but it is typically
-# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
-# key> to jump into the search results window, the results can be navigated
-# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
-# the search. The filter options can be selected when the cursor is inside the
-# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
-# to select a filter and <Enter> or <escape> to activate or cancel the filter
-# option.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 SEARCHENGINE           = YES
-
-# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
-# implemented using a web server instead of a web client using Javascript. There
-# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
-# setting. When disabled, doxygen will generate a PHP script for searching and
-# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
-# and searching needs to be provided by external tools. See the section
-# "External Indexing and Searching" for details.
-# The default value is: NO.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 SERVER_BASED_SEARCH    = NO
-
-# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
-# script for searching. Instead the search results are written to an XML file
-# which needs to be processed by an external indexer. Doxygen will invoke an
-# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
-# search results.
-#
-# Doxygen ships with an example indexer (doxyindexer) and search engine
-# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/).
-#
-# See the section "External Indexing and Searching" for details.
-# The default value is: NO.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 EXTERNAL_SEARCH        = NO
-
-# The SEARCHENGINE_URL should point to a search engine hosted by a web server
-# which will return the search results when EXTERNAL_SEARCH is enabled.
-#
-# Doxygen ships with an example indexer (doxyindexer) and search engine
-# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/). See the section "External Indexing and
-# Searching" for details.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 SEARCHENGINE_URL       =
-
-# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
-# search data is written to a file for indexing by an external tool. With the
-# SEARCHDATA_FILE tag the name of this file can be specified.
-# The default file is: searchdata.xml.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 SEARCHDATA_FILE        = searchdata.xml
-
-# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
-# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
-# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
-# projects and redirect the results back to the right project.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 EXTERNAL_SEARCH_ID     =
-
-# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
-# projects other than the one defined by this configuration file, but that are
-# all added to the same external search index. Each project needs to have a
-# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
-# to a relative location where the documentation can be found. The format is:
-# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 EXTRA_SEARCH_MAPPINGS  =
-
 #---------------------------------------------------------------------------
 # Configuration options related to the LaTeX output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
-# The default value is: YES.
-
 GENERATE_LATEX         = NO
-
-# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: latex.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_OUTPUT           = latex
-
-# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
-# invoked.
-#
-# Note that when enabling USE_PDFLATEX this option is only used for generating
-# bitmaps for formulas in the HTML output, but not in the Makefile that is
-# written to the output directory.
-# The default file is: latex.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_CMD_NAME         = latex
-
-# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
-# index for LaTeX.
-# The default file is: makeindex.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 MAKEINDEX_CMD_NAME     = makeindex
-
-# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
-# documents. This may be useful for small projects and may help to save some
-# trees in general.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 COMPACT_LATEX          = NO
-
-# The PAPER_TYPE tag can be used to set the paper type that is used by the
-# printer.
-# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
-# 14 inches) and executive (7.25 x 10.5 inches).
-# The default value is: a4.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 PAPER_TYPE             = letter
-
-# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
-# that should be included in the LaTeX output. To get the times font for
-# instance you can specify
-# EXTRA_PACKAGES=times
-# If left blank no extra packages will be included.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 EXTRA_PACKAGES         =
-
-# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
-# generated LaTeX document. The header should contain everything until the first
-# chapter. If it is left blank doxygen will generate a standard header. See
-# section "Doxygen usage" for information on how to let doxygen write the
-# default header to a separate file.
-#
-# Note: Only use a user-defined header if you know what you are doing! The
-# following commands have a special meaning inside the header: $title,
-# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
-# $projectbrief, $projectlogo. Doxygen will replace $title with the empty
-# string, for the replacement values of the other commands the user is referred
-# to HTML_HEADER.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_HEADER           =
-
-# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
-# generated LaTeX document. The footer should contain everything after the last
-# chapter. If it is left blank doxygen will generate a standard footer. See
-# LATEX_HEADER for more information on how to generate a default footer and what
-# special commands can be used inside the footer.
-#
-# Note: Only use a user-defined footer if you know what you are doing!
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_FOOTER           =
-
-# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
-# LaTeX style sheets that are included after the standard style sheets created
-# by doxygen. Using this option one can overrule certain style aspects. Doxygen
-# will copy the style sheet files to the output directory.
-# Note: The order of the extra style sheet files is of importance (e.g. the last
-# style sheet in the list overrules the setting of the previous ones in the
-# list).
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_EXTRA_STYLESHEET =
-
-# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
-# other source files which should be copied to the LATEX_OUTPUT output
-# directory. Note that the files will be copied as-is; there are no commands or
-# markers available.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_EXTRA_FILES      =
-
-# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
-# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
-# contain links (just like the HTML output) instead of page references. This
-# makes the output suitable for online browsing using a PDF viewer.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 PDF_HYPERLINKS         = YES
-
-# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
-# the PDF file directly from the LaTeX files. Set this option to YES, to get a
-# higher quality PDF documentation.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 USE_PDFLATEX           = YES
-
-# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
-# command to the generated LaTeX files. This will instruct LaTeX to keep running
-# if errors occur, instead of asking the user for help. This option is also used
-# when generating formulas in HTML.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_BATCHMODE        = NO
-
-# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
-# index chapters (such as File Index, Compound Index, etc.) in the output.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_HIDE_INDICES     = NO
-
-# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
-# code with syntax highlighting in the LaTeX output.
-#
-# Note that which sources are shown also depends on other settings such as
-# SOURCE_BROWSER.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_SOURCE_CODE      = NO
-
-# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
-# bibliography, e.g. plainnat, or ieeetr. See
-# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
-# The default value is: plain.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_BIB_STYLE        = plain
-
 #---------------------------------------------------------------------------
 # Configuration options related to the RTF output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
-# RTF output is optimized for Word 97 and may not look too pretty with other RTF
-# readers/editors.
-# The default value is: NO.
-
 GENERATE_RTF           = NO
-
-# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: rtf.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 RTF_OUTPUT             = rtf
-
-# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
-# documents. This may be useful for small projects and may help to save some
-# trees in general.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 COMPACT_RTF            = NO
-
-# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
-# contain hyperlink fields. The RTF file will contain links (just like the HTML
-# output) instead of page references. This makes the output suitable for online
-# browsing using Word or some other Word compatible readers that support those
-# fields.
-#
-# Note: WordPad (write) and others do not support links.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 RTF_HYPERLINKS         = NO
-
-# Load stylesheet definitions from file. Syntax is similar to doxygen's config
-# file, i.e. a series of assignments. You only have to provide replacements,
-# missing definitions are set to their default value.
-#
-# See also section "Doxygen usage" for information on how to generate the
-# default style sheet that doxygen normally uses.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 RTF_STYLESHEET_FILE    =
-
-# Set optional variables used in the generation of an RTF document. Syntax is
-# similar to doxygen's config file. A template extensions file can be generated
-# using doxygen -e rtf extensionFile.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 RTF_EXTENSIONS_FILE    =
-
-# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
-# with syntax highlighting in the RTF output.
-#
-# Note that which sources are shown also depends on other settings such as
-# SOURCE_BROWSER.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 RTF_SOURCE_CODE        = NO
-
 #---------------------------------------------------------------------------
 # Configuration options related to the man page output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
-# classes and files.
-# The default value is: NO.
-
 GENERATE_MAN           = NO
-
-# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it. A directory man3 will be created inside the directory specified by
-# MAN_OUTPUT.
-# The default directory is: man.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
 MAN_OUTPUT             = man
-
-# The MAN_EXTENSION tag determines the extension that is added to the generated
-# man pages. In case the manual section does not start with a number, the number
-# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
-# optional.
-# The default value is: .3.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
 MAN_EXTENSION          = .3
-
-# The MAN_SUBDIR tag determines the name of the directory created within
-# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
-# MAN_EXTENSION with the initial . removed.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
 MAN_SUBDIR             =
-
-# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
-# will generate one additional man file for each entity documented in the real
-# man page(s). These additional files only source the real man page, but without
-# them the man command would be unable to find the correct page.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
 MAN_LINKS              = NO
-
 #---------------------------------------------------------------------------
 # Configuration options related to the XML output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
-# captures the structure of the code including all documentation.
-# The default value is: NO.
-
 GENERATE_XML           = NO
-
-# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: xml.
-# This tag requires that the tag GENERATE_XML is set to YES.
-
 XML_OUTPUT             = xml
-
-# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
-# listings (including syntax highlighting and cross-referencing information) to
-# the XML output. Note that enabling this will significantly increase the size
-# of the XML output.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_XML is set to YES.
-
 XML_PROGRAMLISTING     = YES
-
 #---------------------------------------------------------------------------
 # Configuration options related to the DOCBOOK output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
-# that can be used to generate PDF.
-# The default value is: NO.
-
 GENERATE_DOCBOOK       = NO
-
-# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
-# front of it.
-# The default directory is: docbook.
-# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
-
 DOCBOOK_OUTPUT         = docbook
-
-# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
-# program listings (including syntax highlighting and cross-referencing
-# information) to the DOCBOOK output. Note that enabling this will significantly
-# increase the size of the DOCBOOK output.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
-
 DOCBOOK_PROGRAMLISTING = NO
-
 #---------------------------------------------------------------------------
 # Configuration options for the AutoGen Definitions output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
-# AutoGen Definitions (see http://autogen.sf.net) file that captures the
-# structure of the code including all documentation. Note that this feature is
-# still experimental and incomplete at the moment.
-# The default value is: NO.
-
 GENERATE_AUTOGEN_DEF   = NO
-
 #---------------------------------------------------------------------------
 # Configuration options related to the Perl module output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
-# file that captures the structure of the code including all documentation.
-#
-# Note that this feature is still experimental and incomplete at the moment.
-# The default value is: NO.
-
 GENERATE_PERLMOD       = NO
-
-# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
-# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
-# output from the Perl module output.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
-
 PERLMOD_LATEX          = NO
-
-# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
-# formatted so it can be parsed by a human reader. This is useful if you want to
-# understand what is going on. On the other hand, if this tag is set to NO, the
-# size of the Perl module output will be much smaller and Perl will parse it
-# just the same.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
-
 PERLMOD_PRETTY         = YES
-
-# The names of the make variables in the generated doxyrules.make file are
-# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
-# so different doxyrules.make files included by the same Makefile don't
-# overwrite each other's variables.
-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
-
 PERLMOD_MAKEVAR_PREFIX =
-
 #---------------------------------------------------------------------------
 # Configuration options related to the preprocessor
 #---------------------------------------------------------------------------
-
-# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
-# C-preprocessor directives found in the sources and include files.
-# The default value is: YES.
-
 ENABLE_PREPROCESSING   = YES
-
-# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
-# in the source code. If set to NO, only conditional compilation will be
-# performed. Macro expansion can be done in a controlled way by setting
-# EXPAND_ONLY_PREDEF to YES.
-# The default value is: NO.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 MACRO_EXPANSION        = NO
-
-# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
-# the macro expansion is limited to the macros specified with the PREDEFINED and
-# EXPAND_AS_DEFINED tags.
-# The default value is: NO.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 EXPAND_ONLY_PREDEF     = NO
-
-# If the SEARCH_INCLUDES tag is set to YES, the include files in the
-# INCLUDE_PATH will be searched if a #include is found.
-# The default value is: YES.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 SEARCH_INCLUDES        = YES
-
-# The INCLUDE_PATH tag can be used to specify one or more directories that
-# contain include files that are not input files but should be processed by the
-# preprocessor.
-# This tag requires that the tag SEARCH_INCLUDES is set to YES.
-
 INCLUDE_PATH           =
-
-# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
-# patterns (like *.h and *.hpp) to filter out the header-files in the
-# directories. If left blank, the patterns specified with FILE_PATTERNS will be
-# used.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 INCLUDE_FILE_PATTERNS  =
-
-# The PREDEFINED tag can be used to specify one or more macro names that are
-# defined before the preprocessor is started (similar to the -D option of e.g.
-# gcc). The argument of the tag is a list of macros of the form: name or
-# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
-# is assumed. To prevent a macro definition from being undefined via #undef or
-# recursively expanded use the := operator instead of the = operator.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 PREDEFINED             = Q_SPY
-
-# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
-# tag can be used to specify a list of macro names that should be expanded. The
-# macro definition that is found in the sources will be used. Use the PREDEFINED
-# tag if you want to use a different macro definition that overrules the
-# definition found in the source code.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 EXPAND_AS_DEFINED      =
-
-# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
-# remove all references to function-like macros that are alone on a line, have
-# an all uppercase name, and do not end with a semicolon. Such function macros
-# are typically used for boiler-plate code, and will confuse the parser if not
-# removed.
-# The default value is: YES.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 SKIP_FUNCTION_MACROS   = YES
-
 #---------------------------------------------------------------------------
 # Configuration options related to external references
 #---------------------------------------------------------------------------
-
-# The TAGFILES tag can be used to specify one or more tag files. For each tag
-# file the location of the external documentation should be added. The format of
-# a tag file without this location is as follows:
-# TAGFILES = file1 file2 ...
-# Adding location for the tag files is done as follows:
-# TAGFILES = file1=loc1 "file2 = loc2" ...
-# where loc1 and loc2 can be relative or absolute paths or URLs. See the
-# section "Linking to external documentation" for more information about the use
-# of tag files.
-# Note: Each tag file must have a unique name (where the name does NOT include
-# the path). If a tag file is not located in the directory in which doxygen is
-# run, you must also specify the path to the tagfile here.
-
 TAGFILES               =
-
-# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
-# tag file that is based on the input files it reads. See section "Linking to
-# external documentation" for more information about the usage of tag files.
-
 GENERATE_TAGFILE       =
-
-# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
-# the class index. If set to NO, only the inherited external classes will be
-# listed.
-# The default value is: NO.
-
 ALLEXTERNALS           = NO
-
-# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
-# in the modules index. If set to NO, only the current project's groups will be
-# listed.
-# The default value is: YES.
-
 EXTERNAL_GROUPS        = YES
-
-# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
-# the related pages index. If set to NO, only the current project's pages will
-# be listed.
-# The default value is: YES.
-
 EXTERNAL_PAGES         = YES
-
-# The PERL_PATH should be the absolute path and name of the perl script
-# interpreter (i.e. the result of 'which perl').
-# The default file (with absolute path) is: /usr/bin/perl.
-
 PERL_PATH              = /usr/bin/perl
-
 #---------------------------------------------------------------------------
 # Configuration options related to the dot tool
 #---------------------------------------------------------------------------
-
-# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
-# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
-# NO turns the diagrams off. Note that this option also works with HAVE_DOT
-# disabled, but it is recommended to install and use dot, since it yields more
-# powerful graphs.
-# The default value is: YES.
-
 CLASS_DIAGRAMS         = YES
-
-# You can define message sequence charts within doxygen comments using the \msc
-# command. Doxygen will then run the mscgen tool (see:
-# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
-# documentation. The MSCGEN_PATH tag allows you to specify the directory where
-# the mscgen tool resides. If left empty the tool is assumed to be found in the
-# default search path.
-
 MSCGEN_PATH            =
-
-# You can include diagrams made with dia in doxygen documentation. Doxygen will
-# then run dia to produce the diagram and insert it in the documentation. The
-# DIA_PATH tag allows you to specify the directory where the dia binary resides.
-# If left empty dia is assumed to be found in the default search path.
-
 DIA_PATH               =
-
-# If set to YES the inheritance and collaboration graphs will hide inheritance
-# and usage relations if the target is undocumented or is not a class.
-# The default value is: YES.
-
 HIDE_UNDOC_RELATIONS   = YES
-
-# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
-# available from the path. This tool is part of Graphviz (see:
-# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
-# Bell Labs. The other options in this section have no effect if this option is
-# set to NO
-# The default value is: NO.
-
 HAVE_DOT               = NO
-
-# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
-# to run in parallel. When set to 0 doxygen will base this on the number of
-# processors available in the system. You can set it explicitly to a value
-# larger than 0 to get control over the balance between CPU load and processing
-# speed.
-# Minimum value: 0, maximum value: 32, default value: 0.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_NUM_THREADS        = 0
-
-# When you want a differently looking font in the dot files that doxygen
-# generates you can specify the font name using DOT_FONTNAME. You need to make
-# sure dot is able to find the font, which can be done by putting it in a
-# standard location or by setting the DOTFONTPATH environment variable or by
-# setting DOT_FONTPATH to the directory containing the font.
-# The default value is: Helvetica.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_FONTNAME           = Helvetica
-
-# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
-# dot graphs.
-# Minimum value: 4, maximum value: 24, default value: 10.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_FONTSIZE           = 10
-
-# By default doxygen will tell dot to use the default font as specified with
-# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
-# the path where dot can find it using this tag.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_FONTPATH           =
-
-# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
-# each documented class showing the direct and indirect inheritance relations.
-# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 CLASS_GRAPH            = YES
-
-# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
-# graph for each documented class showing the direct and indirect implementation
-# dependencies (inheritance, containment, and class references variables) of the
-# class with other documented classes.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 COLLABORATION_GRAPH    = YES
-
-# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
-# groups, showing the direct groups dependencies.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 GROUP_GRAPHS           = YES
-
-# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
-# collaboration diagrams in a style similar to the OMG's Unified Modeling
-# Language.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 UML_LOOK               = YES
-
-# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
-# class node. If there are many fields or methods and many nodes the graph may
-# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
-# number of items for each type to make the size more manageable. Set this to 0
-# for no limit. Note that the threshold may be exceeded by 50% before the limit
-# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
-# but if the number exceeds 15, the total amount of fields shown is limited to
-# 10.
-# Minimum value: 0, maximum value: 100, default value: 10.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 UML_LIMIT_NUM_FIELDS   = 10
-
-# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
-# collaboration graphs will show the relations between templates and their
-# instances.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 TEMPLATE_RELATIONS     = NO
-
-# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
-# YES then doxygen will generate a graph for each documented file showing the
-# direct and indirect include dependencies of the file with other documented
-# files.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 INCLUDE_GRAPH          = YES
-
-# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
-# set to YES then doxygen will generate a graph for each documented file showing
-# the direct and indirect include dependencies of the file with other documented
-# files.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 INCLUDED_BY_GRAPH      = YES
-
-# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
-# dependency graph for every global function or class method.
-#
-# Note that enabling this option will significantly increase the time of a run.
-# So in most cases it will be better to enable call graphs for selected
-# functions only using the \callgraph command.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 CALL_GRAPH             = NO
-
-# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
-# dependency graph for every global function or class method.
-#
-# Note that enabling this option will significantly increase the time of a run.
-# So in most cases it will be better to enable caller graphs for selected
-# functions only using the \callergraph command.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 CALLER_GRAPH           = NO
-
-# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
-# hierarchy of all classes instead of a textual one.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 GRAPHICAL_HIERARCHY    = YES
-
-# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
-# dependencies a directory has on other directories in a graphical way. The
-# dependency relations are determined by the #include relations between the
-# files in the directories.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DIRECTORY_GRAPH        = YES
-
-# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
-# generated by dot.
-# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
-# to make the SVG files visible in IE 9+ (other browsers do not have this
-# requirement).
-# Possible values are: png, jpg, gif and svg.
-# The default value is: png.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_IMAGE_FORMAT       = png
-
-# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
-# enable generation of interactive SVG images that allow zooming and panning.
-#
-# Note that this requires a modern browser other than Internet Explorer. Tested
-# and working are Firefox, Chrome, Safari, and Opera.
-# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
-# the SVG files visible. Older versions of IE do not have SVG support.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 INTERACTIVE_SVG        = NO
-
-# The DOT_PATH tag can be used to specify the path where the dot tool can be
-# found. If left blank, it is assumed the dot tool can be found in the path.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_PATH               =
-
-# The DOTFILE_DIRS tag can be used to specify one or more directories that
-# contain dot files that are included in the documentation (see the \dotfile
-# command).
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOTFILE_DIRS           =
-
-# The MSCFILE_DIRS tag can be used to specify one or more directories that
-# contain msc files that are included in the documentation (see the \mscfile
-# command).
-
 MSCFILE_DIRS           =
-
-# The DIAFILE_DIRS tag can be used to specify one or more directories that
-# contain dia files that are included in the documentation (see the \diafile
-# command).
-
 DIAFILE_DIRS           =
-
-# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
-# path where java can find the plantuml.jar file. If left blank, it is assumed
-# PlantUML is not used or called during a preprocessing step. Doxygen will
-# generate a warning when it encounters a \startuml command in this case and
-# will not generate output for the diagram.
-
 PLANTUML_JAR_PATH      =
-
-# When using plantuml, the specified paths are searched for files specified by
-# the !include statement in a plantuml block.
-
 PLANTUML_INCLUDE_PATH  =
-
-# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
-# that will be shown in the graph. If the number of nodes in a graph becomes
-# larger than this value, doxygen will truncate the graph, which is visualized
-# by representing a node as a red box. Note that doxygen if the number of direct
-# children of the root node in a graph is already larger than
-# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
-# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
-# Minimum value: 0, maximum value: 10000, default value: 50.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_GRAPH_MAX_NODES    = 50
-
-# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
-# generated by dot. A depth value of 3 means that only nodes reachable from the
-# root by following a path via at most 3 edges will be shown. Nodes that lay
-# further from the root node will be omitted. Note that setting this option to 1
-# or 2 may greatly reduce the computation time needed for large code bases. Also
-# note that the size of a graph can be further restricted by
-# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
-# Minimum value: 0, maximum value: 1000, default value: 0.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 MAX_DOT_GRAPH_DEPTH    = 0
-
-# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
-# background. This is disabled by default, because dot on Windows does not seem
-# to support this out of the box.
-#
-# Warning: Depending on the platform used, enabling this option may lead to
-# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
-# read).
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_TRANSPARENT        = NO
-
-# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
-# files in one run (i.e. multiple -o and -T options on the command line). This
-# makes dot run faster, but since only newer versions of dot (>1.8.10) support
-# this, this feature is disabled by default.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_MULTI_TARGETS      = NO
-
-# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
-# explaining the meaning of the various boxes and arrows in the dot generated
-# graphs.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 GENERATE_LEGEND        = YES
-
-# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
-# files that are used to generate the various graphs.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_CLEANUP            = YES

+ 41 - 2100
doxygen/Doxyfile-CHM

@@ -1,2419 +1,360 @@
-# Doxyfile 1.8.9.1
-
-# This file describes the settings to be used by the documentation system
-# doxygen (www.doxygen.org) for a project.
-#
-# All text after a double hash (##) is considered a comment and is placed in
-# front of the TAG it is preceding.
-#
-# All text after a single hash (#) is considered a comment and will be ignored.
-# The format is:
-# TAG = value [value, ...]
-# For lists, items can also be appended using:
-# TAG += value [value, ...]
-# Values that contain spaces should be placed between quotes (\" \").
+# Doxyfile 1.8.10
 
 #---------------------------------------------------------------------------
 # Project related configuration options
 #---------------------------------------------------------------------------
-
-# This tag specifies the encoding used for all characters in the config file
-# that follow. The default is UTF-8 which is also the encoding used for all text
-# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
-# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
-# for the list of possible encodings.
-# The default value is: UTF-8.
-
 DOXYFILE_ENCODING      = UTF-8
-
-# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
-# double-quotes, unless you are using Doxywizard) that should identify the
-# project for which the documentation is generated. This name is used in the
-# title of most generated pages and in a few other places.
-# The default value is: My Project.
-
 PROJECT_NAME           = "QP/C"
-
-# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
-# could be handy for archiving the generated documentation or if some version
-# control system is used.
-
-PROJECT_NUMBER         = "5.4.2"
-
-# Using the PROJECT_BRIEF tag one can provide an optional one line description
-# for a project that appears at the top of each page and should give viewer a
-# quick idea about the purpose of the project. Keep the description short.
-
+PROJECT_NUMBER         = "5.5.0"
 PROJECT_BRIEF          =
-
-# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
-# in the documentation. The maximum height of the logo should not exceed 55
-# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
-# the logo to the output directory.
-
 PROJECT_LOGO           = images/header_logo_ql.png
-
-# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
-# into which the generated documentation will be written. If a relative path is
-# entered, it will be relative to the location where doxygen was started. If
-# left blank the current directory will be used.
-
 OUTPUT_DIRECTORY       =
-
-# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
-# directories (in 2 levels) under the output directory of each output format and
-# will distribute the generated files over these directories. Enabling this
-# option can be useful when feeding doxygen a huge amount of source files, where
-# putting all generated files in the same directory would otherwise causes
-# performance problems for the file system.
-# The default value is: NO.
-
 CREATE_SUBDIRS         = NO
-
-# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
-# characters to appear in the names of generated files. If set to NO, non-ASCII
-# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
-# U+3044.
-# The default value is: NO.
-
 ALLOW_UNICODE_NAMES    = NO
-
-# The OUTPUT_LANGUAGE tag is used to specify the language in which all
-# documentation generated by doxygen is written. Doxygen will use this
-# information to generate all constant output in the proper language.
-# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
-# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
-# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
-# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
-# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
-# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
-# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
-# Ukrainian and Vietnamese.
-# The default value is: English.
-
 OUTPUT_LANGUAGE        = English
-
-# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
-# descriptions after the members that are listed in the file and class
-# documentation (similar to Javadoc). Set to NO to disable this.
-# The default value is: YES.
-
 BRIEF_MEMBER_DESC      = YES
-
-# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
-# description of a member or function before the detailed description
-#
-# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
-# brief descriptions will be completely suppressed.
-# The default value is: YES.
-
 REPEAT_BRIEF           = YES
-
-# This tag implements a quasi-intelligent brief description abbreviator that is
-# used to form the text in various listings. Each string in this list, if found
-# as the leading text of the brief description, will be stripped from the text
-# and the result, after processing the whole list, is used as the annotated
-# text. Otherwise, the brief description is used as-is. If left blank, the
-# following values are used ($name is automatically replaced with the name of
-# the entity):The $name class, The $name widget, The $name file, is, provides,
-# specifies, contains, represents, a, an and the.
-
 ABBREVIATE_BRIEF       =
-
-# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
-# doxygen will generate a detailed section even if there is only a brief
-# description.
-# The default value is: NO.
-
 ALWAYS_DETAILED_SEC    = NO
-
-# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
-# inherited members of a class in the documentation of that class as if those
-# members were ordinary class members. Constructors, destructors and assignment
-# operators of the base classes will not be shown.
-# The default value is: NO.
-
-INLINE_INHERITED_MEMB  = YES
-
-# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
-# before files name in the file list and in the header files. If set to NO the
-# shortest path that makes the file name unique will be used
-# The default value is: YES.
-
+INLINE_INHERITED_MEMB  = NO
 FULL_PATH_NAMES        = YES
-
-# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
-# Stripping is only done if one of the specified strings matches the left-hand
-# part of the path. The tag can be used to show relative paths in the file list.
-# If left blank the directory from which doxygen is run is used as the path to
-# strip.
-#
-# Note that you can specify absolute paths here, but also relative paths, which
-# will be relative from the directory where doxygen is started.
-# This tag requires that the tag FULL_PATH_NAMES is set to YES.
-
 STRIP_FROM_PATH        =
-
-# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
-# path mentioned in the documentation of a class, which tells the reader which
-# header file to include in order to use a class. If left blank only the name of
-# the header file containing the class definition is used. Otherwise one should
-# specify the list of include paths that are normally passed to the compiler
-# using the -I flag.
-
 STRIP_FROM_INC_PATH    =
-
-# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
-# less readable) file names. This can be useful is your file systems doesn't
-# support long names like on DOS, Mac, or CD-ROM.
-# The default value is: NO.
-
 SHORT_NAMES            = NO
-
-# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
-# first line (until the first dot) of a Javadoc-style comment as the brief
-# description. If set to NO, the Javadoc-style will behave just like regular Qt-
-# style comments (thus requiring an explicit @brief command for a brief
-# description.)
-# The default value is: NO.
-
 JAVADOC_AUTOBRIEF      = NO
-
-# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
-# line (until the first dot) of a Qt-style comment as the brief description. If
-# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
-# requiring an explicit \brief command for a brief description.)
-# The default value is: NO.
-
 QT_AUTOBRIEF           = YES
-
-# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
-# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
-# a brief description. This used to be the default behavior. The new default is
-# to treat a multi-line C++ comment block as a detailed description. Set this
-# tag to YES if you prefer the old behavior instead.
-#
-# Note that setting this tag to YES also means that rational rose comments are
-# not recognized any more.
-# The default value is: NO.
-
 MULTILINE_CPP_IS_BRIEF = YES
-
-# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
-# documentation from any documented member that it re-implements.
-# The default value is: YES.
-
 INHERIT_DOCS           = YES
-
-# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
-# page for each member. If set to NO, the documentation of a member will be part
-# of the file/class/namespace that contains it.
-# The default value is: NO.
-
 SEPARATE_MEMBER_PAGES  = NO
-
-# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
-# uses this value to replace tabs by spaces in code fragments.
-# Minimum value: 1, maximum value: 16, default value: 4.
-
 TAB_SIZE               = 4
-
-# This tag can be used to specify a number of aliases that act as commands in
-# the documentation. An alias has the form:
-# name=value
-# For example adding
-# "sideeffect=@par Side Effects:\n"
-# will allow you to put the command \sideeffect (or @sideeffect) in the
-# documentation, which will result in a user-defined paragraph with heading
-# "Side Effects:". You can put \n's in the value part of an alias to insert
-# newlines.
-
-ALIASES                =  \
+ALIASES                = \
     "next{1}=<hr><b>Next:</b> \ref \1</p>" \
     "description=\par <b>Description</b>\n" \
     "hint=\par <b>Hint</b>\n" \
     "usage=@par <b>Usage</b>\n"
 
-# This tag can be used to specify a number of word-keyword mappings (TCL only).
-# A mapping has the form "name=value". For example adding "class=itcl::class"
-# will allow you to use the command class in the itcl::class meaning.
-
 TCL_SUBST              =
-
-# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
-# only. Doxygen will then generate output that is more tailored for C. For
-# instance, some of the names that are used will be different. The list of all
-# members will be omitted, etc.
-# The default value is: NO.
-
 OPTIMIZE_OUTPUT_FOR_C  = YES
-
-# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
-# Python sources only. Doxygen will then generate output that is more tailored
-# for that language. For instance, namespaces will be presented as packages,
-# qualified scopes will look different, etc.
-# The default value is: NO.
-
 OPTIMIZE_OUTPUT_JAVA   = NO
-
-# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
-# sources. Doxygen will then generate output that is tailored for Fortran.
-# The default value is: NO.
-
 OPTIMIZE_FOR_FORTRAN   = NO
-
-# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
-# sources. Doxygen will then generate output that is tailored for VHDL.
-# The default value is: NO.
-
 OPTIMIZE_OUTPUT_VHDL   = NO
-
-# Doxygen selects the parser to use depending on the extension of the files it
-# parses. With this tag you can assign which parser to use for a given
-# extension. Doxygen has a built-in mapping, but you can override or extend it
-# using this tag. The format is ext=language, where ext is a file extension, and
-# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
-# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
-# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
-# Fortran. In the later case the parser tries to guess whether the code is fixed
-# or free formatted code, this is the default for Fortran type files), VHDL. For
-# instance to make doxygen treat .inc files as Fortran files (default is PHP),
-# and .f files as C (default is Fortran), use: inc=Fortran f=C.
-#
-# Note: For files without extension you can use no_extension as a placeholder.
-#
-# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
-# the files are not read by doxygen.
-
 EXTENSION_MAPPING      =
-
-# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
-# according to the Markdown format, which allows for more readable
-# documentation. See http://daringfireball.net/projects/markdown/ for details.
-# The output of markdown processing is further processed by doxygen, so you can
-# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
-# case of backward compatibilities issues.
-# The default value is: YES.
-
 MARKDOWN_SUPPORT       = YES
-
-# When enabled doxygen tries to link words that correspond to documented
-# classes, or namespaces to their corresponding documentation. Such a link can
-# be prevented in individual cases by putting a % sign in front of the word or
-# globally by setting AUTOLINK_SUPPORT to NO.
-# The default value is: YES.
-
 AUTOLINK_SUPPORT       = YES
-
-# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
-# to include (a tag file for) the STL sources as input, then you should set this
-# tag to YES in order to let doxygen match functions declarations and
-# definitions whose arguments contain STL classes (e.g. func(std::string);
-# versus func(std::string) {}). This also make the inheritance and collaboration
-# diagrams that involve STL classes more complete and accurate.
-# The default value is: NO.
-
 BUILTIN_STL_SUPPORT    = NO
-
-# If you use Microsoft's C++/CLI language, you should set this option to YES to
-# enable parsing support.
-# The default value is: NO.
-
 CPP_CLI_SUPPORT        = NO
-
-# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
-# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
-# will parse them like normal C++ but will assume all classes use public instead
-# of private inheritance when no explicit protection keyword is present.
-# The default value is: NO.
-
 SIP_SUPPORT            = NO
-
-# For Microsoft's IDL there are propget and propput attributes to indicate
-# getter and setter methods for a property. Setting this option to YES will make
-# doxygen to replace the get and set methods by a property in the documentation.
-# This will only work if the methods are indeed getting or setting a simple
-# type. If this is not the case, or you want to show the methods anyway, you
-# should set this option to NO.
-# The default value is: YES.
-
 IDL_PROPERTY_SUPPORT   = YES
-
-# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
-# tag is set to YES then doxygen will reuse the documentation of the first
-# member in the group (if any) for the other members of the group. By default
-# all members of a group must be documented explicitly.
-# The default value is: NO.
-
 DISTRIBUTE_GROUP_DOC   = NO
-
-# Set the SUBGROUPING tag to YES to allow class member groups of the same type
-# (for instance a group of public functions) to be put as a subgroup of that
-# type (e.g. under the Public Functions section). Set it to NO to prevent
-# subgrouping. Alternatively, this can be done per class using the
-# \nosubgrouping command.
-# The default value is: YES.
-
+GROUP_NESTED_COMPOUNDS = NO
 SUBGROUPING            = YES
-
-# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
-# are shown inside the group in which they are included (e.g. using \ingroup)
-# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
-# and RTF).
-#
-# Note that this feature does not work in combination with
-# SEPARATE_MEMBER_PAGES.
-# The default value is: NO.
-
-INLINE_GROUPED_CLASSES = NO
-
-# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
-# with only public data fields or simple typedef fields will be shown inline in
-# the documentation of the scope in which they are defined (i.e. file,
-# namespace, or group documentation), provided this scope is documented. If set
-# to NO, structs, classes, and unions are shown on a separate page (for HTML and
-# Man pages) or section (for LaTeX and RTF).
-# The default value is: NO.
-
-INLINE_SIMPLE_STRUCTS  = NO
-
-# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
-# enum is documented as struct, union, or enum with the name of the typedef. So
-# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
-# with name TypeT. When disabled the typedef will appear as a member of a file,
-# namespace, or class. And the struct will be named TypeS. This can typically be
-# useful for C code in case the coding convention dictates that all compound
-# types are typedef'ed and only the typedef is referenced, never the tag name.
-# The default value is: NO.
-
-TYPEDEF_HIDES_STRUCT   = NO
-
-# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
-# cache is used to resolve symbols given their name and scope. Since this can be
-# an expensive process and often the same symbol appears multiple times in the
-# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
-# doxygen will become slower. If the cache is too large, memory is wasted. The
-# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
-# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
-# symbols. At the end of a run doxygen will report the cache usage and suggest
-# the optimal cache size from a speed point of view.
-# Minimum value: 0, maximum value: 9, default value: 0.
-
+INLINE_GROUPED_CLASSES = YES
+INLINE_SIMPLE_STRUCTS  = YES
+TYPEDEF_HIDES_STRUCT   = YES
 LOOKUP_CACHE_SIZE      = 0
-
 #---------------------------------------------------------------------------
 # Build related configuration options
 #---------------------------------------------------------------------------
-
-# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
-# documentation are documented, even if no documentation was available. Private
-# class members and static file members will be hidden unless the
-# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
-# Note: This will also disable the warnings about undocumented members that are
-# normally produced when WARNINGS is set to YES.
-# The default value is: NO.
-
 EXTRACT_ALL            = NO
-
-# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
-# be included in the documentation.
-# The default value is: NO.
-
 EXTRACT_PRIVATE        = NO
-
-# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
-# scope will be included in the documentation.
-# The default value is: NO.
-
 EXTRACT_PACKAGE        = NO
-
-# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
-# included in the documentation.
-# The default value is: NO.
-
 EXTRACT_STATIC         = YES
-
-# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
-# locally in source files will be included in the documentation. If set to NO,
-# only classes defined in header files are included. Does not have any effect
-# for Java sources.
-# The default value is: YES.
-
 EXTRACT_LOCAL_CLASSES  = YES
-
-# This flag is only useful for Objective-C code. If set to YES, local methods,
-# which are defined in the implementation section but not in the interface are
-# included in the documentation. If set to NO, only methods in the interface are
-# included.
-# The default value is: NO.
-
 EXTRACT_LOCAL_METHODS  = NO
-
-# If this flag is set to YES, the members of anonymous namespaces will be
-# extracted and appear in the documentation as a namespace called
-# 'anonymous_namespace{file}', where file will be replaced with the base name of
-# the file that contains the anonymous namespace. By default anonymous namespace
-# are hidden.
-# The default value is: NO.
-
 EXTRACT_ANON_NSPACES   = NO
-
-# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
-# undocumented members inside documented classes or files. If set to NO these
-# members will be included in the various overviews, but no documentation
-# section is generated. This option has no effect if EXTRACT_ALL is enabled.
-# The default value is: NO.
-
 HIDE_UNDOC_MEMBERS     = NO
-
-# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
-# undocumented classes that are normally visible in the class hierarchy. If set
-# to NO, these classes will be included in the various overviews. This option
-# has no effect if EXTRACT_ALL is enabled.
-# The default value is: NO.
-
 HIDE_UNDOC_CLASSES     = NO
-
-# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
-# (class|struct|union) declarations. If set to NO, these declarations will be
-# included in the documentation.
-# The default value is: NO.
-
 HIDE_FRIEND_COMPOUNDS  = NO
-
-# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
-# documentation blocks found inside the body of a function. If set to NO, these
-# blocks will be appended to the function's detailed documentation block.
-# The default value is: NO.
-
 HIDE_IN_BODY_DOCS      = NO
-
-# The INTERNAL_DOCS tag determines if documentation that is typed after a
-# \internal command is included. If the tag is set to NO then the documentation
-# will be excluded. Set it to YES to include the internal documentation.
-# The default value is: NO.
-
 INTERNAL_DOCS          = NO
-
-# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
-# names in lower-case letters. If set to YES, upper-case letters are also
-# allowed. This is useful if you have classes or files whose names only differ
-# in case and if your file system supports case sensitive file names. Windows
-# and Mac users are advised to set this option to NO.
-# The default value is: system dependent.
-
 CASE_SENSE_NAMES       = NO
-
-# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
-# their full class and namespace scopes in the documentation. If set to YES, the
-# scope will be hidden.
-# The default value is: NO.
-
 HIDE_SCOPE_NAMES       = NO
-
-# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
-# append additional text to a page's title, such as Class Reference. If set to
-# YES the compound reference will be hidden.
-# The default value is: NO.
-
 HIDE_COMPOUND_REFERENCE= NO
-
-# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
-# the files that are included by a file in the documentation of that file.
-# The default value is: YES.
-
 SHOW_INCLUDE_FILES     = YES
-
-# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
-# grouped member an include statement to the documentation, telling the reader
-# which file to include in order to use the member.
-# The default value is: NO.
-
 SHOW_GROUPED_MEMB_INC  = NO
-
-# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
-# files with double quotes in the documentation rather than with sharp brackets.
-# The default value is: NO.
-
 FORCE_LOCAL_INCLUDES   = NO
-
-# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
-# documentation for inline members.
-# The default value is: YES.
-
 INLINE_INFO            = YES
-
-# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
-# (detailed) documentation of file and class members alphabetically by member
-# name. If set to NO, the members will appear in declaration order.
-# The default value is: YES.
-
 SORT_MEMBER_DOCS       = YES
-
-# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
-# descriptions of file, namespace and class members alphabetically by member
-# name. If set to NO, the members will appear in declaration order. Note that
-# this will also influence the order of the classes in the class list.
-# The default value is: NO.
-
 SORT_BRIEF_DOCS        = NO
-
-# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
-# (brief and detailed) documentation of class members so that constructors and
-# destructors are listed first. If set to NO the constructors will appear in the
-# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
-# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
-# member documentation.
-# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
-# detailed member documentation.
-# The default value is: NO.
-
 SORT_MEMBERS_CTORS_1ST = NO
-
-# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
-# of group names into alphabetical order. If set to NO the group names will
-# appear in their defined order.
-# The default value is: NO.
-
 SORT_GROUP_NAMES       = NO
-
-# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
-# fully-qualified names, including namespaces. If set to NO, the class list will
-# be sorted only by class name, not including the namespace part.
-# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
-# Note: This option applies only to the class list, not to the alphabetical
-# list.
-# The default value is: NO.
-
 SORT_BY_SCOPE_NAME     = NO
-
-# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
-# type resolution of all parameters of a function it will reject a match between
-# the prototype and the implementation of a member function even if there is
-# only one candidate or it is obvious which candidate to choose by doing a
-# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
-# accept a match between prototype and implementation in such cases.
-# The default value is: NO.
-
 STRICT_PROTO_MATCHING  = NO
-
-# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
-# list. This list is created by putting \todo commands in the documentation.
-# The default value is: YES.
-
 GENERATE_TODOLIST      = YES
-
-# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
-# list. This list is created by putting \test commands in the documentation.
-# The default value is: YES.
-
 GENERATE_TESTLIST      = YES
-
-# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
-# list. This list is created by putting \bug commands in the documentation.
-# The default value is: YES.
-
 GENERATE_BUGLIST       = YES
-
-# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
-# the deprecated list. This list is created by putting \deprecated commands in
-# the documentation.
-# The default value is: YES.
-
 GENERATE_DEPRECATEDLIST= YES
-
-# The ENABLED_SECTIONS tag can be used to enable conditional documentation
-# sections, marked by \if <section_label> ... \endif and \cond <section_label>
-# ... \endcond blocks.
-
 ENABLED_SECTIONS       =
-
-# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
-# initial value of a variable or macro / define can have for it to appear in the
-# documentation. If the initializer consists of more lines than specified here
-# it will be hidden. Use a value of 0 to hide initializers completely. The
-# appearance of the value of individual variables and macros / defines can be
-# controlled using \showinitializer or \hideinitializer command in the
-# documentation regardless of this setting.
-# Minimum value: 0, maximum value: 10000, default value: 30.
-
 MAX_INITIALIZER_LINES  = 30
-
-# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
-# the bottom of the documentation of classes and structs. If set to YES, the
-# list will mention the files that were used to generate the documentation.
-# The default value is: YES.
-
 SHOW_USED_FILES        = YES
-
-# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
-# will remove the Files entry from the Quick Index and from the Folder Tree View
-# (if specified).
-# The default value is: YES.
-
 SHOW_FILES             = YES
-
-# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
-# page. This will remove the Namespaces entry from the Quick Index and from the
-# Folder Tree View (if specified).
-# The default value is: YES.
-
-SHOW_NAMESPACES        = NO
-
-# The FILE_VERSION_FILTER tag can be used to specify a program or script that
-# doxygen should invoke to get the current version for each file (typically from
-# the version control system). Doxygen will invoke the program by executing (via
-# popen()) the command command input-file, where command is the value of the
-# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
-# by doxygen. Whatever the program writes to standard output is used as the file
-# version. For an example see the documentation.
-
+SHOW_NAMESPACES        = YES
 FILE_VERSION_FILTER    =
-
-# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
-# by doxygen. The layout file controls the global structure of the generated
-# output files in an output format independent way. To create the layout file
-# that represents doxygen's defaults, run doxygen with the -l option. You can
-# optionally specify a file name after the option, if omitted DoxygenLayout.xml
-# will be used as the name of the layout file.
-#
-# Note that if you run doxygen from a directory containing a file called
-# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
-# tag is left empty.
-
 LAYOUT_FILE            =
-
-# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
-# the reference definitions. This must be a list of .bib files. The .bib
-# extension is automatically appended if omitted. This requires the bibtex tool
-# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
-# For LaTeX the style of the bibliography can be controlled using
-# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
-# search path. See also \cite for info how to create references.
-
 CITE_BIB_FILES         =
-
 #---------------------------------------------------------------------------
 # Configuration options related to warning and progress messages
 #---------------------------------------------------------------------------
-
-# The QUIET tag can be used to turn on/off the messages that are generated to
-# standard output by doxygen. If QUIET is set to YES this implies that the
-# messages are off.
-# The default value is: NO.
-
 QUIET                  = NO
-
-# The WARNINGS tag can be used to turn on/off the warning messages that are
-# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
-# this implies that the warnings are on.
-#
-# Tip: Turn warnings on while writing the documentation.
-# The default value is: YES.
-
 WARNINGS               = YES
-
-# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
-# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
-# will automatically be disabled.
-# The default value is: YES.
-
 WARN_IF_UNDOCUMENTED   = YES
-
-# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
-# potential errors in the documentation, such as not documenting some parameters
-# in a documented function, or documenting parameters that don't exist or using
-# markup commands wrongly.
-# The default value is: YES.
-
 WARN_IF_DOC_ERROR      = YES
-
-# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
-# are documented, but have no documentation for their parameters or return
-# value. If set to NO, doxygen will only warn about wrong or incomplete
-# parameter documentation, but not about the absence of documentation.
-# The default value is: NO.
-
 WARN_NO_PARAMDOC       = NO
-
-# The WARN_FORMAT tag determines the format of the warning messages that doxygen
-# can produce. The string should contain the $file, $line, and $text tags, which
-# will be replaced by the file and line number from which the warning originated
-# and the warning text. Optionally the format may contain $version, which will
-# be replaced by the version of the file (if it could be obtained via
-# FILE_VERSION_FILTER)
-# The default value is: $file:$line: $text.
-
 WARN_FORMAT            = "$file:$line: $text"
-
-# The WARN_LOGFILE tag can be used to specify a file to which warning and error
-# messages should be written. If left blank the output is written to standard
-# error (stderr).
-
 WARN_LOGFILE           =
-
 #---------------------------------------------------------------------------
 # Configuration options related to the input files
 #---------------------------------------------------------------------------
-
-# The INPUT tag is used to specify the files and/or directories that contain
-# documented source files. You may enter file names like myfile.cpp or
-# directories like /usr/src/myproject. Separate the files or directories with
-# spaces.
-# Note: If this tag is empty the current directory is searched.
-
-INPUT = \
-    modules.dox \
-    about.dox \
-    design.dox \
-    exa.dox \
-    exa_apps.dox \
-    exa_native.dox \
-    exa_rtos.dox \
-    exa_os.dox \
-    exa_mware.dox \
-    ports.dox \
-    ports_native.dox \
-    ports_rtos.dox \
-    ports_os.dox \
-    history.dox \
+INPUT                  = \
+    modules.cc \
+    about.cc \
+    design.cc \
+    exa.cc \
+    exa_apps.cc \
+    exa_native.cc \
+    exa_rtos.cc \
+    exa_os.cc \
+    exa_mware.cc \
+    ports.cc \
+    ports_native.cc \
+    ports_rtos.cc \
+    ports_os.cc \
+    history.cc \
     macros.h \
-    metrics.dox \
+    metrics.cc \
     ../include \
     ../source \
-    ../ports/lint
-    ../ports/lint/qkn \
-    ../ports/lint/qvn
-
-# This tag can be used to specify the character encoding of the source files
-# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
-# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
-# documentation (see: http://www.gnu.org/software/libiconv) for the list of
-# possible encodings.
-# The default value is: UTF-8.
+    ../ports/lint \
+    ../ports/lint/qk \
+    ../ports/lint/qv
 
-INPUT_ENCODING = UTF-8
-
-# If the value of the INPUT tag contains directories, you can use the
-# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
-# *.h) to filter out the source-files in the directories. If left blank the
-# following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
-# *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
-# *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
-# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
-# *.qsf, *.as and *.js.
-
-FILE_PATTERNS = \
-    *.dox \
+INPUT_ENCODING         = UTF-8
+FILE_PATTERNS          = \
+    *.cc \
     *.h \
     *.c \
     *.cpp \
     *.s \
     *.asm
 
-# The RECURSIVE tag can be used to specify whether or not subdirectories should
-# be searched for input files as well.
-# The default value is: NO.
-
 RECURSIVE              = YES
-
-# The EXCLUDE tag can be used to specify files and/or directories that should be
-# excluded from the INPUT source files. This way you can easily exclude a
-# subdirectory from a directory tree whose root is specified with the INPUT tag.
-#
-# Note that relative paths are relative to the directory from which doxygen is
-# run.
-
-EXCLUDE   = \
+EXCLUDE                = \
     ../include/qs_dummy.h \
     ../ports/lint/MISRA_Exemplar_Suite_test
 
-# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
-# directories that are symbolic links (a Unix file system feature) are excluded
-# from the input.
-# The default value is: NO.
-
-EXCLUDE_SYMLINKS = NO
-
-# If the value of the INPUT tag contains directories, you can use the
-# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
-# certain files from those directories.
-#
-# Note that the wildcards are matched against the file with absolute path, so to
-# exclude all test directories for example use the pattern */test/*
-
-EXCLUDE_PATTERNS =
+EXCLUDE_SYMLINKS       = NO
+EXCLUDE_PATTERNS       =
+EXCLUDE_SYMBOLS        = \
+    QP_IMPL
 
-# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
-# (namespaces, classes, functions, etc.) that should be excluded from the
-# output. The symbol name can be a fully qualified name, a word, or if the
-# wildcard * is used, a substring. Examples: ANamespace, AClass,
-# AClass::ANamespace, ANamespace::*Test
-#
-# Note that the wildcards are matched against the file with absolute path, so to
-# exclude all test directories use the pattern */test/*
-
-EXCLUDE_SYMBOLS = QP_IMPL
-
-# The EXAMPLE_PATH tag can be used to specify one or more files or directories
-# that contain example code fragments that are included (see the \include
-# command).
-
-EXAMPLE_PATH = \
+EXAMPLE_PATH           = \
     snippets \
     ../include \
     ../source \
     ../ports \
     ../examples
 
-# If the value of the EXAMPLE_PATH tag contains directories, you can use the
-# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
-# *.h) to filter out the source-files in the directories. If left blank all
-# files are included.
-
 EXAMPLE_PATTERNS       =
-
-# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
-# searched for input files to be used with the \include or \dontinclude commands
-# irrespective of the value of the RECURSIVE tag.
-# The default value is: NO.
-
 EXAMPLE_RECURSIVE      = NO
-
-# The IMAGE_PATH tag can be used to specify one or more files or directories
-# that contain images that are to be included in the documentation (see the
-# \image command).
-
 IMAGE_PATH             = images
-
-# The INPUT_FILTER tag can be used to specify a program that doxygen should
-# invoke to filter for each input file. Doxygen will invoke the filter program
-# by executing (via popen()) the command:
-#
-# <filter> <input-file>
-#
-# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
-# name of an input file. Doxygen will then use the output that the filter
-# program writes to standard output. If FILTER_PATTERNS is specified, this tag
-# will be ignored.
-#
-# Note that the filter must not add or remove lines; it is applied before the
-# code is scanned, but not when the output code is generated. If lines are added
-# or removed, the anchors will not be placed correctly.
-
 INPUT_FILTER           =
-
-# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
-# basis. Doxygen will compare the file name with each pattern and apply the
-# filter if there is a match. The filters are a list of the form: pattern=filter
-# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
-# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
-# patterns match the file name, INPUT_FILTER is applied.
-
 FILTER_PATTERNS        =
-
-# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
-# INPUT_FILTER) will also be used to filter the input files that are used for
-# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
-# The default value is: NO.
-
 FILTER_SOURCE_FILES    = NO
-
-# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
-# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
-# it is also possible to disable source filtering for a specific pattern using
-# *.ext= (so without naming a filter).
-# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
-
 FILTER_SOURCE_PATTERNS =
-
-# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
-# is part of the input, its contents will be placed on the main page
-# (index.html). This can be useful if you have a project on for instance GitHub
-# and want to reuse the introduction page also for the doxygen output.
-
 USE_MDFILE_AS_MAINPAGE =
-
 #---------------------------------------------------------------------------
 # Configuration options related to source browsing
 #---------------------------------------------------------------------------
-
-# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
-# generated. Documented entities will be cross-referenced with these sources.
-#
-# Note: To get rid of all source code in the generated output, make sure that
-# also VERBATIM_HEADERS is set to NO.
-# The default value is: NO.
-
 SOURCE_BROWSER         = YES
-
-# Setting the INLINE_SOURCES tag to YES will include the body of functions,
-# classes and enums directly into the documentation.
-# The default value is: NO.
-
 INLINE_SOURCES         = NO
-
-# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
-# special comment blocks from generated source code fragments. Normal C, C++ and
-# Fortran comments will always remain visible.
-# The default value is: YES.
-
 STRIP_CODE_COMMENTS    = YES
-
-# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
-# function all documented functions referencing it will be listed.
-# The default value is: NO.
-
 REFERENCED_BY_RELATION = NO
-
-# If the REFERENCES_RELATION tag is set to YES then for each documented function
-# all documented entities called/used by that function will be listed.
-# The default value is: NO.
-
 REFERENCES_RELATION    = NO
-
-# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
-# to YES then the hyperlinks from functions in REFERENCES_RELATION and
-# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
-# link to the documentation.
-# The default value is: YES.
-
 REFERENCES_LINK_SOURCE = YES
-
-# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
-# source code will show a tooltip with additional information such as prototype,
-# brief description and links to the definition and documentation. Since this
-# will make the HTML file larger and loading of large files a bit slower, you
-# can opt to disable this feature.
-# The default value is: YES.
-# This tag requires that the tag SOURCE_BROWSER is set to YES.
-
 SOURCE_TOOLTIPS        = YES
-
-# If the USE_HTAGS tag is set to YES then the references to source code will
-# point to the HTML generated by the htags(1) tool instead of doxygen built-in
-# source browser. The htags tool is part of GNU's global source tagging system
-# (see http://www.gnu.org/software/global/global.html). You will need version
-# 4.8.6 or higher.
-#
-# To use it do the following:
-# - Install the latest version of global
-# - Enable SOURCE_BROWSER and USE_HTAGS in the config file
-# - Make sure the INPUT points to the root of the source tree
-# - Run doxygen as normal
-#
-# Doxygen will invoke htags (and that will in turn invoke gtags), so these
-# tools must be available from the command line (i.e. in the search path).
-#
-# The result: instead of the source browser generated by doxygen, the links to
-# source code will now point to the output of htags.
-# The default value is: NO.
-# This tag requires that the tag SOURCE_BROWSER is set to YES.
-
 USE_HTAGS              = NO
-
-# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
-# verbatim copy of the header file for each class for which an include is
-# specified. Set to NO to disable this.
-# See also: Section \class.
-# The default value is: YES.
-
 VERBATIM_HEADERS       = YES
-
-# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
-# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
-# cost of reduced performance. This can be particularly helpful with template
-# rich C++ code for which doxygen's built-in parser lacks the necessary type
-# information.
-# Note: The availability of this option depends on whether or not doxygen was
-# compiled with the --with-libclang option.
-# The default value is: NO.
-
-CLANG_ASSISTED_PARSING = NO
-
-# If clang assisted parsing is enabled you can provide the compiler with command
-# line options that you would normally use when invoking the compiler. Note that
-# the include paths will already be set by doxygen for the files and directories
-# specified with INPUT and INCLUDE_PATH.
-# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
-
-CLANG_OPTIONS          =
-
 #---------------------------------------------------------------------------
 # Configuration options related to the alphabetical class index
 #---------------------------------------------------------------------------
-
-# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
-# compounds will be generated. Enable this if the project contains a lot of
-# classes, structs, unions or interfaces.
-# The default value is: YES.
-
 ALPHABETICAL_INDEX     = YES
-
-# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
-# which the alphabetical index list will be split.
-# Minimum value: 1, maximum value: 20, default value: 5.
-# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
-
 COLS_IN_ALPHA_INDEX    = 5
-
-# In case all classes in a project start with a common prefix, all classes will
-# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
-# can be used to specify a prefix (or a list of prefixes) that should be ignored
-# while generating the index headers.
-# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
-
 IGNORE_PREFIX          =
-
 #---------------------------------------------------------------------------
 # Configuration options related to the HTML output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
-# The default value is: YES.
-
 GENERATE_HTML          = YES
-
-# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: html.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_OUTPUT            = tmp
-
-# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
-# generated HTML page (for example: .htm, .php, .asp).
-# The default value is: .html.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_FILE_EXTENSION    = .html
-
-# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
-# each generated HTML page. If the tag is left blank doxygen will generate a
-# standard header.
-#
-# To get valid HTML the header file that includes any scripts and style sheets
-# that doxygen needs, which is dependent on the configuration options used (e.g.
-# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
-# default header using
-# doxygen -w html new_header.html new_footer.html new_stylesheet.css
-# YourConfigFile
-# and then modify the file new_header.html. See also section "Doxygen usage"
-# for information on how to generate the default header that doxygen normally
-# uses.
-# Note: The header is subject to change so you typically have to regenerate the
-# default header when upgrading to a newer version of doxygen. For a description
-# of the possible markers and block names see the documentation.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_HEADER            = header.html
-
-# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
-# generated HTML page. If the tag is left blank doxygen will generate a standard
-# footer. See HTML_HEADER for more information on how to generate a default
-# footer and what special commands can be used inside the footer. See also
-# section "Doxygen usage" for information on how to generate the default footer
-# that doxygen normally uses.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_FOOTER            = footer.html
-
-# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
-# sheet that is used by each HTML page. It can be used to fine-tune the look of
-# the HTML output. If left blank doxygen will generate a default style sheet.
-# See also section "Doxygen usage" for information on how to generate the style
-# sheet that doxygen normally uses.
-# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
-# it is more robust and this tag (HTML_STYLESHEET) will in the future become
-# obsolete.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_STYLESHEET        =
-
-# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
-# cascading style sheets that are included after the standard style sheets
-# created by doxygen. Using this option one can overrule certain style aspects.
-# This is preferred over using HTML_STYLESHEET since it does not replace the
-# standard style sheet and is therefore more robust against future updates.
-# Doxygen will copy the style sheet files to the output directory.
-# Note: The order of the extra style sheet files is of importance (e.g. the last
-# style sheet in the list overrules the setting of the previous ones in the
-# list). For an example see the documentation.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_EXTRA_STYLESHEET  = ql.css
-
-# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
-# other source files which should be copied to the HTML output directory. Note
-# that these files will be copied to the base HTML output directory. Use the
-# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
-# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
-# files will be copied as-is; there are no commands or markers available.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_EXTRA_FILES       =
-
-# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
-# will adjust the colors in the style sheet and background images according to
-# this color. Hue is specified as an angle on a colorwheel, see
-# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
-# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
-# purple, and 360 is red again.
-# Minimum value: 0, maximum value: 359, default value: 220.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_COLORSTYLE_HUE    = 220
-
-# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
-# in the HTML output. For a value of 0 the output will use grayscales only. A
-# value of 255 will produce the most vivid colors.
-# Minimum value: 0, maximum value: 255, default value: 100.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_COLORSTYLE_SAT    = 100
-
-# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
-# luminance component of the colors in the HTML output. Values below 100
-# gradually make the output lighter, whereas values above 100 make the output
-# darker. The value divided by 100 is the actual gamma applied, so 80 represents
-# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
-# change the gamma.
-# Minimum value: 40, maximum value: 240, default value: 80.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_COLORSTYLE_GAMMA  = 80
-
-# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
-# page will contain the date and time when the page was generated. Setting this
-# to NO can help when comparing the output of multiple runs.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_TIMESTAMP         = NO
-
-# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
-# documentation will contain sections that can be hidden and shown after the
-# page has loaded.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_DYNAMIC_SECTIONS  = NO
-
-# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
-# shown in the various tree structured indices initially; the user can expand
-# and collapse entries dynamically later on. Doxygen will expand the tree to
-# such a level that at most the specified number of entries are visible (unless
-# a fully collapsed tree already exceeds this amount). So setting the number of
-# entries 1 will produce a full collapsed tree by default. 0 is a special value
-# representing an infinite number of entries and will result in a full expanded
-# tree by default.
-# Minimum value: 0, maximum value: 9999, default value: 100.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 HTML_INDEX_NUM_ENTRIES = 100
-
-# If the GENERATE_DOCSET tag is set to YES, additional index files will be
-# generated that can be used as input for Apple's Xcode 3 integrated development
-# environment (see: http://developer.apple.com/tools/xcode/), introduced with
-# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
-# Makefile in the HTML output directory. Running make will produce the docset in
-# that directory and running make install will install the docset in
-# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
-# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
-# for more information.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 GENERATE_DOCSET        = NO
-
-# This tag determines the name of the docset feed. A documentation feed provides
-# an umbrella under which multiple documentation sets from a single provider
-# (such as a company or product suite) can be grouped.
-# The default value is: Doxygen generated docs.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
 DOCSET_FEEDNAME        = "Doxygen generated docs"
-
-# This tag specifies a string that should uniquely identify the documentation
-# set bundle. This should be a reverse domain-name style string, e.g.
-# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
-# The default value is: org.doxygen.Project.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
-DOCSET_BUNDLE_ID       = com.state-machine.qm
-
-# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
-# the documentation publisher. This should be a reverse domain-name style
-# string, e.g. com.mycompany.MyDocSet.documentation.
-# The default value is: org.doxygen.Publisher.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
-DOCSET_PUBLISHER_ID    = org.doxygen.Publisher
-
-# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
-# The default value is: Publisher.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
-DOCSET_PUBLISHER_NAME  = Publisher
-
-# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
-# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
-# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
-# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
-# Windows.
-#
-# The HTML Help Workshop contains a compiler that can convert all HTML output
-# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
-# files are now used as the Windows 98 help format, and will replace the old
-# Windows help format (.hlp) on all Windows platforms in the future. Compressed
-# HTML files also contain an index, a table of contents, and you can search for
-# words in the documentation. The HTML workshop also contains a viewer for
-# compressed HTML files.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
+DOCSET_BUNDLE_ID       = com.state-machine.doc
+DOCSET_PUBLISHER_ID    = com.state-machine.doc
+DOCSET_PUBLISHER_NAME  = Quantum Leaps
 GENERATE_HTMLHELP      = YES
-
-# The CHM_FILE tag can be used to specify the file name of the resulting .chm
-# file. You can add a path in front of the file if the result should not be
-# written to the html output directory.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
-CHM_FILE               = ../../doc/qpc.chm
-
-# The HHC_LOCATION tag can be used to specify the location (absolute path
-# including file name) of the HTML help compiler (hhc.exe). If non-empty,
-# doxygen will try to run the HTML help compiler on the generated index.hhp.
-# The file has to be specified with full path.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
+CHM_FILE               = ../../../html/qpc.chm
 HHC_LOCATION           =
-
-# The GENERATE_CHI flag controls if a separate .chi index file is generated
-# (YES) or that it should be included in the master .chm file (NO).
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
 GENERATE_CHI           = NO
-
-# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
-# and project file content.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
 CHM_INDEX_ENCODING     =
-
-# The BINARY_TOC flag controls whether a binary table of contents is generated
-# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
-# enables the Previous and Next buttons.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
 BINARY_TOC             = NO
-
-# The TOC_EXPAND flag can be set to YES to add extra items for group members to
-# the table of contents of the HTML help documentation and to the tree view.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
 TOC_EXPAND             = NO
-
-# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
-# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
-# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
-# (.qch) of the generated HTML documentation.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 GENERATE_QHP           = NO
-
-# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
-# the file name of the resulting .qch file. The path specified is relative to
-# the HTML output folder.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QCH_FILE               =
-
-# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
-# Project output. For more information please see Qt Help Project / Namespace
-# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
-# The default value is: org.doxygen.Project.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHP_NAMESPACE          = com.state-machine.qp
-
-# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
-# Help Project output. For more information please see Qt Help Project / Virtual
-# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
-# folders).
-# The default value is: doc.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHP_VIRTUAL_FOLDER     = doc
-
-# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
-# filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHP_CUST_FILTER_NAME   =
-
-# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
-# custom filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHP_CUST_FILTER_ATTRS  =
-
-# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
-# project's filter section matches. Qt Help Project / Filter Attributes (see:
-# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHP_SECT_FILTER_ATTRS  =
-
-# The QHG_LOCATION tag can be used to specify the location of Qt's
-# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
-# generated .qhp file.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
 QHG_LOCATION           =
-
-# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
-# generated, together with the HTML files, they form an Eclipse help plugin. To
-# install this plugin and make it available under the help contents menu in
-# Eclipse, the contents of the directory containing the HTML and XML files needs
-# to be copied into the plugins directory of eclipse. The name of the directory
-# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
-# After copying Eclipse needs to be restarted before the help appears.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 GENERATE_ECLIPSEHELP   = NO
-
-# A unique identifier for the Eclipse help plugin. When installing the plugin
-# the directory name containing the HTML and XML files should also have this
-# name. Each documentation set should have its own identifier.
-# The default value is: org.doxygen.Project.
-# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
-
 ECLIPSE_DOC_ID         = com.state-machine.qp
-
-# If you want full control over the layout of the generated HTML pages it might
-# be necessary to disable the index and replace it with your own. The
-# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
-# of each HTML page. A value of NO enables the index and the value YES disables
-# it. Since the tabs in the index contain the same information as the navigation
-# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 DISABLE_INDEX          = YES
-
-# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
-# structure should be generated to display hierarchical information. If the tag
-# value is set to YES, a side panel will be generated containing a tree-like
-# index structure (just like the one that is generated for HTML Help). For this
-# to work a browser that supports JavaScript, DHTML, CSS and frames is required
-# (i.e. any modern browser). Windows users are probably better off using the
-# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
-# further fine-tune the look of the index. As an example, the default style
-# sheet generated by doxygen has an example that shows how to put an image at
-# the root of the tree instead of the PROJECT_NAME. Since the tree basically has
-# the same information as the tab index, you could consider setting
-# DISABLE_INDEX to YES when enabling this option.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 GENERATE_TREEVIEW      = YES
-
-# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
-# doxygen will group on one line in the generated HTML documentation.
-#
-# Note that a value of 0 will completely suppress the enum values from appearing
-# in the overview section.
-# Minimum value: 0, maximum value: 20, default value: 4.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 ENUM_VALUES_PER_LINE   = 4
-
-# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
-# to set the initial width (in pixels) of the frame in which the tree is shown.
-# Minimum value: 0, maximum value: 1500, default value: 250.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 TREEVIEW_WIDTH         = 180
-
-# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
-# external symbols imported via tag files in a separate window.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 EXT_LINKS_IN_WINDOW    = NO
-
-# Use this tag to change the font size of LaTeX formulas included as images in
-# the HTML documentation. When you change the font size after a successful
-# doxygen run you need to manually remove any form_*.png images from the HTML
-# output directory to force them to be regenerated.
-# Minimum value: 8, maximum value: 50, default value: 10.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 FORMULA_FONTSIZE       = 10
-
-# Use the FORMULA_TRANPARENT tag to determine whether or not the images
-# generated for formulas are transparent PNGs. Transparent PNGs are not
-# supported properly for IE 6.0, but are supported on all modern browsers.
-#
-# Note that when changing this option you need to delete any form_*.png files in
-# the HTML output directory before the changes have effect.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 FORMULA_TRANSPARENT    = YES
-
-# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
-# http://www.mathjax.org) which uses client side Javascript for the rendering
-# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
-# installed or if you want to formulas look prettier in the HTML output. When
-# enabled you may also need to install MathJax separately and configure the path
-# to it using the MATHJAX_RELPATH option.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 USE_MATHJAX            = NO
-
-# When MathJax is enabled you can set the default output format to be used for
-# the MathJax output. See the MathJax site (see:
-# http://docs.mathjax.org/en/latest/output.html) for more details.
-# Possible values are: HTML-CSS (which is slower, but has the best
-# compatibility), NativeMML (i.e. MathML) and SVG.
-# The default value is: HTML-CSS.
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
 MATHJAX_FORMAT         = HTML-CSS
-
-# When MathJax is enabled you need to specify the location relative to the HTML
-# output directory using the MATHJAX_RELPATH option. The destination directory
-# should contain the MathJax.js script. For instance, if the mathjax directory
-# is located at the same level as the HTML output directory, then
-# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
-# Content Delivery Network so you can quickly see the result without installing
-# MathJax. However, it is strongly recommended to install a local copy of
-# MathJax from http://www.mathjax.org before deployment.
-# The default value is: http://cdn.mathjax.org/mathjax/latest.
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
 MATHJAX_RELPATH        = http://cdn.mathjax.org/mathjax/latest
-
-# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
-# extension names that should be enabled during MathJax rendering. For example
-# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
 MATHJAX_EXTENSIONS     =
-
-# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
-# of code that will be used on startup of the MathJax code. See the MathJax site
-# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
-# example see the documentation.
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
 MATHJAX_CODEFILE       =
-
-# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
-# the HTML output. The underlying search engine uses javascript and DHTML and
-# should work on any modern browser. Note that when using HTML help
-# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
-# there is already a search function so this one should typically be disabled.
-# For large projects the javascript based search engine can be slow, then
-# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
-# search using the keyboard; to jump to the search box use <access key> + S
-# (what the <access key> is depends on the OS and browser, but it is typically
-# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
-# key> to jump into the search results window, the results can be navigated
-# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
-# the search. The filter options can be selected when the cursor is inside the
-# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
-# to select a filter and <Enter> or <escape> to activate or cancel the filter
-# option.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
 SEARCHENGINE           = YES
-
-# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
-# implemented using a web server instead of a web client using Javascript. There
-# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
-# setting. When disabled, doxygen will generate a PHP script for searching and
-# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
-# and searching needs to be provided by external tools. See the section
-# "External Indexing and Searching" for details.
-# The default value is: NO.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 SERVER_BASED_SEARCH    = NO
-
-# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
-# script for searching. Instead the search results are written to an XML file
-# which needs to be processed by an external indexer. Doxygen will invoke an
-# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
-# search results.
-#
-# Doxygen ships with an example indexer (doxyindexer) and search engine
-# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/).
-#
-# See the section "External Indexing and Searching" for details.
-# The default value is: NO.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 EXTERNAL_SEARCH        = NO
-
-# The SEARCHENGINE_URL should point to a search engine hosted by a web server
-# which will return the search results when EXTERNAL_SEARCH is enabled.
-#
-# Doxygen ships with an example indexer (doxyindexer) and search engine
-# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/). See the section "External Indexing and
-# Searching" for details.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 SEARCHENGINE_URL       =
-
-# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
-# search data is written to a file for indexing by an external tool. With the
-# SEARCHDATA_FILE tag the name of this file can be specified.
-# The default file is: searchdata.xml.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 SEARCHDATA_FILE        = searchdata.xml
-
-# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
-# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
-# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
-# projects and redirect the results back to the right project.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 EXTERNAL_SEARCH_ID     =
-
-# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
-# projects other than the one defined by this configuration file, but that are
-# all added to the same external search index. Each project needs to have a
-# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
-# to a relative location where the documentation can be found. The format is:
-# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
 EXTRA_SEARCH_MAPPINGS  =
-
 #---------------------------------------------------------------------------
 # Configuration options related to the LaTeX output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
-# The default value is: YES.
-
 GENERATE_LATEX         = NO
-
-# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: latex.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_OUTPUT           = latex
-
-# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
-# invoked.
-#
-# Note that when enabling USE_PDFLATEX this option is only used for generating
-# bitmaps for formulas in the HTML output, but not in the Makefile that is
-# written to the output directory.
-# The default file is: latex.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_CMD_NAME         = latex
-
-# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
-# index for LaTeX.
-# The default file is: makeindex.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 MAKEINDEX_CMD_NAME     = makeindex
-
-# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
-# documents. This may be useful for small projects and may help to save some
-# trees in general.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 COMPACT_LATEX          = NO
-
-# The PAPER_TYPE tag can be used to set the paper type that is used by the
-# printer.
-# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
-# 14 inches) and executive (7.25 x 10.5 inches).
-# The default value is: a4.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 PAPER_TYPE             = letter
-
-# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
-# that should be included in the LaTeX output. To get the times font for
-# instance you can specify
-# EXTRA_PACKAGES=times
-# If left blank no extra packages will be included.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 EXTRA_PACKAGES         =
-
-# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
-# generated LaTeX document. The header should contain everything until the first
-# chapter. If it is left blank doxygen will generate a standard header. See
-# section "Doxygen usage" for information on how to let doxygen write the
-# default header to a separate file.
-#
-# Note: Only use a user-defined header if you know what you are doing! The
-# following commands have a special meaning inside the header: $title,
-# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
-# $projectbrief, $projectlogo. Doxygen will replace $title with the empty
-# string, for the replacement values of the other commands the user is referred
-# to HTML_HEADER.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_HEADER           =
-
-# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
-# generated LaTeX document. The footer should contain everything after the last
-# chapter. If it is left blank doxygen will generate a standard footer. See
-# LATEX_HEADER for more information on how to generate a default footer and what
-# special commands can be used inside the footer.
-#
-# Note: Only use a user-defined footer if you know what you are doing!
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_FOOTER           =
-
-# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
-# LaTeX style sheets that are included after the standard style sheets created
-# by doxygen. Using this option one can overrule certain style aspects. Doxygen
-# will copy the style sheet files to the output directory.
-# Note: The order of the extra style sheet files is of importance (e.g. the last
-# style sheet in the list overrules the setting of the previous ones in the
-# list).
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_EXTRA_STYLESHEET =
-
-# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
-# other source files which should be copied to the LATEX_OUTPUT output
-# directory. Note that the files will be copied as-is; there are no commands or
-# markers available.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_EXTRA_FILES      =
-
-# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
-# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
-# contain links (just like the HTML output) instead of page references. This
-# makes the output suitable for online browsing using a PDF viewer.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 PDF_HYPERLINKS         = YES
-
-# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
-# the PDF file directly from the LaTeX files. Set this option to YES, to get a
-# higher quality PDF documentation.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 USE_PDFLATEX           = YES
-
-# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
-# command to the generated LaTeX files. This will instruct LaTeX to keep running
-# if errors occur, instead of asking the user for help. This option is also used
-# when generating formulas in HTML.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_BATCHMODE        = NO
-
-# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
-# index chapters (such as File Index, Compound Index, etc.) in the output.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_HIDE_INDICES     = NO
-
-# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
-# code with syntax highlighting in the LaTeX output.
-#
-# Note that which sources are shown also depends on other settings such as
-# SOURCE_BROWSER.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_SOURCE_CODE      = NO
-
-# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
-# bibliography, e.g. plainnat, or ieeetr. See
-# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
-# The default value is: plain.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
 LATEX_BIB_STYLE        = plain
-
 #---------------------------------------------------------------------------
 # Configuration options related to the RTF output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
-# RTF output is optimized for Word 97 and may not look too pretty with other RTF
-# readers/editors.
-# The default value is: NO.
-
 GENERATE_RTF           = NO
-
-# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: rtf.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 RTF_OUTPUT             = rtf
-
-# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
-# documents. This may be useful for small projects and may help to save some
-# trees in general.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 COMPACT_RTF            = NO
-
-# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
-# contain hyperlink fields. The RTF file will contain links (just like the HTML
-# output) instead of page references. This makes the output suitable for online
-# browsing using Word or some other Word compatible readers that support those
-# fields.
-#
-# Note: WordPad (write) and others do not support links.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 RTF_HYPERLINKS         = NO
-
-# Load stylesheet definitions from file. Syntax is similar to doxygen's config
-# file, i.e. a series of assignments. You only have to provide replacements,
-# missing definitions are set to their default value.
-#
-# See also section "Doxygen usage" for information on how to generate the
-# default style sheet that doxygen normally uses.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 RTF_STYLESHEET_FILE    =
-
-# Set optional variables used in the generation of an RTF document. Syntax is
-# similar to doxygen's config file. A template extensions file can be generated
-# using doxygen -e rtf extensionFile.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 RTF_EXTENSIONS_FILE    =
-
-# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
-# with syntax highlighting in the RTF output.
-#
-# Note that which sources are shown also depends on other settings such as
-# SOURCE_BROWSER.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
 RTF_SOURCE_CODE        = NO
-
 #---------------------------------------------------------------------------
 # Configuration options related to the man page output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
-# classes and files.
-# The default value is: NO.
-
 GENERATE_MAN           = NO
-
-# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it. A directory man3 will be created inside the directory specified by
-# MAN_OUTPUT.
-# The default directory is: man.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
 MAN_OUTPUT             = man
-
-# The MAN_EXTENSION tag determines the extension that is added to the generated
-# man pages. In case the manual section does not start with a number, the number
-# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
-# optional.
-# The default value is: .3.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
 MAN_EXTENSION          = .3
-
-# The MAN_SUBDIR tag determines the name of the directory created within
-# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
-# MAN_EXTENSION with the initial . removed.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
 MAN_SUBDIR             =
-
-# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
-# will generate one additional man file for each entity documented in the real
-# man page(s). These additional files only source the real man page, but without
-# them the man command would be unable to find the correct page.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
 MAN_LINKS              = NO
-
 #---------------------------------------------------------------------------
 # Configuration options related to the XML output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
-# captures the structure of the code including all documentation.
-# The default value is: NO.
-
 GENERATE_XML           = NO
-
-# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: xml.
-# This tag requires that the tag GENERATE_XML is set to YES.
-
 XML_OUTPUT             = xml
-
-# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
-# listings (including syntax highlighting and cross-referencing information) to
-# the XML output. Note that enabling this will significantly increase the size
-# of the XML output.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_XML is set to YES.
-
 XML_PROGRAMLISTING     = YES
-
 #---------------------------------------------------------------------------
 # Configuration options related to the DOCBOOK output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
-# that can be used to generate PDF.
-# The default value is: NO.
-
 GENERATE_DOCBOOK       = NO
-
-# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
-# front of it.
-# The default directory is: docbook.
-# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
-
 DOCBOOK_OUTPUT         = docbook
-
-# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
-# program listings (including syntax highlighting and cross-referencing
-# information) to the DOCBOOK output. Note that enabling this will significantly
-# increase the size of the DOCBOOK output.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
-
 DOCBOOK_PROGRAMLISTING = NO
-
 #---------------------------------------------------------------------------
 # Configuration options for the AutoGen Definitions output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
-# AutoGen Definitions (see http://autogen.sf.net) file that captures the
-# structure of the code including all documentation. Note that this feature is
-# still experimental and incomplete at the moment.
-# The default value is: NO.
-
 GENERATE_AUTOGEN_DEF   = NO
-
 #---------------------------------------------------------------------------
 # Configuration options related to the Perl module output
 #---------------------------------------------------------------------------
-
-# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
-# file that captures the structure of the code including all documentation.
-#
-# Note that this feature is still experimental and incomplete at the moment.
-# The default value is: NO.
-
 GENERATE_PERLMOD       = NO
-
-# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
-# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
-# output from the Perl module output.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
-
 PERLMOD_LATEX          = NO
-
-# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
-# formatted so it can be parsed by a human reader. This is useful if you want to
-# understand what is going on. On the other hand, if this tag is set to NO, the
-# size of the Perl module output will be much smaller and Perl will parse it
-# just the same.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
-
 PERLMOD_PRETTY         = YES
-
-# The names of the make variables in the generated doxyrules.make file are
-# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
-# so different doxyrules.make files included by the same Makefile don't
-# overwrite each other's variables.
-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
-
 PERLMOD_MAKEVAR_PREFIX =
-
 #---------------------------------------------------------------------------
 # Configuration options related to the preprocessor
 #---------------------------------------------------------------------------
-
-# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
-# C-preprocessor directives found in the sources and include files.
-# The default value is: YES.
-
 ENABLE_PREPROCESSING   = YES
-
-# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
-# in the source code. If set to NO, only conditional compilation will be
-# performed. Macro expansion can be done in a controlled way by setting
-# EXPAND_ONLY_PREDEF to YES.
-# The default value is: NO.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 MACRO_EXPANSION        = NO
-
-# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
-# the macro expansion is limited to the macros specified with the PREDEFINED and
-# EXPAND_AS_DEFINED tags.
-# The default value is: NO.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 EXPAND_ONLY_PREDEF     = NO
-
-# If the SEARCH_INCLUDES tag is set to YES, the include files in the
-# INCLUDE_PATH will be searched if a #include is found.
-# The default value is: YES.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 SEARCH_INCLUDES        = YES
-
-# The INCLUDE_PATH tag can be used to specify one or more directories that
-# contain include files that are not input files but should be processed by the
-# preprocessor.
-# This tag requires that the tag SEARCH_INCLUDES is set to YES.
-
 INCLUDE_PATH           =
-
-# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
-# patterns (like *.h and *.hpp) to filter out the header-files in the
-# directories. If left blank, the patterns specified with FILE_PATTERNS will be
-# used.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 INCLUDE_FILE_PATTERNS  =
-
-# The PREDEFINED tag can be used to specify one or more macro names that are
-# defined before the preprocessor is started (similar to the -D option of e.g.
-# gcc). The argument of the tag is a list of macros of the form: name or
-# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
-# is assumed. To prevent a macro definition from being undefined via #undef or
-# recursively expanded use the := operator instead of the = operator.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 PREDEFINED             = Q_SPY
-
-# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
-# tag can be used to specify a list of macro names that should be expanded. The
-# macro definition that is found in the sources will be used. Use the PREDEFINED
-# tag if you want to use a different macro definition that overrules the
-# definition found in the source code.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 EXPAND_AS_DEFINED      =
-
-# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
-# remove all references to function-like macros that are alone on a line, have
-# an all uppercase name, and do not end with a semicolon. Such function macros
-# are typically used for boiler-plate code, and will confuse the parser if not
-# removed.
-# The default value is: YES.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
 SKIP_FUNCTION_MACROS   = YES
-
 #---------------------------------------------------------------------------
 # Configuration options related to external references
 #---------------------------------------------------------------------------
-
-# The TAGFILES tag can be used to specify one or more tag files. For each tag
-# file the location of the external documentation should be added. The format of
-# a tag file without this location is as follows:
-# TAGFILES = file1 file2 ...
-# Adding location for the tag files is done as follows:
-# TAGFILES = file1=loc1 "file2 = loc2" ...
-# where loc1 and loc2 can be relative or absolute paths or URLs. See the
-# section "Linking to external documentation" for more information about the use
-# of tag files.
-# Note: Each tag file must have a unique name (where the name does NOT include
-# the path). If a tag file is not located in the directory in which doxygen is
-# run, you must also specify the path to the tagfile here.
-
 TAGFILES               =
-
-# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
-# tag file that is based on the input files it reads. See section "Linking to
-# external documentation" for more information about the usage of tag files.
-
 GENERATE_TAGFILE       =
-
-# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
-# the class index. If set to NO, only the inherited external classes will be
-# listed.
-# The default value is: NO.
-
 ALLEXTERNALS           = NO
-
-# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
-# in the modules index. If set to NO, only the current project's groups will be
-# listed.
-# The default value is: YES.
-
 EXTERNAL_GROUPS        = YES
-
-# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
-# the related pages index. If set to NO, only the current project's pages will
-# be listed.
-# The default value is: YES.
-
 EXTERNAL_PAGES         = YES
-
-# The PERL_PATH should be the absolute path and name of the perl script
-# interpreter (i.e. the result of 'which perl').
-# The default file (with absolute path) is: /usr/bin/perl.
-
 PERL_PATH              = /usr/bin/perl
-
 #---------------------------------------------------------------------------
 # Configuration options related to the dot tool
 #---------------------------------------------------------------------------
-
-# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
-# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
-# NO turns the diagrams off. Note that this option also works with HAVE_DOT
-# disabled, but it is recommended to install and use dot, since it yields more
-# powerful graphs.
-# The default value is: YES.
-
 CLASS_DIAGRAMS         = YES
-
-# You can define message sequence charts within doxygen comments using the \msc
-# command. Doxygen will then run the mscgen tool (see:
-# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
-# documentation. The MSCGEN_PATH tag allows you to specify the directory where
-# the mscgen tool resides. If left empty the tool is assumed to be found in the
-# default search path.
-
 MSCGEN_PATH            =
-
-# You can include diagrams made with dia in doxygen documentation. Doxygen will
-# then run dia to produce the diagram and insert it in the documentation. The
-# DIA_PATH tag allows you to specify the directory where the dia binary resides.
-# If left empty dia is assumed to be found in the default search path.
-
 DIA_PATH               =
-
-# If set to YES the inheritance and collaboration graphs will hide inheritance
-# and usage relations if the target is undocumented or is not a class.
-# The default value is: YES.
-
 HIDE_UNDOC_RELATIONS   = YES
-
-# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
-# available from the path. This tool is part of Graphviz (see:
-# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
-# Bell Labs. The other options in this section have no effect if this option is
-# set to NO
-# The default value is: NO.
-
 HAVE_DOT               = NO
-
-# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
-# to run in parallel. When set to 0 doxygen will base this on the number of
-# processors available in the system. You can set it explicitly to a value
-# larger than 0 to get control over the balance between CPU load and processing
-# speed.
-# Minimum value: 0, maximum value: 32, default value: 0.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_NUM_THREADS        = 0
-
-# When you want a differently looking font in the dot files that doxygen
-# generates you can specify the font name using DOT_FONTNAME. You need to make
-# sure dot is able to find the font, which can be done by putting it in a
-# standard location or by setting the DOTFONTPATH environment variable or by
-# setting DOT_FONTPATH to the directory containing the font.
-# The default value is: Helvetica.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_FONTNAME           = Helvetica
-
-# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
-# dot graphs.
-# Minimum value: 4, maximum value: 24, default value: 10.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_FONTSIZE           = 10
-
-# By default doxygen will tell dot to use the default font as specified with
-# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
-# the path where dot can find it using this tag.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_FONTPATH           =
-
-# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
-# each documented class showing the direct and indirect inheritance relations.
-# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 CLASS_GRAPH            = YES
-
-# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
-# graph for each documented class showing the direct and indirect implementation
-# dependencies (inheritance, containment, and class references variables) of the
-# class with other documented classes.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 COLLABORATION_GRAPH    = YES
-
-# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
-# groups, showing the direct groups dependencies.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 GROUP_GRAPHS           = YES
-
-# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
-# collaboration diagrams in a style similar to the OMG's Unified Modeling
-# Language.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 UML_LOOK               = YES
-
-# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
-# class node. If there are many fields or methods and many nodes the graph may
-# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
-# number of items for each type to make the size more manageable. Set this to 0
-# for no limit. Note that the threshold may be exceeded by 50% before the limit
-# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
-# but if the number exceeds 15, the total amount of fields shown is limited to
-# 10.
-# Minimum value: 0, maximum value: 100, default value: 10.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 UML_LIMIT_NUM_FIELDS   = 10
-
-# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
-# collaboration graphs will show the relations between templates and their
-# instances.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 TEMPLATE_RELATIONS     = NO
-
-# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
-# YES then doxygen will generate a graph for each documented file showing the
-# direct and indirect include dependencies of the file with other documented
-# files.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 INCLUDE_GRAPH          = YES
-
-# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
-# set to YES then doxygen will generate a graph for each documented file showing
-# the direct and indirect include dependencies of the file with other documented
-# files.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 INCLUDED_BY_GRAPH      = YES
-
-# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
-# dependency graph for every global function or class method.
-#
-# Note that enabling this option will significantly increase the time of a run.
-# So in most cases it will be better to enable call graphs for selected
-# functions only using the \callgraph command.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 CALL_GRAPH             = NO
-
-# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
-# dependency graph for every global function or class method.
-#
-# Note that enabling this option will significantly increase the time of a run.
-# So in most cases it will be better to enable caller graphs for selected
-# functions only using the \callergraph command.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 CALLER_GRAPH           = NO
-
-# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
-# hierarchy of all classes instead of a textual one.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 GRAPHICAL_HIERARCHY    = YES
-
-# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
-# dependencies a directory has on other directories in a graphical way. The
-# dependency relations are determined by the #include relations between the
-# files in the directories.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DIRECTORY_GRAPH        = YES
-
-# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
-# generated by dot.
-# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
-# to make the SVG files visible in IE 9+ (other browsers do not have this
-# requirement).
-# Possible values are: png, jpg, gif and svg.
-# The default value is: png.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_IMAGE_FORMAT       = png
-
-# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
-# enable generation of interactive SVG images that allow zooming and panning.
-#
-# Note that this requires a modern browser other than Internet Explorer. Tested
-# and working are Firefox, Chrome, Safari, and Opera.
-# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
-# the SVG files visible. Older versions of IE do not have SVG support.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 INTERACTIVE_SVG        = NO
-
-# The DOT_PATH tag can be used to specify the path where the dot tool can be
-# found. If left blank, it is assumed the dot tool can be found in the path.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_PATH               =
-
-# The DOTFILE_DIRS tag can be used to specify one or more directories that
-# contain dot files that are included in the documentation (see the \dotfile
-# command).
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOTFILE_DIRS           =
-
-# The MSCFILE_DIRS tag can be used to specify one or more directories that
-# contain msc files that are included in the documentation (see the \mscfile
-# command).
-
 MSCFILE_DIRS           =
-
-# The DIAFILE_DIRS tag can be used to specify one or more directories that
-# contain dia files that are included in the documentation (see the \diafile
-# command).
-
 DIAFILE_DIRS           =
-
-# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
-# path where java can find the plantuml.jar file. If left blank, it is assumed
-# PlantUML is not used or called during a preprocessing step. Doxygen will
-# generate a warning when it encounters a \startuml command in this case and
-# will not generate output for the diagram.
-
 PLANTUML_JAR_PATH      =
-
-# When using plantuml, the specified paths are searched for files specified by
-# the !include statement in a plantuml block.
-
 PLANTUML_INCLUDE_PATH  =
-
-# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
-# that will be shown in the graph. If the number of nodes in a graph becomes
-# larger than this value, doxygen will truncate the graph, which is visualized
-# by representing a node as a red box. Note that doxygen if the number of direct
-# children of the root node in a graph is already larger than
-# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
-# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
-# Minimum value: 0, maximum value: 10000, default value: 50.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_GRAPH_MAX_NODES    = 50
-
-# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
-# generated by dot. A depth value of 3 means that only nodes reachable from the
-# root by following a path via at most 3 edges will be shown. Nodes that lay
-# further from the root node will be omitted. Note that setting this option to 1
-# or 2 may greatly reduce the computation time needed for large code bases. Also
-# note that the size of a graph can be further restricted by
-# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
-# Minimum value: 0, maximum value: 1000, default value: 0.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 MAX_DOT_GRAPH_DEPTH    = 0
-
-# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
-# background. This is disabled by default, because dot on Windows does not seem
-# to support this out of the box.
-#
-# Warning: Depending on the platform used, enabling this option may lead to
-# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
-# read).
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_TRANSPARENT        = NO
-
-# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
-# files in one run (i.e. multiple -o and -T options on the command line). This
-# makes dot run faster, but since only newer versions of dot (>1.8.10) support
-# this, this feature is disabled by default.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_MULTI_TARGETS      = NO
-
-# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
-# explaining the meaning of the various boxes and arrows in the dot generated
-# graphs.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 GENERATE_LEGEND        = YES
-
-# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
-# files that are used to generate the various graphs.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
 DOT_CLEANUP            = YES

+ 24 - 3
doxygen/about.dox → doxygen/about.cc

@@ -44,7 +44,14 @@ If you are developing and distributing traditional closed source applications, y
 @section getting_started Getting Started with QP/C
 The Quantum Leaps Application Note <a class="extern" target="_blank" href="http://www.state-machine.com/doc/AN_Getting_Started_with_QPC.pdf"><strong>Getting Started with QP/C</strong></a> provides step-by-step instructions on how to get started with QP/C quickly.
 
-@image html AN_Getting_Started_with_QPC.jpg
+@htmlonly
+<div class="image">
+<a target="_blank" href="http://www.state-machine.com/doc/AN_Getting_Started_with_QPC.pdf"><img border="0" src="img/AN_Getting_Started_with_QPC.jpg" title="Download PDF"></a>
+<div class="caption">
+Application Note: Getting Started with QP/C
+</div>
+</div>
+@endhtmlonly
 
 The standard QP/C distribution contains also many @ref exa "Example Projects", which are specifically designed to help you learn to use QP/C and to serve you as starting points for your own projects.
 
@@ -85,7 +92,14 @@ The following annotated directory tree lists the top-level directories provided
 @section coding Coding Standard
 The QP/C framework has been developed in strict adherence to the documented <a class="extern" target="_blank" href="http://www.state-machine.com/doc/AN_QL_Coding_Standard.pdf"><strong>Quantum Leaps Coding Standard</strong></a>.
 
-@image html AN_Coding_Standard.jpg "Quantum Leaps C/C++ Coding Standard"
+@htmlonly
+<div class="image">
+<a target="_blank" href="http://www.state-machine.com/doc/AN_QL_Coding_Standard.pdf"><img border="0" src="img/AN_Coding_Standard.jpg " title="Download PDF"></a>
+<div class="caption">
+Application Note: Quantum Leaps C/C++ Coding Standard
+</div>
+</div>
+@endhtmlonly
 
 
 ------------------------------------------------------------------------------
@@ -94,7 +108,14 @@ The QP/C framework has been developed in strict adherence to the documented <a c
 <p>The QP/C framework complies with most of the Motor Industry Software Reliability Association (MISRA) MISRA-C:2004 rules.
 </p>
 
-@image html AN_MISRA-QPC.jpg "QP/C MISRA-C:2004 Compliance Matrix"
+@htmlonly
+<div class="image">
+<a target="_blank" href="http://www.state-machine.com/doc/AN_QP-C_MISRA.pdf"><img border="0" src="img/AN_MISRA-QPC.jpg" title="Download PDF"></a>
+<div class="caption">
+Application Note: QP/C MISRA-C:2004 Compliance Matrix
+</div>
+</div>
+@endhtmlonly
 
 All deviations are carefully limited into very specific contexts and are documented with the Application Note: <a class="extern" target="_blank" href="http://www.state-machine.com/doc/AN_QP-C_MISRA.pdf"><strong>QP/C MISRA-C:2004 Compliance Matrix</strong></a>.
 

+ 8 - 1
doxygen/design.dox → doxygen/design.cc

@@ -6,7 +6,14 @@
 
 Even though QP/C is implemented in standard ANSI-C, it extensively uses object-oriented design principles such as **encapsulation** (classes), single **inheritance**, and, starting with QP5, **polymorphism** (late binding). At the C language level, these proven ways of software design become **design-patterns** and coding idioms.
 
-@image html AN_Simple_OOP_in_C.jpg
+@htmlonly
+<div class="image">
+<a target="_blank" href="http://www.state-machine.com/doc/AN_Simple_OOP_in_C.pdf"><img border="0" src="img/AN_Simple_OOP_in_C.jpg" title="Download PDF"></a>
+<div class="caption">
+Application Note: Getting Started with QP/C
+</div>
+</div>
+@endhtmlonly
 
 The Quantum Leaps Application Note <a class="extern" target="_blank" href="http://www.state-machine.com/doc/AN_Simple_OOP_in_C.pdf"><strong>Simple Object-Oriented Programming in C</strong></a> describes how the OOP design patterns are implemented in QP/C and how you should code them in your own applications.
 <div class="clear"></div>

+ 28 - 0
doxygen/exa.dox → doxygen/exa.cc

@@ -216,6 +216,34 @@ The Third-Party software components included in the <span class="img folder">3rd
 sub-folders.
 
 
+------------------------------------------------------------------------------
+@section exa_own Creating your Own QP/C Projects
+
+Perhaps the most important fact of life to remember is that in embedded systems nothing works until everything works. This means that you should always start with a <strong>working system</strong> and gradually evolve it, changing one thing at a time and making sure that it keeps working every step of the way.
+
+Keeping this in mind, the provided QP/C application examples, such as the super-simple Blinky, or a bit more advanced @ref dpp or @ref game, allow you to get started with a working project rather than starting from scratch. You should also always try one of the provided example projects on the same evaluation board that it was designed for, before making any changes.
+
+Only after convincing yourself that the example project works "as is", you can think about creating your own projects. At this point, the easiest and recommended way is to copy the existing working example project folder (such as the Blinky example) and rename it.
+
+After copying the project folder, you still need to change the name of the project/workspace. The easiest and safest way to do this is to open the project/workspace in the corresponding IDE and use the Save As... option to save the project under a different name. You can do this also with the QM model file, which you can open in QM and "Save As" a different model.
+
+@note
+By copying and re-naming an existing, working project, as opposed to creating a new one from scratch, you inherit the correct compiler and linker options an other project settings, which will help you get started much faster.
+
+
+------------------------------------------------------------------------------
+@section exa_doc Next Steps and Further Reading About QP and QM
+
+To work with QP/C effectively, you need to learn a bit more about active objects and state machines. Below is a list of links to enable you to further your knowledge:
+
+1. The book “Practical UML Statecharts in C/C++, 2nd Edition” [PSiCC2] and the companion web-page to the book (http://www.state-machine.com/psicc2/ 
+2. Free Support Forum for QP/QM (https://sourceforge.net/p/qpc/discussion/668726 )
+3. QP Code Downloads summary (http://www.state-machine.com/downloads )
+4. QP Application Notes (http://www.state-machine.com/resources/appnotes.php )
+5. QP Articles (http://www.state-machine.com/resources/articles.php )
+6. QP/C Tutorial (http://www.state-machine.com/doxygen/qpc/tutorial.html)
+7. "State Space" Blog (http://embeddedgurus.com/state-space/ )
+
 @next{exa_ref}
 */
 

+ 25 - 1
doxygen/exa_apps.dox → doxygen/exa_apps.cc

@@ -57,7 +57,31 @@ The very simple state machine of the Blinky AO is shown in the figure below:
   </li>
 </ul>
 
-@image html under_construction.jpg
+------------------------------------------------------------------------------
+@section blinky_code State Machine Code
+The Blinky state machine shown above is implemented in the blinky.c source file, as shown in the
+listing below. The code has been specifically organized not to access target resources directly, but instead encapsulate all such access in the calls to the BSP (Board Support Package). So for example, instead of turning the LED on and off by writing to a specific GPIO register on an embedded board, the code calls the BSP functions `BSP_ledOn()` and `BSP_ledOff()`. These functions can then be defined differently for each Target board (or even a desktop workstation), without the need to change the state machine code.
+
+@note
+The Blinky source code (blinky.c) is actually the same on all platforms, including Windows
+and the embedded boards. The only difference is in the Board Support Package (bsp.c), which is 
+specific for the target.
+
+@includelineno examples/arm-cm/blinky_ek-tm4c123gxl/blinky.c
+
+As you can see, the structure of the state machine is very clearly recognizable in this code. Please refer to the Application Note <a class="extern" target="_blank" href="http://state-machine.com/doc/AN_Crash_Course_in_UML_State_Machines.pdf">A Crash Course in UML State Machines</a> for exact explanation of the state machine coding techniques.
+
+
+@subsection blinky_ao Defining Active Object (AO) Class
+
+
+
+- hand-coding the simple state machine of the Blinky AO;
+- using a periodic time event;
+- initializing the QP framework; and
+- starting an AO.
+
+
 
 @next{dpp}
 */

+ 0 - 0
doxygen/exa_mware.dox → doxygen/exa_mware.cc


+ 0 - 0
doxygen/exa_native.dox → doxygen/exa_native.cc


+ 2 - 2
doxygen/exa_os.dox → doxygen/exa_os.cc

@@ -26,8 +26,8 @@
 - <span class="img folder">dpp</span> DPP (command-line)
 - <span class="img folder">dpp-gui</span> DPP (with GUI on Windows)
 - <span class="img folder">game-gui</span> "Fly 'n' Shoot" game from Chapter 1 of PSiCC2
-- <span class="img folder">history</span> Transition-to-History design pattern (hand-coded)
-- <span class="img folder">history_qm</span> Transition-to-History with QM model
+- <span class="img folder">history_qhsm</span> Transition-to-History (with ::QHsm class)
+- <span class="img folder">history_qmsm</span> Transition-to-History (with ::QMsm class)
 - <span class="img folder">qmsmtst</span> Test State Machine based on ::QMsm with QM model
 - <span class="img folder">qhsmtst</span> Test State Machine based on ::QHsm with QM model
 - <span class="img folder">reminder</span> Reminder design pattern from Chapter 5 of PSiCC2

+ 0 - 0
doxygen/exa_rtos.dox → doxygen/exa_rtos.cc


+ 80 - 11
doxygen/history.dox → doxygen/history.cc

@@ -1,6 +1,75 @@
 /**
 @page history Revision History
+
+@section qpc_5_5_0 Version 5.5.0, 2015-09-04
 
+The main purpose of this release is the extension of the QS software
+tracing system to bi-directional communication with embedded Targets.
+Specifically, the QS-RX (receive channel for QS) has been added with the
+following capabilities:
+
+1. Set global QS filters inside the Target
+
+2. Set local QS filters inside the Target
+
+3. Inject an arbitrary event to the Target (direct post or publish)
+
+4. Execute a user-defined callback function inside the Target with arguments supplied from QSPY
+
+5. Peek data inside the Target and send to QSPY
+
+6. Poke data (supplied from QSPY) into the Target
+
+7. Execute clock tick inside the Target
+
+8. Request target information (version, all sizes of objects, build time-stamp)
+
+9. Remotely reset of the Target
+
+
+This QP/C version complements the recent release of Qtools 5.5.0, where the <a href="http://www.state-machine.com/qspy ">QSPY host application</a> has been extended with a UDP socket, which is open for communication with various Front-Ends (GUI-based or headless). An example Front-End written in Tcl/Tk called "QspyView" has been developed to demonstrate all the features. The example application located in the directory qpc\examples\arm-cm\dpp_ek-tm4c123gxl\qspy contains customization of the "qspyview" script for the DPP application. Please refer to the documentation of this example (@ref arm-cm_dpp_ek-tm4c123gxl) for more information.
+
+Finally, this release adds a state machine operation for implementing
+the shallow history mechanism. The operation is called "childState",
+because it computes a child state of a given parent, such that the child
+belongs to the same state hierarchy as the current state.
+
+Changes in detail:
+
+1. Modified the QS software tracing component to add new functionality,
+such as the QS-RX input channel. Also added new trace records.
+
+2. Added file "qstamp.c" (in the qpc\include\ folder) to provide
+time-stamp of the application build.
+
+3. Added function QMsm_childStateObj() to the QMsm class and
+QHsm_childState() to the QHsm class. These functions have been added to
+support the shallow-history mechanism.
+
+4. Modified all example projects (qpc\examples\ folder) to include the
+"qstamp.c" file and force its re-compilation for each new build, so that
+every build has an up-to-date and unique time stamp.
+
+5. Extended the DPP on TivaC LauchPad example (directory
+qpc\examples\arm-cm\dpp_ek-tm4c123gxl\) to demonstrate QS-RX (QS receive
+channel).
+
+6. Provided example of customizing the "QspyView" Tcl/Tk script for the
+DPP application in the directory qpc\examples\arm-cm\dpp_ek-tm4c123gxl\qspy\
+
+7. Modified all examples (qpc\examples\ folder) to call the
+QS_ASSERTION() macro to the Q_onAssert() callback function.
+
+8. Modified the startup code (in the qpc\3rd_party\ folder) for ARM
+Cortex-M to invoke the Q_onAssert() callback from the assert_failure()
+exception handler. This is to allow application-level code to define
+Q_onAssert() for each specific project.
+
+9. Replaced deprecated registers in TM4C (TivaC) projects
+(SYSCTL->RCGCGPIO rather than the deprecated SYSCTL->RCGC2).
+
+
+------------------------------------------------------------------------------
 @section qpc_5_4_2 Version 5.4.2, 2015-06-04
 
 The main focus of this release is to improve the support for "dual targeting" of QP/C applications, which is developing of deeply embedded code as much as possible on the desktop OS, such as Windows. Experience shows that "dual targeting" dramatically improves productivity of embedded systems developers, perhaps more than any other technique.
@@ -9,15 +78,15 @@ This release makes it possible to use exactly the **same** application code, mai
 
 The support for "dual targeting" in this QP/C release works both for Win32 console and Win32 GUI applications. The Win32-GUI support enables developers to easily emulate the front-panels of the embedded devices, with LCD-screens (graphical and segmented), LEDs, buttons, switches, sliders, etc.
 
-Changes in detal:
+Changes in detail:
 
-1. Modified the QP/C ports to Windows (both @ref win32 and @ref win32-qv) so that they support both Win32 console and Win32-GUI applications. The newly introduced pre-processor #WIN32_GUI macro is now requierd to use the Win32-GUI facilities.
+1. Modified the QP/C ports to Windows (both @ref win32 and @ref win32-qv) so that they support both Win32 console and Win32-GUI applications. The newly introduced pre-processor #WIN32_GUI macro is now required to use the Win32-GUI facilities.
 
 2. Added portable "safe" macros from `<stdio.h>` and `<string.h>` to the QP/C ports to Windows. These macros encapsulate the differences between Microsoft Visual C++ and other compilers (such as MinGW).
 
 3. Simplified the structure of the QP/C Windows ports by eliminating one level of directories for the compilers used. Both VC++ and MinGW builds can now be run in the same port directory.
 
-4. Modified the QF_stop() function in the QP/C port to @ref win32-qv, so that it unblocks the QV event-loop and thus lets the application terminate. 
+4. Modified the QF_stop() function in the QP/C port to @ref win32-qv, so that it unblocks the QV event-loop and thus lets the application terminate.
 
 5. Modified all examples for Windows to use the new port structure.
 
@@ -44,13 +113,13 @@ Also, this release brings several cosmetic improvements:
 
 2. All QM models have been saved with QM 3.3.0, which means that they will not open with QM 3.2.x or earlier QM versions.
 
-3. The ROM-able QP version string QP_versionStr[] has been added and used consistently in the macros QEP_getVersion(), QF_getVersion(), QK_getVersion(), QV_getVersion(), and QS_getVersion() macros.   
+3. The ROM-able QP version string QP_versionStr[] has been added and used consistently in the macros QEP_getVersion(), QF_getVersion(), QK_getVersion(), QV_getVersion(), and QS_getVersion() macros.
 
 4. The `qpc/ports/arm-cm/qk/gnu/qk_port.s` ARM Cortex-M port to QK with GNU has been modified to use the CMSIS-compliant symbol __FPU_PRESENT instead of the FPU_VFP_V4_SP_D16 symbol.
 
 5. All Makefiles for the GNU toolset have been cleaned up, whereas any `\` (back-slash) characters in the paths have been repalced with `/` (forward-slash) characters. Also all these Makefiles have been updated to provide the __FPU_PRESENT to C and assembler when the hardware FPU is used.
 
-6. The file display drver for the EK-LM2S811 board locate at `qpc/3rd_party/ek-lm3s811/display96x16x1.c` has been modified to fix the problem with incorrect hardware delay with the GNU compiler at higher levels of optimization. The in-line assembly for the GNU compiler has been updated such that the delay loop cannot be "optimized away". 
+6. The file display drver for the EK-LM2S811 board locate at `qpc/3rd_party/ek-lm3s811/display96x16x1.c` has been modified to fix the problem with incorrect hardware delay with the GNU compiler at higher levels of optimization. The in-line assembly for the GNU compiler has been updated such that the delay loop cannot be "optimized away".
 
 7. Several README files have been updated.
 
@@ -65,13 +134,13 @@ Additionally, this release changes the basic philosophy of building your embedde
 The move to building QP/C from sources ensures the consistent toolset version and compiler options applied to the application code as well as the QP/C framework code. (**NOTE:** The QP/C examples for "big operating systems", like @ref exa_win32 "Windows" or @ref exa_posix "Linux", still use QP/C as a pre-compiled library that is statically linked with the application code.)
 
 @note
-Even though the QP/C source has been re-packaged in this release, there are no API changes to the code, so it remains **backwards compatible** with the existing applications. (Except the build process, which builds QP/C from sources rather than linking to the QP/C library.) 
+Even though the QP/C source has been re-packaged in this release, there are no API changes to the code, so it remains **backwards compatible** with the existing applications. (Except the build process, which builds QP/C from sources rather than linking to the QP/C library.)
 
 The two changes in basic approach to distributing and building the framework have also the following ripple effects:
 
 1. The QP/C source code has been simplified and has been re-packaged into a much smaller number of source files. The whole QP/C source code now resides in the single <span class="img folder"><a href="dir_b2f33c71d4aa5e7af42a1ca61ff5af1b.html"><strong>source</strong></a></span> folder. Additionally, the source code files have now the **read-only** protection to prevent inadvertent changes to the QP/C soruce code that is part of your projects.
 
-2. It is no longer necessary to define the **QPC environment variable** to build the QP/C examples. All directories and files referenced by example projects are **relative** to the project folder. This change reflects the fact that most development tools add source files to the project using relative paths (and now the projects contain QP/C source code, not just the QP library).   
+2. It is no longer necessary to define the **QPC environment variable** to build the QP/C examples. All directories and files referenced by example projects are **relative** to the project folder. This change reflects the fact that most development tools add source files to the project using relative paths (and now the projects contain QP/C source code, not just the QP library).
 
 3. The QP/C <span class="img folder">@ref ports</span> folder has been reorganized to contain all currently available QP/C ports. The ports are organized into three categories: @ref ports_native "native QP/C ports" ("bare-metal"), @ref ports_rtos "ports to 3rd-party RTOSes", and @ref ports_os "ports to big operating systems" (Windows and Linux).(**NOTE**: the ports are now documented in the this <strong>QP/C Reference Manual</strong>. Each port sub-directory contains a <span class="img qp_link">README</span> link to the corresponding page in the online documentation)
 
@@ -94,7 +163,7 @@ Changes in detail:
 
 5. Added the native @ref arm7-9 "port" and @ref exa_arm7-9 "examples" to the @ref arm7-9 "classic ARM7/9" with AT91SAM7S-EK board and the IAR-ARM toolset.
 
-6. Added the native @ref avr "port" and @ref exa_avr "examples" to the AVR (AVRmega) with GNU-AVR and IAR-AVR toolsets. The @ref exa_avr "examples" are provided for the Arduino-UNO board. 
+6. Added the native @ref avr "port" and @ref exa_avr "examples" to the AVR (AVRmega) with GNU-AVR and IAR-AVR toolsets. The @ref exa_avr "examples" are provided for the Arduino-UNO board.
 
 7. Added the native @ref msp430 "port" and @ref exa_msp430 "examples" to MSP430 with TI CCS-430 and IAR-430 toolsets. The @ref exa_msp430 "examples" are provided for the MSP430 LauchPad boards (the MSP-EXP430G2 and MSP-EXP430F5529LP for the "classic" MSP430 and "extened" MSP430X, respectively).
 
@@ -110,9 +179,9 @@ Changes in detail:
 
 13. Updated @win32 "port to Win32" (Windows). Modified the port to apply a generous "fudge factor" in over-sizing QP event queues and event pools, to minimize the risk of overflowing queues/pools due to non-deterministic Windows behavior.
 
-14. Added new @ref win32-qv "port to Win32-QV" (Windows with cooperative "Vanilla" scheduler, previously known as Win32-1T).    
- 
-15. Updated the @ref lwip_ek-lm3s6965 "lwIP-QP example for EK-LM3S6965 board".    
+14. Added new @ref win32-qv "port to Win32-QV" (Windows with cooperative "Vanilla" scheduler, previously known as Win32-1T).
+
+15. Updated the @ref lwip_ek-lm3s6965 "lwIP-QP example for EK-LM3S6965 board".
 
 
 ------------------------------------------------------------------------------

+ 0 - 0
doxygen/images/AN_Coding_Standard.jpg → doxygen/img/AN_Coding_Standard.jpg


+ 0 - 0
doxygen/images/AN_Getting_Started_with_QPC.jpg → doxygen/img/AN_Getting_Started_with_QPC.jpg


+ 0 - 0
doxygen/images/AN_MISRA-QPC.jpg → doxygen/img/AN_MISRA-QPC.jpg


+ 0 - 0
doxygen/images/AN_Simple_OOP_in_C.jpg → doxygen/img/AN_Simple_OOP_in_C.jpg


+ 4 - 0
doxygen/img/img.htm

@@ -5,6 +5,10 @@
 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 <title>QP built-in images</title>
 
+<img src="AN_Coding_Standard.jpg">
+<img src="AN_Getting_Started_with_QPC.jpg">
+<img src="AN_MISRA-QPC.jpg">
+<img src="AN_Simple_OOP_in_C.jpg">
 <img src="board.png">
 <img src="checkboxoff.png">
 <img src="checkboxon.png">

+ 0 - 0
doxygen/lint.dox → doxygen/lint.cc


+ 11 - 11
doxygen/make.bat

@@ -1,8 +1,8 @@
 @echo off
 :: ==========================================================================
 :: Product: QP/C script for generating Doxygen documentation
-:: Last Updated for Version: 5.4.2
-:: Date of the Last Update:  2015-06-03
+:: Last Updated for Version: 5.5.0
+:: Date of the Last Update:  2015-08-10
 ::
 ::                    Q u a n t u m     L e a P s
 ::                    ---------------------------
@@ -29,8 +29,8 @@
 :: along with this program. If not, see <http://www.gnu.org/licenses/>.
 ::
 :: Contact information:
-:: Web:   http://www.state-machine.com
-:: Email: info@state-machine.com
+:: http://www.state-machine.com
+:: mailto:info@state-machine.com
 :: ==========================================================================
 setlocal
 
@@ -38,13 +38,13 @@ echo usage:
 echo make
 echo make -CHM
 
-set VERSION=5.4.2
+set VERSION=5.5.0
 
 :: Generate Resource Standard Metrics for QP/C ............................... 
 set DOXHOME="C:\tools\doxygen\bin"
 set RCMHOME="C:\tools\MSquared\M2 RSM"
 
-set RSM_OUTPUT=metrics.dox
+set RSM_OUTPUT=metrics.cc
 set RSM_INPUT=..\include\*.h ..\source\*.h ..\source\*.c
 
 echo /** @page metrics Code Metrics > %RSM_OUTPUT%
@@ -73,16 +73,16 @@ if "%1"=="-CHM" (
     
     echo Cleanup...
     rmdir /S /Q  tmp
-    echo CHM file generated in ..\doc\
+    echo CHM file generated in ..\..\html\qpc\
 
 ) else (
     echo Cleanup...
-    rmdir /S /Q  ..\..\doc\qpc
+    rmdir /S /Q  ..\..\html\qpc
     
     echo Adding custom images...
-    xcopy preview.js ..\..\doc\qpc\
-    xcopy img ..\..\doc\qpc\img\
-    copy images\favicon.ico ..\..\doc\qpc
+    xcopy preview.js ..\..\html\qpc\
+    xcopy img ..\..\html\qpc\img\
+    copy images\favicon.ico ..\..\html\qpc
 
     echo Generating HTML...
     %DOXHOME%\doxygen.exe Doxyfile

+ 359 - 139
doxygen/metrics.dox → doxygen/metrics.cc

@@ -1,7 +1,7 @@
 /** @page metrics Code Metrics 
 
 @code 
-                   Standard Code Metrics for QP/C 5.4.2 
+                   Standard Code Metrics for QP/C 5.5.0 
 
            Resource Standard Metrics (TM) for C, C++, C# and Java
                    Version 7.75 - mSquaredTechnologies.com
@@ -9,7 +9,7 @@
   License Type: Windows Single User License
   Licensed To : Quantum Leaps, LLC
   License No. : WS2975                          License Date: Dec 15, 2013
-  Build Date  : Sep  2 2009                         Run Date: Jun 04, 2015
+  Build Date  : Sep  2 2009                         Run Date: Sep 04, 2015
   (C)1996-2009 M Squared Technologies LLC
   ________________________________________________________________________
 
@@ -31,7 +31,7 @@
 
                           ~~ Total File Summary ~~
 
-  LOC 150      eLOC 146      lLOC 52       Comment 414      Lines      611
+  LOC 154      eLOC 150      lLOC 54       Comment 414      Lines      617
   ________________________________________________________________________
   End of File: ..\include\qep.h
 
@@ -51,7 +51,7 @@
 
                           ~~ Total File Summary ~~
 
-  LOC 188      eLOC 188      lLOC 73       Comment 523      Lines      815
+  LOC 196      eLOC 196      lLOC 77       Comment 559      Lines      862
   ________________________________________________________________________
   End of File: ..\include\qf.h
 
@@ -91,7 +91,7 @@
 
                           ~~ Total File Summary ~~
 
-  LOC 58       eLOC 57       lLOC 6        Comment 110      Lines      196
+  LOC 60       eLOC 59       lLOC 8        Comment 117      Lines      206
   ________________________________________________________________________
   End of File: ..\include\qpc.h
 
@@ -111,14 +111,14 @@
 
 
     NOTICE: The end of the source file has been reached where the
-            open brace count { 18 != 16 } close brace count 
+            open brace count { 26 != 24 } close brace count 
             This is an indication of non-compilable code within the source
             file.  RSM processes all source code including code wrapped
             with preprocessor directives.  Accurate metrics requires that
             all code present in this file must be compilable.
                           ~~ Total File Summary ~~
 
-  LOC 413      eLOC 409      lLOC 90       Comment 620      Lines     1072
+  LOC 461      eLOC 456      lLOC 108      Comment 671      Lines     1158
   ________________________________________________________________________
   End of File: ..\include\qs.h
 
@@ -128,7 +128,7 @@
 
                           ~~ Total File Summary ~~
 
-  LOC 71       eLOC 71       lLOC 0        Comment 43       Lines      122
+  LOC 69       eLOC 69       lLOC 0        Comment 43       Lines      120
   ________________________________________________________________________
   End of File: ..\include\qs_dummy.h
 
@@ -168,7 +168,7 @@
 
                           ~~ Total File Summary ~~
 
-  LOC 27       eLOC 25       lLOC 5        Comment 81       Lines      117
+  LOC 29       eLOC 27       lLOC 6        Comment 83       Lines      123
   ________________________________________________________________________
   End of File: ..\source\qs_pkg.h
 
@@ -224,31 +224,40 @@
   Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
   LOC 16       eLOC 13       lLOC 9        Comment 21       Lines       21
 
+  Function: QHsm_childState
+  Parameters: (QHsm * const me, QStateHandler const parent)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+      Conditional if / else if: 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 19       eLOC 15       lLOC 12       Comment 28       Lines       25
+
   ------------------------------------------------------------------------
 
                           ~~ Total File Summary ~~
 
-  LOC 322      eLOC 279      lLOC 164      Comment 291      Lines      583
+  LOC 343      eLOC 296      lLOC 176      Comment 319      Lines      629
   ------------------------------------------------------------------------
 
                         ~~ File Functional Summary ~~
 
-  File Function Count....:          6
-  Total Function LOC.....:        282  Total Function Pts LOC :        2.5
-  Total Function eLOC....:        241  Total Function Pts eLOC:        2.2
-  Total Function lLOC....:        157  Total Function Pts lLOC:        1.3
-  Total Function Params .:         12  Total Function Return .:          6
-  Total Cyclo Complexity :         39  Total Function Complex.:         57
+  File Function Count....:          7
+  Total Function LOC.....:        301  Total Function Pts LOC :        2.7
+  Total Function eLOC....:        256  Total Function Pts eLOC:        2.3
+  Total Function lLOC....:        169  Total Function Pts lLOC:        1.4
+  Total Function Params .:         14  Total Function Return .:          7
+  Total Cyclo Complexity :         42  Total Function Complex.:         63
          ------     -----     -----     ------     ------     -----       
-  Max Function LOC ......:        105  Average Function LOC ..:      47.00
-  Max Function eLOC .....:         94  Average Function eLOC .:      40.17
-  Max Function lLOC .....:         62  Average Function lLOC .:      26.17
+  Max Function LOC ......:        105  Average Function LOC ..:      43.00
+  Max Function eLOC .....:         94  Average Function eLOC .:      36.57
+  Max Function lLOC .....:         62  Average Function lLOC .:      24.14
          ------     -----     -----     ------     ------     -----       
   Max Function Parameters:          2  Avg Function Parameters:       2.00
   Max Function Returns ..:          1  Avg Function Returns ..:       1.00
   Max Interface Complex. :          3  Avg Interface Complex. :       3.00
-  Max Cyclomatic Complex.:         15  Avg Cyclomatic Complex.:       6.50
-  Max Total Complexity ..:         18  Avg Total Complexity ..:       9.50
+  Max Cyclomatic Complex.:         15  Avg Cyclomatic Complex.:       6.00
+  Max Total Complexity ..:         18  Avg Total Complexity ..:       9.00
   ________________________________________________________________________
   End of File: ..\source\qep_hsm.c
 
@@ -317,31 +326,40 @@
   Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
   LOC 11       eLOC 8        lLOC 6        Comment 16       Lines       12
 
+  Function: QMsm_childStateObj
+  Parameters: (QMsm const * const me, QMState const * const parent)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+      Conditional if / else if: 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 19       eLOC 13       lLOC 9        Comment 18       Lines       23
+
   ------------------------------------------------------------------------
 
                           ~~ Total File Summary ~~
 
-  LOC 289      eLOC 241      lLOC 133      Comment 264      Lines      528
+  LOC 310      eLOC 256      lLOC 142      Comment 282      Lines      568
   ------------------------------------------------------------------------
 
                         ~~ File Functional Summary ~~
 
-  File Function Count....:          7
-  Total Function LOC.....:        264  Total Function Pts LOC :        2.3
-  Total Function eLOC....:        218  Total Function Pts eLOC:        1.9
-  Total Function lLOC....:        128  Total Function Pts lLOC:        1.0
-  Total Function Params .:         15  Total Function Return .:          7
-  Total Cyclo Complexity :         41  Total Function Complex.:         63
+  File Function Count....:          8
+  Total Function LOC.....:        283  Total Function Pts LOC :        2.4
+  Total Function eLOC....:        231  Total Function Pts eLOC:        2.0
+  Total Function lLOC....:        137  Total Function Pts lLOC:        1.1
+  Total Function Params .:         17  Total Function Return .:          8
+  Total Cyclo Complexity :         44  Total Function Complex.:         69
          ------     -----     -----     ------     ------     -----       
-  Max Function LOC ......:        107  Average Function LOC ..:      37.71
-  Max Function eLOC .....:         91  Average Function eLOC .:      31.14
-  Max Function lLOC .....:         56  Average Function lLOC .:      18.29
+  Max Function LOC ......:        107  Average Function LOC ..:      35.38
+  Max Function eLOC .....:         91  Average Function eLOC .:      28.88
+  Max Function lLOC .....:         56  Average Function lLOC .:      17.13
          ------     -----     -----     ------     ------     -----       
-  Max Function Parameters:          3  Avg Function Parameters:       2.14
+  Max Function Parameters:          3  Avg Function Parameters:       2.13
   Max Function Returns ..:          1  Avg Function Returns ..:       1.00
-  Max Interface Complex. :          4  Avg Interface Complex. :       3.14
-  Max Cyclomatic Complex.:         15  Avg Cyclomatic Complex.:       5.86
-  Max Total Complexity ..:         18  Avg Total Complexity ..:       9.00
+  Max Interface Complex. :          4  Avg Interface Complex. :       3.13
+  Max Cyclomatic Complex.:         15  Avg Cyclomatic Complex.:       5.50
+  Max Total Complexity ..:         18  Avg Total Complexity ..:       8.63
   ________________________________________________________________________
   End of File: ..\source\qep_msm.c
 
@@ -548,31 +566,44 @@
   Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
   LOC 26       eLOC 22       lLOC 13       Comment 35       Lines       39
 
+  Function: QF_newRef_
+  Parameters: (QEvt const * const e, QEvt const * const evtRef)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 7        eLOC 5        lLOC 3        Comment 16       Lines       11
+
+  Function: QF_poolGetMaxBlockSize
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 3        eLOC 2        lLOC 1        Comment 5        Lines        3
+
   ------------------------------------------------------------------------
 
                           ~~ Total File Summary ~~
 
-  LOC 84       eLOC 71       lLOC 36       Comment 170      Lines      250
+  LOC 94       eLOC 78       lLOC 40       Comment 191      Lines      283
   ------------------------------------------------------------------------
 
                         ~~ File Functional Summary ~~
 
-  File Function Count....:          4
-  Total Function LOC.....:         66  Total Function Pts LOC :        0.7
-  Total Function eLOC....:         53  Total Function Pts eLOC:        0.6
-  Total Function lLOC....:         34  Total Function Pts lLOC:        0.3
-  Total Function Params .:          9  Total Function Return .:          4
-  Total Cyclo Complexity :         10  Total Function Complex.:         23
+  File Function Count....:          6
+  Total Function LOC.....:         76  Total Function Pts LOC :        0.7
+  Total Function eLOC....:         60  Total Function Pts eLOC:        0.6
+  Total Function lLOC....:         38  Total Function Pts lLOC:        0.3
+  Total Function Params .:         11  Total Function Return .:          6
+  Total Cyclo Complexity :         13  Total Function Complex.:         30
          ------     -----     -----     ------     ------     -----       
-  Max Function LOC ......:         26  Average Function LOC ..:      16.50
-  Max Function eLOC .....:         22  Average Function eLOC .:      13.25
-  Max Function lLOC .....:         14  Average Function lLOC .:       8.50
+  Max Function LOC ......:         26  Average Function LOC ..:      12.67
+  Max Function eLOC .....:         22  Average Function eLOC .:      10.00
+  Max Function lLOC .....:         14  Average Function lLOC .:       6.33
          ------     -----     -----     ------     ------     -----       
-  Max Function Parameters:          3  Avg Function Parameters:       2.25
+  Max Function Parameters:          3  Avg Function Parameters:       1.83
   Max Function Returns ..:          1  Avg Function Returns ..:       1.00
-  Max Interface Complex. :          4  Avg Interface Complex. :       3.25
-  Max Cyclomatic Complex.:          4  Avg Cyclomatic Complex.:       2.50
-  Max Total Complexity ..:          8  Avg Total Complexity ..:       5.75
+  Max Interface Complex. :          4  Avg Interface Complex. :       2.83
+  Max Cyclomatic Complex.:          4  Avg Cyclomatic Complex.:       2.17
+  Max Total Complexity ..:          8  Avg Total Complexity ..:       5.00
   ________________________________________________________________________
   End of File: ..\source\qf_dyn.c
 
@@ -588,7 +619,7 @@
       Loops while / do        : 2     
       Logical and ( && )      : 2     
   Complexity   Param 4       Return 1      Cyclo Vg 5       Total       10
-  LOC 36       eLOC 32       lLOC 24       Comment 54       Lines       52
+  LOC 36       eLOC 32       lLOC 24       Comment 58       Lines       52
 
   Function: QMPool_put
   Parameters: (QMPool * const me, void *b)
@@ -596,7 +627,7 @@
       Function Base           : 1
       Logical and ( && )      : 1     
   Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
-  LOC 15       eLOC 14       lLOC 9        Comment 25       Lines       22
+  LOC 15       eLOC 14       lLOC 9        Comment 29       Lines       22
 
   Function: QMPool_get
   Parameters: (QMPool * const me, uint_fast16_t const margin)
@@ -604,7 +635,7 @@
       Function Base           : 1
       Conditional if / else if: 3     
   Complexity   Param 2       Return 1      Cyclo Vg 4       Total        7
-  LOC 41       eLOC 35       lLOC 23       Comment 50       Lines       65
+  LOC 41       eLOC 35       lLOC 23       Comment 54       Lines       65
 
   Function: QF_getPoolMin
   Parameters: (uint_fast8_t const poolId)
@@ -618,7 +649,7 @@
 
                           ~~ Total File Summary ~~
 
-  LOC 114      eLOC 102      lLOC 62       Comment 189      Lines      289
+  LOC 114      eLOC 102      lLOC 62       Comment 201      Lines      301
   ------------------------------------------------------------------------
 
                         ~~ File Functional Summary ~~
@@ -1000,34 +1031,35 @@
       Function Base           : 1
       Loops while / do        : 1     
       Conditional if / else if: 4     
-  Complexity   Param 1       Return 1      Cyclo Vg 6       Total        8
-  LOC 50       eLOC 44       lLOC 24       Comment 44       Lines       77
+      Logical or ( || )       : 3     
+  Complexity   Param 1       Return 1      Cyclo Vg 9       Total       11
+  LOC 65       eLOC 58       lLOC 27       Comment 55       Lines       95
 
   ------------------------------------------------------------------------
 
                           ~~ Total File Summary ~~
 
-  LOC 148      eLOC 129      lLOC 67       Comment 219      Lines      354
+  LOC 163      eLOC 143      lLOC 70       Comment 230      Lines      372
   ------------------------------------------------------------------------
 
                         ~~ File Functional Summary ~~
 
   File Function Count....:          8
-  Total Function LOC.....:        126  Total Function Pts LOC :        1.2
-  Total Function eLOC....:        107  Total Function Pts eLOC:        1.0
-  Total Function lLOC....:         62  Total Function Pts lLOC:        0.5
+  Total Function LOC.....:        141  Total Function Pts LOC :        1.3
+  Total Function eLOC....:        121  Total Function Pts eLOC:        1.1
+  Total Function lLOC....:         65  Total Function Pts lLOC:        0.5
   Total Function Params .:          9  Total Function Return .:          8
-  Total Cyclo Complexity :         19  Total Function Complex.:         36
+  Total Cyclo Complexity :         22  Total Function Complex.:         39
          ------     -----     -----     ------     ------     -----       
-  Max Function LOC ......:         50  Average Function LOC ..:      15.75
-  Max Function eLOC .....:         44  Average Function eLOC .:      13.38
-  Max Function lLOC .....:         24  Average Function lLOC .:       7.75
+  Max Function LOC ......:         65  Average Function LOC ..:      17.63
+  Max Function eLOC .....:         58  Average Function eLOC .:      15.13
+  Max Function lLOC .....:         27  Average Function lLOC .:       8.13
          ------     -----     -----     ------     ------     -----       
   Max Function Parameters:          7  Avg Function Parameters:       1.13
   Max Function Returns ..:          1  Avg Function Returns ..:       1.00
   Max Interface Complex. :          8  Avg Interface Complex. :       2.13
-  Max Cyclomatic Complex.:          6  Avg Cyclomatic Complex.:       2.38
-  Max Total Complexity ..:         11  Avg Total Complexity ..:       4.50
+  Max Cyclomatic Complex.:          9  Avg Cyclomatic Complex.:       2.75
+  Max Total Complexity ..:         11  Avg Total Complexity ..:       4.88
   ________________________________________________________________________
   End of File: ..\source\qk.c
 
@@ -1086,7 +1118,7 @@
   Function: QS_initBuf
   Parameters: (uint8_t sto[], uint_fast16_t stoSize)
   Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
-  LOC 11       eLOC 10       lLOC 9        Comment 25       Lines       19
+  LOC 21       eLOC 20       lLOC 19       Comment 30       Lines       35
 
   Function: QS_filterOn
   Parameters: (uint_fast8_t rec)
@@ -1101,9 +1133,10 @@
   Parameters: (uint_fast8_t rec)
     Cyclomatic Complexity Vg Detail
       Function Base           : 1
+      Loops for / foreach     : 1     
       Conditional if / else if: 1     
-  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
-  LOC 28       eLOC 25       lLOC 37       Comment 17       Lines       37
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 20       eLOC 15       lLOC 10       Comment 16       Lines       25
 
   Function: QS_beginRec
   Parameters: (uint_fast8_t rec)
@@ -1119,6 +1152,15 @@
   Complexity   Param 0       Return 1      Cyclo Vg 4       Total        5
   LOC 22       eLOC 18       lLOC 10       Comment 17       Lines       28
 
+  Function: QS_target_info_
+  Parameters: (uint8_t isReset)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Selection case          : 12    
+      Conditional if / else if: 2     
+  Complexity   Param 1       Return 1      Cyclo Vg 15      Total       17
+  LOC 97       eLOC 90       lLOC 48       Comment 10       Lines      111
+
   Function: QS_u8
   Parameters: (uint8_t format, uint8_t d)
   Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
@@ -1194,24 +1236,33 @@
 
   Function: QS_sig_dict
   Parameters: (enum_t const sig, void const * const obj, char_t const Q_RO
-              M * const name)
-  Complexity   Param 3       Return 1      Cyclo Vg 1       Total        5
-  LOC 11       eLOC 9        lLOC 8        Comment 3        Lines       11
+              M *name)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+  Complexity   Param 3       Return 1      Cyclo Vg 2       Total        6
+  LOC 14       eLOC 11       lLOC 9        Comment 3        Lines       15
 
   Function: QS_obj_dict
-  Parameters: (void const * const obj, char_t const Q_ROM * const name)
-  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
-  LOC 10       eLOC 8        lLOC 7        Comment 3        Lines       10
+  Parameters: (void const * const obj, char_t const Q_ROM *name)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 13       eLOC 10       lLOC 8        Comment 3        Lines       14
 
   Function: QS_fun_dict
-  Parameters: (void (* const fun)(void), char_t const Q_ROM * const name)
-  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
-  LOC 10       eLOC 8        lLOC 7        Comment 3        Lines       10
+  Parameters: (void (* const fun)(void), char_t const Q_ROM *name)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 13       eLOC 10       lLOC 8        Comment 3        Lines       14
 
   Function: QS_usr_dict
   Parameters: (enum_t const rec, char_t const Q_ROM * const name)
   Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
-  LOC 10       eLOC 8        lLOC 7        Comment 3        Lines       10
+  LOC 10       eLOC 8        lLOC 7        Comment 3        Lines       11
 
   Function: QS_mem
   Parameters: (uint8_t const *blk, uint8_t size)
@@ -1241,27 +1292,27 @@
 
                           ~~ Total File Summary ~~
 
-  LOC 385      eLOC 334      lLOC 259      Comment 361      Lines      685
+  LOC 495      eLOC 432      lLOC 295      Comment 376      Lines      821
   ------------------------------------------------------------------------
 
                         ~~ File Functional Summary ~~
 
-  File Function Count....:         23
-  Total Function LOC.....:        372  Total Function Pts LOC :        3.0
-  Total Function eLOC....:        321  Total Function Pts eLOC:        2.6
-  Total Function lLOC....:        258  Total Function Pts lLOC:        2.0
-  Total Function Params .:         32  Total Function Return .:         23
-  Total Cyclo Complexity :         42  Total Function Complex.:         97
+  File Function Count....:         24
+  Total Function LOC.....:        480  Total Function Pts LOC :        3.9
+  Total Function eLOC....:        417  Total Function Pts eLOC:        3.4
+  Total Function lLOC....:        292  Total Function Pts lLOC:        2.3
+  Total Function Params .:         33  Total Function Return .:         24
+  Total Cyclo Complexity :         61  Total Function Complex.:        118
          ------     -----     -----     ------     ------     -----       
-  Max Function LOC ......:         29  Average Function LOC ..:      16.17
-  Max Function eLOC .....:         25  Average Function eLOC .:      13.96
-  Max Function lLOC .....:         37  Average Function lLOC .:      11.22
+  Max Function LOC ......:         97  Average Function LOC ..:      20.00
+  Max Function eLOC .....:         90  Average Function eLOC .:      17.38
+  Max Function lLOC .....:         48  Average Function lLOC .:      12.17
          ------     -----     -----     ------     ------     -----       
-  Max Function Parameters:          3  Avg Function Parameters:       1.39
+  Max Function Parameters:          3  Avg Function Parameters:       1.38
   Max Function Returns ..:          1  Avg Function Returns ..:       1.00
-  Max Interface Complex. :          4  Avg Interface Complex. :       2.39
-  Max Cyclomatic Complex.:          5  Avg Cyclomatic Complex.:       1.83
-  Max Total Complexity ..:          7  Avg Total Complexity ..:       4.22
+  Max Interface Complex. :          4  Avg Interface Complex. :       2.38
+  Max Cyclomatic Complex.:         15  Avg Cyclomatic Complex.:       2.54
+  Max Total Complexity ..:         17  Avg Total Complexity ..:       4.92
   ________________________________________________________________________
   End of File: ..\source\qs.c
 
@@ -1362,6 +1413,105 @@
   End of File: ..\source\qs_fp.c
 
 
+  File: ..\source\qs_rx.c
+  ________________________________________________________________________
+
+  Function: QS_rxInitBuf
+  Parameters: (uint8_t sto[], uint16_t stoSize)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 18       eLOC 17       lLOC 15       Comment 19       Lines       21
+
+  Function: QS_rxGetNfree
+  Parameters: (void)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 2     
+  Complexity   Param 0       Return 1      Cyclo Vg 3       Total        4
+  LOC 14       eLOC 10       lLOC 5        Comment 9        Lines       14
+
+  Function: QS_rxParse
+  Parameters: (void)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+      Conditional if / else if: 5     
+  Complexity   Param 0       Return 1      Cyclo Vg 7       Total        8
+  LOC 36       eLOC 26       lLOC 16       Comment 5        Lines       41
+
+  Function: QS_rxParseData_
+  Parameters: (uint8_t b)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Selection case          : 40    
+      Conditional if / else if: 16    
+  Complexity   Param 1       Return 1      Cyclo Vg 57      Total       59
+  LOC 253      eLOC 196      lLOC 124      Comment 18       Lines      264
+
+  Function: QS_rxHandleGoodFrame_
+  Parameters: (void)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 3     
+      Selection case          : 17    
+      Conditional if / else if: 4     
+  Complexity   Param 0       Return 1      Cyclo Vg 25      Total       26
+  LOC 127      eLOC 103      lLOC 69       Comment 15       Lines      137
+
+  Function: QS_rxHandleBadFrame_
+  Parameters: (void)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Selection case          : 1     
+  Complexity   Param 0       Return 1      Cyclo Vg 2       Total        3
+  LOC 12       eLOC 8        lLOC 4        Comment 1        Lines       12
+
+  Function: QS_rxReportSuccess_
+  Parameters: (enum QSpyRxRecords recId)
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 7        eLOC 6        lLOC 2        Comment 3        Lines        7
+
+  Function: QS_rxReportError_
+  Parameters: (uint8_t stateId)
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 7        eLOC 6        lLOC 2        Comment 3        Lines        7
+
+  Function: QS_rxAddr_
+  Parameters: (uint8_t b, QSAddr *addr, uint8_t *idx)
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Inlined if-else ( ? : ) : 1     
+  Complexity   Param 3       Return 1      Cyclo Vg 2       Total        6
+  LOC 5        eLOC 4        lLOC 3        Comment 1        Lines        5
+
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 589      eLOC 485      lLOC 298      Comment 131      Lines      730
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          9
+  Total Function LOC.....:        479  Total Function Pts LOC :        4.6
+  Total Function eLOC....:        376  Total Function Pts eLOC:        3.8
+  Total Function lLOC....:        240  Total Function Pts lLOC:        2.3
+  Total Function Params .:          8  Total Function Return .:          9
+  Total Cyclo Complexity :         99  Total Function Complex.:        116
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:        253  Average Function LOC ..:      53.22
+  Max Function eLOC .....:        196  Average Function eLOC .:      41.78
+  Max Function lLOC .....:        124  Average Function lLOC .:      26.67
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          3  Avg Function Parameters:       0.89
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          4  Avg Interface Complex. :       1.89
+  Max Cyclomatic Complex.:         57  Avg Cyclomatic Complex.:      11.00
+  Max Total Complexity ..:         59  Avg Total Complexity ..:      12.89
+  ________________________________________________________________________
+  End of File: ..\source\qs_rx.c
+
+
   File: ..\source\qv.c
   ________________________________________________________________________
 
@@ -1377,7 +1527,7 @@
 
 
     NOTICE: The end of the source file has been reached where the
-            open brace count { 9 != 8 } close brace count 
+            open brace count { 10 != 9 } close brace count 
             This is an indication of non-compilable code within the source
             file.  RSM processes all source code including code wrapped
             with preprocessor directives.  Accurate metrics requires that
@@ -1393,14 +1543,14 @@
 
                           ~~ Total File Summary ~~
 
-  LOC 71       eLOC 62       lLOC 32       Comment 161      Lines      231
+  LOC 91       eLOC 81       lLOC 39       Comment 172      Lines      256
   ------------------------------------------------------------------------
 
                         ~~ File Functional Summary ~~
 
   File Function Count....:          3
-  Total Function LOC.....:         11  Total Function Pts LOC :        0.6
-  Total Function eLOC....:          9  Total Function Pts eLOC:        0.5
+  Total Function LOC.....:         11  Total Function Pts LOC :        0.7
+  Total Function eLOC....:          9  Total Function Pts eLOC:        0.6
   Total Function lLOC....:          7  Total Function Pts lLOC:        0.3
   Total Function Params .:          0  Total Function Return .:          2
   Total Cyclo Complexity :          2  Total Function Complex.:          4
@@ -1420,15 +1570,15 @@
 
   ------------------------------------------------------------------------
 
-                     ~~ Project Analysis For 33 Files ~~
+                     ~~ Project Analysis For 34 Files ~~
 
   ------------------------------------------------------------------------
 
                          ~~ Total Project Summary ~~
 
-  LOC 3687     eLOC 3362     lLOC 1517     Comment 5997     Lines     9811
-  Average per File, metric/33 files
-  LOC 111      eLOC 101      lLOC 45       Comment 181      Lines      297
+  LOC 4535     eLOC 4078     lLOC 1913     Comment 6340     Lines    11004
+  Average per File, metric/34 files
+  LOC 133      eLOC 119      lLOC 56       Comment 186      Lines      323
 
   ------------------------------------------------------------------------
 
@@ -1464,6 +1614,11 @@
   Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
   LOC 16       eLOC 13       lLOC 9        Comment 21       Lines       21
 
+  Function: QHsm_childState
+  Parameters: (QHsm * const me, QStateHandler const parent)
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 19       eLOC 15       lLOC 12       Comment 28       Lines       25
+
   Function: QMsm_ctor
   Parameters: (QMsm * const me, QStateHandler initial)
   Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
@@ -1500,6 +1655,11 @@
   Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
   LOC 11       eLOC 8        lLOC 6        Comment 16       Lines       12
 
+  Function: QMsm_childStateObj
+  Parameters: (QMsm const * const me, QMState const * const parent)
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 19       eLOC 13       lLOC 9        Comment 18       Lines       23
+
   Function: QF_add_
   Parameters: (QMActive * const a)
   Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
@@ -1569,21 +1729,31 @@
   Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
   LOC 26       eLOC 22       lLOC 13       Comment 35       Lines       39
 
+  Function: QF_newRef_
+  Parameters: (QEvt const * const e, QEvt const * const evtRef)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 7        eLOC 5        lLOC 3        Comment 16       Lines       11
+
+  Function: QF_poolGetMaxBlockSize
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 3        eLOC 2        lLOC 1        Comment 5        Lines        3
+
   Function: QMPool_init
   Parameters: (QMPool * const me, void * const poolSto, uint_fast32_t pool
               Size, uint_fast16_t blockSize)
   Complexity   Param 4       Return 1      Cyclo Vg 5       Total       10
-  LOC 36       eLOC 32       lLOC 24       Comment 54       Lines       52
+  LOC 36       eLOC 32       lLOC 24       Comment 58       Lines       52
 
   Function: QMPool_put
   Parameters: (QMPool * const me, void *b)
   Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
-  LOC 15       eLOC 14       lLOC 9        Comment 25       Lines       22
+  LOC 15       eLOC 14       lLOC 9        Comment 29       Lines       22
 
   Function: QMPool_get
   Parameters: (QMPool * const me, uint_fast16_t const margin)
   Complexity   Param 2       Return 1      Cyclo Vg 4       Total        7
-  LOC 41       eLOC 35       lLOC 23       Comment 50       Lines       65
+  LOC 41       eLOC 35       lLOC 23       Comment 54       Lines       65
 
   Function: QF_getPoolMin
   Parameters: (uint_fast8_t const poolId)
@@ -1723,8 +1893,8 @@
 
   Function: QK_sched_
   Parameters: (uint_fast8_t p)
-  Complexity   Param 1       Return 1      Cyclo Vg 6       Total        8
-  LOC 50       eLOC 44       lLOC 24       Comment 44       Lines       77
+  Complexity   Param 1       Return 1      Cyclo Vg 9       Total       11
+  LOC 65       eLOC 58       lLOC 27       Comment 55       Lines       95
 
   Function: QK_mutexLock
   Parameters: (uint_fast8_t prioCeiling)
@@ -1739,7 +1909,7 @@
   Function: QS_initBuf
   Parameters: (uint8_t sto[], uint_fast16_t stoSize)
   Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
-  LOC 11       eLOC 10       lLOC 9        Comment 25       Lines       19
+  LOC 21       eLOC 20       lLOC 19       Comment 30       Lines       35
 
   Function: QS_filterOn
   Parameters: (uint_fast8_t rec)
@@ -1748,8 +1918,8 @@
 
   Function: QS_filterOff
   Parameters: (uint_fast8_t rec)
-  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
-  LOC 28       eLOC 25       lLOC 37       Comment 17       Lines       37
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 20       eLOC 15       lLOC 10       Comment 16       Lines       25
 
   Function: QS_beginRec
   Parameters: (uint_fast8_t rec)
@@ -1761,6 +1931,11 @@
   Complexity   Param 0       Return 1      Cyclo Vg 4       Total        5
   LOC 22       eLOC 18       lLOC 10       Comment 17       Lines       28
 
+  Function: QS_target_info_
+  Parameters: (uint8_t isReset)
+  Complexity   Param 1       Return 1      Cyclo Vg 15      Total       17
+  LOC 97       eLOC 90       lLOC 48       Comment 10       Lines      111
+
   Function: QS_u8
   Parameters: (uint8_t format, uint8_t d)
   Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
@@ -1818,24 +1993,24 @@
 
   Function: QS_sig_dict
   Parameters: (enum_t const sig, void const * const obj, char_t const Q_RO
-              M * const name)
-  Complexity   Param 3       Return 1      Cyclo Vg 1       Total        5
-  LOC 11       eLOC 9        lLOC 8        Comment 3        Lines       11
+              M *name)
+  Complexity   Param 3       Return 1      Cyclo Vg 2       Total        6
+  LOC 14       eLOC 11       lLOC 9        Comment 3        Lines       15
 
   Function: QS_obj_dict
-  Parameters: (void const * const obj, char_t const Q_ROM * const name)
-  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
-  LOC 10       eLOC 8        lLOC 7        Comment 3        Lines       10
+  Parameters: (void const * const obj, char_t const Q_ROM *name)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 13       eLOC 10       lLOC 8        Comment 3        Lines       14
 
   Function: QS_fun_dict
-  Parameters: (void (* const fun)(void), char_t const Q_ROM * const name)
-  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
-  LOC 10       eLOC 8        lLOC 7        Comment 3        Lines       10
+  Parameters: (void (* const fun)(void), char_t const Q_ROM *name)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 13       eLOC 10       lLOC 8        Comment 3        Lines       14
 
   Function: QS_usr_dict
   Parameters: (enum_t const rec, char_t const Q_ROM * const name)
   Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
-  LOC 10       eLOC 8        lLOC 7        Comment 3        Lines       10
+  LOC 10       eLOC 8        lLOC 7        Comment 3        Lines       11
 
   Function: QS_mem
   Parameters: (uint8_t const *blk, uint8_t size)
@@ -1872,6 +2047,51 @@
   Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
   LOC 29       eLOC 26       lLOC 20       Comment 14       Lines       36
 
+  Function: QS_rxInitBuf
+  Parameters: (uint8_t sto[], uint16_t stoSize)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 18       eLOC 17       lLOC 15       Comment 19       Lines       21
+
+  Function: QS_rxGetNfree
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 3       Total        4
+  LOC 14       eLOC 10       lLOC 5        Comment 9        Lines       14
+
+  Function: QS_rxParse
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 7       Total        8
+  LOC 36       eLOC 26       lLOC 16       Comment 5        Lines       41
+
+  Function: QS_rxParseData_
+  Parameters: (uint8_t b)
+  Complexity   Param 1       Return 1      Cyclo Vg 57      Total       59
+  LOC 253      eLOC 196      lLOC 124      Comment 18       Lines      264
+
+  Function: QS_rxHandleGoodFrame_
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 25      Total       26
+  LOC 127      eLOC 103      lLOC 69       Comment 15       Lines      137
+
+  Function: QS_rxHandleBadFrame_
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 2       Total        3
+  LOC 12       eLOC 8        lLOC 4        Comment 1        Lines       12
+
+  Function: QS_rxReportSuccess_
+  Parameters: (enum QSpyRxRecords recId)
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 7        eLOC 6        lLOC 2        Comment 3        Lines        7
+
+  Function: QS_rxReportError_
+  Parameters: (uint8_t stateId)
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 7        eLOC 6        lLOC 2        Comment 3        Lines        7
+
+  Function: QS_rxAddr_
+  Parameters: (uint8_t b, QSAddr *addr, uint8_t *idx)
+  Complexity   Param 3       Return 1      Cyclo Vg 2       Total        6
+  LOC 5        eLOC 4        lLOC 3        Comment 1        Lines        5
+
   Function: QF_init
   Parameters: (void)
   Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
@@ -1883,47 +2103,47 @@
   LOC 3        eLOC 2        lLOC 1        Comment 14       Lines        4
 
   Total: Functions  
-  LOC 2002     eLOC 1704     lLOC 1158     InCmp 232      CycloCmp     274
-  Function Points         FP(LOC) 15.6    FP(eLOC) 13.3   FP(lLOC)     9.0
+  LOC 2652     eLOC 2225     lLOC 1460     InCmp 261      CycloCmp     404
+  Function Points         FP(LOC) 20.7    FP(eLOC) 17.4   FP(lLOC)    11.4
 
   ------------------------------------------------------------------------
 
                       ~~ Project Functional Analysis ~~
 
-  Total Functions .......:         87  Total Physical Lines ..:       2724
-  Total LOC .............:       2002  Total Function Pts LOC :       15.6
-  Total eLOC ............:       1704  Total Function Pts eLOC:       13.3
-  Total lLOC.............:       1158  Total Function Pts lLOC:        9.0
-  Total Cyclomatic Comp. :        274  Total Interface Comp. .:        232
-  Total Parameters ......:        145  Total Return Points ...:         87
-  Total Comment Lines ...:       2170  Total Blank Lines .....:        392
+  Total Functions .......:        101  Total Physical Lines ..:       3440
+  Total LOC .............:       2652  Total Function Pts LOC :       20.7
+  Total eLOC ............:       2225  Total Function Pts eLOC:       17.4
+  Total lLOC.............:       1460  Total Function Pts lLOC:       11.4
+  Total Cyclomatic Comp. :        404  Total Interface Comp. .:        261
+  Total Parameters ......:        160  Total Return Points ...:        101
+  Total Comment Lines ...:       2348  Total Blank Lines .....:        427
          ------     -----     -----     ------     ------     -----       
-  Avg Physical Lines ....:      31.31
-  Avg LOC ...............:      23.01  Avg eLOC ..............:      19.59
-  Avg lLOC ..............:      13.31  Avg Cyclomatic Comp. ..:       3.15
-  Avg Interface Comp. ...:       2.67  Avg Parameters ........:       1.67
-  Avg Return Points .....:       1.00  Avg Comment Lines .....:      24.94
+  Avg Physical Lines ....:      34.06
+  Avg LOC ...............:      26.26  Avg eLOC ..............:      22.03
+  Avg lLOC ..............:      14.46  Avg Cyclomatic Comp. ..:       4.00
+  Avg Interface Comp. ...:       2.58  Avg Parameters ........:       1.58
+  Avg Return Points .....:       1.00  Avg Comment Lines .....:      23.25
          ------     -----     -----     ------     ------     -----       
-  Max LOC ...............:        107
-  Max eLOC ..............:         94  Max lLOC ..............:         62
-  Max Cyclomatic Comp. ..:         15  Max Interface Comp. ...:          8
+  Max LOC ...............:        253
+  Max eLOC ..............:        196  Max lLOC ..............:        124
+  Max Cyclomatic Comp. ..:         57  Max Interface Comp. ...:          8
   Max Parameters ........:          7  Max Return Points .....:          1
-  Max Comment Lines .....:         79  Max Total Lines .......:        148
+  Max Comment Lines .....:         79  Max Total Lines .......:        264
          ------     -----     -----     ------     ------     -----       
   Min LOC ...............:          3
   Min eLOC ..............:          2  Min lLOC ..............:          1
   Min Cyclomatic Comp. ..:          1  Min Interface Comp. ...:          1
   Min Parameters ........:          0  Min Return Points .....:          1
-  Min Comment Lines .....:          3  Min Total Lines .......:          3
+  Min Comment Lines .....:          1  Min Total Lines .......:          3
 
   ------------------------------------------------------------------------
 
                              ~~ File Summary ~~
 
-  C Source Files *.c ....:         18  C/C++ Include Files *.h:         15
+  C Source Files *.c ....:         19  C/C++ Include Files *.h:         15
   C++ Source Files *.c* .:          0  C++ Include Files *.h* :          0
   C# Source Files *.cs ..:          0  Java Source File *.jav*:          0
-  Other File Count ......:          0  Total File Count ......:         33
+  Other File Count ......:          0  Total File Count ......:         34
   ________________________________________________________________________
 
 @endcode 

+ 0 - 0
doxygen/modules.dox → doxygen/modules.cc


+ 0 - 0
doxygen/ports.dox → doxygen/ports.cc


+ 0 - 0
doxygen/ports_native.dox → doxygen/ports_native.cc


+ 0 - 0
doxygen/ports_os.dox → doxygen/ports_os.cc


+ 0 - 0
doxygen/ports_rtos.dox → doxygen/ports_rtos.cc


+ 2930 - 0
doxygen/qpc_metrics.txt

@@ -0,0 +1,2930 @@
+
+           Resource Standard Metrics (TM) for C, C++, C# and Java
+                   Version 7.75 - mSquaredTechnologies.com
+
+  License Type: Windows Single User License
+  Licensed To : Quantum Leaps, LLC
+  License No. : WS2975                          License Date: Dec 15, 2013
+  Build Date  : Sep  2 2009                         Run Date: Sep 01, 2015
+  (C)1996-2009 M Squared Technologies LLC
+  ________________________________________________________________________
+
+                           ~~ Function Metrics ~~
+                      ~~ Complexity Detail Analysis ~~
+                           ~~ Quality Analysis ~~
+
+  File: ..\include\qassert.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 43       eLOC 42       lLOC 3        Comment 240      Lines      303
+  ________________________________________________________________________
+  End of File: ..\include\qassert.h
+
+
+  File: ..\include\qep.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 150      eLOC 146      lLOC 52       Comment 414      Lines      611
+  ________________________________________________________________________
+  End of File: ..\include\qep.h
+
+
+  File: ..\include\qequeue.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 33       eLOC 33       lLOC 15       Comment 180      Lines      233
+  ________________________________________________________________________
+  End of File: ..\include\qequeue.h
+
+
+  File: ..\include\qf.h
+  ________________________________________________________________________
+
+
+    Notice #3: Line 665, '...' ellipsis found for a variable argument list.
+           The compiler will not check the types of these parameters.
+
+    Notice #3: Line 669, '...' ellipsis found for a variable argument list.
+           The compiler will not check the types of these parameters.
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 196      eLOC 196      lLOC 77       Comment 559      Lines      862
+  ________________________________________________________________________
+  End of File: ..\include\qf.h
+
+
+  File: ..\include\qk.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 68       eLOC 68       lLOC 17       Comment 105      Lines      188
+  ________________________________________________________________________
+  End of File: ..\include\qk.h
+
+
+  File: ..\include\qmpool.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 42       eLOC 42       lLOC 18       Comment 109      Lines      169
+  ________________________________________________________________________
+  End of File: ..\include\qmpool.h
+
+
+  File: ..\include\qp_port.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 4        eLOC 4        lLOC 0        Comment 40       Lines       45
+  ________________________________________________________________________
+  End of File: ..\include\qp_port.h
+
+
+  File: ..\include\qpc.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 60       eLOC 59       lLOC 8        Comment 117      Lines      206
+  ________________________________________________________________________
+  End of File: ..\include\qpc.h
+
+
+  File: ..\include\qpset.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 50       eLOC 50       lLOC 13       Comment 101      Lines      168
+  ________________________________________________________________________
+  End of File: ..\include\qpset.h
+
+
+  File: ..\include\qs.h
+  ________________________________________________________________________
+
+
+    NOTICE: The end of the source file has been reached where the
+            open brace count { 26 != 24 } close brace count 
+            This is an indication of non-compilable code within the source
+            file.  RSM processes all source code including code wrapped
+            with preprocessor directives.  Accurate metrics requires that
+            all code present in this file must be compilable.
+                          ~~ Total File Summary ~~
+
+  LOC 461      eLOC 456      lLOC 108      Comment 671      Lines     1158
+  ________________________________________________________________________
+  End of File: ..\include\qs.h
+
+
+  File: ..\include\qs_dummy.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 69       eLOC 69       lLOC 0        Comment 43       Lines      120
+  ________________________________________________________________________
+  End of File: ..\include\qs_dummy.h
+
+
+  File: ..\include\qv.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 35       eLOC 35       lLOC 3        Comment 80       Lines      119
+  ________________________________________________________________________
+  End of File: ..\include\qv.h
+
+
+  File: ..\source\qf_pkg.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 63       eLOC 63       lLOC 8        Comment 120      Lines      205
+  ________________________________________________________________________
+  End of File: ..\source\qf_pkg.h
+
+
+  File: ..\source\qk_pkg.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 15       eLOC 15       lLOC 2        Comment 71       Lines       92
+  ________________________________________________________________________
+  End of File: ..\source\qk_pkg.h
+
+
+  File: ..\source\qs_pkg.h
+  ________________________________________________________________________
+
+                          ~~ Total File Summary ~~
+
+  LOC 29       eLOC 27       lLOC 6        Comment 83       Lines      123
+  ________________________________________________________________________
+  End of File: ..\source\qs_pkg.h
+
+
+  File: ..\source\qep_hsm.c
+  ________________________________________________________________________
+
+
+  ----------------------- Function Begin Line: 131 -----------------------
+  Function: QHsm_ctor
+  Parameters: (QHsm * const me, QStateHandler initial)
+
+  Function: QHsm_ctor
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 9        eLOC 7        lLOC 4        Comment 30       Lines       10
+  ------------------------ Function End Line: 140 ------------------------
+
+  ----------------------- Function Begin Line: 152 -----------------------
+  Function: QHsm_init_
+  Parameters: (QHsm * const me, QEvt const * const e)
+
+  Function: QHsm_init_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 3     
+      Conditional if / else if: 1     
+      Logical and ( && )      : 2     
+  Complexity   Param 2       Return 1      Cyclo Vg 7       Total       10
+  LOC 50       eLOC 47       lLOC 31       Comment 34       Lines       70
+  ------------------------ Function End Line: 221 ------------------------
+
+  ----------------------- Function Begin Line: 238 -----------------------
+  Function: QHsm_top
+  Parameters: (void const * const me, QEvt const * const e)
+
+  Function: QHsm_top
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 5        eLOC 4        lLOC 3        Comment 18       Lines        5
+  ------------------------ Function End Line: 242 ------------------------
+
+  ----------------------- Function Begin Line: 257 -----------------------
+  Function: QHsm_dispatch_
+  Parameters: (QHsm * const me, QEvt const * const e)
+
+    Notice #28: Line 400: The function cyclomatic complexity of
+           12 exceeds the specified limit of 10.
+
+  Function: QHsm_dispatch_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 4     
+      Loops for / foreach     : 2     
+      Conditional if / else if: 5     
+  Complexity   Param 2       Return 1      Cyclo Vg 12      Total       15
+  LOC 105      eLOC 94       lLOC 62       Comment 65       Lines      144
+  ------------------------ Function End Line: 400 ------------------------
+
+  ----------------------- Function Begin Line: 415 -----------------------
+  Function: QHsm_tran_
+  Parameters: (QHsm * const me, QStateHandler path[QHSM_MAX_NEST_DEPTH_])
+
+    Notice #55: Line 464
+           The depth of scope '7' exceeds the notice limit of 6.
+
+    Notice #55: Line 474
+           The depth of scope '7' exceeds the notice limit of 6.
+
+    Notice #55: Line 493
+           The depth of scope '7' exceeds the notice limit of 6.
+
+    Notice #55: Line 494
+           The depth of scope '8' exceeds the notice limit of 6.
+
+    Notice #55: Line 501
+           The depth of scope '8' exceeds the notice limit of 6.
+
+    Notice #55: Line 507
+           The depth of scope '7' exceeds the notice limit of 6.
+
+    Notice #55: Line 512
+           The depth of scope '8' exceeds the notice limit of 6.
+
+    Notice #55: Line 516
+           The depth of scope '9' exceeds the notice limit of 6.
+
+    Notice #55: Line 527
+           The depth of scope '9' exceeds the notice limit of 6.
+
+    Notice #55: Line 529
+           The depth of scope '10' exceeds the notice limit of 6.
+
+    Notice #55: Line 536
+           The depth of scope '10' exceeds the notice limit of 6.
+
+    Notice #28: Line 548: The function cyclomatic complexity of
+           15 exceeds the specified limit of 10.
+
+  Function: QHsm_tran_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 4     
+      Conditional if / else if: 10    
+  Complexity   Param 2       Return 1      Cyclo Vg 15      Total       18
+  LOC 97       eLOC 76       lLOC 48       Comment 62       Lines      134
+  ------------------------ Function End Line: 548 ------------------------
+
+    Notice #24: Line 563: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  ----------------------- Function Begin Line: 563 -----------------------
+  Function: QHsm_isIn
+  Parameters: (QHsm * const me, QStateHandler const state)
+
+    Notice #24: Line 564: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 564: An ANSI C++ keyword 'false' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 573: An ANSI C++ keyword 'true' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  Function: QHsm_isIn
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+      Conditional if / else if: 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 16       eLOC 13       lLOC 9        Comment 21       Lines       21
+  ------------------------ Function End Line: 583 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 322      eLOC 279      lLOC 164      Comment 291      Lines      583
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          6
+  Total Function LOC.....:        282  Total Function Pts LOC :        2.5
+  Total Function eLOC....:        241  Total Function Pts eLOC:        2.2
+  Total Function lLOC....:        157  Total Function Pts lLOC:        1.3
+  Total Function Params .:         12  Total Function Return .:          6
+  Total Cyclo Complexity :         39  Total Function Complex.:         57
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:        105  Average Function LOC ..:      47.00
+  Max Function eLOC .....:         94  Average Function eLOC .:      40.17
+  Max Function lLOC .....:         62  Average Function lLOC .:      26.17
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          2  Avg Function Parameters:       2.00
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          3  Avg Interface Complex. :       3.00
+  Max Cyclomatic Complex.:         15  Avg Cyclomatic Complex.:       6.50
+  Max Total Complexity ..:         18  Avg Total Complexity ..:       9.50
+  ________________________________________________________________________
+  End of File: ..\source\qep_hsm.c
+
+
+  File: ..\source\qep_msm.c
+  ________________________________________________________________________
+
+
+  ----------------------- Function Begin Line: 100 -----------------------
+  Function: QMsm_ctor
+  Parameters: (QMsm * const me, QStateHandler initial)
+
+  Function: QMsm_ctor
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 9        eLOC 7        lLOC 4        Comment 19       Lines        9
+  ------------------------ Function End Line: 108 ------------------------
+
+  ----------------------- Function Begin Line: 120 -----------------------
+  Function: QMsm_init_
+  Parameters: (QMsm * const me, QEvt const * const e)
+
+  Function: QMsm_init_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+      Logical and ( && )      : 2     
+  Complexity   Param 2       Return 1      Cyclo Vg 4       Total        7
+  LOC 23       eLOC 22       lLOC 13       Comment 25       Lines       37
+  ------------------------ Function End Line: 156 ------------------------
+
+  ----------------------- Function Begin Line: 171 -----------------------
+  Function: QMsm_dispatch_
+  Parameters: (QMsm * const me, QEvt const * const e)
+
+    Notice #44: Line 193, The keyword 'break' has been identified
+           outside a 'switch' logic control structure.  The use
+           of 'break' interrupts the linear logic flow and can create
+           source code which is difficult to maintain.
+
+    Notice #28: Line 318: The function cyclomatic complexity of
+           15 exceeds the specified limit of 10.
+
+  Function: QMsm_dispatch_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 2     
+      Conditional if / else if: 12    
+  Complexity   Param 2       Return 1      Cyclo Vg 15      Total       18
+  LOC 107      eLOC 91       lLOC 56       Comment 70       Lines      148
+  ------------------------ Function End Line: 318 ------------------------
+
+  ----------------------- Function Begin Line: 334 -----------------------
+  Function: QMsm_execTatbl_
+  Parameters: (QMsm * const me, QMTranActTable const *tatbl)
+
+  Function: QMsm_execTatbl_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+      Conditional if / else if: 6     
+  Complexity   Param 2       Return 1      Cyclo Vg 8       Total       11
+  LOC 53       eLOC 43       lLOC 21       Comment 33       Lines       64
+  ------------------------ Function End Line: 397 ------------------------
+
+  ----------------------- Function Begin Line: 412 -----------------------
+  Function: QMsm_exitToTranSource_
+  Parameters: (QMsm * const me, QMState const *s, QMState const * const ts
+              )
+
+  Function: QMsm_exitToTranSource_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+      Conditional if / else if: 3     
+  Complexity   Param 3       Return 1      Cyclo Vg 5       Total        9
+  LOC 24       eLOC 16       lLOC 7        Comment 21       Lines       32
+  ------------------------ Function End Line: 443 ------------------------
+
+  ----------------------- Function Begin Line: 457 -----------------------
+  Function: QMsm_enterHistory_
+  Parameters: (QMsm * const me, QMState const * const hist)
+
+  Function: QMsm_enterHistory_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+      Loops for / foreach     : 1     
+      Conditional if / else if: 2     
+  Complexity   Param 2       Return 1      Cyclo Vg 5       Total        8
+  LOC 37       eLOC 31       lLOC 21       Comment 23       Lines       45
+  ------------------------ Function End Line: 501 ------------------------
+
+    Notice #24: Line 517: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  ----------------------- Function Begin Line: 517 -----------------------
+  Function: QMsm_isInState
+  Parameters: (QMsm * const me, QMState const * const state)
+
+    Notice #24: Line 518: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 518: An ANSI C++ keyword 'false' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 523: An ANSI C++ keyword 'true' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #44: Line 524, The keyword 'break' has been identified
+           outside a 'switch' logic control structure.  The use
+           of 'break' interrupts the linear logic flow and can create
+           source code which is difficult to maintain.
+
+  Function: QMsm_isInState
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+      Conditional if / else if: 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 11       eLOC 8        lLOC 6        Comment 16       Lines       12
+  ------------------------ Function End Line: 528 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 289      eLOC 241      lLOC 133      Comment 264      Lines      528
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          7
+  Total Function LOC.....:        264  Total Function Pts LOC :        2.3
+  Total Function eLOC....:        218  Total Function Pts eLOC:        1.9
+  Total Function lLOC....:        128  Total Function Pts lLOC:        1.0
+  Total Function Params .:         15  Total Function Return .:          7
+  Total Cyclo Complexity :         41  Total Function Complex.:         63
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:        107  Average Function LOC ..:      37.71
+  Max Function eLOC .....:         91  Average Function eLOC .:      31.14
+  Max Function lLOC .....:         56  Average Function lLOC .:      18.29
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          3  Avg Function Parameters:       2.14
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          4  Avg Interface Complex. :       3.14
+  Max Cyclomatic Complex.:         15  Avg Cyclomatic Complex.:       5.86
+  Max Total Complexity ..:         18  Avg Total Complexity ..:       9.00
+  ________________________________________________________________________
+  End of File: ..\source\qep_msm.c
+
+
+  File: ..\source\qf_act.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 69 -----------------------
+  Function: QF_add_
+  Parameters: (QMActive * const a)
+
+  Function: QF_add_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Logical and ( && )      : 2     
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 15       eLOC 14       lLOC 8        Comment 23       Lines       25
+  ------------------------- Function End Line: 93 ------------------------
+
+  ----------------------- Function Begin Line: 109 -----------------------
+  Function: QF_remove_
+  Parameters: (QMActive const * const a)
+
+  Function: QF_remove_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Logical and ( && )      : 2     
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 15       eLOC 14       lLOC 8        Comment 22       Lines       24
+  ------------------------ Function End Line: 132 ------------------------
+
+  ----------------------- Function Begin Line: 158 -----------------------
+  Function: QF_bzero
+  Parameters: (void * const start, uint_fast16_t len)
+
+  Function: QF_bzero
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 8        eLOC 6        lLOC 4        Comment 14       Lines        8
+  ------------------------ Function End Line: 165 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 175      eLOC 167      lLOC 25       Comment 122      Lines      298
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          3
+  Total Function LOC.....:         38  Total Function Pts LOC :        1.4
+  Total Function eLOC....:         34  Total Function Pts eLOC:        1.3
+  Total Function lLOC....:         20  Total Function Pts lLOC:        0.2
+  Total Function Params .:          4  Total Function Return .:          3
+  Total Cyclo Complexity :          8  Total Function Complex.:         15
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         15  Average Function LOC ..:      12.67
+  Max Function eLOC .....:         14  Average Function eLOC .:      11.33
+  Max Function lLOC .....:          8  Average Function lLOC .:       6.67
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          2  Avg Function Parameters:       1.33
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          3  Avg Interface Complex. :       2.33
+  Max Cyclomatic Complex.:          3  Avg Cyclomatic Complex.:       2.67
+  Max Total Complexity ..:          5  Avg Total Complexity ..:       5.00
+  ________________________________________________________________________
+  End of File: ..\source\qf_act.c
+
+
+  File: ..\source\qf_actq.c
+  ________________________________________________________________________
+
+
+    Notice #24: Line 100: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 103: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  ----------------------- Function Begin Line: 106 -----------------------
+  Function: QActive_post_
+  Parameters: (QMActive * const me, QEvt const * const e, uint_fast16_t co
+              nst margin)
+
+    Notice #24: Line 108: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 155: An ANSI C++ keyword 'true' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 174: An ANSI C++ keyword 'false' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  Function: QActive_post_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 5     
+  Complexity   Param 3       Return 1      Cyclo Vg 6       Total       10
+  LOC 55       eLOC 46       lLOC 34       Comment 79       Lines       74
+  ------------------------ Function End Line: 179 ------------------------
+
+  ----------------------- Function Begin Line: 195 -----------------------
+  Function: QActive_postLIFO_
+  Parameters: (QMActive * const me, QEvt const * const e)
+
+  Function: QActive_postLIFO_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 4     
+  Complexity   Param 2       Return 1      Cyclo Vg 5       Total        8
+  LOC 37       eLOC 31       lLOC 22       Comment 36       Lines       50
+  ------------------------ Function End Line: 244 ------------------------
+
+  ----------------------- Function Begin Line: 259 -----------------------
+  Function: QActive_get_
+  Parameters: (QMActive * const me)
+
+  Function: QActive_get_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 2     
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 37       eLOC 33       lLOC 24       Comment 32       Lines       48
+  ------------------------ Function End Line: 306 ------------------------
+
+  ----------------------- Function Begin Line: 326 -----------------------
+  Function: QF_getQueueMin
+  Parameters: (uint_fast8_t const prio)
+
+  Function: QF_getQueueMin
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Logical and ( && )      : 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 10       eLOC 9        lLOC 6        Comment 18       Lines       13
+  ------------------------ Function End Line: 338 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 156      eLOC 136      lLOC 86       Comment 216      Lines      338
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          4
+  Total Function LOC.....:        139  Total Function Pts LOC :        1.2
+  Total Function eLOC....:        119  Total Function Pts eLOC:        1.1
+  Total Function lLOC....:         86  Total Function Pts lLOC:        0.7
+  Total Function Params .:          7  Total Function Return .:          4
+  Total Cyclo Complexity :         16  Total Function Complex.:         27
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         55  Average Function LOC ..:      34.75
+  Max Function eLOC .....:         46  Average Function eLOC .:      29.75
+  Max Function lLOC .....:         34  Average Function lLOC .:      21.50
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          3  Avg Function Parameters:       1.75
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          4  Avg Interface Complex. :       2.75
+  Max Cyclomatic Complex.:          6  Avg Cyclomatic Complex.:       4.00
+  Max Total Complexity ..:         10  Avg Total Complexity ..:       6.75
+  ________________________________________________________________________
+  End of File: ..\source\qf_actq.c
+
+
+  File: ..\source\qf_defer.c
+  ________________________________________________________________________
+
+
+    Notice #24: Line 70: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  ------------------------ Function Begin Line: 72 -----------------------
+  Function: QActive_defer
+  Parameters: (QMActive * const me, QEQueue * const eq, QEvt const * const
+               e)
+
+  Function: QActive_defer
+  Complexity   Param 3       Return 1      Cyclo Vg 1       Total        5
+  LOC 4        eLOC 2        lLOC 2        Comment 24       Lines        4
+  ------------------------- Function End Line: 75 ------------------------
+
+    Notice #24: Line 97: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  ------------------------ Function Begin Line: 97 -----------------------
+  Function: QActive_recall
+  Parameters: (QMActive * const me, QEQueue * const eq)
+
+    Notice #24: Line 99: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 126: An ANSI C++ keyword 'true' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 129: An ANSI C++ keyword 'false' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  Function: QActive_recall
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 2     
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 19       eLOC 15       lLOC 10       Comment 33       Lines       36
+  ------------------------ Function End Line: 132 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 30       eLOC 24       lLOC 12       Comment 100      Lines      132
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          2
+  Total Function LOC.....:         23  Total Function Pts LOC :        0.2
+  Total Function eLOC....:         17  Total Function Pts eLOC:        0.2
+  Total Function lLOC....:         12  Total Function Pts lLOC:        0.1
+  Total Function Params .:          5  Total Function Return .:          2
+  Total Cyclo Complexity :          4  Total Function Complex.:         11
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         19  Average Function LOC ..:      11.50
+  Max Function eLOC .....:         15  Average Function eLOC .:       8.50
+  Max Function lLOC .....:         10  Average Function lLOC .:       6.00
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          3  Avg Function Parameters:       2.50
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          4  Avg Interface Complex. :       3.50
+  Max Cyclomatic Complex.:          3  Avg Cyclomatic Complex.:       2.00
+  Max Total Complexity ..:          6  Avg Total Complexity ..:       5.50
+  ________________________________________________________________________
+  End of File: ..\source\qf_defer.c
+
+
+  File: ..\source\qf_dyn.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 68 -----------------------
+  Function: QEvt_ctor
+  Parameters: (QEvt * const me, enum_t const sig)
+
+  Function: QEvt_ctor
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 5        eLOC 4        lLOC 3        Comment 9        Lines        6
+  ------------------------- Function End Line: 73 ------------------------
+
+  ----------------------- Function Begin Line: 114 -----------------------
+  Function: QF_poolInit
+  Parameters: (void * const poolSto, uint_fast32_t const poolSize, uint_fa
+              st16_t const evtSize)
+
+  Function: QF_poolInit
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Logical or ( || )       : 1     
+  Complexity   Param 3       Return 1      Cyclo Vg 2       Total        6
+  LOC 9        eLOC 7        lLOC 4        Comment 38       Lines       13
+  ------------------------ Function End Line: 126 ------------------------
+
+  ----------------------- Function Begin Line: 152 -----------------------
+  Function: QF_newX_
+  Parameters: (uint_fast16_t const evtSize, uint_fast16_t const margin, en
+              um_t const sig)
+
+    Notice #44: Line 160, The keyword 'break' has been identified
+           outside a 'switch' logic control structure.  The use
+           of 'break' interrupts the linear logic flow and can create
+           source code which is difficult to maintain.
+
+  Function: QF_newX_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+      Conditional if / else if: 2     
+  Complexity   Param 3       Return 1      Cyclo Vg 4       Total        8
+  LOC 26       eLOC 20       lLOC 14       Comment 35       Lines       35
+  ------------------------ Function End Line: 186 ------------------------
+
+  ----------------------- Function Begin Line: 211 -----------------------
+  Function: QF_gc
+  Parameters: (QEvt const * const e)
+
+  Function: QF_gc
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 2     
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 26       eLOC 22       lLOC 13       Comment 35       Lines       39
+  ------------------------ Function End Line: 249 ------------------------
+
+  ----------------------- Function Begin Line: 264 -----------------------
+  Function: QF_newRef_
+  Parameters: (QEvt const * const e, QEvt const * const evtRef)
+
+  Function: QF_newRef_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 7        eLOC 5        lLOC 3        Comment 16       Lines       11
+  ------------------------ Function End Line: 274 ------------------------
+
+  ----------------------- Function Begin Line: 281 -----------------------
+  Function: QF_poolGetMaxBlockSize
+  Parameters: (void)
+
+  Function: QF_poolGetMaxBlockSize
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 3        eLOC 2        lLOC 1        Comment 5        Lines        3
+  ------------------------ Function End Line: 283 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 94       eLOC 78       lLOC 40       Comment 191      Lines      283
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          6
+  Total Function LOC.....:         76  Total Function Pts LOC :        0.7
+  Total Function eLOC....:         60  Total Function Pts eLOC:        0.6
+  Total Function lLOC....:         38  Total Function Pts lLOC:        0.3
+  Total Function Params .:         11  Total Function Return .:          6
+  Total Cyclo Complexity :         13  Total Function Complex.:         30
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         26  Average Function LOC ..:      12.67
+  Max Function eLOC .....:         22  Average Function eLOC .:      10.00
+  Max Function lLOC .....:         14  Average Function lLOC .:       6.33
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          3  Avg Function Parameters:       1.83
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          4  Avg Interface Complex. :       2.83
+  Max Cyclomatic Complex.:          4  Avg Cyclomatic Complex.:       2.17
+  Max Total Complexity ..:          8  Avg Total Complexity ..:       5.00
+  ________________________________________________________________________
+  End of File: ..\source\qf_dyn.c
+
+
+  File: ..\source\qf_mem.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 87 -----------------------
+  Function: QMPool_init
+  Parameters: (QMPool * const me, void * const poolSto, uint_fast32_t pool
+              Size, uint_fast16_t blockSize)
+
+  Function: QMPool_init
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 2     
+      Logical and ( && )      : 2     
+  Complexity   Param 4       Return 1      Cyclo Vg 5       Total       10
+  LOC 36       eLOC 32       lLOC 24       Comment 58       Lines       52
+  ------------------------ Function End Line: 138 ------------------------
+
+  ----------------------- Function Begin Line: 160 -----------------------
+  Function: QMPool_put
+  Parameters: (QMPool * const me, void *b)
+
+  Function: QMPool_put
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Logical and ( && )      : 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 15       eLOC 14       lLOC 9        Comment 29       Lines       22
+  ------------------------ Function End Line: 181 ------------------------
+
+  ----------------------- Function Begin Line: 210 -----------------------
+  Function: QMPool_get
+  Parameters: (QMPool * const me, uint_fast16_t const margin)
+
+  Function: QMPool_get
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 3     
+  Complexity   Param 2       Return 1      Cyclo Vg 4       Total        7
+  LOC 41       eLOC 35       lLOC 23       Comment 54       Lines       65
+  ------------------------ Function End Line: 274 ------------------------
+
+  ----------------------- Function Begin Line: 288 -----------------------
+  Function: QF_getPoolMin
+  Parameters: (uint_fast8_t const poolId)
+
+  Function: QF_getPoolMin
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Logical and ( && )      : 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 10       eLOC 9        lLOC 6        Comment 13       Lines       14
+  ------------------------ Function End Line: 301 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 114      eLOC 102      lLOC 62       Comment 201      Lines      301
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          4
+  Total Function LOC.....:        102  Total Function Pts LOC :        0.9
+  Total Function eLOC....:         90  Total Function Pts eLOC:        0.8
+  Total Function lLOC....:         62  Total Function Pts lLOC:        0.5
+  Total Function Params .:          9  Total Function Return .:          4
+  Total Cyclo Complexity :         13  Total Function Complex.:         26
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         41  Average Function LOC ..:      25.50
+  Max Function eLOC .....:         35  Average Function eLOC .:      22.50
+  Max Function lLOC .....:         24  Average Function lLOC .:      15.50
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          4  Avg Function Parameters:       2.25
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          5  Avg Interface Complex. :       3.25
+  Max Cyclomatic Complex.:          5  Avg Cyclomatic Complex.:       3.25
+  Max Total Complexity ..:         10  Avg Total Complexity ..:       6.50
+  ________________________________________________________________________
+  End of File: ..\source\qf_mem.c
+
+
+  File: ..\source\qf_ps.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 85 -----------------------
+  Function: QF_psInit
+  Parameters: (QSubscrList * const subscrSto, enum_t const maxSignal)
+
+  Function: QF_psInit
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 7        eLOC 6        lLOC 3        Comment 32       Lines       12
+  ------------------------- Function End Line: 96 ------------------------
+
+  ----------------------- Function Begin Line: 119 -----------------------
+  Function: QF_publish_
+  Parameters: (QEvt const * const e)
+
+  Function: QF_publish_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 3     
+      Conditional if / else if: 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 5       Total        7
+  LOC 43       eLOC 34       lLOC 24       Comment 39       Lines       70
+  ------------------------ Function End Line: 188 ------------------------
+
+  ----------------------- Function Begin Line: 208 -----------------------
+  Function: QActive_subscribe
+  Parameters: (QActive const * const me, enum_t const sig)
+
+  Function: QActive_subscribe
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Logical and ( && )      : 4     
+  Complexity   Param 2       Return 1      Cyclo Vg 5       Total        8
+  LOC 17       eLOC 16       lLOC 9        Comment 22       Lines       22
+  ------------------------ Function End Line: 229 ------------------------
+
+  ----------------------- Function Begin Line: 253 -----------------------
+  Function: QActive_unsubscribe
+  Parameters: (QActive const * const me, enum_t const sig)
+
+  Function: QActive_unsubscribe
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Logical and ( && )      : 4     
+  Complexity   Param 2       Return 1      Cyclo Vg 5       Total        8
+  LOC 17       eLOC 16       lLOC 9        Comment 29       Lines       25
+  ------------------------ Function End Line: 277 ------------------------
+
+  ----------------------- Function Begin Line: 300 -----------------------
+  Function: QActive_unsubscribeAll
+  Parameters: (QActive const * const me)
+
+  Function: QActive_unsubscribeAll
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+      Conditional if / else if: 1     
+      Logical and ( && )      : 2     
+  Complexity   Param 1       Return 1      Cyclo Vg 5       Total        7
+  LOC 26       eLOC 22       lLOC 12       Comment 25       Lines       31
+  ------------------------ Function End Line: 330 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 127      eLOC 111      lLOC 59       Comment 195      Lines      330
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          5
+  Total Function LOC.....:        110  Total Function Pts LOC :        1.0
+  Total Function eLOC....:         94  Total Function Pts eLOC:        0.9
+  Total Function lLOC....:         57  Total Function Pts lLOC:        0.5
+  Total Function Params .:          8  Total Function Return .:          5
+  Total Cyclo Complexity :         21  Total Function Complex.:         34
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         43  Average Function LOC ..:      22.00
+  Max Function eLOC .....:         34  Average Function eLOC .:      18.80
+  Max Function lLOC .....:         24  Average Function lLOC .:      11.40
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          2  Avg Function Parameters:       1.60
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          3  Avg Interface Complex. :       2.60
+  Max Cyclomatic Complex.:          5  Avg Cyclomatic Complex.:       4.20
+  Max Total Complexity ..:          8  Avg Total Complexity ..:       6.80
+  ________________________________________________________________________
+  End of File: ..\source\qf_ps.c
+
+
+  File: ..\source\qf_qact.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 65 -----------------------
+  Function: QActive_ctor
+  Parameters: (QActive * const me, QStateHandler initial)
+
+  Function: QActive_ctor
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 12       eLOC 10       lLOC 4        Comment 19       Lines       17
+  ------------------------- Function End Line: 81 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 14       eLOC 12       lLOC 4        Comment 69       Lines       81
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          1
+  Total Function LOC.....:         12  Total Function Pts LOC :        0.1
+  Total Function eLOC....:         10  Total Function Pts eLOC:        0.1
+  Total Function lLOC....:          4  Total Function Pts lLOC:        0.0
+  Total Function Params .:          2  Total Function Return .:          1
+  Total Cyclo Complexity :          1  Total Function Complex.:          4
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         12  Average Function LOC ..:      12.00
+  Max Function eLOC .....:         10  Average Function eLOC .:      10.00
+  Max Function lLOC .....:          4  Average Function lLOC .:       4.00
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          2  Avg Function Parameters:       2.00
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          3  Avg Interface Complex. :       3.00
+  Max Cyclomatic Complex.:          1  Avg Cyclomatic Complex.:       1.00
+  Max Total Complexity ..:          4  Avg Total Complexity ..:       4.00
+  ________________________________________________________________________
+  End of File: ..\source\qf_qact.c
+
+
+  File: ..\source\qf_qeq.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 72 -----------------------
+  Function: QEQueue_init
+  Parameters: (QEQueue * const me, QEvt const *qSto[], uint_fast16_t const
+               qLen)
+
+  Function: QEQueue_init
+  Complexity   Param 3       Return 1      Cyclo Vg 1       Total        5
+  LOC 14       eLOC 12       lLOC 9        Comment 22       Lines       16
+  ------------------------- Function End Line: 87 ------------------------
+
+    Notice #24: Line 116: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  ----------------------- Function Begin Line: 118 -----------------------
+  Function: QEQueue_post
+  Parameters: (QEQueue * const me, QEvt const * const e, uint_fast16_t con
+              st margin)
+
+    Notice #24: Line 120: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 166: An ANSI C++ keyword 'true' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 184: An ANSI C++ keyword 'false' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  Function: QEQueue_post
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 5     
+  Complexity   Param 3       Return 1      Cyclo Vg 6       Total       10
+  LOC 51       eLOC 42       lLOC 30       Comment 55       Lines       72
+  ------------------------ Function End Line: 189 ------------------------
+
+  ----------------------- Function Begin Line: 211 -----------------------
+  Function: QEQueue_postLIFO
+  Parameters: (QEQueue * const me, QEvt const * const e)
+
+  Function: QEQueue_postLIFO
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 4     
+  Complexity   Param 2       Return 1      Cyclo Vg 5       Total        8
+  LOC 34       eLOC 29       lLOC 21       Comment 41       Lines       44
+  ------------------------ Function End Line: 254 ------------------------
+
+  ----------------------- Function Begin Line: 272 -----------------------
+  Function: QEQueue_get
+  Parameters: (QEQueue * const me)
+
+  Function: QEQueue_get
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 3     
+  Complexity   Param 1       Return 1      Cyclo Vg 4       Total        6
+  LOC 36       eLOC 31       lLOC 21       Comment 35       Lines       46
+  ------------------------ Function End Line: 317 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 149      eLOC 128      lLOC 81       Comment 204      Lines      317
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          4
+  Total Function LOC.....:        135  Total Function Pts LOC :        1.2
+  Total Function eLOC....:        114  Total Function Pts eLOC:        1.0
+  Total Function lLOC....:         81  Total Function Pts lLOC:        0.6
+  Total Function Params .:          9  Total Function Return .:          4
+  Total Cyclo Complexity :         16  Total Function Complex.:         29
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         51  Average Function LOC ..:      33.75
+  Max Function eLOC .....:         42  Average Function eLOC .:      28.50
+  Max Function lLOC .....:         30  Average Function lLOC .:      20.25
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          3  Avg Function Parameters:       2.25
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          4  Avg Interface Complex. :       3.25
+  Max Cyclomatic Complex.:          6  Avg Cyclomatic Complex.:       4.00
+  Max Total Complexity ..:         10  Avg Total Complexity ..:       7.25
+  ________________________________________________________________________
+  End of File: ..\source\qf_qeq.c
+
+
+  File: ..\source\qf_qmact.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 67 -----------------------
+  Function: QMActive_ctor
+  Parameters: (QMActive * const me, QStateHandler initial)
+
+  Function: QMActive_ctor
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 12       eLOC 10       lLOC 4        Comment 28       Lines       28
+  ------------------------- Function End Line: 94 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 15       eLOC 13       lLOC 4        Comment 79       Lines       94
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          1
+  Total Function LOC.....:         12  Total Function Pts LOC :        0.1
+  Total Function eLOC....:         10  Total Function Pts eLOC:        0.1
+  Total Function lLOC....:          4  Total Function Pts lLOC:        0.0
+  Total Function Params .:          2  Total Function Return .:          1
+  Total Cyclo Complexity :          1  Total Function Complex.:          4
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         12  Average Function LOC ..:      12.00
+  Max Function eLOC .....:         10  Average Function eLOC .:      10.00
+  Max Function lLOC .....:          4  Average Function lLOC .:       4.00
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          2  Avg Function Parameters:       2.00
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          3  Avg Interface Complex. :       3.00
+  Max Cyclomatic Complex.:          1  Avg Cyclomatic Complex.:       1.00
+  Max Total Complexity ..:          4  Avg Total Complexity ..:       4.00
+  ________________________________________________________________________
+  End of File: ..\source\qf_qmact.c
+
+
+  File: ..\source\qf_time.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 77 -----------------------
+  Function: QF_tickX_
+  Parameters: (uint_fast8_t const tickRate)
+
+    Notice #107: Line: 89 A double ;; has been identified
+
+    Notice #44: Line 105, The keyword 'break' has been identified
+           outside a 'switch' logic control structure.  The use
+           of 'break' interrupts the linear logic flow and can create
+           source code which is difficult to maintain.
+
+  Function: QF_tickX_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+      Conditional if / else if: 5     
+  Complexity   Param 1       Return 1      Cyclo Vg 7       Total        9
+  LOC 65       eLOC 53       lLOC 36       Comment 53       Lines       93
+  ------------------------ Function End Line: 169 ------------------------
+
+    Notice #24: Line 196: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  ----------------------- Function Begin Line: 196 -----------------------
+  Function: QF_noTimeEvtsActiveX
+  Parameters: (uint_fast8_t const tickRate)
+
+    Notice #24: Line 197: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 203: An ANSI C++ keyword 'false' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 206: An ANSI C++ keyword 'false' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 209: An ANSI C++ keyword 'true' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  Function: QF_noTimeEvtsActiveX
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 2     
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 14       eLOC 10       lLOC 6        Comment 13       Lines       17
+  ------------------------ Function End Line: 212 ------------------------
+
+  ----------------------- Function Begin Line: 233 -----------------------
+  Function: QTimeEvt_ctorX
+  Parameters: (QTimeEvt * const me, QMActive * const act, enum_t const sig
+              , uint_fast8_t tickRate)
+
+  Function: QTimeEvt_ctorX
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Logical and ( && )      : 1     
+  Complexity   Param 4       Return 1      Cyclo Vg 2       Total        7
+  LOC 11       eLOC 9        lLOC 8        Comment 32       Lines       31
+  ------------------------ Function End Line: 263 ------------------------
+
+  ----------------------- Function Begin Line: 293 -----------------------
+  Function: QTimeEvt_armX
+  Parameters: (QTimeEvt * const me, QTimeEvtCtr const nTicks, QTimeEvtCtr 
+              const interval)
+
+  Function: QTimeEvt_armX
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+      Logical and ( && )      : 4     
+  Complexity   Param 3       Return 1      Cyclo Vg 6       Total       10
+  LOC 28       eLOC 25       lLOC 16       Comment 49       Lines       50
+  ------------------------ Function End Line: 342 ------------------------
+
+    Notice #24: Line 361: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  ----------------------- Function Begin Line: 361 -----------------------
+  Function: QTimeEvt_disarm
+  Parameters: (QTimeEvt * const me)
+
+    Notice #24: Line 362: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 369: An ANSI C++ keyword 'true' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 384: An ANSI C++ keyword 'false' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  Function: QTimeEvt_disarm
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 29       eLOC 26       lLOC 17       Comment 30       Lines       37
+  ------------------------ Function End Line: 397 ------------------------
+
+    Notice #24: Line 420: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  ----------------------- Function Begin Line: 420 -----------------------
+  Function: QTimeEvt_rearm
+  Parameters: (QTimeEvt * const me, QTimeEvtCtr const nTicks)
+
+    Notice #24: Line 423: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 438: An ANSI C++ keyword 'false' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 463: An ANSI C++ keyword 'true' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  Function: QTimeEvt_rearm
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 2     
+      Logical and ( && )      : 3     
+  Complexity   Param 2       Return 1      Cyclo Vg 6       Total        9
+  LOC 33       eLOC 29       lLOC 18       Comment 47       Lines       59
+  ------------------------ Function End Line: 478 ------------------------
+
+  ----------------------- Function Begin Line: 494 -----------------------
+  Function: QTimeEvt_ctr
+  Parameters: (QTimeEvt const * const me)
+
+  Function: QTimeEvt_ctr
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 16       eLOC 15       lLOC 11       Comment 20       Lines       19
+  ------------------------ Function End Line: 512 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 216      eLOC 187      lLOC 113      Comment 304      Lines      512
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          7
+  Total Function LOC.....:        196  Total Function Pts LOC :        1.7
+  Total Function eLOC....:        167  Total Function Pts eLOC:        1.5
+  Total Function lLOC....:        112  Total Function Pts lLOC:        0.9
+  Total Function Params .:         13  Total Function Return .:          7
+  Total Cyclo Complexity :         27  Total Function Complex.:         47
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         65  Average Function LOC ..:      28.00
+  Max Function eLOC .....:         53  Average Function eLOC .:      23.86
+  Max Function lLOC .....:         36  Average Function lLOC .:      16.00
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          4  Avg Function Parameters:       1.86
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          5  Avg Interface Complex. :       2.86
+  Max Cyclomatic Complex.:          7  Avg Cyclomatic Complex.:       3.86
+  Max Total Complexity ..:         10  Avg Total Complexity ..:       6.71
+  ________________________________________________________________________
+  End of File: ..\source\qf_time.c
+
+
+  File: ..\source\qk.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 73 -----------------------
+  Function: QF_init
+  Parameters: (void)
+
+  Function: QF_init
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 16       eLOC 15       lLOC 10       Comment 19       Lines       25
+  ------------------------- Function End Line: 97 ------------------------
+
+  ----------------------- Function Begin Line: 111 -----------------------
+  Function: QF_stop
+  Parameters: (void)
+
+  Function: QF_stop
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 3        eLOC 2        lLOC 1        Comment 14       Lines        4
+  ------------------------ Function End Line: 114 ------------------------
+
+  ----------------------- Function Begin Line: 119 -----------------------
+  Function: initial_events
+  Parameters: (void)
+
+  Function: initial_events
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+  Complexity   Param 0       Return 1      Cyclo Vg 2       Total        3
+  LOC 8        eLOC 6        lLOC 4        Comment 6        Lines       11
+  ------------------------ Function End Line: 129 ------------------------
+
+  ----------------------- Function Begin Line: 147 -----------------------
+  Function: QF_run
+  Parameters: (void)
+
+    Notice #107: Line: 154 A double ;; has been identified
+
+  Function: QF_run
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+  Complexity   Param 0       Return 1      Cyclo Vg 2       Total        3
+  LOC 12       eLOC 10       lLOC 7        Comment 21       Lines       15
+  ------------------------ Function End Line: 161 ------------------------
+
+  ----------------------- Function Begin Line: 190 -----------------------
+  Function: QActive_start_
+  Parameters: (QMActive * const me, uint_fast8_t prio, QEvt const *qSto[],
+               uint_fast16_t qLen, void *stkSto, uint_fast16_t stkSize, QE
+              vt const *ie)
+
+    Notice #29: Line 208: The number of function input parameters,
+           7 exceeds the specified limit of 6.
+
+  Function: QActive_start_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Logical and ( && )      : 2     
+  Complexity   Param 7       Return 1      Cyclo Vg 3       Total       11
+  LOC 15       eLOC 13       lLOC 9        Comment 29       Lines       19
+  ------------------------ Function End Line: 208 ------------------------
+
+  ----------------------- Function Begin Line: 222 -----------------------
+  Function: QActive_stop
+  Parameters: (QMActive *me)
+
+  Function: QActive_stop
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 3        eLOC 2        lLOC 1        Comment 13       Lines        3
+  ------------------------ Function End Line: 224 ------------------------
+
+  ----------------------- Function Begin Line: 241 -----------------------
+  Function: QK_schedPrio_
+  Parameters: (void)
+
+  Function: QK_schedPrio_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 2     
+  Complexity   Param 0       Return 1      Cyclo Vg 3       Total        4
+  LOC 19       eLOC 15       lLOC 6        Comment 23       Lines       26
+  ------------------------ Function End Line: 266 ------------------------
+
+  ----------------------- Function Begin Line: 278 -----------------------
+  Function: QK_sched_
+  Parameters: (uint_fast8_t p)
+
+  Function: QK_sched_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+      Conditional if / else if: 4     
+      Logical or ( || )       : 3     
+  Complexity   Param 1       Return 1      Cyclo Vg 9       Total       11
+  LOC 65       eLOC 58       lLOC 27       Comment 55       Lines       95
+  ------------------------ Function End Line: 372 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 163      eLOC 143      lLOC 70       Comment 230      Lines      372
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          8
+  Total Function LOC.....:        141  Total Function Pts LOC :        1.3
+  Total Function eLOC....:        121  Total Function Pts eLOC:        1.1
+  Total Function lLOC....:         65  Total Function Pts lLOC:        0.5
+  Total Function Params .:          9  Total Function Return .:          8
+  Total Cyclo Complexity :         22  Total Function Complex.:         39
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         65  Average Function LOC ..:      17.63
+  Max Function eLOC .....:         58  Average Function eLOC .:      15.13
+  Max Function lLOC .....:         27  Average Function lLOC .:       8.13
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          7  Avg Function Parameters:       1.13
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          8  Avg Interface Complex. :       2.13
+  Max Cyclomatic Complex.:          9  Avg Cyclomatic Complex.:       2.75
+  Max Total Complexity ..:         11  Avg Total Complexity ..:       4.88
+  ________________________________________________________________________
+  End of File: ..\source\qk.c
+
+
+  File: ..\source\qk_mutex.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 72 -----------------------
+  Function: QK_mutexLock
+  Parameters: (uint_fast8_t prioCeiling)
+
+  Function: QK_mutexLock
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 16       eLOC 14       lLOC 9        Comment 21       Lines       18
+  ------------------------- Function End Line: 89 ------------------------
+
+  ----------------------- Function Begin Line: 106 -----------------------
+  Function: QK_mutexUnlock
+  Parameters: (QMutex mutex)
+
+  Function: QK_mutexUnlock
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 2     
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 17       eLOC 14       lLOC 8        Comment 20       Lines       19
+  ------------------------ Function End Line: 124 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 45       eLOC 40       lLOC 18       Comment 89       Lines      124
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          2
+  Total Function LOC.....:         33  Total Function Pts LOC :        0.4
+  Total Function eLOC....:         28  Total Function Pts eLOC:        0.3
+  Total Function lLOC....:         17  Total Function Pts lLOC:        0.1
+  Total Function Params .:          2  Total Function Return .:          2
+  Total Cyclo Complexity :          5  Total Function Complex.:          9
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         17  Average Function LOC ..:      16.50
+  Max Function eLOC .....:         14  Average Function eLOC .:      14.00
+  Max Function lLOC .....:          9  Average Function lLOC .:       8.50
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          1  Avg Function Parameters:       1.00
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          2  Avg Interface Complex. :       2.00
+  Max Cyclomatic Complex.:          3  Avg Cyclomatic Complex.:       2.50
+  Max Total Complexity ..:          5  Avg Total Complexity ..:       4.50
+  ________________________________________________________________________
+  End of File: ..\source\qk_mutex.c
+
+
+  File: ..\source\qs.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 74 -----------------------
+  Function: QS_initBuf
+  Parameters: (uint8_t sto[], uint_fast16_t stoSize)
+
+  Function: QS_initBuf
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 21       eLOC 20       lLOC 19       Comment 30       Lines       35
+  ------------------------ Function End Line: 108 ------------------------
+
+  ----------------------- Function Begin Line: 123 -----------------------
+  Function: QS_filterOn
+  Parameters: (uint_fast8_t rec)
+
+  Function: QS_filterOn
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+      Conditional if / else if: 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 17       eLOC 12       lLOC 6        Comment 16       Lines       19
+  ------------------------ Function End Line: 141 ------------------------
+
+  ----------------------- Function Begin Line: 155 -----------------------
+  Function: QS_filterOff
+  Parameters: (uint_fast8_t rec)
+
+  Function: QS_filterOff
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+      Conditional if / else if: 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 20       eLOC 15       lLOC 10       Comment 16       Lines       25
+  ------------------------ Function End Line: 179 ------------------------
+
+  ----------------------- Function Begin Line: 189 -----------------------
+  Function: QS_beginRec
+  Parameters: (uint_fast8_t rec)
+
+  Function: QS_beginRec
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 14       eLOC 13       lLOC 10       Comment 18       Lines       18
+  ------------------------ Function End Line: 206 ------------------------
+
+  ----------------------- Function Begin Line: 216 -----------------------
+  Function: QS_endRec
+  Parameters: (void)
+
+  Function: QS_endRec
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 2     
+      Logical and ( && )      : 1     
+  Complexity   Param 0       Return 1      Cyclo Vg 4       Total        5
+  LOC 22       eLOC 18       lLOC 10       Comment 17       Lines       28
+  ------------------------ Function End Line: 243 ------------------------
+
+  ----------------------- Function Begin Line: 246 -----------------------
+  Function: QS_target_info_
+  Parameters: (uint8_t isReset)
+
+    Notice #28: Line 356: The function cyclomatic complexity of
+           15 exceeds the specified limit of 10.
+
+  Function: QS_target_info_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Selection case          : 12    
+      Conditional if / else if: 2     
+  Complexity   Param 1       Return 1      Cyclo Vg 15      Total       17
+  LOC 97       eLOC 90       lLOC 48       Comment 10       Lines      111
+  ------------------------ Function End Line: 356 ------------------------
+
+  ----------------------- Function Begin Line: 364 -----------------------
+  Function: QS_u8
+  Parameters: (uint8_t format, uint8_t d)
+
+  Function: QS_u8
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 11       eLOC 10       lLOC 7        Comment 13       Lines       14
+  ------------------------ Function End Line: 377 ------------------------
+
+  ----------------------- Function Begin Line: 385 -----------------------
+  Function: QS_u16
+  Parameters: (uint8_t format, uint16_t d)
+
+  Function: QS_u16
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 15       eLOC 14       lLOC 10       Comment 13       Lines       20
+  ------------------------ Function End Line: 404 ------------------------
+
+  ----------------------- Function Begin Line: 411 -----------------------
+  Function: QS_u32
+  Parameters: (uint8_t format, uint32_t d)
+
+  Function: QS_u32
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 16       eLOC 14       lLOC 11       Comment 14       Lines       20
+  ------------------------ Function End Line: 430 ------------------------
+
+  ----------------------- Function Begin Line: 437 -----------------------
+  Function: QS_u8_
+  Parameters: (uint8_t d)
+
+  Function: QS_u8_
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 10       eLOC 9        lLOC 7        Comment 12       Lines       12
+  ------------------------ Function End Line: 448 ------------------------
+
+  ----------------------- Function Begin Line: 454 -----------------------
+  Function: QS_u8u8_
+  Parameters: (uint8_t d1, uint8_t d2)
+
+  Function: QS_u8u8_
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 11       eLOC 10       lLOC 7        Comment 11       Lines       13
+  ------------------------ Function End Line: 466 ------------------------
+
+  ----------------------- Function Begin Line: 473 -----------------------
+  Function: QS_u16_
+  Parameters: (uint16_t d)
+
+  Function: QS_u16_
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 14       eLOC 13       lLOC 10       Comment 12       Lines       18
+  ------------------------ Function End Line: 490 ------------------------
+
+  ----------------------- Function Begin Line: 496 -----------------------
+  Function: QS_u32_
+  Parameters: (uint32_t d)
+
+  Function: QS_u32_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 15       eLOC 13       lLOC 11       Comment 11       Lines       17
+  ------------------------ Function End Line: 512 ------------------------
+
+  ----------------------- Function Begin Line: 519 -----------------------
+  Function: QS_str_
+  Parameters: (char_t const *s)
+
+  Function: QS_str_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 20       eLOC 18       lLOC 14       Comment 16       Lines       22
+  ------------------------ Function End Line: 540 ------------------------
+
+  ----------------------- Function Begin Line: 547 -----------------------
+  Function: QS_str_ROM_
+  Parameters: (char_t const Q_ROM *s)
+
+  Function: QS_str_ROM_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 20       eLOC 18       lLOC 14       Comment 16       Lines       22
+  ------------------------ Function End Line: 568 ------------------------
+
+  ----------------------- Function Begin Line: 581 -----------------------
+  Function: QS_getByte
+  Parameters: (void)
+
+  Function: QS_getByte
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 2     
+  Complexity   Param 0       Return 1      Cyclo Vg 3       Total        4
+  LOC 18       eLOC 14       lLOC 10       Comment 20       Lines       18
+  ------------------------ Function End Line: 598 ------------------------
+
+  ----------------------- Function Begin Line: 623 -----------------------
+  Function: QS_getBlock
+  Parameters: (uint16_t *pNbytes)
+
+  Function: QS_getBlock
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 4     
+  Complexity   Param 1       Return 1      Cyclo Vg 5       Total        7
+  LOC 29       eLOC 23       lLOC 17       Comment 32       Lines       33
+  ------------------------ Function End Line: 655 ------------------------
+
+  ----------------------- Function Begin Line: 662 -----------------------
+  Function: QS_sig_dict
+  Parameters: (enum_t const sig, void const * const obj, char_t const Q_RO
+              M *name)
+
+  Function: QS_sig_dict
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+  Complexity   Param 3       Return 1      Cyclo Vg 2       Total        6
+  LOC 14       eLOC 11       lLOC 9        Comment 3        Lines       15
+  ------------------------ Function End Line: 676 ------------------------
+
+  ----------------------- Function Begin Line: 683 -----------------------
+  Function: QS_obj_dict
+  Parameters: (void const * const obj, char_t const Q_ROM *name)
+
+  Function: QS_obj_dict
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 13       eLOC 10       lLOC 8        Comment 3        Lines       14
+  ------------------------ Function End Line: 696 ------------------------
+
+  ----------------------- Function Begin Line: 703 -----------------------
+  Function: QS_fun_dict
+  Parameters: (void (* const fun)(void), char_t const Q_ROM *name)
+
+  Function: QS_fun_dict
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 13       eLOC 10       lLOC 8        Comment 3        Lines       14
+  ------------------------ Function End Line: 716 ------------------------
+
+  ----------------------- Function Begin Line: 723 -----------------------
+  Function: QS_usr_dict
+  Parameters: (enum_t const rec, char_t const Q_ROM * const name)
+
+  Function: QS_usr_dict
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 10       eLOC 8        lLOC 7        Comment 3        Lines       11
+  ------------------------ Function End Line: 733 ------------------------
+
+  ----------------------- Function Begin Line: 739 -----------------------
+  Function: QS_mem
+  Parameters: (uint8_t const *blk, uint8_t size)
+
+  Function: QS_mem
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 18       eLOC 16       lLOC 11       Comment 11       Lines       23
+  ------------------------ Function End Line: 761 ------------------------
+
+  ----------------------- Function Begin Line: 768 -----------------------
+  Function: QS_str
+  Parameters: (char_t const *s)
+
+  Function: QS_str
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 21       eLOC 19       lLOC 14       Comment 16       Lines       24
+  ------------------------ Function End Line: 791 ------------------------
+
+  ----------------------- Function Begin Line: 797 -----------------------
+  Function: QS_str_ROM
+  Parameters: (char_t const Q_ROM *s)
+
+  Function: QS_str_ROM
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 21       eLOC 19       lLOC 14       Comment 15       Lines       25
+  ------------------------ Function End Line: 821 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 495      eLOC 432      lLOC 295      Comment 376      Lines      821
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:         24
+  Total Function LOC.....:        480  Total Function Pts LOC :        3.9
+  Total Function eLOC....:        417  Total Function Pts eLOC:        3.4
+  Total Function lLOC....:        292  Total Function Pts lLOC:        2.3
+  Total Function Params .:         33  Total Function Return .:         24
+  Total Cyclo Complexity :         61  Total Function Complex.:        118
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         97  Average Function LOC ..:      20.00
+  Max Function eLOC .....:         90  Average Function eLOC .:      17.38
+  Max Function lLOC .....:         48  Average Function lLOC .:      12.17
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          3  Avg Function Parameters:       1.38
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          4  Avg Interface Complex. :       2.38
+  Max Cyclomatic Complex.:         15  Avg Cyclomatic Complex.:       2.54
+  Max Total Complexity ..:         17  Avg Total Complexity ..:       4.92
+  ________________________________________________________________________
+  End of File: ..\source\qs.c
+
+
+  File: ..\source\qs_64bit.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 51 -----------------------
+  Function: QS_u64_
+  Parameters: (uint64_t d)
+
+  Function: QS_u64_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 15       eLOC 13       lLOC 11       Comment 7        Lines       17
+  ------------------------- Function End Line: 67 ------------------------
+
+  ------------------------ Function Begin Line: 73 -----------------------
+  Function: QS_u64
+  Parameters: (uint8_t format, uint64_t d)
+
+  Function: QS_u64
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 16       eLOC 14       lLOC 11       Comment 9        Lines       20
+  ------------------------- Function End Line: 92 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 35       eLOC 31       lLOC 22       Comment 57       Lines       94
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          2
+  Total Function LOC.....:         31  Total Function Pts LOC :        0.3
+  Total Function eLOC....:         27  Total Function Pts eLOC:        0.2
+  Total Function lLOC....:         22  Total Function Pts lLOC:        0.2
+  Total Function Params .:          3  Total Function Return .:          2
+  Total Cyclo Complexity :          4  Total Function Complex.:          9
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         16  Average Function LOC ..:      15.50
+  Max Function eLOC .....:         14  Average Function eLOC .:      13.50
+  Max Function lLOC .....:         11  Average Function lLOC .:      11.00
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          2  Avg Function Parameters:       1.50
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          3  Avg Interface Complex. :       2.50
+  Max Cyclomatic Complex.:          2  Avg Cyclomatic Complex.:       2.00
+  Max Total Complexity ..:          5  Avg Total Complexity ..:       4.50
+  ________________________________________________________________________
+  End of File: ..\source\qs_64bit.c
+
+
+  File: ..\source\qs_fp.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 48 -----------------------
+  Function: QS_f32
+  Parameters: (uint8_t format, float32_t f)
+
+  Function: QS_f32
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 1     
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 21       eLOC 19       lLOC 15       Comment 16       Lines       26
+  ------------------------- Function End Line: 73 ------------------------
+
+  ------------------------ Function Begin Line: 81 -----------------------
+  Function: QS_f64
+  Parameters: (uint8_t format, float64_t d)
+
+  Function: QS_f64
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 2     
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 29       eLOC 26       lLOC 20       Comment 14       Lines       36
+  ------------------------ Function End Line: 116 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 52       eLOC 47       lLOC 35       Comment 70       Lines      116
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          2
+  Total Function LOC.....:         50  Total Function Pts LOC :        0.4
+  Total Function eLOC....:         45  Total Function Pts eLOC:        0.4
+  Total Function lLOC....:         35  Total Function Pts lLOC:        0.3
+  Total Function Params .:          4  Total Function Return .:          2
+  Total Cyclo Complexity :          5  Total Function Complex.:         11
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:         29  Average Function LOC ..:      25.00
+  Max Function eLOC .....:         26  Average Function eLOC .:      22.50
+  Max Function lLOC .....:         20  Average Function lLOC .:      17.50
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          2  Avg Function Parameters:       2.00
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          3  Avg Interface Complex. :       3.00
+  Max Cyclomatic Complex.:          3  Avg Cyclomatic Complex.:       2.50
+  Max Total Complexity ..:          6  Avg Total Complexity ..:       5.50
+  ________________________________________________________________________
+  End of File: ..\source\qs_fp.c
+
+
+  File: ..\source\qs_rx.c
+  ________________________________________________________________________
+
+
+    Notice #53: Line 67, A struct has been identified which does not
+           have a preceding comment.  Comments that detail the purpose,
+           algorithms, and parameter/return definitions are suggested.
+
+    Notice #53: Line 71, A struct has been identified which does not
+           have a preceding comment.  Comments that detail the purpose,
+           algorithms, and parameter/return definitions are suggested.
+
+    Notice #53: Line 77, A struct has been identified which does not
+           have a preceding comment.  Comments that detail the purpose,
+           algorithms, and parameter/return definitions are suggested.
+
+    Notice #53: Line 84, A struct has been identified which does not
+           have a preceding comment.  Comments that detail the purpose,
+           algorithms, and parameter/return definitions are suggested.
+
+    Notice #53: Line 89, A struct has been identified which does not
+           have a preceding comment.  Comments that detail the purpose,
+           algorithms, and parameter/return definitions are suggested.
+
+    Notice #53: Line 95, A struct has been identified which does not
+           have a preceding comment.  Comments that detail the purpose,
+           algorithms, and parameter/return definitions are suggested.
+
+    Notice #53: Line 99, A struct has been identified which does not
+           have a preceding comment.  Comments that detail the purpose,
+           algorithms, and parameter/return definitions are suggested.
+
+    Notice #53: Line 108, A struct has been identified which does not
+           have a preceding comment.  Comments that detail the purpose,
+           algorithms, and parameter/return definitions are suggested.
+
+    Notice #35: Line 118: Public data has been identified with a class
+           specification.  This design breaks object encapsulation
+           allowing free access from other objects and functions.
+
+    Notice #35: Line 119: Public data has been identified with a class
+           specification.  This design breaks object encapsulation
+           allowing free access from other objects and functions.
+
+    Notice #35: Line 120: Public data has been identified with a class
+           specification.  This design breaks object encapsulation
+           allowing free access from other objects and functions.
+
+    Notice #35: Line 121: Public data has been identified with a class
+           specification.  This design breaks object encapsulation
+           allowing free access from other objects and functions.
+
+    Notice #35: Line 122: Public data has been identified with a class
+           specification.  This design breaks object encapsulation
+           allowing free access from other objects and functions.
+
+    Notice #24: Line 163: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  ----------------------- Function Begin Line: 199 -----------------------
+  Function: QS_rxInitBuf
+  Parameters: (uint8_t sto[], uint16_t stoSize)
+
+  Function: QS_rxInitBuf
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 18       eLOC 17       lLOC 15       Comment 19       Lines       21
+  ------------------------ Function End Line: 219 ------------------------
+
+  ----------------------- Function Begin Line: 230 -----------------------
+  Function: QS_rxGetNfree
+  Parameters: (void)
+
+  Function: QS_rxGetNfree
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Conditional if / else if: 2     
+  Complexity   Param 0       Return 1      Cyclo Vg 3       Total        4
+  LOC 14       eLOC 10       lLOC 5        Comment 9        Lines       14
+  ------------------------ Function End Line: 243 ------------------------
+
+  ----------------------- Function Begin Line: 246 -----------------------
+  Function: QS_rxParse
+  Parameters: (void)
+
+  Function: QS_rxParse
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops while / do        : 1     
+      Conditional if / else if: 5     
+  Complexity   Param 0       Return 1      Cyclo Vg 7       Total        8
+  LOC 36       eLOC 26       lLOC 16       Comment 5        Lines       41
+  ------------------------ Function End Line: 286 ------------------------
+
+  ----------------------- Function Begin Line: 289 -----------------------
+  Function: QS_rxParseData_
+  Parameters: (uint8_t b)
+
+    Notice #55: Line 511
+           The depth of scope '7' exceeds the notice limit of 6.
+
+    Notice #55: Line 514
+           The depth of scope '7' exceeds the notice limit of 6.
+
+    Notice #28: Line 552: The function cyclomatic complexity of
+           57 exceeds the specified limit of 10.
+
+  Function: QS_rxParseData_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Selection case          : 40    
+      Conditional if / else if: 16    
+  Complexity   Param 1       Return 1      Cyclo Vg 57      Total       59
+  LOC 253      eLOC 196      lLOC 124      Comment 18       Lines      264
+  ------------------------ Function End Line: 552 ------------------------
+
+  ----------------------- Function Begin Line: 555 -----------------------
+  Function: QS_rxHandleGoodFrame_
+  Parameters: (void)
+
+    Notice #28: Line 691: The function cyclomatic complexity of
+           25 exceeds the specified limit of 10.
+
+  Function: QS_rxHandleGoodFrame_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Loops for / foreach     : 3     
+      Selection case          : 17    
+      Conditional if / else if: 4     
+  Complexity   Param 0       Return 1      Cyclo Vg 25      Total       26
+  LOC 127      eLOC 103      lLOC 69       Comment 15       Lines      137
+  ------------------------ Function End Line: 691 ------------------------
+
+  ----------------------- Function Begin Line: 694 -----------------------
+  Function: QS_rxHandleBadFrame_
+  Parameters: (void)
+
+  Function: QS_rxHandleBadFrame_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Selection case          : 1     
+  Complexity   Param 0       Return 1      Cyclo Vg 2       Total        3
+  LOC 12       eLOC 8        lLOC 4        Comment 1        Lines       12
+  ------------------------ Function End Line: 705 ------------------------
+
+  ----------------------- Function Begin Line: 708 -----------------------
+  Function: QS_rxReportSuccess_
+  Parameters: (enum QSpyRxRecords recId)
+
+  Function: QS_rxReportSuccess_
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 7        eLOC 6        lLOC 2        Comment 3        Lines        7
+  ------------------------ Function End Line: 714 ------------------------
+
+  ----------------------- Function Begin Line: 717 -----------------------
+  Function: QS_rxReportError_
+  Parameters: (uint8_t stateId)
+
+  Function: QS_rxReportError_
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 7        eLOC 6        lLOC 2        Comment 3        Lines        7
+  ------------------------ Function End Line: 723 ------------------------
+
+    Notice #24: Line 726: An ANSI C++ keyword 'bool' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  ----------------------- Function Begin Line: 726 -----------------------
+  Function: QS_rxAddr_
+  Parameters: (uint8_t b, QSAddr *addr, uint8_t *idx)
+
+    Notice #23: Line 729, The '?' operator was identified.  This implied
+           if-else construct can reduce code readability.
+
+    Notice #24: Line 729: An ANSI C++ keyword 'true' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+    Notice #24: Line 729: An ANSI C++ keyword 'false' has been found
+           within a C file.  This will cause a compile error if this file
+           is compiled with a C++ compiler.  It is suggested that this
+           symbol name be changed to a non-conflicting name for C to
+           C++ migration.
+
+  Function: QS_rxAddr_
+    Cyclomatic Complexity Vg Detail
+      Function Base           : 1
+      Inlined if-else ( ? : ) : 1     
+  Complexity   Param 3       Return 1      Cyclo Vg 2       Total        6
+  LOC 5        eLOC 4        lLOC 3        Comment 1        Lines        5
+  ------------------------ Function End Line: 730 ------------------------
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 589      eLOC 485      lLOC 298      Comment 131      Lines      730
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          9
+  Total Function LOC.....:        479  Total Function Pts LOC :        4.6
+  Total Function eLOC....:        376  Total Function Pts eLOC:        3.8
+  Total Function lLOC....:        240  Total Function Pts lLOC:        2.3
+  Total Function Params .:          8  Total Function Return .:          9
+  Total Cyclo Complexity :         99  Total Function Complex.:        116
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:        253  Average Function LOC ..:      53.22
+  Max Function eLOC .....:        196  Average Function eLOC .:      41.78
+  Max Function lLOC .....:        124  Average Function lLOC .:      26.67
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          3  Avg Function Parameters:       0.89
+  Max Function Returns ..:          1  Avg Function Returns ..:       1.00
+  Max Interface Complex. :          4  Avg Interface Complex. :       1.89
+  Max Cyclomatic Complex.:         57  Avg Cyclomatic Complex.:      11.00
+  Max Total Complexity ..:         59  Avg Total Complexity ..:      12.89
+  ________________________________________________________________________
+  End of File: ..\source\qs_rx.c
+
+
+  File: ..\source\qv.c
+  ________________________________________________________________________
+
+
+  ------------------------ Function Begin Line: 76 -----------------------
+  Function: QF_init
+  Parameters: (void)
+
+  Function: QF_init
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 8        eLOC 7        lLOC 6        Comment 15       Lines       13
+  ------------------------- Function End Line: 88 ------------------------
+
+  ----------------------- Function Begin Line: 102 -----------------------
+  Function: QF_stop
+  Parameters: (void)
+
+  Function: QF_stop
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 3        eLOC 2        lLOC 1        Comment 14       Lines        4
+  ------------------------ Function End Line: 105 ------------------------
+
+  ----------------------- Function Begin Line: 123 -----------------------
+  Function: QF_run
+  Parameters: (void)
+
+    Notice #107: Line: 131 A double ;; has been identified
+
+    NOTICE: The end of the source file has been reached where the
+            open brace count { 10 != 9 } close brace count 
+            This is an indication of non-compilable code within the source
+            file.  RSM processes all source code including code wrapped
+            with preprocessor directives.  Accurate metrics requires that
+            all code present in this file must be compilable.
+
+    NOTICE: The end of the source file has been reached where the
+            local function scope remains open.  The last known function
+            will be emitted but metrics cannot be generated in this
+            condition.
+  Function: QF_run
+  Parameters: (void)
+
+  ------------------------------------------------------------------------
+
+                          ~~ Total File Summary ~~
+
+  LOC 91       eLOC 81       lLOC 39       Comment 172      Lines      256
+  ------------------------------------------------------------------------
+
+                        ~~ File Functional Summary ~~
+
+  File Function Count....:          3
+  Total Function LOC.....:         11  Total Function Pts LOC :        0.7
+  Total Function eLOC....:          9  Total Function Pts eLOC:        0.6
+  Total Function lLOC....:          7  Total Function Pts lLOC:        0.3
+  Total Function Params .:          0  Total Function Return .:          2
+  Total Cyclo Complexity :          2  Total Function Complex.:          4
+         ------     -----     -----     ------     ------     -----       
+  Max Function LOC ......:          8  Average Function LOC ..:       3.67
+  Max Function eLOC .....:          7  Average Function eLOC .:       3.00
+  Max Function lLOC .....:          6  Average Function lLOC .:       2.33
+         ------     -----     -----     ------     ------     -----       
+  Max Function Parameters:          0  Avg Function Parameters:       0.00
+  Max Function Returns ..:          1  Avg Function Returns ..:       0.67
+  Max Interface Complex. :          1  Avg Interface Complex. :       0.67
+  Max Cyclomatic Complex.:          1  Avg Cyclomatic Complex.:       0.67
+  Max Total Complexity ..:          2  Avg Total Complexity ..:       1.33
+  ________________________________________________________________________
+  End of File: ..\source\qv.c
+
+
+  ------------------------------------------------------------------------
+
+                     ~~ Project Analysis For 34 Files ~~
+
+  ------------------------------------------------------------------------
+
+                         ~~ Total Project Summary ~~
+
+  LOC 4489     eLOC 4042     lLOC 1890     Comment 6294     Lines    10912
+  Average per File, metric/34 files
+  LOC 132      eLOC 118      lLOC 55       Comment 185      Lines      320
+
+  ------------------------------------------------------------------------
+
+                      ~~ Project Functional Metrics ~~
+
+  Function: QHsm_ctor
+  Parameters: (QHsm * const me, QStateHandler initial)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 9        eLOC 7        lLOC 4        Comment 30       Lines       10
+
+  Function: QHsm_init_
+  Parameters: (QHsm * const me, QEvt const * const e)
+  Complexity   Param 2       Return 1      Cyclo Vg 7       Total       10
+  LOC 50       eLOC 47       lLOC 31       Comment 34       Lines       70
+
+  Function: QHsm_top
+  Parameters: (void const * const me, QEvt const * const e)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 5        eLOC 4        lLOC 3        Comment 18       Lines        5
+
+  Function: QHsm_dispatch_
+  Parameters: (QHsm * const me, QEvt const * const e)
+  Complexity   Param 2       Return 1      Cyclo Vg 12      Total       15
+  LOC 105      eLOC 94       lLOC 62       Comment 65       Lines      144
+
+  Function: QHsm_tran_
+  Parameters: (QHsm * const me, QStateHandler path[QHSM_MAX_NEST_DEPTH_])
+  Complexity   Param 2       Return 1      Cyclo Vg 15      Total       18
+  LOC 97       eLOC 76       lLOC 48       Comment 62       Lines      134
+
+  Function: QHsm_isIn
+  Parameters: (QHsm * const me, QStateHandler const state)
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 16       eLOC 13       lLOC 9        Comment 21       Lines       21
+
+  Function: QMsm_ctor
+  Parameters: (QMsm * const me, QStateHandler initial)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 9        eLOC 7        lLOC 4        Comment 19       Lines        9
+
+  Function: QMsm_init_
+  Parameters: (QMsm * const me, QEvt const * const e)
+  Complexity   Param 2       Return 1      Cyclo Vg 4       Total        7
+  LOC 23       eLOC 22       lLOC 13       Comment 25       Lines       37
+
+  Function: QMsm_dispatch_
+  Parameters: (QMsm * const me, QEvt const * const e)
+  Complexity   Param 2       Return 1      Cyclo Vg 15      Total       18
+  LOC 107      eLOC 91       lLOC 56       Comment 70       Lines      148
+
+  Function: QMsm_execTatbl_
+  Parameters: (QMsm * const me, QMTranActTable const *tatbl)
+  Complexity   Param 2       Return 1      Cyclo Vg 8       Total       11
+  LOC 53       eLOC 43       lLOC 21       Comment 33       Lines       64
+
+  Function: QMsm_exitToTranSource_
+  Parameters: (QMsm * const me, QMState const *s, QMState const * const ts
+              )
+  Complexity   Param 3       Return 1      Cyclo Vg 5       Total        9
+  LOC 24       eLOC 16       lLOC 7        Comment 21       Lines       32
+
+  Function: QMsm_enterHistory_
+  Parameters: (QMsm * const me, QMState const * const hist)
+  Complexity   Param 2       Return 1      Cyclo Vg 5       Total        8
+  LOC 37       eLOC 31       lLOC 21       Comment 23       Lines       45
+
+  Function: QMsm_isInState
+  Parameters: (QMsm * const me, QMState const * const state)
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 11       eLOC 8        lLOC 6        Comment 16       Lines       12
+
+  Function: QF_add_
+  Parameters: (QMActive * const a)
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 15       eLOC 14       lLOC 8        Comment 23       Lines       25
+
+  Function: QF_remove_
+  Parameters: (QMActive const * const a)
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 15       eLOC 14       lLOC 8        Comment 22       Lines       24
+
+  Function: QF_bzero
+  Parameters: (void * const start, uint_fast16_t len)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 8        eLOC 6        lLOC 4        Comment 14       Lines        8
+
+  Function: QActive_post_
+  Parameters: (QMActive * const me, QEvt const * const e, uint_fast16_t co
+              nst margin)
+  Complexity   Param 3       Return 1      Cyclo Vg 6       Total       10
+  LOC 55       eLOC 46       lLOC 34       Comment 79       Lines       74
+
+  Function: QActive_postLIFO_
+  Parameters: (QMActive * const me, QEvt const * const e)
+  Complexity   Param 2       Return 1      Cyclo Vg 5       Total        8
+  LOC 37       eLOC 31       lLOC 22       Comment 36       Lines       50
+
+  Function: QActive_get_
+  Parameters: (QMActive * const me)
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 37       eLOC 33       lLOC 24       Comment 32       Lines       48
+
+  Function: QF_getQueueMin
+  Parameters: (uint_fast8_t const prio)
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 10       eLOC 9        lLOC 6        Comment 18       Lines       13
+
+  Function: QActive_defer
+  Parameters: (QMActive * const me, QEQueue * const eq, QEvt const * const
+               e)
+  Complexity   Param 3       Return 1      Cyclo Vg 1       Total        5
+  LOC 4        eLOC 2        lLOC 2        Comment 24       Lines        4
+
+  Function: QActive_recall
+  Parameters: (QMActive * const me, QEQueue * const eq)
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 19       eLOC 15       lLOC 10       Comment 33       Lines       36
+
+  Function: QEvt_ctor
+  Parameters: (QEvt * const me, enum_t const sig)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 5        eLOC 4        lLOC 3        Comment 9        Lines        6
+
+  Function: QF_poolInit
+  Parameters: (void * const poolSto, uint_fast32_t const poolSize, uint_fa
+              st16_t const evtSize)
+  Complexity   Param 3       Return 1      Cyclo Vg 2       Total        6
+  LOC 9        eLOC 7        lLOC 4        Comment 38       Lines       13
+
+  Function: QF_newX_
+  Parameters: (uint_fast16_t const evtSize, uint_fast16_t const margin, en
+              um_t const sig)
+  Complexity   Param 3       Return 1      Cyclo Vg 4       Total        8
+  LOC 26       eLOC 20       lLOC 14       Comment 35       Lines       35
+
+  Function: QF_gc
+  Parameters: (QEvt const * const e)
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 26       eLOC 22       lLOC 13       Comment 35       Lines       39
+
+  Function: QF_newRef_
+  Parameters: (QEvt const * const e, QEvt const * const evtRef)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 7        eLOC 5        lLOC 3        Comment 16       Lines       11
+
+  Function: QF_poolGetMaxBlockSize
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 3        eLOC 2        lLOC 1        Comment 5        Lines        3
+
+  Function: QMPool_init
+  Parameters: (QMPool * const me, void * const poolSto, uint_fast32_t pool
+              Size, uint_fast16_t blockSize)
+  Complexity   Param 4       Return 1      Cyclo Vg 5       Total       10
+  LOC 36       eLOC 32       lLOC 24       Comment 58       Lines       52
+
+  Function: QMPool_put
+  Parameters: (QMPool * const me, void *b)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 15       eLOC 14       lLOC 9        Comment 29       Lines       22
+
+  Function: QMPool_get
+  Parameters: (QMPool * const me, uint_fast16_t const margin)
+  Complexity   Param 2       Return 1      Cyclo Vg 4       Total        7
+  LOC 41       eLOC 35       lLOC 23       Comment 54       Lines       65
+
+  Function: QF_getPoolMin
+  Parameters: (uint_fast8_t const poolId)
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 10       eLOC 9        lLOC 6        Comment 13       Lines       14
+
+  Function: QF_psInit
+  Parameters: (QSubscrList * const subscrSto, enum_t const maxSignal)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 7        eLOC 6        lLOC 3        Comment 32       Lines       12
+
+  Function: QF_publish_
+  Parameters: (QEvt const * const e)
+  Complexity   Param 1       Return 1      Cyclo Vg 5       Total        7
+  LOC 43       eLOC 34       lLOC 24       Comment 39       Lines       70
+
+  Function: QActive_subscribe
+  Parameters: (QActive const * const me, enum_t const sig)
+  Complexity   Param 2       Return 1      Cyclo Vg 5       Total        8
+  LOC 17       eLOC 16       lLOC 9        Comment 22       Lines       22
+
+  Function: QActive_unsubscribe
+  Parameters: (QActive const * const me, enum_t const sig)
+  Complexity   Param 2       Return 1      Cyclo Vg 5       Total        8
+  LOC 17       eLOC 16       lLOC 9        Comment 29       Lines       25
+
+  Function: QActive_unsubscribeAll
+  Parameters: (QActive const * const me)
+  Complexity   Param 1       Return 1      Cyclo Vg 5       Total        7
+  LOC 26       eLOC 22       lLOC 12       Comment 25       Lines       31
+
+  Function: QActive_ctor
+  Parameters: (QActive * const me, QStateHandler initial)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 12       eLOC 10       lLOC 4        Comment 19       Lines       17
+
+  Function: QEQueue_init
+  Parameters: (QEQueue * const me, QEvt const *qSto[], uint_fast16_t const
+               qLen)
+  Complexity   Param 3       Return 1      Cyclo Vg 1       Total        5
+  LOC 14       eLOC 12       lLOC 9        Comment 22       Lines       16
+
+  Function: QEQueue_post
+  Parameters: (QEQueue * const me, QEvt const * const e, uint_fast16_t con
+              st margin)
+  Complexity   Param 3       Return 1      Cyclo Vg 6       Total       10
+  LOC 51       eLOC 42       lLOC 30       Comment 55       Lines       72
+
+  Function: QEQueue_postLIFO
+  Parameters: (QEQueue * const me, QEvt const * const e)
+  Complexity   Param 2       Return 1      Cyclo Vg 5       Total        8
+  LOC 34       eLOC 29       lLOC 21       Comment 41       Lines       44
+
+  Function: QEQueue_get
+  Parameters: (QEQueue * const me)
+  Complexity   Param 1       Return 1      Cyclo Vg 4       Total        6
+  LOC 36       eLOC 31       lLOC 21       Comment 35       Lines       46
+
+  Function: QMActive_ctor
+  Parameters: (QMActive * const me, QStateHandler initial)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 12       eLOC 10       lLOC 4        Comment 28       Lines       28
+
+  Function: QF_tickX_
+  Parameters: (uint_fast8_t const tickRate)
+  Complexity   Param 1       Return 1      Cyclo Vg 7       Total        9
+  LOC 65       eLOC 53       lLOC 36       Comment 53       Lines       93
+
+  Function: QF_noTimeEvtsActiveX
+  Parameters: (uint_fast8_t const tickRate)
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 14       eLOC 10       lLOC 6        Comment 13       Lines       17
+
+  Function: QTimeEvt_ctorX
+  Parameters: (QTimeEvt * const me, QMActive * const act, enum_t const sig
+              , uint_fast8_t tickRate)
+  Complexity   Param 4       Return 1      Cyclo Vg 2       Total        7
+  LOC 11       eLOC 9        lLOC 8        Comment 32       Lines       31
+
+  Function: QTimeEvt_armX
+  Parameters: (QTimeEvt * const me, QTimeEvtCtr const nTicks, QTimeEvtCtr 
+              const interval)
+  Complexity   Param 3       Return 1      Cyclo Vg 6       Total       10
+  LOC 28       eLOC 25       lLOC 16       Comment 49       Lines       50
+
+  Function: QTimeEvt_disarm
+  Parameters: (QTimeEvt * const me)
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 29       eLOC 26       lLOC 17       Comment 30       Lines       37
+
+  Function: QTimeEvt_rearm
+  Parameters: (QTimeEvt * const me, QTimeEvtCtr const nTicks)
+  Complexity   Param 2       Return 1      Cyclo Vg 6       Total        9
+  LOC 33       eLOC 29       lLOC 18       Comment 47       Lines       59
+
+  Function: QTimeEvt_ctr
+  Parameters: (QTimeEvt const * const me)
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 16       eLOC 15       lLOC 11       Comment 20       Lines       19
+
+  Function: QF_init
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 16       eLOC 15       lLOC 10       Comment 19       Lines       25
+
+  Function: QF_stop
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 3        eLOC 2        lLOC 1        Comment 14       Lines        4
+
+  Function: initial_events
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 2       Total        3
+  LOC 8        eLOC 6        lLOC 4        Comment 6        Lines       11
+
+  Function: QF_run
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 2       Total        3
+  LOC 12       eLOC 10       lLOC 7        Comment 21       Lines       15
+
+  Function: QActive_start_
+  Parameters: (QMActive * const me, uint_fast8_t prio, QEvt const *qSto[],
+               uint_fast16_t qLen, void *stkSto, uint_fast16_t stkSize, QE
+              vt const *ie)
+  Complexity   Param 7       Return 1      Cyclo Vg 3       Total       11
+  LOC 15       eLOC 13       lLOC 9        Comment 29       Lines       19
+
+  Function: QActive_stop
+  Parameters: (QMActive *me)
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 3        eLOC 2        lLOC 1        Comment 13       Lines        3
+
+  Function: QK_schedPrio_
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 3       Total        4
+  LOC 19       eLOC 15       lLOC 6        Comment 23       Lines       26
+
+  Function: QK_sched_
+  Parameters: (uint_fast8_t p)
+  Complexity   Param 1       Return 1      Cyclo Vg 9       Total       11
+  LOC 65       eLOC 58       lLOC 27       Comment 55       Lines       95
+
+  Function: QK_mutexLock
+  Parameters: (uint_fast8_t prioCeiling)
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 16       eLOC 14       lLOC 9        Comment 21       Lines       18
+
+  Function: QK_mutexUnlock
+  Parameters: (QMutex mutex)
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 17       eLOC 14       lLOC 8        Comment 20       Lines       19
+
+  Function: QS_initBuf
+  Parameters: (uint8_t sto[], uint_fast16_t stoSize)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 21       eLOC 20       lLOC 19       Comment 30       Lines       35
+
+  Function: QS_filterOn
+  Parameters: (uint_fast8_t rec)
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 17       eLOC 12       lLOC 6        Comment 16       Lines       19
+
+  Function: QS_filterOff
+  Parameters: (uint_fast8_t rec)
+  Complexity   Param 1       Return 1      Cyclo Vg 3       Total        5
+  LOC 20       eLOC 15       lLOC 10       Comment 16       Lines       25
+
+  Function: QS_beginRec
+  Parameters: (uint_fast8_t rec)
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 14       eLOC 13       lLOC 10       Comment 18       Lines       18
+
+  Function: QS_endRec
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 4       Total        5
+  LOC 22       eLOC 18       lLOC 10       Comment 17       Lines       28
+
+  Function: QS_target_info_
+  Parameters: (uint8_t isReset)
+  Complexity   Param 1       Return 1      Cyclo Vg 15      Total       17
+  LOC 97       eLOC 90       lLOC 48       Comment 10       Lines      111
+
+  Function: QS_u8
+  Parameters: (uint8_t format, uint8_t d)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 11       eLOC 10       lLOC 7        Comment 13       Lines       14
+
+  Function: QS_u16
+  Parameters: (uint8_t format, uint16_t d)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 15       eLOC 14       lLOC 10       Comment 13       Lines       20
+
+  Function: QS_u32
+  Parameters: (uint8_t format, uint32_t d)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 16       eLOC 14       lLOC 11       Comment 14       Lines       20
+
+  Function: QS_u8_
+  Parameters: (uint8_t d)
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 10       eLOC 9        lLOC 7        Comment 12       Lines       12
+
+  Function: QS_u8u8_
+  Parameters: (uint8_t d1, uint8_t d2)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 11       eLOC 10       lLOC 7        Comment 11       Lines       13
+
+  Function: QS_u16_
+  Parameters: (uint16_t d)
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 14       eLOC 13       lLOC 10       Comment 12       Lines       18
+
+  Function: QS_u32_
+  Parameters: (uint32_t d)
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 15       eLOC 13       lLOC 11       Comment 11       Lines       17
+
+  Function: QS_str_
+  Parameters: (char_t const *s)
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 20       eLOC 18       lLOC 14       Comment 16       Lines       22
+
+  Function: QS_str_ROM_
+  Parameters: (char_t const Q_ROM *s)
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 20       eLOC 18       lLOC 14       Comment 16       Lines       22
+
+  Function: QS_getByte
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 3       Total        4
+  LOC 18       eLOC 14       lLOC 10       Comment 20       Lines       18
+
+  Function: QS_getBlock
+  Parameters: (uint16_t *pNbytes)
+  Complexity   Param 1       Return 1      Cyclo Vg 5       Total        7
+  LOC 29       eLOC 23       lLOC 17       Comment 32       Lines       33
+
+  Function: QS_sig_dict
+  Parameters: (enum_t const sig, void const * const obj, char_t const Q_RO
+              M *name)
+  Complexity   Param 3       Return 1      Cyclo Vg 2       Total        6
+  LOC 14       eLOC 11       lLOC 9        Comment 3        Lines       15
+
+  Function: QS_obj_dict
+  Parameters: (void const * const obj, char_t const Q_ROM *name)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 13       eLOC 10       lLOC 8        Comment 3        Lines       14
+
+  Function: QS_fun_dict
+  Parameters: (void (* const fun)(void), char_t const Q_ROM *name)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 13       eLOC 10       lLOC 8        Comment 3        Lines       14
+
+  Function: QS_usr_dict
+  Parameters: (enum_t const rec, char_t const Q_ROM * const name)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 10       eLOC 8        lLOC 7        Comment 3        Lines       11
+
+  Function: QS_mem
+  Parameters: (uint8_t const *blk, uint8_t size)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 18       eLOC 16       lLOC 11       Comment 11       Lines       23
+
+  Function: QS_str
+  Parameters: (char_t const *s)
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 21       eLOC 19       lLOC 14       Comment 16       Lines       24
+
+  Function: QS_str_ROM
+  Parameters: (char_t const Q_ROM *s)
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 21       eLOC 19       lLOC 14       Comment 15       Lines       25
+
+  Function: QS_u64_
+  Parameters: (uint64_t d)
+  Complexity   Param 1       Return 1      Cyclo Vg 2       Total        4
+  LOC 15       eLOC 13       lLOC 11       Comment 7        Lines       17
+
+  Function: QS_u64
+  Parameters: (uint8_t format, uint64_t d)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 16       eLOC 14       lLOC 11       Comment 9        Lines       20
+
+  Function: QS_f32
+  Parameters: (uint8_t format, float32_t f)
+  Complexity   Param 2       Return 1      Cyclo Vg 2       Total        5
+  LOC 21       eLOC 19       lLOC 15       Comment 16       Lines       26
+
+  Function: QS_f64
+  Parameters: (uint8_t format, float64_t d)
+  Complexity   Param 2       Return 1      Cyclo Vg 3       Total        6
+  LOC 29       eLOC 26       lLOC 20       Comment 14       Lines       36
+
+  Function: QS_rxInitBuf
+  Parameters: (uint8_t sto[], uint16_t stoSize)
+  Complexity   Param 2       Return 1      Cyclo Vg 1       Total        4
+  LOC 18       eLOC 17       lLOC 15       Comment 19       Lines       21
+
+  Function: QS_rxGetNfree
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 3       Total        4
+  LOC 14       eLOC 10       lLOC 5        Comment 9        Lines       14
+
+  Function: QS_rxParse
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 7       Total        8
+  LOC 36       eLOC 26       lLOC 16       Comment 5        Lines       41
+
+  Function: QS_rxParseData_
+  Parameters: (uint8_t b)
+  Complexity   Param 1       Return 1      Cyclo Vg 57      Total       59
+  LOC 253      eLOC 196      lLOC 124      Comment 18       Lines      264
+
+  Function: QS_rxHandleGoodFrame_
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 25      Total       26
+  LOC 127      eLOC 103      lLOC 69       Comment 15       Lines      137
+
+  Function: QS_rxHandleBadFrame_
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 2       Total        3
+  LOC 12       eLOC 8        lLOC 4        Comment 1        Lines       12
+
+  Function: QS_rxReportSuccess_
+  Parameters: (enum QSpyRxRecords recId)
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 7        eLOC 6        lLOC 2        Comment 3        Lines        7
+
+  Function: QS_rxReportError_
+  Parameters: (uint8_t stateId)
+  Complexity   Param 1       Return 1      Cyclo Vg 1       Total        3
+  LOC 7        eLOC 6        lLOC 2        Comment 3        Lines        7
+
+  Function: QS_rxAddr_
+  Parameters: (uint8_t b, QSAddr *addr, uint8_t *idx)
+  Complexity   Param 3       Return 1      Cyclo Vg 2       Total        6
+  LOC 5        eLOC 4        lLOC 3        Comment 1        Lines        5
+
+  Function: QF_init
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 8        eLOC 7        lLOC 6        Comment 15       Lines       13
+
+  Function: QF_stop
+  Parameters: (void)
+  Complexity   Param 0       Return 1      Cyclo Vg 1       Total        2
+  LOC 3        eLOC 2        lLOC 1        Comment 14       Lines        4
+
+  Total: Functions  
+  LOC 2614     eLOC 2197     lLOC 1439     InCmp 255      CycloCmp     398
+  Function Points         FP(LOC) 20.4    FP(eLOC) 17.2   FP(lLOC)    11.2
+
+  ------------------------------------------------------------------------
+
+                      ~~ Project Functional Analysis ~~
+
+  Total Functions .......:         99  Total Physical Lines ..:       3392
+  Total LOC .............:       2614  Total Function Pts LOC :       20.4
+  Total eLOC ............:       2197  Total Function Pts eLOC:       17.2
+  Total lLOC.............:       1439  Total Function Pts lLOC:       11.2
+  Total Cyclomatic Comp. :        398  Total Interface Comp. .:        255
+  Total Parameters ......:        156  Total Return Points ...:         99
+  Total Comment Lines ...:       2302  Total Blank Lines .....:        421
+         ------     -----     -----     ------     ------     -----       
+  Avg Physical Lines ....:      34.26
+  Avg LOC ...............:      26.40  Avg eLOC ..............:      22.19
+  Avg lLOC ..............:      14.54  Avg Cyclomatic Comp. ..:       4.02
+  Avg Interface Comp. ...:       2.58  Avg Parameters ........:       1.58
+  Avg Return Points .....:       1.00  Avg Comment Lines .....:      23.25
+         ------     -----     -----     ------     ------     -----       
+  Max LOC ...............:        253
+  Max eLOC ..............:        196  Max lLOC ..............:        124
+  Max Cyclomatic Comp. ..:         57  Max Interface Comp. ...:          8
+  Max Parameters ........:          7  Max Return Points .....:          1
+  Max Comment Lines .....:         79  Max Total Lines .......:        264
+         ------     -----     -----     ------     ------     -----       
+  Min LOC ...............:          3
+  Min eLOC ..............:          2  Min lLOC ..............:          1
+  Min Cyclomatic Comp. ..:          1  Min Interface Comp. ...:          1
+  Min Parameters ........:          0  Min Return Points .....:          1
+  Min Comment Lines .....:          1  Min Total Lines .......:          3
+
+  ------------------------------------------------------------------------
+
+                        ~~ Project Quality Profile ~~
+
+  Type  Count Percent  Quality Notice
+  ________________________________________________________________________
+
+  3         2    2.44  Ellipsis '...' are identified as function parameters
+  23        1    1.22  '?' ternary operator identified
+  24       39   47.56  ANSI C++ keyword identified within C file
+  28        6    7.32  Cyclomatic complexity > 10
+  29        1    1.22  Number of function parameters > 6
+  35        5    6.10  Class specification contains public data
+  44        4    4.88  Keyword 'break' identified outside a 'switch' structure
+  53        8    9.76  No comment preceding a struct block
+  55       13   15.85  Scope level exceeds the defined limit of 6
+  107       3    3.66  A double ;; has been identified
+  ________________________________________________________________________
+
+           82  100.00  Total Quality Notices
+
+                        ~~ Quality Notice Density ~~
+
+  Basis: 1000 (K)
+
+  Quality Notices/K LOC   =       18.3 (  1.83%)
+  Quality Notices/K eLOC  =       20.3 (  2.03%)
+  Quality Notices/K lLOC  =       43.4 (  4.34%)
+
+  ------------------------------------------------------------------------
+
+                             ~~ File Summary ~~
+
+  C Source Files *.c ....:         19  C/C++ Include Files *.h:         15
+  C++ Source Files *.c* .:          0  C++ Include Files *.h* :          0
+  C# Source Files *.cs ..:          0  Java Source File *.jav*:          0
+  Other File Count ......:          0  Total File Count ......:         34
+  ________________________________________________________________________
+

+ 6 - 7
doxygen/rsm.bat

@@ -1,14 +1,14 @@
 @echo off
 ::  ==========================================================================
 ::  Product: QP/C script for running MSquared Resource Standard Metrics (RSM)
-::  Last Updated for Version: 5.2.0
-::  Date of the Last Update:  Dec 20, 2013
+::  Last Updated for Version: 5.5.0
+::  Date of the Last Update:  2015-09-01
 ::
 ::                    Q u a n t u m     L e a P s
 ::                    ---------------------------
 ::                    innovating embedded systems
 ::
-:: Copyright (C) 2002-2013 Quantum Leaps, LLC. All rights reserved.
+:: Copyright (C) Quantum Leaps, LLC. All rights reserved.
 ::
 :: This program is open source software: you can redistribute it and/or
 :: modify it under the terms of the GNU General Public License as published
@@ -29,16 +29,15 @@
 :: along with this program. If not, see <http://www.gnu.org/licenses/>.
 ::
 :: Contact information:
-:: Quantum Leaps Web sites: http://www.quantum-leaps.com
-::                          http://www.state-machine.com
-:: e-mail:                  info@quantum-leaps.com
+:: http://www.state-machine.com
+:: mailto:info@state-machine.com
 ::  ==========================================================================
 setlocal
 
 set RCMHOME="C:\tools\MSquared\M2 RSM"
 
 set RSM_OUTPUT=qpc_metrics.txt
-set RSM_INPUT=..\include\*.h ..\qep\source\*.h ..\qep\source\*.c ..\qf\source\*.h ..\qf\source\*.c ..\qk\source\*.h ..\qk\source\*.c ..\qs\source\*.h ..\qs\source\*.c
+set RSM_INPUT=..\include\*.h ..\source\*.h ..\source\*.c
 
 %RCMHOME%\rsm.exe -fd -n -xNOCOMMAND -xNOCONFIG -u"File cfg rsm_qpc.cfg" %RSM_INPUT% > %RSM_OUTPUT%
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 135
doxygen/scripts/jquery.plugins.min.js


+ 0 - 20
doxygen/scripts/ql.js

@@ -1,20 +0,0 @@
-// tooltips ----------------------------------------------------------------
-$(function() {
-  $('.questionmark_help').tooltip({
-    delay: 0,
-      showURL: false,
-	  track: true,
-	  showBody: " - ", 
-      fade: 250
-  });
-});
-$(function() {
-  $('.preview_board').tooltip({
-    delay: 0,
-    fade: 250,
-    showURL: false,
-    bodyHandler: function() {
-      return $("<img/>").attr("src", this.href);
-    }
-  });
-});

+ 15 - 0
doxygen/snippets/qmp_init.c

@@ -0,0 +1,15 @@
+QMPool myMemPool1;             /* memory pool object #1 (global) */
+static uint8_t memPoolSto1[512]; /* storage for a memory pool #1 */
+
+QMPool myMemPool2;              /* memory pool object #2 (global) */
+static uint8_t memPoolSto2[1024]; /* storage for a memory pool #2 */
+
+QMPool_init(&myMemPool1,
+            memPoolSto1,
+            sizeof(memPoolSto1),
+            10U);        /* blocks of 10 bytes each */
+
+QMPool_init(&myMemPool2,
+            memPoolSto2,
+            sizeof(memPoolSto2),
+            25U);        /* blocks of 25 bytes each */

+ 12 - 0
doxygen/snippets/qmp_use.c

@@ -0,0 +1,12 @@
+void *block1 = QMPool_get(&myMemPool1, 0U); /* asserts on empty pool */
+/* block1 is guaranteed to be not NULL */
+~ ~ ~
+QMPool_put(&myMemPool1, block1);
+
+void *block2 = QMpool_get(&myMemPool2, 5U); /* non-asserting version */
+if (block2 != (void *)0) { /* allocation succeeded? */
+   ~ ~ ~
+}
+
+~ ~ ~
+QMPool_put(&myMemPool2, block2);

+ 2 - 13
examples/arm-cm/blinky_ek-tm4c123gxl/blinky.c

@@ -1,7 +1,7 @@
 /*****************************************************************************
 * Product: Simple Blinky example
-* Last Updated for Version: 5.4.0
-* Date of the Last Update:  2015-03-16
+* Last Updated for Version: 5.5.0
+* Date of the Last Update:  2015-08-30
 *
 *                    Q u a n t u m     L e a P s
 *                    ---------------------------
@@ -64,17 +64,6 @@ void Blinky_ctor(void) {
 QState Blinky_initial(Blinky * const me, QEvt const * const e) {
     (void)e; /* avoid compiler warning about unused parameter */
 
-    QS_OBJ_DICTIONARY(&l_blinky);
-    QS_OBJ_DICTIONARY(&l_blinky.timeEvt);
-
-    QS_FUN_DICTIONARY(&QHsm_top);
-    QS_FUN_DICTIONARY(&Blinky_initial);
-    QS_FUN_DICTIONARY(&Blinky_off);
-    QS_FUN_DICTIONARY(&Blinky_on);
-
-    QS_SIG_DICTIONARY(DUMMY_SIG,     (void *)0); /* global signal */
-    QS_SIG_DICTIONARY(TIMEOUT_SIG,   me);  /* signal just for Blinky */
-
     /* arm the time event to expire in half a second and every half second */
     QTimeEvt_armX(&me->timeEvt, BSP_TICKS_PER_SEC/2U, BSP_TICKS_PER_SEC/2U);
     return Q_TRAN(&Blinky_off);

+ 54 - 25
examples/arm-cm/blinky_ek-tm4c123gxl/qk/arm/blinky-qk.uvoptx

@@ -188,6 +188,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -364,6 +365,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -534,6 +536,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -595,6 +598,19 @@
       <RteFlg>0</RteFlg>
       <bShared>0</bShared>
     </File>
+    <File>
+      <GroupNumber>1</GroupNumber>
+      <FileNumber>5</FileNumber>
+      <FileType>1</FileType>
+      <tvExp>0</tvExp>
+      <Focus>0</Focus>
+      <tvExpOptDlg>0</tvExpOptDlg>
+      <bDave2>0</bDave2>
+      <PathWithFileName>..\..\..\..\..\include\qstamp.c</PathWithFileName>
+      <FilenameWithoutPath>qstamp.c</FilenameWithoutPath>
+      <RteFlg>0</RteFlg>
+      <bShared>0</bShared>
+    </File>
   </Group>
 
   <Group>
@@ -605,7 +621,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>5</FileNumber>
+      <FileNumber>6</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -618,7 +634,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>6</FileNumber>
+      <FileNumber>7</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -631,7 +647,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>7</FileNumber>
+      <FileNumber>8</FileNumber>
       <FileType>2</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -644,7 +660,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>8</FileNumber>
+      <FileNumber>9</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -657,7 +673,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>9</FileNumber>
+      <FileNumber>10</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -670,7 +686,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>10</FileNumber>
+      <FileNumber>11</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -683,7 +699,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>11</FileNumber>
+      <FileNumber>12</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -704,7 +720,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>12</FileNumber>
+      <FileNumber>13</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -717,7 +733,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>13</FileNumber>
+      <FileNumber>14</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -730,7 +746,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>14</FileNumber>
+      <FileNumber>15</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -743,7 +759,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>15</FileNumber>
+      <FileNumber>16</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -756,7 +772,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>16</FileNumber>
+      <FileNumber>17</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -769,7 +785,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>17</FileNumber>
+      <FileNumber>18</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -782,7 +798,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>18</FileNumber>
+      <FileNumber>19</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -795,7 +811,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>19</FileNumber>
+      <FileNumber>20</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -808,7 +824,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>20</FileNumber>
+      <FileNumber>21</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -821,7 +837,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>21</FileNumber>
+      <FileNumber>22</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -834,7 +850,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>22</FileNumber>
+      <FileNumber>23</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -847,7 +863,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>23</FileNumber>
+      <FileNumber>24</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -860,7 +876,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>24</FileNumber>
+      <FileNumber>25</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -873,7 +889,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>25</FileNumber>
+      <FileNumber>26</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -894,7 +910,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>4</GroupNumber>
-      <FileNumber>26</FileNumber>
+      <FileNumber>27</FileNumber>
       <FileType>2</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -915,7 +931,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>27</FileNumber>
+      <FileNumber>28</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -928,7 +944,7 @@
     </File>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>28</FileNumber>
+      <FileNumber>29</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -941,7 +957,7 @@
     </File>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>29</FileNumber>
+      <FileNumber>30</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -952,6 +968,19 @@
       <RteFlg>0</RteFlg>
       <bShared>0</bShared>
     </File>
+    <File>
+      <GroupNumber>5</GroupNumber>
+      <FileNumber>31</FileNumber>
+      <FileType>1</FileType>
+      <tvExp>0</tvExp>
+      <Focus>0</Focus>
+      <tvExpOptDlg>0</tvExpOptDlg>
+      <bDave2>0</bDave2>
+      <PathWithFileName>..\..\..\..\..\source\qs_rx.c</PathWithFileName>
+      <FilenameWithoutPath>qs_rx.c</FilenameWithoutPath>
+      <RteFlg>0</RteFlg>
+      <bShared>0</bShared>
+    </File>
   </Group>
 
 </ProjectOpt>

+ 66 - 7
examples/arm-cm/blinky_ek-tm4c123gxl/qk/arm/blinky-qk.uvprojx

@@ -68,9 +68,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\dbg\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -84,6 +84,8 @@
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>1</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -227,6 +229,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -361,6 +364,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>__FPU_PRESENT</Define>
@@ -428,6 +435,11 @@
               <FileType>5</FileType>
               <FilePath>..\..\blinky.h</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -591,6 +603,10 @@
                 <uSurpInc>2</uSurpInc>
                 <uC99>2</uC99>
                 <useXO>2</useXO>
+                <v6Lang>0</v6Lang>
+                <v6LangP>0</v6LangP>
+                <vShortEn>0</vShortEn>
+                <vShortWch>0</vShortWch>
                 <VariousControls>
                   <MiscControls></MiscControls>
                   <Define></Define>
@@ -633,6 +649,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>
@@ -699,9 +720,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\rel\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -715,6 +736,8 @@
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>1</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -858,6 +881,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -992,6 +1016,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>NDEBUG __FPU_PRESENT</Define>
@@ -1059,6 +1087,11 @@
               <FileType>5</FileType>
               <FilePath>..\..\blinky.h</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -1222,6 +1255,10 @@
                 <uSurpInc>2</uSurpInc>
                 <uC99>2</uC99>
                 <useXO>2</useXO>
+                <v6Lang>0</v6Lang>
+                <v6LangP>0</v6LangP>
+                <vShortEn>0</vShortEn>
+                <vShortWch>0</vShortWch>
                 <VariousControls>
                   <MiscControls></MiscControls>
                   <Define></Define>
@@ -1264,6 +1301,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>
@@ -1330,9 +1372,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\spy\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -1342,10 +1384,12 @@
           <AfterMake>
             <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name>fromelf --bin --output .\dbg\blinky-qk.bin .\dbg\blinky-qk.axf</UserProg1Name>
+            <UserProg1Name>fromelf --bin --output .\spy\blinky-qk.bin .\spy\blinky-qk.axf</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>1</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -1489,6 +1533,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -1623,6 +1668,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>Q_SPY __FPU_PRESENT</Define>
@@ -1690,6 +1739,11 @@
               <FileType>5</FileType>
               <FilePath>..\..\blinky.h</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -1835,6 +1889,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>

+ 19 - 14
examples/arm-cm/blinky_ek-tm4c123gxl/qk/bsp.c

@@ -1,13 +1,13 @@
 /*****************************************************************************
 * Product: "Blinky" example, EK-TM4C123GXL board, preemptive QK kernel
-* Last Updated for Version: 5.4.0
-* Date of the Last Update:  2015-04-04
+* Last Updated for Version: 5.5.0
+* Date of the Last Update:  2015-08-17
 *
 *                    Q u a n t u m     L e a P s
 *                    ---------------------------
 *                    innovating embedded systems
 *
-* Copyright (C) Quantum Leaps, LLC. state-machine.com.
+* Copyright (C) Quantum Leaps, LLC. All rights reserved.
 *
 * This program is open source software: you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as published
@@ -28,8 +28,8 @@
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 *
 * Contact information:
-* Web:   www.state-machine.com
-* Email: info@state-machine.com
+* http://www.state-machine.com
+* mailto:info@state-machine.com
 *****************************************************************************/
 #include "qpc.h"
 #include "blinky.h"
@@ -123,18 +123,15 @@ void BSP_init(void) {
     FPU->FPCCR &= ~((1U << FPU_FPCCR_ASPEN_Pos) | (1U << FPU_FPCCR_LSPEN_Pos));
 #endif
 
-    /* enable clock to the peripherals used by the application */
-    SYSCTL->RCGC2 |= (1U << 5); /* enable clock to GPIOF  */
-    __NOP();                    /* wait after enabling clocks */
-    __NOP();
-    __NOP();
+    /* enable clock for to the peripherals used by this application... */
+    SYSCTL->RCGCGPIO |= (1U << 5); /* enable Run mode for GPIOF */
 
     /* configure the LEDs and push buttons */
     GPIOF->DIR |= (LED_RED | LED_GREEN | LED_BLUE);/* set direction: output */
     GPIOF->DEN |= (LED_RED | LED_GREEN | LED_BLUE); /* digital enable */
-    GPIOF->DATA_Bits[LED_RED]   = 0;               /* turn the LED off */
-    GPIOF->DATA_Bits[LED_GREEN] = 0;               /* turn the LED off */
-    GPIOF->DATA_Bits[LED_BLUE]  = 0;               /* turn the LED off */
+    GPIOF->DATA_Bits[LED_RED]   = 0U; /* turn the LED off */
+    GPIOF->DATA_Bits[LED_GREEN] = 0U; /* turn the LED off */
+    GPIOF->DATA_Bits[LED_BLUE]  = 0U; /* turn the LED off */
 
     /* configure the Buttons */
     GPIOF->DIR &= ~(BTN_SW1 | BTN_SW2); /*  set direction: input */
@@ -197,7 +194,15 @@ void QK_onIdle(void) {
 }
 
 /*..........................................................................*/
-/* NOTE Q_onAssert() defined in assembly in startup_TM4C123GH6PM.s */
+void Q_onAssert(char const Q_ROM *module, int loc) {
+    /*
+    * NOTE: add here your application-specific error handling
+    */
+    (void)module;
+    (void)loc;
+    QS_ASSERTION(module, loc, (uint32_t)10000U); /* report assertion to QS */
+    NVIC_SystemReset();
+}
 
 /*****************************************************************************
 * NOTE00:

+ 9 - 7
examples/arm-cm/blinky_ek-tm4c123gxl/qk/gnu/Makefile

@@ -1,7 +1,7 @@
 ##############################################################################
-# Product: Makefile for Blinky on EK-TM4C123GXL, QK kernel, GNU-ARM
-# Last Updated for Version: 5.4.1
-# Date of the Last Update:  2015-05-21
+# Product: Blinky on EK-TM4C123GXL, QK, GNU-ARM gnutoolchains.com/arm-eabi
+# Last Updated for Version: 5.5.0
+# Date of the Last Update:  2015-08-13
 #
 #                    Q u a n t u m     L e a P s
 #                    ---------------------------
@@ -28,8 +28,8 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 #
 # Contact information:
-# Web:   http://www.state-machine.com
-# Email: info@state-machine.com
+# http://www.state-machine.com
+# mailto:info@state-machine.com
 ##############################################################################
 # examples of invoking this Makefile:
 # building configurations: Debug (default), Release, and Spy
@@ -125,6 +125,7 @@ QP_ASMS := \
 
 QS_SRCS := \
 	qs.c \
+	qs_rx.c \
 	qs_fp.c
 
 LIB_DIRS  :=
@@ -136,7 +137,7 @@ DEFINES   :=
 # ARM CPU, FPU, and Float-ABI types
 ARM_CPU   := -mcpu=cortex-m4
 ARM_FPU   := -mfpu=vfp
-FLOAT_ABI := -mfloat-abi=hard
+FLOAT_ABI := -mfloat-abi=softfp
 
 #-----------------------------------------------------------------------------
 # GNU-ARM toolset (NOTE: You need to adjust to your machine)
@@ -260,7 +261,8 @@ $(TARGET_BIN): $(TARGET_ELF)
 	$(BIN) -O binary $< $@
 
 $(TARGET_ELF) : $(ASM_OBJS_EXT) $(C_OBJS_EXT) $(CPP_OBJS_EXT)
-	$(LINK) $(LINKFLAGS) -o $@ $^ $(LIBS)
+	$(CC) $(CFLAGS) -c $(QPC)/include/qstamp.c -o $(BIN_DIR)/qstamp.o
+	$(LINK) $(LINKFLAGS) -o $@ $^ $(BIN_DIR)/qstamp.o $(LIBS)
 
 $(BIN_DIR)/%.d : %.c
 	$(CC) -MM -MT $(@:.d=.o) $(CFLAGS) $< > $@

+ 102 - 57
examples/arm-cm/blinky_ek-tm4c123gxl/qk/iar/blinky-qk.ewp

@@ -12,7 +12,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>1</debug>
         <option>
@@ -27,11 +27,6 @@
           <name>ListPath</name>
           <state>dbg</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -58,11 +53,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -87,7 +77,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -135,14 +125,9 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
+          <version>22</version>
           <state>40</state>
         </option>
         <option>
@@ -157,6 +142,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -629,7 +642,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -965,7 +978,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>0</debug>
         <option>
@@ -980,11 +993,6 @@
           <name>ListPath</name>
           <state>rel</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -1011,11 +1019,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -1040,7 +1043,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -1088,14 +1091,9 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
+          <version>22</version>
           <state>40</state>
         </option>
         <option>
@@ -1110,6 +1108,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -1582,7 +1608,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -1918,7 +1944,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>1</debug>
         <option>
@@ -1933,11 +1959,6 @@
           <name>ListPath</name>
           <state>spy</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -1964,11 +1985,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -1993,7 +2009,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -2041,14 +2057,9 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
+          <version>22</version>
           <state>40</state>
         </option>
         <option>
@@ -2063,6 +2074,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -2535,7 +2574,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -2878,6 +2917,9 @@
     <file>
       <name>$PROJ_DIR$\..\..\main.c</name>
     </file>
+    <file>
+      <name>$PROJ_DIR$\..\..\..\..\..\include\qstamp.c</name>
+    </file>
   </group>
   <group>
     <name>ek-tm4c123gxl</name>
@@ -2966,6 +3008,9 @@
     <file>
       <name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
     </file>
+    <file>
+      <name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.c</name>
+    </file>
   </group>
 </project>
 

+ 49 - 27
examples/arm-cm/blinky_ek-tm4c123gxl/qv/arm/blinky-qv.uvoptx

@@ -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>
@@ -599,6 +595,19 @@
       <RteFlg>0</RteFlg>
       <bShared>0</bShared>
     </File>
+    <File>
+      <GroupNumber>1</GroupNumber>
+      <FileNumber>5</FileNumber>
+      <FileType>1</FileType>
+      <tvExp>0</tvExp>
+      <Focus>0</Focus>
+      <tvExpOptDlg>0</tvExpOptDlg>
+      <bDave2>0</bDave2>
+      <PathWithFileName>..\..\..\..\..\include\qstamp.c</PathWithFileName>
+      <FilenameWithoutPath>qstamp.c</FilenameWithoutPath>
+      <RteFlg>0</RteFlg>
+      <bShared>0</bShared>
+    </File>
   </Group>
 
   <Group>
@@ -609,7 +618,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>5</FileNumber>
+      <FileNumber>6</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -622,7 +631,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>6</FileNumber>
+      <FileNumber>7</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -635,7 +644,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>7</FileNumber>
+      <FileNumber>8</FileNumber>
       <FileType>2</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -648,7 +657,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>8</FileNumber>
+      <FileNumber>9</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -661,7 +670,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>9</FileNumber>
+      <FileNumber>10</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -674,7 +683,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>10</FileNumber>
+      <FileNumber>11</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -687,7 +696,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>11</FileNumber>
+      <FileNumber>12</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -708,7 +717,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>12</FileNumber>
+      <FileNumber>13</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -721,7 +730,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>13</FileNumber>
+      <FileNumber>14</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -734,7 +743,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>14</FileNumber>
+      <FileNumber>15</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -747,7 +756,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>15</FileNumber>
+      <FileNumber>16</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -760,7 +769,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>16</FileNumber>
+      <FileNumber>17</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -773,7 +782,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>17</FileNumber>
+      <FileNumber>18</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -786,7 +795,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>18</FileNumber>
+      <FileNumber>19</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -799,7 +808,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>19</FileNumber>
+      <FileNumber>20</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -812,7 +821,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>20</FileNumber>
+      <FileNumber>21</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -825,7 +834,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>21</FileNumber>
+      <FileNumber>22</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -838,7 +847,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>22</FileNumber>
+      <FileNumber>23</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -851,7 +860,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>23</FileNumber>
+      <FileNumber>24</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -864,7 +873,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>24</FileNumber>
+      <FileNumber>25</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -893,7 +902,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>25</FileNumber>
+      <FileNumber>26</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -906,7 +915,7 @@
     </File>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>26</FileNumber>
+      <FileNumber>27</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -919,7 +928,7 @@
     </File>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>27</FileNumber>
+      <FileNumber>28</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -930,6 +939,19 @@
       <RteFlg>0</RteFlg>
       <bShared>0</bShared>
     </File>
+    <File>
+      <GroupNumber>5</GroupNumber>
+      <FileNumber>29</FileNumber>
+      <FileType>1</FileType>
+      <tvExp>0</tvExp>
+      <Focus>0</Focus>
+      <tvExpOptDlg>0</tvExpOptDlg>
+      <bDave2>0</bDave2>
+      <PathWithFileName>..\..\..\..\..\source\qs_rx.c</PathWithFileName>
+      <FilenameWithoutPath>qs_rx.c</FilenameWithoutPath>
+      <RteFlg>0</RteFlg>
+      <bShared>0</bShared>
+    </File>
   </Group>
 
 </ProjectOpt>

+ 37 - 7
examples/arm-cm/blinky_ek-tm4c123gxl/qv/arm/blinky-qv.uvprojx

@@ -68,9 +68,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\dbg\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -428,6 +428,11 @@
               <FileType>5</FileType>
               <FilePath>..\..\blinky.h</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -621,6 +626,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>
@@ -687,9 +697,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\rel\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -1047,6 +1057,11 @@
               <FileType>5</FileType>
               <FilePath>..\..\blinky.h</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -1240,6 +1255,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>
@@ -1306,9 +1326,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\spy\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -1318,7 +1338,7 @@
           <AfterMake>
             <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name>fromelf --bin --output .\dbg\blinky-qv.bin .\dbg\blinky-qv.axf</UserProg1Name>
+            <UserProg1Name>fromelf --bin --output .\spy\blinky-qv.bin .\spy\blinky-qv.axf</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -1666,6 +1686,11 @@
               <FileType>5</FileType>
               <FilePath>..\..\blinky.h</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -1799,6 +1824,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>

+ 20 - 15
examples/arm-cm/blinky_ek-tm4c123gxl/qv/bsp.c

@@ -1,13 +1,13 @@
 /*****************************************************************************
 * Product: "Blinky" on EK-TM4C123GXL board, cooperative Vanilla kernel
-* Last Updated for Version: 5.4.0
-* Date of the Last Update:  2015-04-04
+* Last Updated for Version: 5.5.0
+* Date of the Last Update:  2015-08-17
 *
 *                    Q u a n t u m     L e a P s
 *                    ---------------------------
 *                    innovating embedded systems
 *
-* Copyright (C) Quantum Leaps, LLC. state-machine.com.
+* Copyright (C) Quantum Leaps, LLC. All rights reserved.
 *
 * This program is open source software: you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as published
@@ -28,8 +28,8 @@
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 *
 * Contact information:
-* Web:   www.state-machine.com
-* Email: info@state-machine.com
+* http://www.state-machine.com
+* mailto:info@state-machine.com
 *****************************************************************************/
 #include "qpc.h"
 #include "blinky.h"
@@ -86,7 +86,6 @@ static uint32_t const l_led_pin[] = {
 /* ISRs used in this project ===============================================*/
 void SysTick_Handler(void) {
     QF_TICK_X(0U, (void *)0); /* process time events for rate 0 */
-
 }
 
 
@@ -109,18 +108,15 @@ void BSP_init(void) {
     */
     FPU->FPCCR &= ~((1U << FPU_FPCCR_ASPEN_Pos) | (1U << FPU_FPCCR_LSPEN_Pos));
 
-    /* enable clock to the peripherals used by the application */
-    SYSCTL->RCGC2 |= (1U << 5); /* enable clock to GPIOF  */
-    __NOP();                    /* wait after enabling clocks */
-    __NOP();
-    __NOP();
+    /* enable clock for to the peripherals used by this application... */
+    SYSCTL->RCGCGPIO |= (1U << 5); /* enable Run mode for GPIOF */
 
     /* configure the LEDs and push buttons */
     GPIOF->DIR |= (LED_RED | LED_GREEN | LED_BLUE);/* set direction: output */
     GPIOF->DEN |= (LED_RED | LED_GREEN | LED_BLUE); /* digital enable */
-    GPIOF->DATA_Bits[LED_RED]   = 0;               /* turn the LED off */
-    GPIOF->DATA_Bits[LED_GREEN] = 0;               /* turn the LED off */
-    GPIOF->DATA_Bits[LED_BLUE]  = 0;               /* turn the LED off */
+    GPIOF->DATA_Bits[LED_RED]   = 0U; /* turn the LED off */
+    GPIOF->DATA_Bits[LED_GREEN] = 0U; /* turn the LED off */
+    GPIOF->DATA_Bits[LED_BLUE]  = 0U; /* turn the LED off */
 
     /* configure the Buttons */
     GPIOF->DIR &= ~(BTN_SW1 | BTN_SW2); /*  set direction: input */
@@ -181,7 +177,16 @@ void QV_onIdle(void) { /* CATION: called with interrupts DISABLED, NOTE01 */
 }
 
 /*..........................................................................*/
-/* NOTE Q_onAssert() defined in assembly in startup_TM4C123GH6PM.s */
+void Q_onAssert(char const *module, int loc) {
+    /*
+    * NOTE: add here your application-specific error handling
+    */
+    (void)module;
+    (void)loc;
+    QS_ASSERTION(module, loc, (uint32_t)10000U); /* report assertion to QS */
+    NVIC_SystemReset();
+}
+
 
 /*****************************************************************************
 * NOTE00:

+ 8 - 6
examples/arm-cm/blinky_ek-tm4c123gxl/qv/gnu/Makefile

@@ -1,7 +1,7 @@
 ##############################################################################
 # Product: Makefile for Blinky on EK-TM4C123GXL, QV kernel, GNU-ARM
-# Last Updated for Version: 5.4.1
-# Date of the Last Update:  2015-05-21
+# Last Updated for Version: 5.5.0
+# Date of the Last Update:  2015-08-13
 #
 #                    Q u a n t u m     L e a P s
 #                    ---------------------------
@@ -28,8 +28,8 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 #
 # Contact information:
-# Web:   http://www.state-machine.com
-# Email: info@state-machine.com
+# http://www.state-machine.com
+# mailto:info@state-machine.com
 ##############################################################################
 # examples of invoking this Makefile:
 # building configurations: Debug (default), Release, and Spy
@@ -123,6 +123,7 @@ QP_ASMS :=
 
 QS_SRCS := \
 	qs.c \
+	qs_rx.c \
 	qs_fp.c
 
 LIB_DIRS  :=
@@ -134,7 +135,7 @@ DEFINES   :=
 # ARM CPU, FPU, and Float-ABI types
 ARM_CPU   := -mcpu=cortex-m4
 ARM_FPU   := -mfpu=vfp
-FLOAT_ABI := -mfloat-abi=hard
+FLOAT_ABI := -mfloat-abi=softfp
 
 #-----------------------------------------------------------------------------
 # GNU-ARM toolset (NOTE: You need to adjust to your machine)
@@ -258,7 +259,8 @@ $(TARGET_BIN): $(TARGET_ELF)
 	$(BIN) -O binary $< $@
 
 $(TARGET_ELF) : $(ASM_OBJS_EXT) $(C_OBJS_EXT) $(CPP_OBJS_EXT)
-	$(LINK) $(LINKFLAGS) -o $@ $^ $(LIBS)
+	$(CC) $(CFLAGS) -c $(QPC)/include/qstamp.c -o $(BIN_DIR)/qstamp.o
+	$(LINK) $(LINKFLAGS) -o $@ $^ $(BIN_DIR)/qstamp.o $(LIBS)
 
 $(BIN_DIR)/%.d : %.c
 	$(CC) -MM -MT $(@:.d=.o) $(CFLAGS) $< > $@

+ 102 - 57
examples/arm-cm/blinky_ek-tm4c123gxl/qv/iar/blinky-qv.ewp

@@ -12,7 +12,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>1</debug>
         <option>
@@ -27,11 +27,6 @@
           <name>ListPath</name>
           <state>dbg</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -58,11 +53,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -87,7 +77,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -135,14 +125,9 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
+          <version>22</version>
           <state>40</state>
         </option>
         <option>
@@ -157,6 +142,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -629,7 +642,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -965,7 +978,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>0</debug>
         <option>
@@ -980,11 +993,6 @@
           <name>ListPath</name>
           <state>rel</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -1011,11 +1019,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -1040,7 +1043,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -1088,14 +1091,9 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
+          <version>22</version>
           <state>40</state>
         </option>
         <option>
@@ -1110,6 +1108,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -1582,7 +1608,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -1918,7 +1944,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>1</debug>
         <option>
@@ -1933,11 +1959,6 @@
           <name>ListPath</name>
           <state>spy</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -1964,11 +1985,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -1993,7 +2009,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -2041,14 +2057,9 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
+          <version>22</version>
           <state>40</state>
         </option>
         <option>
@@ -2063,6 +2074,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -2535,7 +2574,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -2878,6 +2917,9 @@
     <file>
       <name>$PROJ_DIR$\..\..\main.c</name>
     </file>
+    <file>
+      <name>$PROJ_DIR$\..\..\..\..\..\include\qstamp.c</name>
+    </file>
   </group>
   <group>
     <name>ek-tm4c123gxl</name>
@@ -2960,6 +3002,9 @@
     <file>
       <name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
     </file>
+    <file>
+      <name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.c</name>
+    </file>
   </group>
 </project>
 

+ 4 - 3
examples/arm-cm/blinky_ek-tm4c123gxl/win32-qv/Makefile

@@ -28,8 +28,8 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 #
 # Contact information:
-# Web:   www.state-machine.com
-# Email: info@state-machine.com
+# http://www.state-machine.com
+# mailto:info@state-machine.com
 ##############################################################################
 # examples of invoking this Makefile:
 # building configurations: Debug (default), Release, and Spy
@@ -215,7 +215,8 @@ $(TARGET_BIN): $(TARGET_EXE)
 	$(BIN) -O binary $< $@
 
 $(TARGET_EXE) : $(C_OBJS_EXT) $(CPP_OBJS_EXT) $(RC_OBJS_EXT)
-	$(LINK) $(LINKFLAGS) $(LIB_DIRS) -o $@ $^ $(LIBS)
+	$(CC) $(CFLAGS) -c $(QPC)/include/qstamp.c -o $(BIN_DIR)/qstamp.o
+	$(LINK) $(LINKFLAGS) $(LIB_DIRS) -o $@ $^ $(BIN_DIR)/qstamp.o $(LIBS)
 
 $(BIN_DIR)/%.d : %.cpp
 	$(CPP) -MM -MT $(@:.d=.o) $(CPPFLAGS) $< > $@

+ 6 - 5
examples/arm-cm/blinky_ek-tm4c123gxl/win32/Makefile

@@ -1,7 +1,7 @@
 ##############################################################################
 # Product: Makefile for QP/C, Blinky console, Win32, MinGW
-# Last updated for version 5.4.2
-# Last updated on  2015-06-05
+# Last Updated for Version: 5.5.0
+# Date of the Last Update:  2015-08-13
 #
 #                    Q u a n t u m     L e a P s
 #                    ---------------------------
@@ -28,8 +28,8 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 #
 # Contact information:
-# Web:   www.state-machine.com
-# Email: info@state-machine.com
+# http://www.state-machine.com
+# mailto:info@state-machine.com
 ##############################################################################
 # examples of invoking this Makefile:
 # building configurations: Debug (default), Release, and Spy
@@ -215,7 +215,8 @@ $(TARGET_BIN): $(TARGET_EXE)
 	$(BIN) -O binary $< $@
 
 $(TARGET_EXE) : $(C_OBJS_EXT) $(CPP_OBJS_EXT) $(RC_OBJS_EXT)
-	$(LINK) $(LINKFLAGS) $(LIB_DIRS) -o $@ $^ $(LIBS)
+	$(CC) $(CFLAGS) -c $(QPC)/include/qstamp.c -o $(BIN_DIR)/qstamp.o
+	$(LINK) $(LINKFLAGS) $(LIB_DIRS) -o $@ $^ $(BIN_DIR)/qstamp.o $(LIBS)
 
 $(BIN_DIR)/%.d : %.cpp
 	$(CPP) -MM -MT $(@:.d=.o) $(CPPFLAGS) $< > $@

+ 58 - 0
examples/arm-cm/dpp_ek-tm4c123gxl/.dpp

@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<session version="3.3.0">
+ <item name="license">GPL</item>
+ <group name="locked"/>
+ <group name="settings">
+  <item name="tabs">1</item>
+  <item name="windows">0</item>
+  <item name="grid">3</item>
+ </group>
+ <group name="windows"/>
+ <group name="search">
+  <item name="options">4129280</item>
+  <item name="replace">0</item>
+ </group>
+ <group name="vars"/>
+ <group name="tools">
+  <group name="tool">
+   <item name="icon">0</item>
+   <item name="title"></item>
+   <item name="command"></item>
+   <item name="args"></item>
+   <item name="initial"></item>
+   <item name="options">0</item>
+  </group>
+  <group name="tool">
+   <item name="icon">0</item>
+   <item name="title"></item>
+   <item name="command"></item>
+   <item name="args"></item>
+   <item name="initial"></item>
+   <item name="options">0</item>
+  </group>
+  <group name="tool">
+   <item name="icon">0</item>
+   <item name="title"></item>
+   <item name="command"></item>
+   <item name="args"></item>
+   <item name="initial"></item>
+   <item name="options">0</item>
+  </group>
+  <group name="tool">
+   <item name="icon">0</item>
+   <item name="title"></item>
+   <item name="command"></item>
+   <item name="args"></item>
+   <item name="initial"></item>
+   <item name="options">0</item>
+  </group>
+  <group name="tool">
+   <item name="icon">0</item>
+   <item name="title"></item>
+   <item name="command"></item>
+   <item name="args"></item>
+   <item name="initial"></item>
+   <item name="options">0</item>
+  </group>
+ </group>
+</session>

+ 174 - 146
examples/arm-cm/dpp_ek-tm4c123gxl/lint/lint_out.txt

@@ -1,75 +1,85 @@
 
---- Module:   D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c (C)
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 8 Note 950: Non-ANSI reserved word or construct: 'inline' [MISRA 2004 Rule 1.1, required], [MISRA 2004 Rule 2.2, required]
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 15 Warning 618: Storage class specified after a type
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 15 Note 963: Qualifier const or volatile precedes a type; use +fqb to reverse the test
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 42 Note 960: Violates MISRA 2004 Required Rule 8.5, object/function definition in header file: 'QK_get_IPSR' 
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 47 21 Note 960: Violates MISRA 2004 Required Rule 8.5, object/function definition in header file: 'regIPSR' 
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 48 52 Note 960: Violates MISRA 2004 Required Rule 14.3, null statement not in line by itself
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 49 19 Warning 530: Symbol 'regIPSR' (line 47) not initialized [MISRA 2004 Rule 9.1, required]
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 47 1 Info 830: Location cited in prior message
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qs_port.h" 59 10 Warning 537: Repeated include file 'D:\qp\qpc\ports\arm-cm\qk\gnu\qf_port.h'
+--- Module:   C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c (C)
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 8 Note 950: Non-ANSI reserved word or construct: 'inline' [MISRA 2004 Rule 1.1, required], [MISRA 2004 Rule 2.2, required]
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 15 Warning 618: Storage class specified after a type
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 15 Note 963: Qualifier const or volatile precedes a type; use +fqb to reverse the test
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 42 Note 960: Violates MISRA 2004 Required Rule 8.5, object/function definition in header file: 'QK_get_IPSR' 
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 47 21 Note 960: Violates MISRA 2004 Required Rule 8.5, object/function definition in header file: 'regIPSR' 
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 48 52 Note 960: Violates MISRA 2004 Required Rule 14.3, null statement not in line by itself
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 49 19 Warning 530: Symbol 'regIPSR' (line 47) not initialized [MISRA 2004 Rule 9.1, required]
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 47 1 Info 830: Location cited in prior message
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qs_port.h" 59 10 Warning 537: Repeated include file 'C:\qp\qpc\ports\arm-cm\qk\gnu\qf_port.h'
 
---- Module:   D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c (C)
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 8 Note 950: Non-ANSI reserved word or construct: 'inline' [MISRA 2004 Rule 1.1, required], [MISRA 2004 Rule 2.2, required]
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 15 Warning 618: Storage class specified after a type
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 15 Note 963: Qualifier const or volatile precedes a type; use +fqb to reverse the test
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 42 Note 960: Violates MISRA 2004 Required Rule 8.5, object/function definition in header file: 'QK_get_IPSR' 
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 47 21 Note 960: Violates MISRA 2004 Required Rule 8.5, object/function definition in header file: 'regIPSR' 
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 48 52 Note 960: Violates MISRA 2004 Required Rule 14.3, null statement not in line by itself
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 49 19 Warning 530: Symbol 'regIPSR' (line 47) not initialized [MISRA 2004 Rule 9.1, required]
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 47 1 Info 830: Location cited in prior message
-"D:\qp\qpc\ports\arm-cm\qk\gnu\qs_port.h" 59 10 Warning 537: Repeated include file 'D:\qp\qpc\ports\arm-cm\qk\gnu\qf_port.h'
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c" 148 21 Warning 527: Unreachable code at token 'status_' [MISRA 2004 Rule 14.1, required]
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c" 257 21 Warning 527: Unreachable code at token 'status_' [MISRA 2004 Rule 14.1, required]
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h" 56 1 Note 960: Violates MISRA 2004 Required Rule 8.7, could define variable at block scope: 'AO_Table' at location line 56, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c
+--- Module:   C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c (C)
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 8 Note 950: Non-ANSI reserved word or construct: 'inline' [MISRA 2004 Rule 1.1, required], [MISRA 2004 Rule 2.2, required]
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 15 Warning 618: Storage class specified after a type
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 15 Note 963: Qualifier const or volatile precedes a type; use +fqb to reverse the test
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 46 42 Note 960: Violates MISRA 2004 Required Rule 8.5, object/function definition in header file: 'QK_get_IPSR' 
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 47 21 Note 960: Violates MISRA 2004 Required Rule 8.5, object/function definition in header file: 'regIPSR' 
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 48 52 Note 960: Violates MISRA 2004 Required Rule 14.3, null statement not in line by itself
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 49 19 Warning 530: Symbol 'regIPSR' (line 47) not initialized [MISRA 2004 Rule 9.1, required]
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qk_port.h" 47 1 Info 830: Location cited in prior message
+"C:\qp\qpc\ports\arm-cm\qk\gnu\qs_port.h" 59 10 Warning 537: Repeated include file 'C:\qp\qpc\ports\arm-cm\qk\gnu\qf_port.h'
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c" 148 21 Warning 527: Unreachable code at token 'status_' [MISRA 2004 Rule 14.1, required]
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c" 257 21 Warning 527: Unreachable code at token 'status_' [MISRA 2004 Rule 14.1, required]
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h" 56 1 Note 960: Violates MISRA 2004 Required Rule 8.7, could define variable at block scope: 'AO_Table' at location line 56, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c
 
 /// Start of Pass 2 ///
 
---- Module:   D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c (C)
+--- Module:   C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c (C)
 
---- Module:   D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c (C)
+--- Module:   C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c (C)
 
 --- Global Wrap-up
 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_mem' 
-"D:\qp\qpc\include\qf.h" 162 1 Warning 526: Symbol 'QMActive_ctor(QMActive *, QStateHandler)' (line 162, file D:\qp\qpc\include\qf.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+ Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'Q_APP_BUILD_DATE' 
+ Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'Q_APP_BUILD_TIME' 
+"C:\qp\qpc\include\qf.h" 162 1 Warning 526: Symbol 'QMActive_ctor(QMActive *, QStateHandler)' (line 162, file C:\qp\qpc\include\qf.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QMActive_ctor' 
-"D:\qp\qpc\include\qs.h" 262 1 Warning 526: Symbol 'QS_obj_dict(const void *, const char_t *)' (line 262, file D:\qp\qpc\include\qs.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\include\qs.h" 272 1 Warning 526: Symbol 'QS_obj_dict(const void *, const char_t *)' (line 272, file C:\qp\qpc\include\qs.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_obj_dict' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_onStartup' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_onCleanup' 
+ Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_onCommand' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_onFlush' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_onGetTime' 
-"D:\qp\qpc\include\qs.h" 1068 1 Warning 526: Symbol 'QS_priv_' (line 1068, file D:\qp\qpc\include\qs.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+ Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_onReset' 
+"C:\qp\qpc\include\qs.h" 1084 1 Warning 526: Symbol 'QS_priv_' (line 1084, file C:\qp\qpc\include\qs.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_priv_' 
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c" 79 1 Info 759: header declaration for symbol 'Table_ctor(void)' defined at (line 79, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c) could be moved from header to module
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c" 79 1 Info 765: external 'Table_ctor(void)' (line 79, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c) could be made static [MISRA 2004 Rule 8.10, required]
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c" 79 1 Info 759: header declaration for symbol 'Table_ctor(void)' defined at (line 79, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c) could be moved from header to module
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c" 79 1 Info 765: external 'Table_ctor(void)' (line 79, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\table.c) could be made static [MISRA 2004 Rule 8.10, required]
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QK_init' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_noTimeEvtsActiveX' 
-"D:\qp\qpc\include\qf.h" 654 1 Warning 526: Symbol 'QF_newX_(uint_fast16_t, uint_fast16_t, enum_t)' (line 654, file D:\qp\qpc\include\qf.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\include\qf.h" 657 1 Warning 526: Symbol 'QF_newX_(uint_fast16_t, uint_fast16_t, enum_t)' (line 657, file C:\qp\qpc\include\qf.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_newX_' 
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h" 40 1 Warning 526: Symbol 'BSP_displayPaused(uint8_t)' (line 40, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+ Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_newRef_' 
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h" 40 1 Warning 526: Symbol 'BSP_displayPaused(uint8_t)' (line 40, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'BSP_displayPaused' 
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h" 41 1 Warning 526: Symbol 'BSP_displayPhilStat(uint8_t, const char_t *)' (line 41, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h" 41 1 Warning 526: Symbol 'BSP_displayPhilStat(uint8_t, const char_t *)' (line 41, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'BSP_displayPhilStat' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'BSP_init' 
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h" 42 1 Warning 526: Symbol 'BSP_terminate(int16_t)' (line 42, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h" 42 1 Warning 526: Symbol 'BSP_terminate(int16_t)' (line 42, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'BSP_terminate' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'BSP_randomSeed' 
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h" 45 1 Warning 526: Symbol 'BSP_random(void)' (line 45, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h" 45 1 Warning 526: Symbol 'BSP_random(void)' (line 45, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\bsp.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'BSP_random' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_onStartup' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_onCleanup' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_beginRec' 
+ Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_rxGetNfree' 
+ Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_rxInitBuf' 
+ Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_rxParse' 
+ Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_rxPriv_' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_poolInit' 
+ Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_poolGetMaxBlockSize' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_psInit' 
-"D:\qp\qpc\include\qf.h" 563 1 Warning 526: Symbol 'QF_publish_(const QEvt *, const void *)' (line 563, file D:\qp\qpc\include\qf.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\include\qf.h" 566 1 Warning 526: Symbol 'QF_publish_(const QEvt *, const void *)' (line 566, file C:\qp\qpc\include\qf.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_publish_' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_pwr2Lkup' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QP_versionStr' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_str' 
-"D:\qp\qpc\include\qs.h" 258 1 Warning 526: Symbol 'QS_sig_dict(enum_t, const void *, const char_t *)' (line 258, file D:\qp\qpc\include\qs.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\include\qs.h" 268 1 Warning 526: Symbol 'QS_sig_dict(enum_t, const void *, const char_t *)' (line 268, file C:\qp\qpc\include\qs.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_sig_dict' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_str_' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_str_ROM_' 
@@ -98,7 +108,7 @@
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QActive_recall' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QActive_start_' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QActive_stop' 
-"D:\qp\qpc\include\qf.h" 364 1 Warning 526: Symbol 'QActive_subscribe(const QActive *, enum_t)' (line 364, file D:\qp\qpc\include\qf.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\include\qf.h" 364 1 Warning 526: Symbol 'QActive_subscribe(const QActive *, enum_t)' (line 364, file C:\qp\qpc\include\qf.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QActive_subscribe' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QActive_unsubscribe' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QActive_unsubscribeAll' 
@@ -107,22 +117,22 @@
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QHsm_dispatch_' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QHsm_init_' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QHsm_isIn' 
-"D:\qp\qpc\include\qep.h" 445 1 Warning 526: Symbol 'QHsm_top(const void *, const QEvt *)' (line 445, file D:\qp\qpc\include\qep.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\include\qep.h" 445 1 Warning 526: Symbol 'QHsm_top(const void *, const QEvt *)' (line 445, file C:\qp\qpc\include\qep.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QHsm_top' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_filterOff' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_f32' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_f64' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_filterOn' 
-"D:\qp\qpc\include\qs.h" 266 1 Warning 526: Symbol 'QS_fun_dict(void (*)(void), const char_t *)' (line 266, file D:\qp\qpc\include\qs.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\include\qs.h" 276 1 Warning 526: Symbol 'QS_fun_dict(void (*)(void), const char_t *)' (line 276, file C:\qp\qpc\include\qs.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_fun_dict' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_tickX_' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_div8Lkup' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QK_onIdle' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_getByte' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_getBlock' 
-"D:\qp\qpc\include\qf.h" 476 1 Warning 526: Symbol 'QTimeEvt_armX(struct QTimeEvt *, QTimeEvtCtr, QTimeEvtCtr)' (line 476, file D:\qp\qpc\include\qf.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\include\qf.h" 476 1 Warning 526: Symbol 'QTimeEvt_armX(struct QTimeEvt *, QTimeEvtCtr, QTimeEvtCtr)' (line 476, file C:\qp\qpc\include\qf.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QTimeEvt_armX' 
-"D:\qp\qpc\include\qf.h" 472 1 Warning 526: Symbol 'QTimeEvt_ctorX(struct QTimeEvt *, QMActive *, enum_t, uint_fast8_t)' (line 472, file D:\qp\qpc\include\qf.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\include\qf.h" 472 1 Warning 526: Symbol 'QTimeEvt_ctorX(struct QTimeEvt *, QMActive *, enum_t, uint_fast8_t)' (line 472, file C:\qp\qpc\include\qf.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QTimeEvt_ctorX' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QTimeEvt_rearm' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QTimeEvt_disarm' 
@@ -134,14 +144,14 @@
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QS_initBuf' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QK_readySet_' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_gc' 
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c" 88 1 Info 759: header declaration for symbol 'Philo_ctor(void)' defined at (line 88, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) could be moved from header to module
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c" 88 1 Info 765: external 'Philo_ctor(void)' (line 88, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) could be made static [MISRA 2004 Rule 8.10, required]
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c" 88 1 Info 759: header declaration for symbol 'Philo_ctor(void)' defined at (line 88, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) could be moved from header to module
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c" 88 1 Info 765: external 'Philo_ctor(void)' (line 88, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) could be made static [MISRA 2004 Rule 8.10, required]
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_getPoolMin' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_getQueueMin' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QMPool_get' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QMPool_init' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QMPool_put' 
-"D:\qp\qpc\include\qassert.h" 223 1 Warning 526: Symbol 'Q_onAssert(const char_t *, int_t)' (line 223, file D:\qp\qpc\include\qassert.h, module D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
+"C:\qp\qpc\include\qassert.h" 223 1 Warning 526: Symbol 'Q_onAssert(const char_t *, int_t)' (line 223, file C:\qp\qpc\include\qassert.h, module C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) not defined
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'Q_onAssert' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QK_sched_' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QK_schedPrio_' 
@@ -151,106 +161,124 @@
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QMsm_execTatbl_' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QMsm_init_' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QMsm_isInState' 
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c" 78 1 Info 759: header declaration for symbol 'AO_Philo' defined at (line 78, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) could be moved from header to module
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c" 78 1 Info 765: external 'AO_Philo' (line 78, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) could be made static [MISRA 2004 Rule 8.10, required]
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c" 78 1 Info 759: header declaration for symbol 'AO_Philo' defined at (line 78, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) could be moved from header to module
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c" 78 1 Info 765: external 'AO_Philo' (line 78, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\philo.c) could be made static [MISRA 2004 Rule 8.10, required]
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_init' 
  Note 960: Violates MISRA 2004 Required Rule 8.9, undefined symbol: 'QF_invPwr2Lkup' 
-"D:\qp\qpc\include\qs.h" 750 1 Info 758: global enum '(untagged)' (line 750, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qep.h" 463 1 Info 769: global enumeration constant 'Q_RET_SUPER_SUB' (line 463, file D:\qp\qpc\include\qep.h) not referenced
-"D:\qp\qpc\include\qep.h" 468 1 Info 769: global enumeration constant 'Q_RET_IGNORED' (line 468, file D:\qp\qpc\include\qep.h) not referenced
-"D:\qp\qpc\include\qep.h" 475 1 Info 769: global enumeration constant 'Q_RET_NULL' (line 475, file D:\qp\qpc\include\qep.h) not referenced
-"D:\qp\qpc\include\qep.h" 480 1 Info 769: global enumeration constant 'Q_RET_TRAN_HIST' (line 480, file D:\qp\qpc\include\qep.h) not referenced
-"D:\qp\qpc\include\qep.h" 481 1 Info 769: global enumeration constant 'Q_RET_TRAN_EP' (line 481, file D:\qp\qpc\include\qep.h) not referenced
-"D:\qp\qpc\include\qep.h" 482 1 Info 769: global enumeration constant 'Q_RET_TRAN_XP' (line 482, file D:\qp\qpc\include\qep.h) not referenced
-"D:\qp\qpc\include\qep.h" 604 1 Info 769: global enumeration constant 'Q_ENTRY_SIG' (line 604, file D:\qp\qpc\include\qep.h) not referenced
-"D:\qp\qpc\include\qep.h" 605 1 Info 769: global enumeration constant 'Q_EXIT_SIG' (line 605, file D:\qp\qpc\include\qep.h) not referenced
-"D:\qp\qpc\include\qep.h" 606 1 Info 769: global enumeration constant 'Q_INIT_SIG' (line 606, file D:\qp\qpc\include\qep.h) not referenced
-"D:\qp\qpc\include\qs.h" 57 1 Info 769: global enumeration constant 'QSpyRecords::QS_QP_RESET' (line 57, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 60 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_STATE_ENTRY' (line 60, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 61 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_STATE_EXIT' (line 61, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 62 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_STATE_INIT' (line 62, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 63 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_INIT_TRAN' (line 63, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 64 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_INTERN_TRAN' (line 64, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 65 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_TRAN' (line 65, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 66 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_IGNORED' (line 66, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 67 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_DISPATCH' (line 67, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 68 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_UNHANDLED' (line 68, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 71 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_ADD' (line 71, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 72 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_REMOVE' (line 72, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 73 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_SUBSCRIBE' (line 73, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 74 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_UNSUBSCRIBE' (line 74, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 75 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_POST_FIFO' (line 75, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 76 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_POST_LIFO' (line 76, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 77 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_GET' (line 77, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 78 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_GET_LAST' (line 78, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 79 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_INIT' (line 79, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 80 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_POST_FIFO' (line 80, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 81 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_POST_LIFO' (line 81, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 82 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_GET' (line 82, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 83 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_GET_LAST' (line 83, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 84 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_MPOOL_INIT' (line 84, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 85 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_MPOOL_GET' (line 85, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 86 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_MPOOL_PUT' (line 86, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 87 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_PUBLISH' (line 87, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 88 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_RESERVED8' (line 88, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 89 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_NEW' (line 89, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 90 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_GC_ATTEMPT' (line 90, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 91 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_GC' (line 91, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 92 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TICK' (line 92, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 93 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_ARM' (line 93, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 94 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_AUTO_DISARM' (line 94, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 95 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_DISARM_ATTEMPT' (line 95, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 96 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_DISARM' (line 96, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 97 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_REARM' (line 97, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 98 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_POST' (line 98, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 99 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_CTR' (line 99, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 100 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_CRIT_ENTRY' (line 100, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 101 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_CRIT_EXIT' (line 101, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 102 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ISR_ENTRY' (line 102, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 103 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ISR_EXIT' (line 103, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 104 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_INT_DISABLE' (line 104, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 105 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_INT_ENABLE' (line 105, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 106 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_POST_ATTEMPT' (line 106, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 107 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_POST_ATTEMPT' (line 107, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 108 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_MPOOL_GET_ATTEMPT' (line 108, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 109 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_RESERVED1' (line 109, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 110 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_RESERVED0' (line 110, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 113 1 Info 769: global enumeration constant 'QSpyRecords::QS_QK_MUTEX_LOCK' (line 113, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 114 1 Info 769: global enumeration constant 'QSpyRecords::QS_QK_MUTEX_UNLOCK' (line 114, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 115 1 Info 769: global enumeration constant 'QSpyRecords::QS_QK_SCHEDULE' (line 115, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 116 1 Info 769: global enumeration constant 'QSpyRecords::QS_QK_RESERVED1' (line 116, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 117 1 Info 769: global enumeration constant 'QSpyRecords::QS_QK_RESERVED0' (line 117, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 120 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_TRAN_HIST' (line 120, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 121 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_TRAN_EP' (line 121, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 122 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_TRAN_XP' (line 122, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 123 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_RESERVED1' (line 123, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 124 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_RESERVED0' (line 124, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 130 1 Info 769: global enumeration constant 'QSpyRecords::QS_USR_DICT' (line 130, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 131 1 Info 769: global enumeration constant 'QSpyRecords::QS_EMPTY' (line 131, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 132 1 Info 769: global enumeration constant 'QSpyRecords::QS_RESERVED3' (line 132, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 133 1 Info 769: global enumeration constant 'QSpyRecords::QS_RESERVED2' (line 133, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 134 1 Info 769: global enumeration constant 'QSpyRecords::QS_TEST_RUN' (line 134, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 135 1 Info 769: global enumeration constant 'QSpyRecords::QS_TEST_FAIL' (line 135, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 136 1 Info 769: global enumeration constant 'QSpyRecords::QS_ASSERT_FAIL' (line 136, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 139 1 Info 769: global enumeration constant 'QSpyRecords::QS_USER' (line 139, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 751 1 Info 769: global enumeration constant 'QS_I8_T' (line 751, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 752 1 Info 769: global enumeration constant 'QS_U8_T' (line 752, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 753 1 Info 769: global enumeration constant 'QS_I16_T' (line 753, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 754 1 Info 769: global enumeration constant 'QS_U16_T' (line 754, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 755 1 Info 769: global enumeration constant 'QS_I32_T' (line 755, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 756 1 Info 769: global enumeration constant 'QS_U32_T' (line 756, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 757 1 Info 769: global enumeration constant 'QS_F32_T' (line 757, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 758 1 Info 769: global enumeration constant 'QS_F64_T' (line 758, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 759 1 Info 769: global enumeration constant 'QS_STR_T' (line 759, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 760 1 Info 769: global enumeration constant 'QS_MEM_T' (line 760, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 761 1 Info 769: global enumeration constant 'QS_SIG_T' (line 761, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 762 1 Info 769: global enumeration constant 'QS_OBJ_T' (line 762, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 763 1 Info 769: global enumeration constant 'QS_FUN_T' (line 763, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 764 1 Info 769: global enumeration constant 'QS_I64_T' (line 764, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 765 1 Info 769: global enumeration constant 'QS_U64_T' (line 765, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\include\qs.h" 766 1 Info 769: global enumeration constant 'QS_U32_HEX_T' (line 766, file D:\qp\qpc\include\qs.h) not referenced
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h" 27 1 Info 769: global enumeration constant 'DPPSignals::MAX_PUB_SIG' (line 27, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h) not referenced
-"D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h" 31 1 Info 769: global enumeration constant 'DPPSignals::MAX_SIG' (line 31, file D:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h) not referenced
+"C:\qp\qpc\include\qs.h" 764 1 Info 758: global enum '(untagged)' (line 764, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1095 1 Info 758: global enum 'QSpyRxRecords' (line 1095, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qep.h" 463 1 Info 769: global enumeration constant 'Q_RET_SUPER_SUB' (line 463, file C:\qp\qpc\include\qep.h) not referenced
+"C:\qp\qpc\include\qep.h" 468 1 Info 769: global enumeration constant 'Q_RET_IGNORED' (line 468, file C:\qp\qpc\include\qep.h) not referenced
+"C:\qp\qpc\include\qep.h" 475 1 Info 769: global enumeration constant 'Q_RET_NULL' (line 475, file C:\qp\qpc\include\qep.h) not referenced
+"C:\qp\qpc\include\qep.h" 480 1 Info 769: global enumeration constant 'Q_RET_TRAN_HIST' (line 480, file C:\qp\qpc\include\qep.h) not referenced
+"C:\qp\qpc\include\qep.h" 481 1 Info 769: global enumeration constant 'Q_RET_TRAN_EP' (line 481, file C:\qp\qpc\include\qep.h) not referenced
+"C:\qp\qpc\include\qep.h" 482 1 Info 769: global enumeration constant 'Q_RET_TRAN_XP' (line 482, file C:\qp\qpc\include\qep.h) not referenced
+"C:\qp\qpc\include\qep.h" 604 1 Info 769: global enumeration constant 'Q_ENTRY_SIG' (line 604, file C:\qp\qpc\include\qep.h) not referenced
+"C:\qp\qpc\include\qep.h" 605 1 Info 769: global enumeration constant 'Q_EXIT_SIG' (line 605, file C:\qp\qpc\include\qep.h) not referenced
+"C:\qp\qpc\include\qep.h" 606 1 Info 769: global enumeration constant 'Q_INIT_SIG' (line 606, file C:\qp\qpc\include\qep.h) not referenced
+"C:\qp\qpc\include\qs.h" 67 1 Info 769: global enumeration constant 'QSpyRecords::QS_EMPTY' (line 67, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 70 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_STATE_ENTRY' (line 70, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 71 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_STATE_EXIT' (line 71, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 72 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_STATE_INIT' (line 72, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 73 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_INIT_TRAN' (line 73, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 74 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_INTERN_TRAN' (line 74, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 75 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_TRAN' (line 75, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 76 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_IGNORED' (line 76, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 77 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_DISPATCH' (line 77, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 78 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_UNHANDLED' (line 78, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 81 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_ADD' (line 81, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 82 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_REMOVE' (line 82, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 83 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_SUBSCRIBE' (line 83, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 84 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_UNSUBSCRIBE' (line 84, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 85 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_POST_FIFO' (line 85, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 86 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_POST_LIFO' (line 86, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 87 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_GET' (line 87, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 88 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_GET_LAST' (line 88, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 89 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_INIT' (line 89, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 90 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_POST_FIFO' (line 90, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 91 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_POST_LIFO' (line 91, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 92 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_GET' (line 92, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 93 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_GET_LAST' (line 93, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 94 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_MPOOL_INIT' (line 94, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 95 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_MPOOL_GET' (line 95, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 96 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_MPOOL_PUT' (line 96, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 97 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_PUBLISH' (line 97, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 98 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_RESERVED8' (line 98, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 99 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_NEW' (line 99, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 100 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_GC_ATTEMPT' (line 100, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 101 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_GC' (line 101, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 102 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TICK' (line 102, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 103 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_ARM' (line 103, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 104 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_AUTO_DISARM' (line 104, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 105 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_DISARM_ATTEMPT' (line 105, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 106 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_DISARM' (line 106, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 107 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_REARM' (line 107, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 108 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_POST' (line 108, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 109 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_TIMEEVT_CTR' (line 109, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 110 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_CRIT_ENTRY' (line 110, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 111 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_CRIT_EXIT' (line 111, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 112 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ISR_ENTRY' (line 112, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 113 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ISR_EXIT' (line 113, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 114 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_INT_DISABLE' (line 114, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 115 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_INT_ENABLE' (line 115, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 116 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_ACTIVE_POST_ATTEMPT' (line 116, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 117 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_EQUEUE_POST_ATTEMPT' (line 117, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 118 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_MPOOL_GET_ATTEMPT' (line 118, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 119 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_RESERVED1' (line 119, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 120 1 Info 769: global enumeration constant 'QSpyRecords::QS_QF_RESERVED0' (line 120, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 123 1 Info 769: global enumeration constant 'QSpyRecords::QS_QK_MUTEX_LOCK' (line 123, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 124 1 Info 769: global enumeration constant 'QSpyRecords::QS_QK_MUTEX_UNLOCK' (line 124, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 125 1 Info 769: global enumeration constant 'QSpyRecords::QS_QVK_SCHEDULE' (line 125, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 126 1 Info 769: global enumeration constant 'QSpyRecords::QS_QVK_IDLE' (line 126, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 127 1 Info 769: global enumeration constant 'QSpyRecords::QS_QK_RESUME' (line 127, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 130 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_TRAN_HIST' (line 130, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 131 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_TRAN_EP' (line 131, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 132 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_TRAN_XP' (line 132, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 133 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_RESERVED1' (line 133, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 134 1 Info 769: global enumeration constant 'QSpyRecords::QS_QEP_RESERVED0' (line 134, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 140 1 Info 769: global enumeration constant 'QSpyRecords::QS_USR_DICT' (line 140, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 141 1 Info 769: global enumeration constant 'QSpyRecords::QS_TARGET_INFO' (line 141, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 142 1 Info 769: global enumeration constant 'QSpyRecords::QS_RESERVED0' (line 142, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 143 1 Info 769: global enumeration constant 'QSpyRecords::QS_RX_STATUS' (line 143, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 144 1 Info 769: global enumeration constant 'QSpyRecords::QS_TEST_STATUS' (line 144, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 145 1 Info 769: global enumeration constant 'QSpyRecords::QS_PEEK_DATA' (line 145, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 146 1 Info 769: global enumeration constant 'QSpyRecords::QS_ASSERT_FAIL' (line 146, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 149 1 Info 769: global enumeration constant 'QSpyRecords::QS_USER' (line 149, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 765 1 Info 769: global enumeration constant 'QS_I8_T' (line 765, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 766 1 Info 769: global enumeration constant 'QS_U8_T' (line 766, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 767 1 Info 769: global enumeration constant 'QS_I16_T' (line 767, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 768 1 Info 769: global enumeration constant 'QS_U16_T' (line 768, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 769 1 Info 769: global enumeration constant 'QS_I32_T' (line 769, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 770 1 Info 769: global enumeration constant 'QS_U32_T' (line 770, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 771 1 Info 769: global enumeration constant 'QS_F32_T' (line 771, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 772 1 Info 769: global enumeration constant 'QS_F64_T' (line 772, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 773 1 Info 769: global enumeration constant 'QS_STR_T' (line 773, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 774 1 Info 769: global enumeration constant 'QS_MEM_T' (line 774, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 775 1 Info 769: global enumeration constant 'QS_SIG_T' (line 775, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 776 1 Info 769: global enumeration constant 'QS_OBJ_T' (line 776, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 777 1 Info 769: global enumeration constant 'QS_FUN_T' (line 777, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 778 1 Info 769: global enumeration constant 'QS_I64_T' (line 778, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 779 1 Info 769: global enumeration constant 'QS_U64_T' (line 779, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 780 1 Info 769: global enumeration constant 'QS_U32_HEX_T' (line 780, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1096 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_INFO' (line 1096, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1097 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_COMMAND' (line 1097, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1098 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_RESET' (line 1098, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1099 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_TICK' (line 1099, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1100 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_PEEK' (line 1100, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1101 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_POKE' (line 1101, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1102 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_RESERVED7' (line 1102, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1103 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_RESERVED6' (line 1103, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1104 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_RESERVED5' (line 1104, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1105 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_RESERVED4' (line 1105, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1106 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_GLB_FILTER' (line 1106, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1107 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_LOC_FILTER' (line 1107, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1108 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_AO_FILTER' (line 1108, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1109 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_RESERVED3' (line 1109, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1110 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_RESERVED2' (line 1110, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1111 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_RESERVED1' (line 1111, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\include\qs.h" 1112 1 Info 769: global enumeration constant 'QSpyRxRecords::QS_RX_EVENT' (line 1112, file C:\qp\qpc\include\qs.h) not referenced
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h" 27 1 Info 769: global enumeration constant 'DPPSignals::MAX_PUB_SIG' (line 27, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h) not referenced
+"C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h" 31 1 Info 769: global enumeration constant 'DPPSignals::MAX_SIG' (line 31, file C:\qp\qpc\examples\arm-cm\dpp_ek-tm4c123gxl\dpp.h) not referenced
 
 Count   Type    Number  Text
 
@@ -259,10 +287,10 @@ Count   Type    Number  Text
 2       Warning 530     Symbol '___' (___) not initialized
 2       Warning 537     Repeated include file '___'
 2       Warning 618     Storage class specified after a type
-1       Info    758     global ___ '___' (___) not referenced
+2       Info    758     global ___ '___' (___) not referenced
 3       Info    759     header declaration for symbol '___' defined at (___) could be moved from header to module
 3       Info    765     external '___' (___) could be made static
-95      Info    769     global enumeration constant '___' (___) not referenced
+112     Info    769     global enumeration constant '___' (___) not referenced
 2       Note    950     Non-ANSI reserved word or construct: '___'
-108     Note    960     Violates MISRA 2004 Required Rule ___, ___
+118     Note    960     Violates MISRA 2004 Required Rule ___, ___
 2       Note    963     Qualifier const or volatile ___ a type; use ___ to reverse the test

+ 59 - 26
examples/arm-cm/dpp_ek-tm4c123gxl/qk/arm/dpp-qk.uvoptx

@@ -114,6 +114,10 @@
         <pMon>BIN\lmidk-agdi.dll</pMon>
       </DebugOpt>
       <TargetDriverDllRegistry>
+        <SetRegEntry>
+          <Number>0</Number>
+          <Key>DLGUARM</Key>
+        </SetRegEntry>
         <SetRegEntry>
           <Number>0</Number>
           <Key>ARMRTXEVENTFLAGS</Key>
@@ -188,6 +192,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -364,6 +369,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -534,6 +540,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -621,6 +628,19 @@
       <RteFlg>0</RteFlg>
       <bShared>0</bShared>
     </File>
+    <File>
+      <GroupNumber>1</GroupNumber>
+      <FileNumber>7</FileNumber>
+      <FileType>1</FileType>
+      <tvExp>0</tvExp>
+      <Focus>0</Focus>
+      <tvExpOptDlg>0</tvExpOptDlg>
+      <bDave2>0</bDave2>
+      <PathWithFileName>..\..\..\..\..\include\qstamp.c</PathWithFileName>
+      <FilenameWithoutPath>qstamp.c</FilenameWithoutPath>
+      <RteFlg>0</RteFlg>
+      <bShared>0</bShared>
+    </File>
   </Group>
 
   <Group>
@@ -631,7 +651,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>7</FileNumber>
+      <FileNumber>8</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -644,7 +664,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>8</FileNumber>
+      <FileNumber>9</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -657,7 +677,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>9</FileNumber>
+      <FileNumber>10</FileNumber>
       <FileType>2</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -670,7 +690,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>10</FileNumber>
+      <FileNumber>11</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -683,7 +703,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>11</FileNumber>
+      <FileNumber>12</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -696,7 +716,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>12</FileNumber>
+      <FileNumber>13</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -709,7 +729,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>13</FileNumber>
+      <FileNumber>14</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -730,7 +750,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>14</FileNumber>
+      <FileNumber>15</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -743,7 +763,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>15</FileNumber>
+      <FileNumber>16</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -756,7 +776,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>16</FileNumber>
+      <FileNumber>17</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -769,7 +789,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>17</FileNumber>
+      <FileNumber>18</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -782,7 +802,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>18</FileNumber>
+      <FileNumber>19</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -795,7 +815,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>19</FileNumber>
+      <FileNumber>20</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -808,7 +828,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>20</FileNumber>
+      <FileNumber>21</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -821,7 +841,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>21</FileNumber>
+      <FileNumber>22</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -834,7 +854,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>22</FileNumber>
+      <FileNumber>23</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -847,7 +867,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>23</FileNumber>
+      <FileNumber>24</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -860,7 +880,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>24</FileNumber>
+      <FileNumber>25</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -873,7 +893,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>25</FileNumber>
+      <FileNumber>26</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -886,7 +906,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>26</FileNumber>
+      <FileNumber>27</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -899,7 +919,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>27</FileNumber>
+      <FileNumber>28</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -920,7 +940,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>4</GroupNumber>
-      <FileNumber>28</FileNumber>
+      <FileNumber>29</FileNumber>
       <FileType>2</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -935,13 +955,13 @@
 
   <Group>
     <GroupName>QS</GroupName>
-    <tvExp>0</tvExp>
+    <tvExp>1</tvExp>
     <tvExpOptDlg>0</tvExpOptDlg>
     <cbSel>0</cbSel>
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>29</FileNumber>
+      <FileNumber>30</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -954,7 +974,7 @@
     </File>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>30</FileNumber>
+      <FileNumber>31</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -967,7 +987,7 @@
     </File>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>31</FileNumber>
+      <FileNumber>32</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -978,6 +998,19 @@
       <RteFlg>0</RteFlg>
       <bShared>0</bShared>
     </File>
+    <File>
+      <GroupNumber>5</GroupNumber>
+      <FileNumber>33</FileNumber>
+      <FileType>1</FileType>
+      <tvExp>0</tvExp>
+      <Focus>0</Focus>
+      <tvExpOptDlg>0</tvExpOptDlg>
+      <bDave2>0</bDave2>
+      <PathWithFileName>..\..\..\..\..\source\qs_rx.c</PathWithFileName>
+      <FilenameWithoutPath>qs_rx.c</FilenameWithoutPath>
+      <RteFlg>0</RteFlg>
+      <bShared>0</bShared>
+    </File>
   </Group>
 
 </ProjectOpt>

+ 67 - 6
examples/arm-cm/dpp_ek-tm4c123gxl/qk/arm/dpp-qk.uvprojx

@@ -10,6 +10,7 @@
       <TargetName>dpp-dbg</TargetName>
       <ToolsetNumber>0x4</ToolsetNumber>
       <ToolsetName>ARM-ADS</ToolsetName>
+      <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
       <TargetOption>
         <TargetCommonOption>
           <Device>TM4C123GH6PM</Device>
@@ -68,9 +69,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\dbg\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -84,6 +85,8 @@
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>1</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -227,6 +230,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -361,6 +365,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>__FPU_PRESENT</Define>
@@ -438,6 +446,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\table.c</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -601,6 +614,10 @@
                 <uSurpInc>2</uSurpInc>
                 <uC99>2</uC99>
                 <useXO>2</useXO>
+                <v6Lang>0</v6Lang>
+                <v6LangP>0</v6LangP>
+                <vShortEn>0</vShortEn>
+                <vShortWch>0</vShortWch>
                 <VariousControls>
                   <MiscControls></MiscControls>
                   <Define></Define>
@@ -643,6 +660,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>
@@ -709,9 +731,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\rel\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -725,6 +747,8 @@
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>1</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -868,6 +892,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -1002,6 +1027,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>NDEBUG __FPU_PRESENT</Define>
@@ -1079,6 +1108,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\table.c</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -1242,6 +1276,10 @@
                 <uSurpInc>2</uSurpInc>
                 <uC99>2</uC99>
                 <useXO>2</useXO>
+                <v6Lang>0</v6Lang>
+                <v6LangP>0</v6LangP>
+                <vShortEn>0</vShortEn>
+                <vShortWch>0</vShortWch>
                 <VariousControls>
                   <MiscControls></MiscControls>
                   <Define></Define>
@@ -1284,6 +1322,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>
@@ -1292,6 +1335,7 @@
       <TargetName>dpp-spy</TargetName>
       <ToolsetNumber>0x4</ToolsetNumber>
       <ToolsetName>ARM-ADS</ToolsetName>
+      <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
       <TargetOption>
         <TargetCommonOption>
           <Device>TM4C123GH6PM</Device>
@@ -1350,9 +1394,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\spy\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -1366,6 +1410,8 @@
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>1</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -1509,6 +1555,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -1643,6 +1690,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>Q_SPY __FPU_PRESENT</Define>
@@ -1720,6 +1771,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\table.c</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -1865,6 +1921,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>

+ 109 - 100
examples/arm-cm/dpp_ek-tm4c123gxl/qk/bsp.c

@@ -1,13 +1,13 @@
 /*****************************************************************************
 * Product: DPP example, EK-TM4C123GXL board, preemptive QK kernel
-* Last Updated for Version: 5.4.0
-* Date of the Last Update:  2015-04-04
+* Last Updated for Version: 5.5.0
+* Date of the Last Update:  2015-08-20
 *
 *                    Q u a n t u m     L e a P s
 *                    ---------------------------
 *                    innovating embedded systems
 *
-* Copyright (C) Quantum Leaps, LLC. state-machine.com.
+* Copyright (C) Quantum Leaps, LLC. All rights reserved.
 *
 * This program is open source software: you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as published
@@ -28,8 +28,8 @@
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 *
 * Contact information:
-* Web:   www.state-machine.com
-* Email: info@state-machine.com
+* http://www.state-machine.com
+* mailto:info@state-machine.com
 *****************************************************************************/
 #include "qpc.h"
 #include "dpp.h"
@@ -48,6 +48,7 @@ Q_DEFINE_THIS_FILE
 * DO NOT LEAVE THE ISR PRIORITIES AT THE DEFAULT VALUE!
 */
 enum KernelUnawareISRs { /* see NOTE00 */
+    UART0_PRIO,
     /* ... */
     MAX_KERNEL_UNAWARE_CMSIS_PRI  /* keep always last */
 };
@@ -69,27 +70,33 @@ void GPIOPortA_IRQHandler(void);
 
 /* Local-scope objects -----------------------------------------------------*/
 #define LED_RED     (1U << 1)
-#define LED_GREEN   (1U << 3)
 #define LED_BLUE    (1U << 2)
+#define LED_GREEN   (1U << 3)
 
 #define BTN_SW1     (1U << 4)
 #define BTN_SW2     (1U << 0)
 
-static unsigned  l_rnd;  /* random seed */
+static uint32_t  l_rnd;  /* random seed */
 
 #ifdef Q_SPY
 
+    void UART0_IRQHandler(void);
+
     QSTimeCtr QS_tickTime_;
     QSTimeCtr QS_tickPeriod_;
-    static uint8_t l_SysTick_Handler;
-    static uint8_t l_GPIOPortA_IRQHandler;
+
+    /* QS source IDs */
+    static uint8_t const l_SysTick_Handler = (uint8_t)0;
+    static uint8_t const l_GPIOPortA_IRQHandler = (uint8_t)0;
 
     #define UART_BAUD_RATE      115200U
-    #define UART_FR_TXFE        0x80U
+    #define UART_FR_TXFE        (1U << 7)
+    #define UART_FR_RXFE        (1U << 4)
     #define UART_TXFIFO_DEPTH   16U
 
     enum AppRecords { /* application-specific trace records */
-        PHILO_STAT = QS_USER
+        PHILO_STAT = QS_USER,
+        COMMAND_STAT
     };
 
 #endif
@@ -180,18 +187,15 @@ void BSP_init(void) {
     FPU->FPCCR &= ~((1U << FPU_FPCCR_ASPEN_Pos) | (1U << FPU_FPCCR_LSPEN_Pos));
 #endif
 
-    /* enable clock to the peripherals used by the application */
-    SYSCTL->RCGC2 |= (1U << 5); /* enable clock to GPIOF  */
-    __NOP();                    /* wait after enabling clocks */
-    __NOP();
-    __NOP();
+    /* enable clock for to the peripherals used by this application... */
+    SYSCTL->RCGCGPIO |= (1U << 5); /* enable Run mode for GPIOF */
 
     /* configure the LEDs and push buttons */
     GPIOF->DIR |= (LED_RED | LED_GREEN | LED_BLUE);/* set direction: output */
     GPIOF->DEN |= (LED_RED | LED_GREEN | LED_BLUE); /* digital enable */
-    GPIOF->DATA_Bits[LED_RED]   = 0;               /* turn the LED off */
-    GPIOF->DATA_Bits[LED_GREEN] = 0;               /* turn the LED off */
-    GPIOF->DATA_Bits[LED_BLUE]  = 0;               /* turn the LED off */
+    GPIOF->DATA_Bits[LED_RED]   = 0U; /* turn the LED off */
+    GPIOF->DATA_Bits[LED_GREEN] = 0U; /* turn the LED off */
+    GPIOF->DATA_Bits[LED_BLUE]  = 0U; /* turn the LED off */
 
     /* configure the Buttons */
     GPIOF->DIR &= ~(BTN_SW1 | BTN_SW2); /*  set direction: input */
@@ -205,6 +209,8 @@ void BSP_init(void) {
     }
     QS_OBJ_DICTIONARY(&l_SysTick_Handler);
     QS_OBJ_DICTIONARY(&l_GPIOPortA_IRQHandler);
+    QS_USR_DICTIONARY(PHILO_STAT);
+    QS_USR_DICTIONARY(COMMAND_STAT);
 }
 /*..........................................................................*/
 void BSP_displayPhilStat(uint8_t n, char const *stat) {
@@ -257,12 +263,17 @@ void QF_onStartup(void) {
     * Assign a priority to EVERY ISR explicitly by calling NVIC_SetPriority().
     * DO NOT LEAVE THE ISR PRIORITIES AT THE DEFAULT VALUE!
     */
+    NVIC_SetPriority(UART0_IRQn,     UART0_PRIO);
     NVIC_SetPriority(SysTick_IRQn,   SYSTICK_PRIO);
     NVIC_SetPriority(GPIOA_IRQn,     GPIOA_PRIO);
     /* ... */
 
     /* enable IRQs... */
     NVIC_EnableIRQ(GPIOA_IRQn);
+
+#ifdef Q_SPY
+    NVIC_EnableIRQ(UART0_IRQn);  /* UART0 interrupt used for QS-RX */
+#endif
 }
 /*..........................................................................*/
 void QF_onCleanup(void) {
@@ -276,6 +287,8 @@ void QK_onIdle(void) {
     QF_INT_ENABLE();
 
 #ifdef Q_SPY
+    QS_rxParse();  /* parse all the received bytes */
+
     if ((UART0->FR & UART_FR_TXFE) != 0U) {  /* TX done? */
         uint16_t fifo = UART_TXFIFO_DEPTH;   /* max bytes we can accept */
         uint8_t const *block;
@@ -284,7 +297,7 @@ void QK_onIdle(void) {
         block = QS_getBlock(&fifo);  /* try to get next block to transmit */
         QF_INT_ENABLE();
 
-        while (fifo-- != 0) {       /* any bytes in the block? */
+        while (fifo-- != 0) {        /* any bytes in the block? */
             UART0->DR = *block++;    /* put into the FIFO */
         }
     }
@@ -298,41 +311,58 @@ void QK_onIdle(void) {
 }
 
 /*..........................................................................*/
-/* NOTE Q_onAssert() defined in assembly in startup_TM4C123GH6PM.s */
+void Q_onAssert(char const *module, int loc) {
+    /*
+    * NOTE: add here your application-specific error handling
+    */
+    (void)module;
+    (void)loc;
+    QS_ASSERTION(module, loc, (uint32_t)10000U); /* report assertion to QS */
+    NVIC_SystemReset();
+}
 
-/*--------------------------------------------------------------------------*/
+/* QS callbacks ============================================================*/
 #ifdef Q_SPY
 /*..........................................................................*/
 uint8_t QS_onStartup(void const *arg) {
-    static uint8_t qsBuf[2*1024]; /* buffer for Quantum Spy */
+    static uint8_t qsTxBuf[2*1024]; /* buffer for QS transmit channel */
+    static uint8_t qsRxBuf[100];    /* buffer for QS receive channel */
     uint32_t tmp;
-    QS_initBuf(qsBuf, sizeof(qsBuf));
 
-    /* enable the peripherals used by the UART0 */
-    SYSCTL->RCGC1 |= (1U << 0);    /* enable clock to UART0 */
-    SYSCTL->RCGC2 |= (1U << 0);    /* enable clock to GPIOA */
-    __NOP();                       /* wait after enabling clocks */
-    __NOP();
-    __NOP();
+    QS_initBuf  (qsTxBuf, sizeof(qsTxBuf));
+    QS_rxInitBuf(qsRxBuf, sizeof(qsRxBuf));
+
+    /* enable clock for UART0 and GPIOA (used by UART0 pins) */
+    SYSCTL->RCGCUART |= (1U << 0); /* enable Run mode for UART0 */
+    SYSCTL->RCGCGPIO |= (1U << 0); /* enable Run mode for GPIOA */
 
     /* configure UART0 pins for UART operation */
     tmp = (1U << 0) | (1U << 1);
     GPIOA->DIR   &= ~tmp;
-    GPIOA->AFSEL |= tmp;
-    GPIOA->DR2R  |= tmp;   /* set 2mA drive, DR4R and DR8R are cleared */
     GPIOA->SLR   &= ~tmp;
     GPIOA->ODR   &= ~tmp;
     GPIOA->PUR   &= ~tmp;
     GPIOA->PDR   &= ~tmp;
-    GPIOA->DEN   |= tmp;
+    GPIOA->AMSEL &= ~tmp;  /* disable analog function on the pins */
+    GPIOA->AFSEL |= tmp;   /* enable ALT function on the pins */
+    GPIOA->DEN   |= tmp;   /* enable digital I/O on the pins */
+    GPIOA->PCTL  &= ~0x00U;
+    GPIOA->PCTL  |= 0x11U;
 
     /* configure the UART for the desired baud rate, 8-N-1 operation */
     tmp = (((SystemCoreClock * 8U) / UART_BAUD_RATE) + 1U) / 2U;
     UART0->IBRD   = tmp / 64U;
     UART0->FBRD   = tmp % 64U;
-    UART0->LCRH   = 0x60U; /* configure 8-N-1 operation */
-    UART0->LCRH  |= 0x10U;
-    UART0->CTL   |= (1U << 0) | (1U << 8) | (1U << 9);
+    UART0->LCRH   = (0x3U << 5); /* configure 8-N-1 operation */
+    UART0->LCRH  |= (0x1U << 4); /* enable FIFOs */
+    UART0->CTL    = (1U << 0)    /* UART enable */
+                    | (1U << 8)  /* UART TX enable */
+                    | (1U << 9); /* UART RX enable */
+
+    /* configure UART interrupts (for the RX channel) */
+    UART0->IM   |= (1U << 4) | (1U << 6); /* enable RX and RX-TO interrupt */
+    UART0->IFLS |= (0x2U << 2);    /* interrupt on RX FIFO half-full */
+    /* NOTE: do not enable the UART0 interrupt yet. Wait till QF_onStartup() */
 
     QS_tickPeriod_ = SystemCoreClock / BSP_TICKS_PER_SEC;
     QS_tickTime_ = QS_tickPeriod_; /* to start the timestamp at zero */
@@ -348,73 +378,28 @@ uint8_t QS_onStartup(void const *arg) {
     QS_FILTER_ON(QS_QEP_DISPATCH);
     QS_FILTER_ON(QS_QEP_UNHANDLED);
 
-//    QS_FILTER_ON(QS_QF_ACTIVE_ADD);
-//    QS_FILTER_ON(QS_QF_ACTIVE_REMOVE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_SUBSCRIBE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_UNSUBSCRIBE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_FIFO);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_LIFO);
-//    QS_FILTER_ON(QS_QF_ACTIVE_GET);
-//    QS_FILTER_ON(QS_QF_ACTIVE_GET_LAST);
-//    QS_FILTER_ON(QS_QF_EQUEUE_INIT);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_FIFO);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_LIFO);
-//    QS_FILTER_ON(QS_QF_EQUEUE_GET);
-//    QS_FILTER_ON(QS_QF_EQUEUE_GET_LAST);
-//    QS_FILTER_ON(QS_QF_MPOOL_INIT);
-//    QS_FILTER_ON(QS_QF_MPOOL_GET);
-//    QS_FILTER_ON(QS_QF_MPOOL_PUT);
-//    QS_FILTER_ON(QS_QF_PUBLISH);
-//    QS_FILTER_ON(QS_QF_RESERVED8);
-//    QS_FILTER_ON(QS_QF_NEW);
-//    QS_FILTER_ON(QS_QF_GC_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_GC);
-    QS_FILTER_ON(QS_QF_TICK);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_ARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_AUTO_DISARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_DISARM_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_DISARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_REARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_POST);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_CTR);
-//    QS_FILTER_ON(QS_QF_CRIT_ENTRY);
-//    QS_FILTER_ON(QS_QF_CRIT_EXIT);
-//    QS_FILTER_ON(QS_QF_ISR_ENTRY);
-//    QS_FILTER_ON(QS_QF_ISR_EXIT);
-//    QS_FILTER_ON(QS_QF_INT_DISABLE);
-//    QS_FILTER_ON(QS_QF_INT_ENABLE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_MPOOL_GET_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_RESERVED1);
-//    QS_FILTER_ON(QS_QF_RESERVED0);
-
-//    QS_FILTER_ON(QS_QK_MUTEX_LOCK);
-//    QS_FILTER_ON(QS_QK_MUTEX_UNLOCK);
-//    QS_FILTER_ON(QS_QK_SCHEDULE);
-//    QS_FILTER_ON(QS_QK_RESERVED1);
-//    QS_FILTER_ON(QS_QK_RESERVED0);
-
-//    QS_FILTER_ON(QS_QEP_TRAN_HIST);
-//    QS_FILTER_ON(QS_QEP_TRAN_EP);
-//    QS_FILTER_ON(QS_QEP_TRAN_XP);
-//    QS_FILTER_ON(QS_QEP_RESERVED1);
-//    QS_FILTER_ON(QS_QEP_RESERVED0);
-
-    QS_FILTER_ON(QS_SIG_DICT);
-    QS_FILTER_ON(QS_OBJ_DICT);
-    QS_FILTER_ON(QS_FUN_DICT);
-    QS_FILTER_ON(QS_USR_DICT);
-    QS_FILTER_ON(QS_EMPTY);
-    QS_FILTER_ON(QS_RESERVED3);
-    QS_FILTER_ON(QS_RESERVED2);
-    QS_FILTER_ON(QS_TEST_RUN);
-    QS_FILTER_ON(QS_TEST_FAIL);
-    QS_FILTER_ON(QS_ASSERT_FAIL);
+    QS_FILTER_ON(PHILO_STAT);
+    QS_FILTER_ON(COMMAND_STAT);
 
     return (uint8_t)1; /* return success */
 }
 /*..........................................................................*/
+/*
+* ISR for receiving bytes from the QSPY Back-End
+* NOTE: This ISR is "QF-unaware" meaning that it does not interact with
+* the QF/QK and is not disabled. Such ISRs don't need to call QK_ISR_ENTRY/
+* QK_ISR_EXIT and they cannot post or publish events.
+*/
+void UART0_IRQHandler(void) {
+    uint32_t status = UART0->RIS; /* get the raw interrupt status */
+    UART0->ICR = status;          /* clear the asserted interrupts */
+
+    while ((UART0->FR & UART_FR_RXFE) == 0) { /* while RX FIFO NOT empty */
+        uint32_t b = UART0->DR;
+        QS_RX_PUT(b);
+    }
+}
+/*..........................................................................*/
 void QS_onCleanup(void) {
 }
 /*..........................................................................*/
@@ -433,7 +418,7 @@ void QS_onFlush(void) {
     QF_INT_DISABLE();
     while ((block = QS_getBlock(&fifo)) != (uint8_t *)0) {
         QF_INT_ENABLE();
-        /* busy-wait until TX FIFO empty */
+        /* busy-wait as long as TX FIFO has data to transmit */
         while ((UART0->FR & UART_FR_TXFE) == 0) {
         }
 
@@ -445,6 +430,30 @@ void QS_onFlush(void) {
     }
     QF_INT_ENABLE();
 }
+/*..........................................................................*/
+/*! callback function to reset the target (to be implemented in the BSP) */
+void QS_onReset(void) {
+    NVIC_SystemReset();
+}
+/*..........................................................................*/
+/*! callback function to execute a user command (to be implemented in BSP) */
+void QS_onCommand(uint8_t cmdId, uint32_t param) {
+    void assert_failed(char const *module, int loc);
+    (void)cmdId;
+    (void)param;
+    QS_BEGIN(COMMAND_STAT, (void *)0) /* application-specific record begin */
+        QS_U8(2, cmdId);
+        QS_U32(8, param);
+    QS_END()
+
+    if (cmdId == 10U) {
+        Q_ERROR();
+    }
+    else if (cmdId == 11U) {
+        assert_failed("QS_onCommand", 123);
+    }
+}
+
 #endif /* Q_SPY */
 /*--------------------------------------------------------------------------*/
 

+ 8 - 6
examples/arm-cm/dpp_ek-tm4c123gxl/qk/gnu/Makefile

@@ -1,7 +1,7 @@
 ##############################################################################
 # Product: Makefile for DPP on EK-TM4C123GXL, QK kernel, GNU-ARM
-# Last Updated for Version: 5.4.1
-# Date of the Last Update:  2015-05-21
+# Last Updated for Version: 5.5.0
+# Date of the Last Update:  2015-08-13
 #
 #                    Q u a n t u m     L e a P s
 #                    ---------------------------
@@ -28,8 +28,8 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 #
 # Contact information:
-# Web:   http://www.state-machine.com
-# Email: info@state-machine.com
+# http://www.state-machine.com
+# mailto:info@state-machine.com
 ##############################################################################
 # examples of invoking this Makefile:
 # building configurations: Debug (default), Release, and Spy
@@ -126,6 +126,7 @@ QP_ASMS := \
 
 QS_SRCS := \
 	qs.c \
+	qs_rx.c \
 	qs_fp.c
 
 LIB_DIRS  :=
@@ -137,7 +138,7 @@ DEFINES   :=
 # ARM CPU, FPU, and Float-ABI types
 ARM_CPU   := -mcpu=cortex-m4
 ARM_FPU   := -mfpu=vfp
-FLOAT_ABI := -mfloat-abi=hard
+FLOAT_ABI := -mfloat-abi=softfp
 
 #-----------------------------------------------------------------------------
 # GNU-ARM toolset (NOTE: You need to adjust to your machine)
@@ -261,7 +262,8 @@ $(TARGET_BIN): $(TARGET_ELF)
 	$(BIN) -O binary $< $@
 
 $(TARGET_ELF) : $(ASM_OBJS_EXT) $(C_OBJS_EXT) $(CPP_OBJS_EXT)
-	$(LINK) $(LINKFLAGS) -o $@ $^ $(LIBS)
+	$(CC) $(CFLAGS) -c $(QPC)/include/qstamp.c -o $(BIN_DIR)/qstamp.o
+	$(LINK) $(LINKFLAGS) -o $@ $^ $(BIN_DIR)/qstamp.o $(LIBS)
 
 $(BIN_DIR)/%.d : %.c
 	$(CC) -MM -MT $(@:.d=.o) $(CFLAGS) $< > $@

+ 102 - 57
examples/arm-cm/dpp_ek-tm4c123gxl/qk/iar/dpp-qk.ewp

@@ -12,7 +12,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>1</debug>
         <option>
@@ -27,11 +27,6 @@
           <name>ListPath</name>
           <state>dbg</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -58,11 +53,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -87,7 +77,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -135,14 +125,9 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
+          <version>22</version>
           <state>40</state>
         </option>
         <option>
@@ -157,6 +142,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -629,7 +642,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -965,7 +978,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>0</debug>
         <option>
@@ -980,11 +993,6 @@
           <name>ListPath</name>
           <state>rel</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -1011,11 +1019,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -1040,7 +1043,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -1088,14 +1091,9 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
+          <version>22</version>
           <state>40</state>
         </option>
         <option>
@@ -1110,6 +1108,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -1582,7 +1608,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -1918,7 +1944,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>1</debug>
         <option>
@@ -1933,11 +1959,6 @@
           <name>ListPath</name>
           <state>spy</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -1964,11 +1985,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -1993,7 +2009,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -2041,14 +2057,9 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
+          <version>22</version>
           <state>40</state>
         </option>
         <option>
@@ -2063,6 +2074,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -2535,7 +2574,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -2878,6 +2917,9 @@
     <file>
       <name>$PROJ_DIR$\..\..\philo.c</name>
     </file>
+    <file>
+      <name>$PROJ_DIR$\..\..\..\..\..\include\qstamp.c</name>
+    </file>
     <file>
       <name>$PROJ_DIR$\..\..\table.c</name>
     </file>
@@ -2969,6 +3011,9 @@
     <file>
       <name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
     </file>
+    <file>
+      <name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.c</name>
+    </file>
   </group>
 </project>
 

+ 375 - 0
examples/arm-cm/dpp_ek-tm4c123gxl/qspy/dpp.tcl

@@ -0,0 +1,375 @@
+#-----------------------------------------------------------------------------
+# Product: QSpyView -- Customization example for DPP application
+# Last updated for version 5.5.0
+# Last updated on  2015-08-21
+#
+#                    Q u a n t u m     L e a P s
+#                    ---------------------------
+#                    innovating embedded systems
+#
+# Copyright (C) Quantum Leaps, LLC, All rights reserved.
+#
+# This program is open source software: you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Alternatively, this program may be distributed and modified under the
+# terms of Quantum Leaps commercial licenses, which expressly supersede
+# the GNU General Public License and are specifically designed for
+# licensees interested in retaining the proprietary status of their code.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact information:
+# http://www.state-machine.com
+# mailto:info@state-machine.com
+#-----------------------------------------------------------------------------
+
+# command handlers ===========================================================
+proc onMyCommand {} {
+    # do something here, for example:
+    # - inject an event to the Target
+    # - send a command to the Target
+    # - peek memory
+    # - poke memory
+    # - exectute system tick in the Target
+    # - open a dialog box...
+    # - etc.
+
+    # as an example, the following code sends a command to the Target
+    variable ::qspy::QS_RX
+    ::qspy::sendPkt [binary format cci $::qspy::QS_RX(COMMAND) 1 12345]
+}
+
+proc onPause {} {
+    global theButtonId theBtnState
+    if {[string equal $theBtnState BTN_UP]} {    ;# is DWN?
+         set theBtnState BTN_DWN
+         ::qspy::sendEvent 6 6 0
+    } else {
+         set theBtnState BTN_UP
+         ::qspy::sendEvent 6 7 0
+    }
+    .canv.c itemconfigure $theButtonId -image ::img::$theBtnState
+}
+
+# additinal menu options =====================================================
+.mbar.cust add command -label "MyCommand" -command onMyCommand
+
+
+# specific canvas for DPP ====================================================
+image create photo ::img::e       -file img/eating.gif
+image create photo ::img::h       -file img/hungry.gif
+image create photo ::img::t       -file img/thinking.gif
+image create photo ::img::BTN_UP  -file img/BTN_UP.gif
+image create photo ::img::BTN_DWN -file img/BTN_DWN.gif
+
+wm geometry .canv =400x260
+.canv.c configure -width  400
+.canv.c configure -height 260
+
+set thePhiloId [.canv.c create image 190  57 -image ::img::t]
+.canv.c create image 273 100 -image ::img::t
+.canv.c create image 237 185 -image ::img::t
+.canv.c create image 146 184 -image ::img::t
+.canv.c create image 107 100 -image ::img::t
+
+
+set theButtonId [.canv.c create image 200 120 -image ::img::BTN_UP]
+set theBtnState BTN_UP
+.canv.c bind $theButtonId <ButtonPress-1> onPause
+
+# QS record handlers =========================================================
+
+# QS User records [70..0x7C] -------------------------------------------------
+proc ::qspy::rec70 {} { ;# QS_USER
+    variable thePkt
+    variable theFmt
+    binary scan $thePkt xx$theFmt(tstamp)xcxa* \
+           tstamp philoNum stat
+
+    dispTxt [format "%010u Philo %1d is %s" $tstamp $philoNum $stat]
+
+    global thePhiloId
+    set img [string index $stat 0]
+    .canv.c itemconfigure [expr $thePhiloId + $philoNum] -image ::img::$img
+}
+#.............................................................................
+proc ::qspy::rec71 {} { ;# QS_USER + 1
+    variable thePkt
+    variable theFmt
+    binary scan $thePkt xx$theFmt(tstamp)xcxi \
+           tstamp cmdId param
+    dispTxt [format "%010u cmd=%d param=%d" $tstamp $cmdId $param]
+}
+proc ::qspy::rec72  {} { ;# QS_USER + 2
+}
+proc ::qspy::rec73  {} { ;# QS_USER + 3
+}
+proc ::qspy::rec74  {} { ;# QS_USER + 4
+}
+proc ::qspy::rec75  {} { ;# QS_USER + 5
+}
+proc ::qspy::rec76  {} { ;# QS_USER + 6
+}
+proc ::qspy::rec77  {} { ;# QS_USER + 7
+}
+proc ::qspy::rec78  {} { ;# QS_USER + 8
+}
+proc ::qspy::rec79  {} { ;# QS_USER + 9
+}
+proc ::qspy::rec80  {} { ;# QS_USER + 10
+}
+proc ::qspy::rec81  {} { ;# QS_USER + 11
+}
+proc ::qspy::rec82  {} { ;# QS_USER + 12
+}
+proc ::qspy::rec83  {} { ;# QS_USER + 13
+}
+proc ::qspy::rec84  {} { ;# QS_USER + 14
+}
+proc ::qspy::rec85  {} { ;# QS_USER + 15
+}
+proc ::qspy::rec86  {} { ;# QS_USER + 16
+}
+proc ::qspy::rec87  {} { ;# QS_USER + 17
+}
+proc ::qspy::rec88  {} { ;# QS_USER + 18
+}
+proc ::qspy::rec89  {} { ;# QS_USER + 19
+}
+proc ::qspy::rec90  {} { ;# QS_USER + 20
+}
+proc ::qspy::rec91  {} { ;# QS_USER + 21
+}
+proc ::qspy::rec92  {} { ;# QS_USER + 22
+}
+proc ::qspy::rec93  {} { ;# QS_USER + 23
+}
+proc ::qspy::rec94  {} { ;# QS_USER + 24
+}
+proc ::qspy::rec95  {} { ;# QS_USER + 25
+}
+proc ::qspy::rec96  {} { ;# QS_USER + 26
+}
+proc ::qspy::rec97  {} { ;# QS_USER + 27
+}
+proc ::qspy::rec98  {} { ;# QS_USER + 28
+}
+proc ::qspy::rec99  {} { ;# QS_USER + 29
+}
+proc ::qspy::rec100 {} { ;# QS_USER + 30
+}
+proc ::qspy::rec101 {} { ;# QS_USER + 31
+}
+proc ::qspy::rec102 {} { ;# QS_USER + 32
+}
+proc ::qspy::rec103 {} { ;# QS_USER + 33
+}
+proc ::qspy::rec104 {} { ;# QS_USER + 34
+}
+proc ::qspy::rec105 {} { ;# QS_USER + 35
+}
+proc ::qspy::rec106 {} { ;# QS_USER + 36
+}
+proc ::qspy::rec107 {} { ;# QS_USER + 37
+}
+proc ::qspy::rec108 {} { ;# QS_USER + 38
+}
+proc ::qspy::rec109 {} { ;# QS_USER + 39
+}
+proc ::qspy::rec110 {} { ;# QS_USER + 40
+}
+proc ::qspy::rec111 {} { ;# QS_USER + 41
+}
+proc ::qspy::rec112 {} { ;# QS_USER + 42
+}
+proc ::qspy::rec113 {} { ;# QS_USER + 43
+}
+proc ::qspy::rec114 {} { ;# QS_USER + 44
+}
+proc ::qspy::rec115 {} { ;# QS_USER + 45
+}
+proc ::qspy::rec116 {} { ;# QS_USER + 46
+}
+proc ::qspy::rec117 {} { ;# QS_USER + 47
+}
+proc ::qspy::rec118 {} { ;# QS_USER + 48
+}
+proc ::qspy::rec119 {} { ;# QS_USER + 49
+}
+proc ::qspy::rec120 {} { ;# QS_USER + 50
+}
+proc ::qspy::rec121 {} { ;# QS_USER + 51
+}
+proc ::qspy::rec122 {} { ;# QS_USER + 52
+}
+proc ::qspy::rec123 {} { ;# QS_USER + 53
+}
+proc ::qspy::rec124 {} { ;# QS_USER + 54
+}
+
+
+# Special QS records ---------------------------------------------------------
+proc ::qspy::recRESET {} { ;# target reset callback
+}
+proc ::qspy::recINFO  {} { ;# target info callback
+}
+
+# QS standard records [1..54] ------------------------------------------------
+proc ::qspy::rec0 {} { ;# QS_EMPTY
+}
+
+# [1] QEP records...
+proc ::qspy::rec1 {} { ;# QS_QEP_STATE_ENTRY
+}
+proc ::qspy::rec2 {} { ;# QS_QEP_STATE_EXIT
+}
+proc ::qspy::rec3 {} { ;# QS_QEP_STATE_INIT
+}
+proc ::qspy::rec4 {} { ;# QS_QEP_INIT_TRAN
+}
+proc ::qspy::rec5 {} { ;# QS_QEP_INTERN_TRAN
+}
+proc ::qspy::rec6 {} { ;# QS_QEP_TRAN
+}
+proc ::qspy::rec7 {} { ;# QS_QEP_IGNORED
+}
+proc ::qspy::rec8 {} { ;# QS_QEP_DISPATCH
+}
+proc ::qspy::rec9 {} { ;# QS_QEP_UNHANDLED
+}
+
+# [10] QF records...
+proc ::qspy::rec10 {} { ;# QS_QF_ACTIVE_ADD
+}
+proc ::qspy::rec11 {} { ;# QS_QF_ACTIVE_REMOVE
+}
+proc ::qspy::rec12 {} { ;# QS_QF_ACTIVE_SUBSCRIBE
+}
+proc ::qspy::rec13 {} { ;# QS_QF_ACTIVE_UNSUBSCRIBE
+}
+proc ::qspy::rec14 {} { ;# QS_QF_ACTIVE_POST_FIFO
+}
+proc ::qspy::rec15 {} { ;# QS_QF_ACTIVE_POST_LIFO
+}
+proc ::qspy::rec16 {} { ;# QS_QF_ACTIVE_GET
+}
+proc ::qspy::rec17 {} { ;# QS_QF_ACTIVE_GET_LAST
+}
+proc ::qspy::rec18 {} { ;# QS_QF_EQUEUE_INIT
+}
+proc ::qspy::rec19 {} { ;# QS_QF_EQUEUE_POST_FIFO
+}
+proc ::qspy::rec20 {} { ;# QS_QF_EQUEUE_POST_LIFO
+}
+proc ::qspy::rec21 {} { ;# QS_QF_EQUEUE_GET
+}
+proc ::qspy::rec22 {} { ;# QS_QF_EQUEUE_GET_LAST
+}
+proc ::qspy::rec23 {} { ;# QS_QF_MPOOL_INIT
+}
+proc ::qspy::rec24 {} { ;# QS_QF_MPOOL_GET
+}
+proc ::qspy::rec25 {} { ;# QS_QF_MPOOL_PUT
+}
+proc ::qspy::rec26 {} { ;# QS_QF_PUBLISH
+}
+proc ::qspy::rec27 {} { ;# QS_QF_RESERVED8
+}
+proc ::qspy::rec28 {} { ;# QS_QF_NEW
+}
+proc ::qspy::rec29 {} { ;# QS_QF_GC_ATTEMPT
+}
+proc ::qspy::rec30 {} { ;# QS_QF_GC
+}
+proc ::qspy::rec31 {} { ;# QS_QF_TICK
+}
+proc ::qspy::rec32 {} { ;# QS_QF_TIMEEVT_ARM
+}
+proc ::qspy::rec33 {} { ;# QS_QF_TIMEEVT_AUTO_DISARM
+}
+proc ::qspy::rec34 {} { ;# QS_QF_TIMEEVT_DISARM_ATTEMPT
+}
+proc ::qspy::rec35 {} { ;# QS_QF_TIMEEVT_DISARM
+}
+proc ::qspy::rec36 {} { ;# QS_QF_TIMEEVT_REARM
+}
+proc ::qspy::rec37 {} { ;# QS_QF_TIMEEVT_POST
+}
+proc ::qspy::rec38 {} { ;# QS_QF_TIMEEVT_CTR
+}
+proc ::qspy::rec39 {} { ;# QS_QF_CRIT_ENTRY
+}
+proc ::qspy::rec40 {} { ;# QS_QF_CRIT_EXIT
+}
+proc ::qspy::rec41 {} { ;# QS_QF_ISR_ENTRY
+}
+proc ::qspy::rec42 {} { ;# QS_QF_ISR_EXIT
+}
+proc ::qspy::rec43 {} { ;# QS_QF_INT_DISABLE
+}
+proc ::qspy::rec44 {} { ;# QS_QF_INT_ENABLE
+}
+proc ::qspy::rec45 {} { ;# QS_QF_ACTIVE_POST_ATTEMPT
+}
+proc ::qspy::rec46 {} { ;# QS_QF_EQUEUE_POST_ATTEMPT
+}
+proc ::qspy::rec47 {} { ;# QS_QF_MPOOL_GET_ATTEMPT
+}
+proc ::qspy::rec48 {} { ;# QS_QF_RESERVED1
+}
+proc ::qspy::rec49 {} { ;# QS_QF_RESERVED0
+}
+
+# [50] QK records
+proc ::qspy::rec50 {} { ;# QS_QK_MUTEX_LOCK
+}
+proc ::qspy::rec51 {} { ;# QS_QK_MUTEX_UNLOCK
+}
+proc ::qspy::rec52 {} { ;# QS_QK_SCHEDULE
+}
+proc ::qspy::rec53 {} { ;# QS_QK_RESERVED1
+}
+proc ::qspy::rec54 {} { ;# QS_QK_RESERVED0
+}
+
+# [55] Additional QEP records
+proc ::qspy::rec55 {} { ;# QS_QEP_TRAN_HIST
+}
+proc ::qspy::rec56 {} { ;# QS_QEP_TRAN_EP
+}
+proc ::qspy::rec57 {} { ;# QS_QEP_TRAN_XP
+}
+proc ::qspy::rec58 {} { ;# QS_QEP_RESERVED1
+}
+proc ::qspy::rec59 {} { ;# QS_QEP_RESERVED0
+}
+
+# Miscellaneous QS records
+proc ::qspy::rec60 {} { ;# QS_SIG_DICT
+}
+proc ::qspy::rec61 {} { ;# QS_OBJ_DICT
+}
+proc ::qspy::rec62 {} { ;# QS_FUN_DICT
+}
+proc ::qspy::rec63 {} { ;# QS_USR_DICT
+}
+proc ::qspy::rec65 {} { ;# QS_RESERVED0
+}
+proc ::qspy::rec66 {} { ;# QS_RX_STATUS
+}
+proc ::qspy::rec67 {} { ;# QS_TEST_STATUS
+}
+proc ::qspy::rec68 {} { ;# QS_PEEK_DATA
+}
+proc ::qspy::rec69 {} { ;# QS_ASSERT_FAIL
+}
+

BIN
examples/arm-cm/dpp_ek-tm4c123gxl/qspy/img/BTN_DWN.gif


BIN
examples/arm-cm/dpp_ek-tm4c123gxl/qspy/img/BTN_UP.gif


BIN
examples/arm-cm/dpp_ek-tm4c123gxl/qspy/img/eating.gif


BIN
examples/arm-cm/dpp_ek-tm4c123gxl/qspy/img/hungry.gif


BIN
examples/arm-cm/dpp_ek-tm4c123gxl/qspy/img/thinking.gif


+ 1 - 0
examples/arm-cm/dpp_ek-tm4c123gxl/qspy/qspyview.bat

@@ -0,0 +1 @@
+wish C:\qp\qtools\qspy\qspyview\qspyview.tcl dpp.tcl

BIN
examples/arm-cm/dpp_ek-tm4c123gxl/qspy/qspyview.lnk


+ 53 - 24
examples/arm-cm/dpp_ek-tm4c123gxl/qv/arm/dpp-qv.uvoptx

@@ -77,7 +77,7 @@
         <tvExpOptDlg>0</tvExpOptDlg>
         <IsCurrentTarget>1</IsCurrentTarget>
       </OPTFL>
-      <CpuCode>4</CpuCode>
+      <CpuCode>255</CpuCode>
       <DebugOpt>
         <uSim>0</uSim>
         <uTrg>1</uTrg>
@@ -188,6 +188,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -364,6 +365,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -534,6 +536,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -621,6 +624,19 @@
       <RteFlg>0</RteFlg>
       <bShared>0</bShared>
     </File>
+    <File>
+      <GroupNumber>1</GroupNumber>
+      <FileNumber>7</FileNumber>
+      <FileType>1</FileType>
+      <tvExp>0</tvExp>
+      <Focus>0</Focus>
+      <tvExpOptDlg>0</tvExpOptDlg>
+      <bDave2>0</bDave2>
+      <PathWithFileName>..\..\..\..\..\include\qstamp.c</PathWithFileName>
+      <FilenameWithoutPath>qstamp.c</FilenameWithoutPath>
+      <RteFlg>0</RteFlg>
+      <bShared>0</bShared>
+    </File>
   </Group>
 
   <Group>
@@ -631,7 +647,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>7</FileNumber>
+      <FileNumber>8</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -644,7 +660,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>8</FileNumber>
+      <FileNumber>9</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -657,7 +673,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>9</FileNumber>
+      <FileNumber>10</FileNumber>
       <FileType>2</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -670,7 +686,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>10</FileNumber>
+      <FileNumber>11</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -683,7 +699,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>11</FileNumber>
+      <FileNumber>12</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -696,7 +712,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>12</FileNumber>
+      <FileNumber>13</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -709,7 +725,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>13</FileNumber>
+      <FileNumber>14</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -730,7 +746,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>14</FileNumber>
+      <FileNumber>15</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -743,7 +759,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>15</FileNumber>
+      <FileNumber>16</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -756,7 +772,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>16</FileNumber>
+      <FileNumber>17</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -769,7 +785,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>17</FileNumber>
+      <FileNumber>18</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -782,7 +798,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>18</FileNumber>
+      <FileNumber>19</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -795,7 +811,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>19</FileNumber>
+      <FileNumber>20</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -808,7 +824,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>20</FileNumber>
+      <FileNumber>21</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -821,7 +837,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>21</FileNumber>
+      <FileNumber>22</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -834,7 +850,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>22</FileNumber>
+      <FileNumber>23</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -847,7 +863,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>23</FileNumber>
+      <FileNumber>24</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -860,7 +876,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>24</FileNumber>
+      <FileNumber>25</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -873,7 +889,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>25</FileNumber>
+      <FileNumber>26</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -886,7 +902,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>26</FileNumber>
+      <FileNumber>27</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -915,7 +931,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>27</FileNumber>
+      <FileNumber>28</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -928,7 +944,7 @@
     </File>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>28</FileNumber>
+      <FileNumber>29</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -941,7 +957,7 @@
     </File>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>29</FileNumber>
+      <FileNumber>30</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -952,6 +968,19 @@
       <RteFlg>0</RteFlg>
       <bShared>0</bShared>
     </File>
+    <File>
+      <GroupNumber>5</GroupNumber>
+      <FileNumber>31</FileNumber>
+      <FileType>1</FileType>
+      <tvExp>0</tvExp>
+      <Focus>0</Focus>
+      <tvExpOptDlg>0</tvExpOptDlg>
+      <bDave2>0</bDave2>
+      <PathWithFileName>..\..\..\..\..\source\qs_rx.c</PathWithFileName>
+      <FilenameWithoutPath>qs_rx.c</FilenameWithoutPath>
+      <RteFlg>0</RteFlg>
+      <bShared>0</bShared>
+    </File>
   </Group>
 
 </ProjectOpt>

+ 68 - 6
examples/arm-cm/dpp_ek-tm4c123gxl/qv/arm/dpp-qv.uvprojx

@@ -10,6 +10,7 @@
       <TargetName>dpp-dbg</TargetName>
       <ToolsetNumber>0x4</ToolsetNumber>
       <ToolsetName>ARM-ADS</ToolsetName>
+      <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
       <TargetOption>
         <TargetCommonOption>
           <Device>TM4C123GH6PM</Device>
@@ -68,9 +69,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\dbg\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -84,6 +85,8 @@
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>1</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -227,6 +230,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -361,6 +365,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>__FPU_PRESENT</Define>
@@ -438,6 +446,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\table.c</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -589,6 +602,10 @@
                 <uSurpInc>2</uSurpInc>
                 <uC99>2</uC99>
                 <useXO>2</useXO>
+                <v6Lang>0</v6Lang>
+                <v6LangP>0</v6LangP>
+                <vShortEn>0</vShortEn>
+                <vShortWch>0</vShortWch>
                 <VariousControls>
                   <MiscControls></MiscControls>
                   <Define></Define>
@@ -631,6 +648,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>
@@ -639,6 +661,7 @@
       <TargetName>dpp-rel</TargetName>
       <ToolsetNumber>0x4</ToolsetNumber>
       <ToolsetName>ARM-ADS</ToolsetName>
+      <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
       <TargetOption>
         <TargetCommonOption>
           <Device>TM4C123GH6PM</Device>
@@ -697,9 +720,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\rel\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -713,6 +736,8 @@
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>1</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -856,6 +881,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -990,6 +1016,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>NDEBUG __FPU_PRESENT</Define>
@@ -1067,6 +1097,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\table.c</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -1218,6 +1253,10 @@
                 <uSurpInc>2</uSurpInc>
                 <uC99>2</uC99>
                 <useXO>2</useXO>
+                <v6Lang>0</v6Lang>
+                <v6LangP>0</v6LangP>
+                <vShortEn>0</vShortEn>
+                <vShortWch>0</vShortWch>
                 <VariousControls>
                   <MiscControls></MiscControls>
                   <Define></Define>
@@ -1260,6 +1299,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>
@@ -1268,6 +1312,7 @@
       <TargetName>dpp-spy</TargetName>
       <ToolsetNumber>0x4</ToolsetNumber>
       <ToolsetName>ARM-ADS</ToolsetName>
+      <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
       <TargetOption>
         <TargetCommonOption>
           <Device>TM4C123GH6PM</Device>
@@ -1326,9 +1371,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\spy\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -1342,6 +1387,8 @@
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>1</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -1485,6 +1532,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -1619,6 +1667,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>Q_SPY __FPU_PRESENT</Define>
@@ -1696,6 +1748,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\table.c</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -1829,6 +1886,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\..\..\..\source\qs_fp.c</FilePath>
             </File>
+            <File>
+              <FileName>qs_rx.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\source\qs_rx.c</FilePath>
+            </File>
           </Files>
         </Group>
       </Groups>

+ 115 - 109
examples/arm-cm/dpp_ek-tm4c123gxl/qv/bsp.c

@@ -1,13 +1,13 @@
 /*****************************************************************************
 * Product: DPP example, EK-TM4C123GXL board, cooperative QV kernel
-* Last Updated for Version: 5.4.0
-* Date of the Last Update:  2015-04-04
+* Last Updated for Version: 5.5.0
+* Date of the Last Update:  2015-08-20
 *
 *                    Q u a n t u m     L e a P s
 *                    ---------------------------
 *                    innovating embedded systems
 *
-* Copyright (C) Quantum Leaps, LLC. state-machine.com.
+* Copyright (C) Quantum Leaps, LLC. All rights reserved.
 *
 * This program is open source software: you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as published
@@ -28,8 +28,8 @@
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 *
 * Contact information:
-* Web:   www.state-machine.com
-* Email: info@state-machine.com
+* http://www.state-machine.com
+* mailto:info@state-machine.com
 *****************************************************************************/
 #include "qpc.h"
 #include "dpp.h"
@@ -48,6 +48,7 @@ Q_DEFINE_THIS_FILE
 * DO NOT LEAVE THE ISR PRIORITIES AT THE DEFAULT VALUE!
 */
 enum KernelUnawareISRs { /* see NOTE00 */
+    UART0_PRIO,
     /* ... */
     MAX_KERNEL_UNAWARE_CMSIS_PRI  /* keep always last */
 };
@@ -69,27 +70,33 @@ void GPIOPortA_IRQHandler(void);
 
 /* Local-scope objects -----------------------------------------------------*/
 #define LED_RED     (1U << 1)
-#define LED_GREEN   (1U << 3)
 #define LED_BLUE    (1U << 2)
+#define LED_GREEN   (1U << 3)
 
 #define BTN_SW1     (1U << 4)
 #define BTN_SW2     (1U << 0)
 
-static unsigned  l_rnd;  /* random seed */
+static uint32_t  l_rnd;  /* random seed */
 
 #ifdef Q_SPY
 
+    void UART0_IRQHandler(void);
+
     QSTimeCtr QS_tickTime_;
     QSTimeCtr QS_tickPeriod_;
-    static uint8_t l_SysTick_Handler;
-    static uint8_t l_GPIOPortA_IRQHandler;
+
+    /* QS source IDs */
+    static uint8_t const l_SysTick_Handler = (uint8_t)0;
+    static uint8_t const l_GPIOPortA_IRQHandler = (uint8_t)0;
 
     #define UART_BAUD_RATE      115200U
-    #define UART_FR_TXFE        0x80U
+    #define UART_FR_TXFE        (1U << 7)
+    #define UART_FR_RXFE        (1U << 4)
     #define UART_TXFIFO_DEPTH   16U
 
     enum AppRecords { /* application-specific trace records */
-        PHILO_STAT = QS_USER
+        PHILO_STAT = QS_USER,
+        COMMAND_STAT
     };
 
 #endif
@@ -172,18 +179,15 @@ void BSP_init(void) {
     FPU->FPCCR &= ~((1U << FPU_FPCCR_ASPEN_Pos) | (1U << FPU_FPCCR_LSPEN_Pos));
 #endif
 
-    /* enable clock to the peripherals used by the application */
-    SYSCTL->RCGC2 |= (1U << 5); /* enable clock to GPIOF  */
-    __NOP();                    /* wait after enabling clocks */
-    __NOP();
-    __NOP();
+    /* enable clock for to the peripherals used by this application... */
+    SYSCTL->RCGCGPIO |= (1U << 5); /* enable Run mode for GPIOF */
 
     /* configure the LEDs and push buttons */
     GPIOF->DIR |= (LED_RED | LED_GREEN | LED_BLUE);/* set direction: output */
     GPIOF->DEN |= (LED_RED | LED_GREEN | LED_BLUE); /* digital enable */
-    GPIOF->DATA_Bits[LED_RED]   = 0;               /* turn the LED off */
-    GPIOF->DATA_Bits[LED_GREEN] = 0;               /* turn the LED off */
-    GPIOF->DATA_Bits[LED_BLUE]  = 0;               /* turn the LED off */
+    GPIOF->DATA_Bits[LED_RED]   = 0U; /* turn the LED off */
+    GPIOF->DATA_Bits[LED_GREEN] = 0U; /* turn the LED off */
+    GPIOF->DATA_Bits[LED_BLUE]  = 0U; /* turn the LED off */
 
     /* configure the Buttons */
     GPIOF->DIR &= ~(BTN_SW1 | BTN_SW2); /*  set direction: input */
@@ -197,6 +201,8 @@ void BSP_init(void) {
     }
     QS_OBJ_DICTIONARY(&l_SysTick_Handler);
     QS_OBJ_DICTIONARY(&l_GPIOPortA_IRQHandler);
+    QS_USR_DICTIONARY(PHILO_STAT);
+    QS_USR_DICTIONARY(COMMAND_STAT);
 }
 /*..........................................................................*/
 void BSP_displayPhilStat(uint8_t n, char const *stat) {
@@ -249,12 +255,17 @@ void QF_onStartup(void) {
     * Assign a priority to EVERY ISR explicitly by calling NVIC_SetPriority().
     * DO NOT LEAVE THE ISR PRIORITIES AT THE DEFAULT VALUE!
     */
+    NVIC_SetPriority(UART0_IRQn,     UART0_PRIO);
     NVIC_SetPriority(SysTick_IRQn,   SYSTICK_PRIO);
     NVIC_SetPriority(GPIOA_IRQn,     GPIOA_PRIO);
     /* ... */
 
     /* enable IRQs... */
     NVIC_EnableIRQ(GPIOA_IRQn);
+
+#ifdef Q_SPY
+    NVIC_EnableIRQ(UART0_IRQn);  /* UART0 interrupt used for QS-RX */
+#endif
 }
 /*..........................................................................*/
 void QF_onCleanup(void) {
@@ -267,67 +278,84 @@ void QV_onIdle(void) {  /* called with interrupts disabled, see NOTE01 */
 
 #ifdef Q_SPY
     QF_INT_ENABLE();
+    QS_rxParse();  /* parse all the received bytes */
+
     if ((UART0->FR & UART_FR_TXFE) != 0U) {  /* TX done? */
         uint16_t fifo = UART_TXFIFO_DEPTH;   /* max bytes we can accept */
         uint8_t const *block;
 
         QF_INT_DISABLE();
-        block = QS_getBlock(&fifo); /* try to get next block to transmit */
+        block = QS_getBlock(&fifo);  /* try to get next block to transmit */
         QF_INT_ENABLE();
 
-        while (fifo-- != 0) {       /* any bytes in the block? */
-            UART0->DR = *block++;   /* put into the FIFO */
+        while (fifo-- != 0) {        /* any bytes in the block? */
+            UART0->DR = *block++;    /* put into the FIFO */
         }
     }
 #elif defined NDEBUG
     /* Put the CPU and peripherals to the low-power mode.
     * you might need to customize the clock management for your application,
-    * see the datasheet for your particular Cortex-M MCU.
+    * see the datasheet for your particular Cortex-M3 MCU.
     */
-    QV_CPU_SLEEP();  /* atomically go to sleep and enable interrupts */
-#else
-    QF_INT_ENABLE(); /* just enable interrupts */
+    __WFI(); /* Wait-For-Interrupt */
 #endif
 }
 
 /*..........................................................................*/
-/* NOTE Q_onAssert() defined in assembly in startup_TM4C123GH6PM.s */
+void Q_onAssert(char const *file, int line) {
+    /*
+    * NOTE: add here your application-specific error handling
+    */
+    (void)file;
+    (void)line;
+    QS_ASSERTION(file, line, (uint32_t)10000U); /* report assertion to QS */
+    NVIC_SystemReset();
+}
 
-/*--------------------------------------------------------------------------*/
+/* QS callbacks ============================================================*/
 #ifdef Q_SPY
 /*..........................................................................*/
 uint8_t QS_onStartup(void const *arg) {
-    static uint8_t qsBuf[2*1024]; /* buffer for Quantum Spy */
+    static uint8_t qsTxBuf[2*1024]; /* buffer for QS transmit channel */
+    static uint8_t qsRxBuf[100];    /* buffer for QS receive channel */
     uint32_t tmp;
-    QS_initBuf(qsBuf, sizeof(qsBuf));
 
-    /* enable the peripherals used by the UART0 */
-    SYSCTL->RCGC1 |= (1U << 0);    /* enable clock to UART0 */
-    SYSCTL->RCGC2 |= (1U << 0);    /* enable clock to GPIOA */
-    __NOP();                       /* wait after enabling clocks */
-    __NOP();
-    __NOP();
+    QS_initBuf  (qsTxBuf, sizeof(qsTxBuf));
+    QS_rxInitBuf(qsRxBuf, sizeof(qsRxBuf));
+
+    /* enable clock for UART0 and GPIOA (used by UART0 pins) */
+    SYSCTL->RCGCUART |= (1U << 0); /* enable Run mode for UART0 */
+    SYSCTL->RCGCGPIO |= (1U << 0); /* enable Run mode for GPIOA */
 
     /* configure UART0 pins for UART operation */
     tmp = (1U << 0) | (1U << 1);
     GPIOA->DIR   &= ~tmp;
-    GPIOA->AFSEL |= tmp;
-    GPIOA->DR2R  |= tmp;   /* set 2mA drive, DR4R and DR8R are cleared */
     GPIOA->SLR   &= ~tmp;
     GPIOA->ODR   &= ~tmp;
     GPIOA->PUR   &= ~tmp;
     GPIOA->PDR   &= ~tmp;
-    GPIOA->DEN   |= tmp;
+    GPIOA->AMSEL &= ~tmp;  /* disable analog function on the pins */
+    GPIOA->AFSEL |= tmp;   /* enable ALT function on the pins */
+    GPIOA->DEN   |= tmp;   /* enable digital I/O on the pins */
+    GPIOA->PCTL  &= ~0x00U;
+    GPIOA->PCTL  |= 0x11U;
 
     /* configure the UART for the desired baud rate, 8-N-1 operation */
-    tmp = (((ROM_SysCtlClockGet() * 8U) / UART_BAUD_RATE) + 1U) / 2U;
+    tmp = (((SystemCoreClock * 8U) / UART_BAUD_RATE) + 1U) / 2U;
     UART0->IBRD   = tmp / 64U;
     UART0->FBRD   = tmp % 64U;
-    UART0->LCRH   = 0x60U; /* configure 8-N-1 operation */
-    UART0->LCRH  |= 0x10U;
-    UART0->CTL   |= (1U << 0) | (1U << 8) | (1U << 9);
-
-    QS_tickPeriod_ = ROM_SysCtlClockGet() / BSP_TICKS_PER_SEC;
+    UART0->LCRH   = (0x3U << 5); /* configure 8-N-1 operation */
+    UART0->LCRH  |= (0x1U << 4); /* enable FIFOs */
+    UART0->CTL    = (1U << 0)    /* UART enable */
+                    | (1U << 8)  /* UART TX enable */
+                    | (1U << 9); /* UART RX enable */
+
+    /* configure UART interrupts (for the RX channel) */
+    UART0->IM   |= (1U << 4) | (1U << 6); /* enable RX and RX-TO interrupt */
+    UART0->IFLS |= (0x2U << 2);    /* interrupt on RX FIFO half-full */
+    /* NOTE: do not enable the UART0 interrupt yet. Wait till QF_onStartup() */
+
+    QS_tickPeriod_ = SystemCoreClock / BSP_TICKS_PER_SEC;
     QS_tickTime_ = QS_tickPeriod_; /* to start the timestamp at zero */
 
     /* setup the QS filters... */
@@ -341,73 +369,27 @@ uint8_t QS_onStartup(void const *arg) {
     QS_FILTER_ON(QS_QEP_DISPATCH);
     QS_FILTER_ON(QS_QEP_UNHANDLED);
 
-//    QS_FILTER_ON(QS_QF_ACTIVE_ADD);
-//    QS_FILTER_ON(QS_QF_ACTIVE_REMOVE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_SUBSCRIBE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_UNSUBSCRIBE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_FIFO);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_LIFO);
-//    QS_FILTER_ON(QS_QF_ACTIVE_GET);
-//    QS_FILTER_ON(QS_QF_ACTIVE_GET_LAST);
-//    QS_FILTER_ON(QS_QF_EQUEUE_INIT);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_FIFO);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_LIFO);
-//    QS_FILTER_ON(QS_QF_EQUEUE_GET);
-//    QS_FILTER_ON(QS_QF_EQUEUE_GET_LAST);
-//    QS_FILTER_ON(QS_QF_MPOOL_INIT);
-//    QS_FILTER_ON(QS_QF_MPOOL_GET);
-//    QS_FILTER_ON(QS_QF_MPOOL_PUT);
-//    QS_FILTER_ON(QS_QF_PUBLISH);
-//    QS_FILTER_ON(QS_QF_RESERVED8);
-//    QS_FILTER_ON(QS_QF_NEW);
-//    QS_FILTER_ON(QS_QF_GC_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_GC);
-    QS_FILTER_ON(QS_QF_TICK);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_ARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_AUTO_DISARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_DISARM_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_DISARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_REARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_POST);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_CTR);
-//    QS_FILTER_ON(QS_QF_CRIT_ENTRY);
-//    QS_FILTER_ON(QS_QF_CRIT_EXIT);
-//    QS_FILTER_ON(QS_QF_ISR_ENTRY);
-//    QS_FILTER_ON(QS_QF_ISR_EXIT);
-//    QS_FILTER_ON(QS_QF_INT_DISABLE);
-//    QS_FILTER_ON(QS_QF_INT_ENABLE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_MPOOL_GET_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_RESERVED1);
-//    QS_FILTER_ON(QS_QF_RESERVED0);
-
-//    QS_FILTER_ON(QS_QK_MUTEX_LOCK);
-//    QS_FILTER_ON(QS_QK_MUTEX_UNLOCK);
-//    QS_FILTER_ON(QS_QK_SCHEDULE);
-//    QS_FILTER_ON(QS_QK_RESERVED1);
-//    QS_FILTER_ON(QS_QK_RESERVED0);
-
-//    QS_FILTER_ON(QS_QEP_TRAN_HIST);
-//    QS_FILTER_ON(QS_QEP_TRAN_EP);
-//    QS_FILTER_ON(QS_QEP_TRAN_XP);
-//    QS_FILTER_ON(QS_QEP_RESERVED1);
-//    QS_FILTER_ON(QS_QEP_RESERVED0);
-
-    QS_FILTER_ON(QS_SIG_DICT);
-    QS_FILTER_ON(QS_OBJ_DICT);
-    QS_FILTER_ON(QS_FUN_DICT);
-    QS_FILTER_ON(QS_USR_DICT);
-    QS_FILTER_ON(QS_EMPTY);
-    QS_FILTER_ON(QS_RESERVED3);
-    QS_FILTER_ON(QS_RESERVED2);
-    QS_FILTER_ON(QS_TEST_RUN);
-    QS_FILTER_ON(QS_TEST_FAIL);
-    QS_FILTER_ON(QS_ASSERT_FAIL);
+    QS_FILTER_ON(PHILO_STAT);
+    QS_FILTER_ON(COMMAND_STAT);
 
     return (uint8_t)1; /* return success */
 }
 /*..........................................................................*/
+/*
+* ISR for receiving bytes from the QSPY Back-End
+* NOTE: This ISR is "QF-unaware" meaning that it does not interact with
+* the QF/QK and is not disabled. Such ISRs cannot post or publish events.
+*/
+void UART0_IRQHandler(void) {
+    uint32_t status = UART0->RIS; /* get the raw interrupt status */
+    UART0->ICR = status;          /* clear the asserted interrupts */
+
+    while ((UART0->FR & UART_FR_RXFE) == 0) { /* while RX FIFO NOT empty */
+        uint32_t b = UART0->DR;
+        QS_RX_PUT(b);
+    }
+}
+/*..........................................................................*/
 void QS_onCleanup(void) {
 }
 /*..........................................................................*/
@@ -426,7 +408,7 @@ void QS_onFlush(void) {
     QF_INT_DISABLE();
     while ((block = QS_getBlock(&fifo)) != (uint8_t *)0) {
         QF_INT_ENABLE();
-        /* busy-wait until TX FIFO empty */
+        /* busy-wait as long as TX FIFO has data to transmit */
         while ((UART0->FR & UART_FR_TXFE) == 0) {
         }
 
@@ -438,6 +420,30 @@ void QS_onFlush(void) {
     }
     QF_INT_ENABLE();
 }
+/*..........................................................................*/
+/*! callback function to reset the target (to be implemented in the BSP) */
+void QS_onReset(void) {
+    NVIC_SystemReset();
+}
+/*..........................................................................*/
+/*! callback function to execute a user command (to be implemented in BSP) */
+void QS_onCommand(uint8_t cmdId, uint32_t param) {
+    void assert_failed(char const *module, int loc);
+    (void)cmdId;
+    (void)param;
+    QS_BEGIN(COMMAND_STAT, (void *)0) /* application-specific record begin */
+        QS_U8(2, cmdId);
+        QS_U32(8, param);
+    QS_END()
+
+    if (cmdId == 10U) {
+        Q_ERROR();
+    }
+    else if (cmdId == 11U) {
+        assert_failed("QS_onCommand", 123);
+    }
+}
+
 #endif /* Q_SPY */
 /*--------------------------------------------------------------------------*/
 

+ 8 - 6
examples/arm-cm/dpp_ek-tm4c123gxl/qv/gnu/Makefile

@@ -1,7 +1,7 @@
 ##############################################################################
 # Product: Makefile for DPP on EK-TM4C123GXL, QV kernel, GNU-ARM
-# Last Updated for Version: 5.4.1
-# Date of the Last Update:  2015-05-21
+# Last Updated for Version: 5.5.0
+# Date of the Last Update:  2015-08-13
 #
 #                    Q u a n t u m     L e a P s
 #                    ---------------------------
@@ -28,8 +28,8 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 #
 # Contact information:
-# Web:   http://www.state-machine.com
-# Email: info@state-machine.com
+# http://www.state-machine.com
+# mailto:info@state-machine.com
 ##############################################################################
 # examples of invoking this Makefile:
 # building configurations: Debug (default), Release, and Spy
@@ -124,6 +124,7 @@ QP_ASMS :=
 
 QS_SRCS := \
 	qs.c \
+	qs_rx.c \
 	qs_fp.c
 
 LIB_DIRS  :=
@@ -135,7 +136,7 @@ DEFINES   :=
 # ARM CPU, FPU, and Float-ABI types
 ARM_CPU   := -mcpu=cortex-m4
 ARM_FPU   := -mfpu=vfp
-FLOAT_ABI := -mfloat-abi=hard
+FLOAT_ABI := -mfloat-abi=softfp
 
 #-----------------------------------------------------------------------------
 # GNU-ARM toolset (NOTE: You need to adjust to your machine)
@@ -259,7 +260,8 @@ $(TARGET_BIN): $(TARGET_ELF)
 	$(BIN) -O binary $< $@
 
 $(TARGET_ELF) : $(ASM_OBJS_EXT) $(C_OBJS_EXT) $(CPP_OBJS_EXT)
-	$(LINK) $(LINKFLAGS) -o $@ $^ $(LIBS)
+	$(CC) $(CFLAGS) -c $(QPC)/include/qstamp.c -o $(BIN_DIR)/qstamp.o
+	$(LINK) $(LINKFLAGS) -o $@ $^ $(BIN_DIR)/qstamp.o $(LIBS)
 
 $(BIN_DIR)/%.d : %.c
 	$(CC) -MM -MT $(@:.d=.o) $(CFLAGS) $< > $@

+ 104 - 59
examples/arm-cm/dpp_ek-tm4c123gxl/qv/iar/dpp-qv.ewp

@@ -12,7 +12,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>1</debug>
         <option>
@@ -27,11 +27,6 @@
           <name>ListPath</name>
           <state>dbg</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -58,11 +53,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -87,7 +77,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -135,15 +125,10 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
-          <state>40</state>
+          <version>22</version>
+          <state>39</state>
         </option>
         <option>
           <name>OGUseCmsis</name>
@@ -157,6 +142,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -629,7 +642,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -965,7 +978,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>0</debug>
         <option>
@@ -980,11 +993,6 @@
           <name>ListPath</name>
           <state>rel</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -1011,11 +1019,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -1040,7 +1043,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -1088,14 +1091,9 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
+          <version>22</version>
           <state>40</state>
         </option>
         <option>
@@ -1110,6 +1108,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -1582,7 +1608,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -1918,7 +1944,7 @@
       <name>General</name>
       <archiveVersion>3</archiveVersion>
       <data>
-        <version>22</version>
+        <version>24</version>
         <wantNonLocal>1</wantNonLocal>
         <debug>1</debug>
         <option>
@@ -1933,11 +1959,6 @@
           <name>ListPath</name>
           <state>spy</state>
         </option>
-        <option>
-          <name>Variant</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GEndianMode</name>
           <state>0</state>
@@ -1964,11 +1985,6 @@
           <name>GOutputBinary</name>
           <state>0</state>
         </option>
-        <option>
-          <name>FPU</name>
-          <version>5</version>
-          <state>7</state>
-        </option>
         <option>
           <name>OGCoreOrChip</name>
           <state>1</state>
@@ -1993,7 +2009,7 @@
         </option>
         <option>
           <name>OGLastSavedByProductVersion</name>
-          <state>7.40.2.8567</state>
+          <state>7.40.3.8937</state>
         </option>
         <option>
           <name>GeneralEnableMisra</name>
@@ -2041,15 +2057,10 @@
           <name>RTConfigPath2</name>
           <state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
         </option>
-        <option>
-          <name>GFPUCoreSlave</name>
-          <version>21</version>
-          <state>40</state>
-        </option>
         <option>
           <name>GBECoreSlave</name>
-          <version>21</version>
-          <state>40</state>
+          <version>22</version>
+          <state>39</state>
         </option>
         <option>
           <name>OGUseCmsis</name>
@@ -2063,6 +2074,34 @@
           <name>GRuntimeLibThreads</name>
           <state>0</state>
         </option>
+        <option>
+          <name>CoreVariant</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
+        <option>
+          <name>GFPUDeviceSlave</name>
+          <state>TM4C123GH6PM	TexasInstruments TM4C123GH6PM</state>
+        </option>
+        <option>
+          <name>FPU2</name>
+          <version>0</version>
+          <state>4</state>
+        </option>
+        <option>
+          <name>NrRegs</name>
+          <version>0</version>
+          <state>1</state>
+        </option>
+        <option>
+          <name>NEON</name>
+          <state>0</state>
+        </option>
+        <option>
+          <name>GFPUCoreSlave2</name>
+          <version>22</version>
+          <state>39</state>
+        </option>
       </data>
     </settings>
     <settings>
@@ -2535,7 +2574,7 @@
       <name>BUILDACTION</name>
       <archiveVersion>1</archiveVersion>
       <data>
-        <prebuild></prebuild>
+        <prebuild>cmd /c "if exist $OBJ_DIR$\qstamp.o del $OBJ_DIR$\qstamp.o"</prebuild>
         <postbuild></postbuild>
       </data>
     </settings>
@@ -2938,6 +2977,9 @@
     <file>
       <name>$PROJ_DIR$\..\..\..\..\..\source\qf_time.c</name>
     </file>
+    <file>
+      <name>$PROJ_DIR$\..\..\..\..\..\include\qstamp.c</name>
+    </file>
     <file>
       <name>$PROJ_DIR$\..\..\..\..\..\source\qv.c</name>
     </file>
@@ -2960,6 +3002,9 @@
     <file>
       <name>$PROJ_DIR$\..\..\..\..\..\source\qs_pkg.h</name>
     </file>
+    <file>
+      <name>$PROJ_DIR$\..\..\..\..\..\source\qs_rx.c</name>
+    </file>
   </group>
 </project>
 

+ 6 - 5
examples/arm-cm/dpp_ek-tm4c123gxl/win32-qv/Makefile

@@ -1,7 +1,7 @@
 ##############################################################################
 # Product: Makefile for QP/C, DPP-GUI, Win32-QV, MinGW
-# Last updated for version 5.4.2
-# Last updated on  2015-06-05
+# Last updated for version 5.5.0
+# Last updated on  2015-08-14
 #
 #                    Q u a n t u m     L e a P s
 #                    ---------------------------
@@ -28,8 +28,8 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 #
 # Contact information:
-# Web:   www.state-machine.com
-# Email: info@state-machine.com
+# http://www.state-machine.com
+# mailto:info@state-machine.com
 ##############################################################################
 # examples of invoking this Makefile:
 # building configurations: Debug (default), Release, and Spy
@@ -217,7 +217,8 @@ $(TARGET_BIN): $(TARGET_EXE)
 	$(BIN) -O binary $< $@
 
 $(TARGET_EXE) : $(C_OBJS_EXT) $(CPP_OBJS_EXT) $(RC_OBJS_EXT)
-	$(LINK) $(LINKFLAGS) $(LIB_DIRS) -o $@ $^ $(LIBS)
+	$(CC) $(CFLAGS) -c $(QPC)/include/qstamp.c -o $(BIN_DIR)/qstamp.o
+	$(LINK) $(LINKFLAGS) $(LIB_DIRS) -o $@ $^ $(BIN_DIR)/qstamp.o $(LIBS)
 
 $(BIN_DIR)/%.d : %.cpp
 	$(CPP) -MM -MT $(@:.d=.o) $(CPPFLAGS) $< > $@

+ 2 - 73
examples/arm-cm/dpp_ek-tm4c123gxl/win32-qv/bsp.c

@@ -1,7 +1,7 @@
 /*****************************************************************************
 * Product: DPP example, Win32-GUI
-* Last updated for version 5.4.2
-* Last updated on  2015-06-03
+* Last updated for version 5.5.0
+* Last updated on  2015-08-14
 *
 *                    Q u a n t u m     L e a P s
 *                    ---------------------------
@@ -361,79 +361,8 @@ uint8_t QS_onStartup(void const *arg) {
                 &custParserFun);    // customized parser function
 
     /* setup the QS filters... */
-//    QS_FILTER_ON(QS_QEP_STATE_ENTRY);
-//    QS_FILTER_ON(QS_QEP_STATE_EXIT);
-//    QS_FILTER_ON(QS_QEP_STATE_INIT);
-//    QS_FILTER_ON(QS_QEP_INIT_TRAN);
-//    QS_FILTER_ON(QS_QEP_INTERN_TRAN);
-//    QS_FILTER_ON(QS_QEP_TRAN);
-//    QS_FILTER_ON(QS_QEP_IGNORED);
-//    QS_FILTER_ON(QS_QEP_DISPATCH);
-//    QS_FILTER_ON(QS_QEP_UNHANDLED);
-
-//    QS_FILTER_ON(QS_QF_ACTIVE_ADD);
-//    QS_FILTER_ON(QS_QF_ACTIVE_REMOVE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_SUBSCRIBE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_UNSUBSCRIBE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_FIFO);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_LIFO);
-//    QS_FILTER_ON(QS_QF_ACTIVE_GET);
-//    QS_FILTER_ON(QS_QF_ACTIVE_GET_LAST);
-//    QS_FILTER_ON(QS_QF_EQUEUE_INIT);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_FIFO);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_LIFO);
-//    QS_FILTER_ON(QS_QF_EQUEUE_GET);
-//    QS_FILTER_ON(QS_QF_EQUEUE_GET_LAST);
     QS_FILTER_ON(QS_QF_MPOOL_INIT);
     QS_FILTER_ON(QS_QF_MPOOL_GET);
-//    QS_FILTER_ON(QS_QF_MPOOL_PUT);
-//    QS_FILTER_ON(QS_QF_PUBLISH);
-//    QS_FILTER_ON(QS_QF_RESERVED8);
-//    QS_FILTER_ON(QS_QF_NEW);
-//    QS_FILTER_ON(QS_QF_GC_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_GC);
-//    QS_FILTER_ON(QS_QF_TICK);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_ARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_AUTO_DISARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_DISARM_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_DISARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_REARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_POST);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_CTR);
-//    QS_FILTER_ON(QS_QF_CRIT_ENTRY);
-//    QS_FILTER_ON(QS_QF_CRIT_EXIT);
-//    QS_FILTER_ON(QS_QF_ISR_ENTRY);
-//    QS_FILTER_ON(QS_QF_ISR_EXIT);
-//    QS_FILTER_ON(QS_QF_INT_DISABLE);
-//    QS_FILTER_ON(QS_QF_INT_ENABLE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_MPOOL_GET_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_RESERVED1);
-//    QS_FILTER_ON(QS_QF_RESERVED0);
-
-//    QS_FILTER_ON(QS_QK_MUTEX_LOCK);
-//    QS_FILTER_ON(QS_QK_MUTEX_UNLOCK);
-//    QS_FILTER_ON(QS_QK_SCHEDULE);
-//    QS_FILTER_ON(QS_QK_RESERVED1);
-//    QS_FILTER_ON(QS_QK_RESERVED0);
-
-//    QS_FILTER_ON(QS_QEP_TRAN_HIST);
-//    QS_FILTER_ON(QS_QEP_TRAN_EP);
-//    QS_FILTER_ON(QS_QEP_TRAN_XP);
-//    QS_FILTER_ON(QS_QEP_RESERVED1);
-//    QS_FILTER_ON(QS_QEP_RESERVED0);
-
-    QS_FILTER_ON(QS_SIG_DICT);
-    QS_FILTER_ON(QS_OBJ_DICT);
-    QS_FILTER_ON(QS_FUN_DICT);
-    QS_FILTER_ON(QS_USR_DICT);
-    QS_FILTER_ON(QS_EMPTY);
-    QS_FILTER_ON(QS_RESERVED3);
-    QS_FILTER_ON(QS_RESERVED2);
-    QS_FILTER_ON(QS_TEST_RUN);
-    QS_FILTER_ON(QS_TEST_FAIL);
-    QS_FILTER_ON(QS_ASSERT_FAIL);
 
     return CreateThread(NULL, 1024, &idleThread, (void *)0, 0, NULL)
              != (HANDLE)0; /* return the status of creating the idle thread */

+ 36 - 10
examples/arm-cm/dpp_ek-tm4c123gxl/win32-qv/dpp-gui.vcxproj

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
@@ -81,7 +81,7 @@
     <ClCompile>
       <Optimization>MaxSpeed</Optimization>
       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
-      <AdditionalIncludeDirectories>.;..;../../../../include;../../../../ports/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+      <AdditionalIncludeDirectories>.;..;../../../../include;../../../../ports/win32-qv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <PreprocessorDefinitions>NDEBUG;WIN32_GUI;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <StringPooling>false</StringPooling>
       <ExceptionHandling>
@@ -102,10 +102,10 @@
       <Culture>0x0409</Culture>
     </ResourceCompile>
     <Link>
-      <AdditionalDependencies>qp.lib;%(AdditionalDependencies)</AdditionalDependencies>
+      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
       <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
       <SuppressStartupBanner>true</SuppressStartupBanner>
-      <AdditionalLibraryDirectories>../../../../ports/win32/$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
       <SubSystem>Windows</SubSystem>
       <RandomizedBaseAddress>false</RandomizedBaseAddress>
       <DataExecutionPrevention>
@@ -116,6 +116,9 @@
       <SuppressStartupBanner>true</SuppressStartupBanner>
       <OutputFile>.\Release/dpp-gui.bsc</OutputFile>
     </Bscmake>
+    <PreBuildEvent>
+      <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
+    </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'">
     <Midl>
@@ -129,7 +132,7 @@
     </Midl>
     <ClCompile>
       <Optimization>Disabled</Optimization>
-      <AdditionalIncludeDirectories>.;..;../../../../include;../../../../ports/win32;$(QTOOLS)/qspy/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+      <AdditionalIncludeDirectories>.;..;../../../../include;../../../../ports/win32-qv;$(QTOOLS)/qspy/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <PreprocessorDefinitions>Q_SPY;WIN32_GUI;snprintf=_snprintf;_CRT_SECURE_NO_WARNINGS;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <StringPooling>false</StringPooling>
       <ExceptionHandling>
@@ -152,10 +155,10 @@
       <Culture>0x0409</Culture>
     </ResourceCompile>
     <Link>
-      <AdditionalDependencies>qp.lib;%(AdditionalDependencies)</AdditionalDependencies>
+      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
       <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
       <SuppressStartupBanner>true</SuppressStartupBanner>
-      <AdditionalLibraryDirectories>../../../../ports/win32/$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <GenerateMapFile>false</GenerateMapFile>
       <MapFileName>
@@ -170,6 +173,9 @@
       <SuppressStartupBanner>true</SuppressStartupBanner>
       <OutputFile>.\QSpy/dpp-gui.bsc</OutputFile>
     </Bscmake>
+    <PreBuildEvent>
+      <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
+    </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <Midl>
@@ -183,7 +189,7 @@
     </Midl>
     <ClCompile>
       <Optimization>Disabled</Optimization>
-      <AdditionalIncludeDirectories>.;..;../../../../include;../../../../ports/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+      <AdditionalIncludeDirectories>.;..;../../../../include;../../../../ports/win32-qv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <PreprocessorDefinitions>WIN32_GUI;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <StringPooling>false</StringPooling>
       <ExceptionHandling>
@@ -208,10 +214,10 @@
       <Culture>0x0409</Culture>
     </ResourceCompile>
     <Link>
-      <AdditionalDependencies>qp.lib;%(AdditionalDependencies)</AdditionalDependencies>
+      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
       <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
       <SuppressStartupBanner>true</SuppressStartupBanner>
-      <AdditionalLibraryDirectories>../../../../ports/win32/$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <GenerateMapFile>false</GenerateMapFile>
       <MapFileName>
@@ -226,12 +232,16 @@
       <SuppressStartupBanner>true</SuppressStartupBanner>
       <OutputFile>.\Debug/dpp-gui.bsc</OutputFile>
     </Bscmake>
+    <PreBuildEvent>
+      <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
+    </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="$(QTOOLS)\qspy\source\qspy.c">
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
     </ClCompile>
+    <ClCompile Include="..\..\..\..\include\qstamp.c" />
     <ClCompile Include="..\main.c" />
     <ClCompile Include="..\philo.c" />
     <ClCompile Include="..\table.c" />
@@ -261,6 +271,22 @@
   <ItemGroup>
     <ResourceCompile Include="dpp-gui.rc" />
   </ItemGroup>
+  <ItemGroup>
+    <Library Include="..\..\..\..\ports\win32-qv\Debug\qp.lib">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+    </Library>
+    <Library Include="..\..\..\..\ports\win32-qv\QSpy\qp.lib">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+    </Library>
+    <Library Include="..\..\..\..\ports\win32-qv\Release\qp.lib">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
+    </Library>
+  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>

+ 19 - 4
examples/arm-cm/dpp_ek-tm4c123gxl/win32-qv/dpp-gui.vcxproj.filters

@@ -3,11 +3,12 @@
   <ItemGroup>
     <ClCompile Include="bsp.c" />
     <ClCompile Include="$(QTOOLS)\qspy\source\qspy.c">
-      <Filter>Q_SPY</Filter>
+      <Filter>QSPY</Filter>
     </ClCompile>
     <ClCompile Include="..\main.c" />
     <ClCompile Include="..\philo.c" />
     <ClCompile Include="..\table.c" />
+    <ClCompile Include="..\..\..\..\include\qstamp.c" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="resource.h" />
@@ -38,16 +39,30 @@
     </None>
   </ItemGroup>
   <ItemGroup>
-    <Filter Include="Q_SPY">
-      <UniqueIdentifier>{9329cf7b-e791-415b-8458-a26ea9bf414f}</UniqueIdentifier>
-    </Filter>
     <Filter Include="Res">
       <UniqueIdentifier>{c8d4d732-dcf8-4466-ad8e-3f15ab6fe204}</UniqueIdentifier>
     </Filter>
+    <Filter Include="QSPY">
+      <UniqueIdentifier>{9329cf7b-e791-415b-8458-a26ea9bf414f}</UniqueIdentifier>
+    </Filter>
+    <Filter Include="QP">
+      <UniqueIdentifier>{fc58f96a-b3df-47d3-9a58-3283c0cf1a5c}</UniqueIdentifier>
+    </Filter>
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="dpp-gui.rc">
       <Filter>Res</Filter>
     </ResourceCompile>
   </ItemGroup>
+  <ItemGroup>
+    <Library Include="..\..\..\..\ports\win32\Debug\qp.lib">
+      <Filter>QP</Filter>
+    </Library>
+    <Library Include="..\..\..\..\ports\win32\Release\qp.lib">
+      <Filter>QP</Filter>
+    </Library>
+    <Library Include="..\..\..\..\ports\win32\QSpy\qp.lib">
+      <Filter>QP</Filter>
+    </Library>
+  </ItemGroup>
 </Project>

+ 6 - 5
examples/arm-cm/dpp_ek-tm4c123gxl/win32/Makefile

@@ -1,7 +1,7 @@
 ##############################################################################
 # Product: Makefile for QP/C, DPP-GUI, Win32, MinGW
-# Last updated for version 5.4.2
-# Last updated on  2015-06-05
+# Last updated for version 5.5.0
+# Last updated on  2015-08-14
 #
 #                    Q u a n t u m     L e a P s
 #                    ---------------------------
@@ -28,8 +28,8 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 #
 # Contact information:
-# Web:   www.state-machine.com
-# Email: info@state-machine.com
+# http://www.state-machine.com
+# mailto:info@state-machine.com
 ##############################################################################
 # examples of invoking this Makefile:
 # building configurations: Debug (default), Release, and Spy
@@ -217,7 +217,8 @@ $(TARGET_BIN): $(TARGET_EXE)
 	$(BIN) -O binary $< $@
 
 $(TARGET_EXE) : $(C_OBJS_EXT) $(CPP_OBJS_EXT) $(RC_OBJS_EXT)
-	$(LINK) $(LINKFLAGS) $(LIB_DIRS) -o $@ $^ $(LIBS)
+	$(CC) $(CFLAGS) -c $(QPC)/include/qstamp.c -o $(BIN_DIR)/qstamp.o
+	$(LINK) $(LINKFLAGS) $(LIB_DIRS) -o $@ $^ $(BIN_DIR)/qstamp.o $(LIBS)
 
 $(BIN_DIR)/%.d : %.cpp
 	$(CPP) -MM -MT $(@:.d=.o) $(CPPFLAGS) $< > $@

+ 2 - 73
examples/arm-cm/dpp_ek-tm4c123gxl/win32/bsp.c

@@ -1,7 +1,7 @@
 /*****************************************************************************
 * Product: DPP example, Win32-GUI
-* Last updated for version 5.4.2
-* Last updated on  2015-06-03
+* Last updated for version 5.5.0
+* Last updated on  2015-08-14
 *
 *                    Q u a n t u m     L e a P s
 *                    ---------------------------
@@ -361,79 +361,8 @@ uint8_t QS_onStartup(void const *arg) {
                 &custParserFun);    // customized parser function
 
     /* setup the QS filters... */
-//    QS_FILTER_ON(QS_QEP_STATE_ENTRY);
-//    QS_FILTER_ON(QS_QEP_STATE_EXIT);
-//    QS_FILTER_ON(QS_QEP_STATE_INIT);
-//    QS_FILTER_ON(QS_QEP_INIT_TRAN);
-//    QS_FILTER_ON(QS_QEP_INTERN_TRAN);
-//    QS_FILTER_ON(QS_QEP_TRAN);
-//    QS_FILTER_ON(QS_QEP_IGNORED);
-//    QS_FILTER_ON(QS_QEP_DISPATCH);
-//    QS_FILTER_ON(QS_QEP_UNHANDLED);
-
-//    QS_FILTER_ON(QS_QF_ACTIVE_ADD);
-//    QS_FILTER_ON(QS_QF_ACTIVE_REMOVE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_SUBSCRIBE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_UNSUBSCRIBE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_FIFO);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_LIFO);
-//    QS_FILTER_ON(QS_QF_ACTIVE_GET);
-//    QS_FILTER_ON(QS_QF_ACTIVE_GET_LAST);
-//    QS_FILTER_ON(QS_QF_EQUEUE_INIT);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_FIFO);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_LIFO);
-//    QS_FILTER_ON(QS_QF_EQUEUE_GET);
-//    QS_FILTER_ON(QS_QF_EQUEUE_GET_LAST);
     QS_FILTER_ON(QS_QF_MPOOL_INIT);
     QS_FILTER_ON(QS_QF_MPOOL_GET);
-//    QS_FILTER_ON(QS_QF_MPOOL_PUT);
-//    QS_FILTER_ON(QS_QF_PUBLISH);
-//    QS_FILTER_ON(QS_QF_RESERVED8);
-//    QS_FILTER_ON(QS_QF_NEW);
-//    QS_FILTER_ON(QS_QF_GC_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_GC);
-//    QS_FILTER_ON(QS_QF_TICK);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_ARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_AUTO_DISARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_DISARM_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_DISARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_REARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_POST);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_CTR);
-//    QS_FILTER_ON(QS_QF_CRIT_ENTRY);
-//    QS_FILTER_ON(QS_QF_CRIT_EXIT);
-//    QS_FILTER_ON(QS_QF_ISR_ENTRY);
-//    QS_FILTER_ON(QS_QF_ISR_EXIT);
-//    QS_FILTER_ON(QS_QF_INT_DISABLE);
-//    QS_FILTER_ON(QS_QF_INT_ENABLE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_MPOOL_GET_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_RESERVED1);
-//    QS_FILTER_ON(QS_QF_RESERVED0);
-
-//    QS_FILTER_ON(QS_QK_MUTEX_LOCK);
-//    QS_FILTER_ON(QS_QK_MUTEX_UNLOCK);
-//    QS_FILTER_ON(QS_QK_SCHEDULE);
-//    QS_FILTER_ON(QS_QK_RESERVED1);
-//    QS_FILTER_ON(QS_QK_RESERVED0);
-
-//    QS_FILTER_ON(QS_QEP_TRAN_HIST);
-//    QS_FILTER_ON(QS_QEP_TRAN_EP);
-//    QS_FILTER_ON(QS_QEP_TRAN_XP);
-//    QS_FILTER_ON(QS_QEP_RESERVED1);
-//    QS_FILTER_ON(QS_QEP_RESERVED0);
-
-    QS_FILTER_ON(QS_SIG_DICT);
-    QS_FILTER_ON(QS_OBJ_DICT);
-    QS_FILTER_ON(QS_FUN_DICT);
-    QS_FILTER_ON(QS_USR_DICT);
-    QS_FILTER_ON(QS_EMPTY);
-    QS_FILTER_ON(QS_RESERVED3);
-    QS_FILTER_ON(QS_RESERVED2);
-    QS_FILTER_ON(QS_TEST_RUN);
-    QS_FILTER_ON(QS_TEST_FAIL);
-    QS_FILTER_ON(QS_ASSERT_FAIL);
 
     return CreateThread(NULL, 1024, &idleThread, (void *)0, 0, NULL)
              != (HANDLE)0; /* return the status of creating the idle thread */

+ 32 - 6
examples/arm-cm/dpp_ek-tm4c123gxl/win32/dpp-gui.vcxproj

@@ -102,10 +102,10 @@
       <Culture>0x0409</Culture>
     </ResourceCompile>
     <Link>
-      <AdditionalDependencies>qp.lib;%(AdditionalDependencies)</AdditionalDependencies>
+      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
       <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
       <SuppressStartupBanner>true</SuppressStartupBanner>
-      <AdditionalLibraryDirectories>../../../../ports/win32/$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
       <SubSystem>Windows</SubSystem>
       <RandomizedBaseAddress>false</RandomizedBaseAddress>
       <DataExecutionPrevention>
@@ -116,6 +116,9 @@
       <SuppressStartupBanner>true</SuppressStartupBanner>
       <OutputFile>.\Release/dpp-gui.bsc</OutputFile>
     </Bscmake>
+    <PreBuildEvent>
+      <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
+    </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'">
     <Midl>
@@ -152,10 +155,10 @@
       <Culture>0x0409</Culture>
     </ResourceCompile>
     <Link>
-      <AdditionalDependencies>qp.lib;%(AdditionalDependencies)</AdditionalDependencies>
+      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
       <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
       <SuppressStartupBanner>true</SuppressStartupBanner>
-      <AdditionalLibraryDirectories>../../../../ports/win32/$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <GenerateMapFile>false</GenerateMapFile>
       <MapFileName>
@@ -170,6 +173,9 @@
       <SuppressStartupBanner>true</SuppressStartupBanner>
       <OutputFile>.\QSpy/dpp-gui.bsc</OutputFile>
     </Bscmake>
+    <PreBuildEvent>
+      <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
+    </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <Midl>
@@ -208,10 +214,10 @@
       <Culture>0x0409</Culture>
     </ResourceCompile>
     <Link>
-      <AdditionalDependencies>qp.lib;%(AdditionalDependencies)</AdditionalDependencies>
+      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
       <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
       <SuppressStartupBanner>true</SuppressStartupBanner>
-      <AdditionalLibraryDirectories>../../../../ports/win32/$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <GenerateMapFile>false</GenerateMapFile>
       <MapFileName>
@@ -226,12 +232,16 @@
       <SuppressStartupBanner>true</SuppressStartupBanner>
       <OutputFile>.\Debug/dpp-gui.bsc</OutputFile>
     </Bscmake>
+    <PreBuildEvent>
+      <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
+    </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="$(QTOOLS)\qspy\source\qspy.c">
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
     </ClCompile>
+    <ClCompile Include="..\..\..\..\include\qstamp.c" />
     <ClCompile Include="..\main.c" />
     <ClCompile Include="..\philo.c" />
     <ClCompile Include="..\table.c" />
@@ -261,6 +271,22 @@
   <ItemGroup>
     <ResourceCompile Include="dpp-gui.rc" />
   </ItemGroup>
+  <ItemGroup>
+    <Library Include="..\..\..\..\ports\win32\Debug\qp.lib">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+    </Library>
+    <Library Include="..\..\..\..\ports\win32\QSpy\qp.lib">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+    </Library>
+    <Library Include="..\..\..\..\ports\win32\Release\qp.lib">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
+    </Library>
+  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>

+ 19 - 4
examples/arm-cm/dpp_ek-tm4c123gxl/win32/dpp-gui.vcxproj.filters

@@ -3,11 +3,12 @@
   <ItemGroup>
     <ClCompile Include="bsp.c" />
     <ClCompile Include="$(QTOOLS)\qspy\source\qspy.c">
-      <Filter>Q_SPY</Filter>
+      <Filter>QSPY</Filter>
     </ClCompile>
     <ClCompile Include="..\main.c" />
     <ClCompile Include="..\philo.c" />
     <ClCompile Include="..\table.c" />
+    <ClCompile Include="..\..\..\..\include\qstamp.c" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="resource.h" />
@@ -38,16 +39,30 @@
     </None>
   </ItemGroup>
   <ItemGroup>
-    <Filter Include="Q_SPY">
-      <UniqueIdentifier>{9329cf7b-e791-415b-8458-a26ea9bf414f}</UniqueIdentifier>
-    </Filter>
     <Filter Include="Res">
       <UniqueIdentifier>{c8d4d732-dcf8-4466-ad8e-3f15ab6fe204}</UniqueIdentifier>
     </Filter>
+    <Filter Include="QSPY">
+      <UniqueIdentifier>{9329cf7b-e791-415b-8458-a26ea9bf414f}</UniqueIdentifier>
+    </Filter>
+    <Filter Include="QP">
+      <UniqueIdentifier>{fc58f96a-b3df-47d3-9a58-3283c0cf1a5c}</UniqueIdentifier>
+    </Filter>
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="dpp-gui.rc">
       <Filter>Res</Filter>
     </ResourceCompile>
   </ItemGroup>
+  <ItemGroup>
+    <Library Include="..\..\..\..\ports\win32\Debug\qp.lib">
+      <Filter>QP</Filter>
+    </Library>
+    <Library Include="..\..\..\..\ports\win32\Release\qp.lib">
+      <Filter>QP</Filter>
+    </Library>
+    <Library Include="..\..\..\..\ports\win32\QSpy\qp.lib">
+      <Filter>QP</Filter>
+    </Library>
+  </ItemGroup>
 </Project>

+ 52 - 36
examples/arm-cm/dpp_mbed-lpc1768/qk/arm/dpp-qk.uvoptx

@@ -73,7 +73,7 @@
         <LExpSel>0</LExpSel>
       </OPTXL>
       <OPTFL>
-        <tvExp>1</tvExp>
+        <tvExp>0</tvExp>
         <tvExpOptDlg>0</tvExpOptDlg>
         <IsCurrentTarget>1</IsCurrentTarget>
       </OPTFL>
@@ -82,17 +82,17 @@
         <Book>
           <Number>0</Number>
           <Title>MCB1700 Schematics (MCB1700)</Title>
-          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.0.0\Documents\mcb1700-schematics.pdf</Path>
+          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.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.0.0\Documents\mcb1700.chm</Path>
+          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.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.0.0\Documents\mcb1700_quickstart.pdf</Path>
+          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.0\Documents\mcb1700_quickstart.pdf</Path>
         </Book>
         <Book>
           <Number>3</Number>
@@ -222,6 +222,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -286,17 +287,17 @@
         <Book>
           <Number>0</Number>
           <Title>MCB1700 Schematics (MCB1700)</Title>
-          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.0.0\Documents\mcb1700-schematics.pdf</Path>
+          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.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.0.0\Documents\mcb1700.chm</Path>
+          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.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.0.0\Documents\mcb1700_quickstart.pdf</Path>
+          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.0\Documents\mcb1700_quickstart.pdf</Path>
         </Book>
         <Book>
           <Number>3</Number>
@@ -414,6 +415,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -478,17 +480,17 @@
         <Book>
           <Number>0</Number>
           <Title>MCB1700 Schematics (MCB1700)</Title>
-          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.0.0\Documents\mcb1700-schematics.pdf</Path>
+          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.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.0.0\Documents\mcb1700.chm</Path>
+          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.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.0.0\Documents\mcb1700_quickstart.pdf</Path>
+          <Path>C:\tools\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.1.0\Documents\mcb1700_quickstart.pdf</Path>
         </Book>
         <Book>
           <Number>3</Number>
@@ -606,6 +608,7 @@
       </DebugFlag>
       <LintExecutable></LintExecutable>
       <LintConfigFile></LintConfigFile>
+      <bLintAuto>0</bLintAuto>
     </TargetOption>
   </Target>
 
@@ -693,6 +696,19 @@
       <RteFlg>0</RteFlg>
       <bShared>0</bShared>
     </File>
+    <File>
+      <GroupNumber>1</GroupNumber>
+      <FileNumber>7</FileNumber>
+      <FileType>1</FileType>
+      <tvExp>0</tvExp>
+      <Focus>0</Focus>
+      <tvExpOptDlg>0</tvExpOptDlg>
+      <bDave2>0</bDave2>
+      <PathWithFileName>..\..\..\..\..\include\qstamp.c</PathWithFileName>
+      <FilenameWithoutPath>qstamp.c</FilenameWithoutPath>
+      <RteFlg>0</RteFlg>
+      <bShared>0</bShared>
+    </File>
   </Group>
 
   <Group>
@@ -703,7 +719,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>7</FileNumber>
+      <FileNumber>8</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -716,7 +732,7 @@
     </File>
     <File>
       <GroupNumber>2</GroupNumber>
-      <FileNumber>8</FileNumber>
+      <FileNumber>9</FileNumber>
       <FileType>2</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -737,7 +753,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>9</FileNumber>
+      <FileNumber>10</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -750,7 +766,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>10</FileNumber>
+      <FileNumber>11</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -763,7 +779,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>11</FileNumber>
+      <FileNumber>12</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -776,7 +792,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>12</FileNumber>
+      <FileNumber>13</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -789,7 +805,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>13</FileNumber>
+      <FileNumber>14</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -802,7 +818,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>14</FileNumber>
+      <FileNumber>15</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -815,7 +831,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>15</FileNumber>
+      <FileNumber>16</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -828,7 +844,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>16</FileNumber>
+      <FileNumber>17</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -841,7 +857,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>17</FileNumber>
+      <FileNumber>18</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -854,7 +870,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>18</FileNumber>
+      <FileNumber>19</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -867,7 +883,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>19</FileNumber>
+      <FileNumber>20</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -880,7 +896,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>20</FileNumber>
+      <FileNumber>21</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -893,7 +909,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>21</FileNumber>
+      <FileNumber>22</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -906,7 +922,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>22</FileNumber>
+      <FileNumber>23</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -919,7 +935,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>23</FileNumber>
+      <FileNumber>24</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -932,7 +948,7 @@
     </File>
     <File>
       <GroupNumber>3</GroupNumber>
-      <FileNumber>24</FileNumber>
+      <FileNumber>25</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -953,7 +969,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>4</GroupNumber>
-      <FileNumber>25</FileNumber>
+      <FileNumber>26</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -966,7 +982,7 @@
     </File>
     <File>
       <GroupNumber>4</GroupNumber>
-      <FileNumber>26</FileNumber>
+      <FileNumber>27</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -979,7 +995,7 @@
     </File>
     <File>
       <GroupNumber>4</GroupNumber>
-      <FileNumber>27</FileNumber>
+      <FileNumber>28</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -992,7 +1008,7 @@
     </File>
     <File>
       <GroupNumber>4</GroupNumber>
-      <FileNumber>28</FileNumber>
+      <FileNumber>29</FileNumber>
       <FileType>2</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -1005,7 +1021,7 @@
     </File>
     <File>
       <GroupNumber>4</GroupNumber>
-      <FileNumber>29</FileNumber>
+      <FileNumber>30</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -1026,7 +1042,7 @@
     <RteFlg>0</RteFlg>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>30</FileNumber>
+      <FileNumber>31</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -1039,7 +1055,7 @@
     </File>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>31</FileNumber>
+      <FileNumber>32</FileNumber>
       <FileType>1</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>
@@ -1052,7 +1068,7 @@
     </File>
     <File>
       <GroupNumber>5</GroupNumber>
-      <FileNumber>32</FileNumber>
+      <FileNumber>33</FileNumber>
       <FileType>5</FileType>
       <tvExp>0</tvExp>
       <Focus>0</Focus>

+ 56 - 9
examples/arm-cm/dpp_mbed-lpc1768/qk/arm/dpp-qk.uvprojx

@@ -10,11 +10,12 @@
       <TargetName>dpp-dbg</TargetName>
       <ToolsetNumber>0x4</ToolsetNumber>
       <ToolsetName>ARM-ADS</ToolsetName>
+      <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
       <TargetOption>
         <TargetCommonOption>
           <Device>LPC1768</Device>
           <Vendor>NXP</Vendor>
-          <PackID>Keil.LPC1700_DFP.2.0.0</PackID>
+          <PackID>Keil.LPC1700_DFP.2.1.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>
@@ -68,9 +69,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\dbg\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -84,6 +85,8 @@
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>0</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -227,6 +230,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -361,6 +365,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>rvmdk __FPU_PRESENT</Define>
@@ -438,6 +446,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\table.c</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -606,6 +619,10 @@
                 <uSurpInc>2</uSurpInc>
                 <uC99>2</uC99>
                 <useXO>2</useXO>
+                <v6Lang>0</v6Lang>
+                <v6LangP>0</v6LangP>
+                <vShortEn>0</vShortEn>
+                <vShortWch>0</vShortWch>
                 <VariousControls>
                   <MiscControls></MiscControls>
                   <Define></Define>
@@ -656,11 +673,12 @@
       <TargetName>dpp-rel</TargetName>
       <ToolsetNumber>0x4</ToolsetNumber>
       <ToolsetName>ARM-ADS</ToolsetName>
+      <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
       <TargetOption>
         <TargetCommonOption>
           <Device>LPC1768</Device>
           <Vendor>NXP</Vendor>
-          <PackID>Keil.LPC1700_DFP.2.0.0</PackID>
+          <PackID>Keil.LPC1700_DFP.2.1.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>
@@ -714,9 +732,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\rel\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -730,6 +748,8 @@
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>0</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -873,6 +893,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -1007,6 +1028,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>NDEBUG __FPU_PRESENT</Define>
@@ -1084,6 +1109,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\table.c</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>
@@ -1252,6 +1282,10 @@
                 <uSurpInc>2</uSurpInc>
                 <uC99>2</uC99>
                 <useXO>2</useXO>
+                <v6Lang>0</v6Lang>
+                <v6LangP>0</v6LangP>
+                <vShortEn>0</vShortEn>
+                <vShortWch>0</vShortWch>
                 <VariousControls>
                   <MiscControls></MiscControls>
                   <Define></Define>
@@ -1302,11 +1336,12 @@
       <TargetName>dpp-spy</TargetName>
       <ToolsetNumber>0x4</ToolsetNumber>
       <ToolsetName>ARM-ADS</ToolsetName>
+      <pCCUsed>5060020::V5.06 (build 20)::ARMCC</pCCUsed>
       <TargetOption>
         <TargetCommonOption>
           <Device>LPC1768</Device>
           <Vendor>NXP</Vendor>
-          <PackID>Keil.LPC1700_DFP.2.0.0</PackID>
+          <PackID>Keil.LPC1700_DFP.2.1.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>
@@ -1360,9 +1395,9 @@
             <nStopU2X>0</nStopU2X>
           </BeforeCompile>
           <BeforeMake>
-            <RunUserProg1>0</RunUserProg1>
+            <RunUserProg1>1</RunUserProg1>
             <RunUserProg2>0</RunUserProg2>
-            <UserProg1Name></UserProg1Name>
+            <UserProg1Name>cmd /c "del .\spy\qstamp.o"</UserProg1Name>
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
@@ -1376,6 +1411,8 @@
             <UserProg2Name></UserProg2Name>
             <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
             <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
+            <nStopA1X>0</nStopA1X>
+            <nStopA2X>0</nStopA2X>
           </AfterMake>
           <SelectedForBatchBuild>0</SelectedForBatchBuild>
           <SVCSIdString></SVCSIdString>
@@ -1519,6 +1556,7 @@
             <useUlib>0</useUlib>
             <EndSel>0</EndSel>
             <uLtcg>0</uLtcg>
+            <nSecure>0</nSecure>
             <RoSelD>3</RoSelD>
             <RwSelD>3</RwSelD>
             <CodeSel>0</CodeSel>
@@ -1653,6 +1691,10 @@
             <uSurpInc>1</uSurpInc>
             <uC99>0</uC99>
             <useXO>0</useXO>
+            <v6Lang>0</v6Lang>
+            <v6LangP>0</v6LangP>
+            <vShortEn>0</vShortEn>
+            <vShortWch>0</vShortWch>
             <VariousControls>
               <MiscControls></MiscControls>
               <Define>Q_SPY __FPU_PRESENT</Define>
@@ -1730,6 +1772,11 @@
               <FileType>1</FileType>
               <FilePath>..\..\table.c</FilePath>
             </File>
+            <File>
+              <FileName>qstamp.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\..\..\..\..\include\qstamp.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>

+ 15 - 70
examples/arm-cm/dpp_mbed-lpc1768/qk/bsp.c

@@ -1,13 +1,13 @@
 /*****************************************************************************
 * Product: DPP example, NXP mbed-LPC1768 board, QK kernel
-* Last Updated for Version: 5.4.0
-* Date of the Last Update:  2015-04-06
+* Last Updated for Version: 5.5.0
+* Date of the Last Update:  2015-08-20
 *
 *                    Q u a n t u m     L e a P s
 *                    ---------------------------
 *                    innovating embedded systems
 *
-* Copyright (C) Quantum Leaps, LLC. state-machine.com.
+* Copyright (C) Quantum Leaps, LLC. All rights reserved.
 *
 * This program is open source software: you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as published
@@ -28,8 +28,8 @@
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 *
 * Contact information:
-* Web  : http://www.state-machine.com
-* Email: info@state-machine.com
+* http://www.state-machine.com
+* mailto:info@state-machine.com
 *****************************************************************************/
 #include "qpc.h"
 #include "dpp.h"
@@ -289,8 +289,15 @@ void QK_onIdle(void) {
 #endif
 }
 /*..........................................................................*/
-/* NOTE Q_onAssert() defined in assembly in startup_TM4C123GH6PM.s */
-
+void Q_onAssert(char const *module, int loc) {
+    /*
+    * NOTE: add here your application-specific error handling
+    */
+    (void)module;
+    (void)loc;
+    QS_ASSERTION(module, loc, (uint32_t)10000U); /* report assertion to QS */
+    NVIC_SystemReset();
+}
 
 /* QS callbacks ============================================================*/
 #ifdef Q_SPY
@@ -354,69 +361,7 @@ uint8_t QS_onStartup(void const *arg) {
     QS_FILTER_ON(QS_QEP_DISPATCH);
     QS_FILTER_ON(QS_QEP_UNHANDLED);
 
-//    QS_FILTER_ON(QS_QF_ACTIVE_ADD);
-//    QS_FILTER_ON(QS_QF_ACTIVE_REMOVE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_SUBSCRIBE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_UNSUBSCRIBE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_FIFO);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_LIFO);
-//    QS_FILTER_ON(QS_QF_ACTIVE_GET);
-//    QS_FILTER_ON(QS_QF_ACTIVE_GET_LAST);
-//    QS_FILTER_ON(QS_QF_EQUEUE_INIT);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_FIFO);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_LIFO);
-//    QS_FILTER_ON(QS_QF_EQUEUE_GET);
-//    QS_FILTER_ON(QS_QF_EQUEUE_GET_LAST);
-//    QS_FILTER_ON(QS_QF_MPOOL_INIT);
-//    QS_FILTER_ON(QS_QF_MPOOL_GET);
-//    QS_FILTER_ON(QS_QF_MPOOL_PUT);
-//    QS_FILTER_ON(QS_QF_PUBLISH);
-//    QS_FILTER_ON(QS_QF_RESERVED8);
-//    QS_FILTER_ON(QS_QF_NEW);
-//    QS_FILTER_ON(QS_QF_GC_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_GC);
-    QS_FILTER_ON(QS_QF_TICK);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_ARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_AUTO_DISARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_DISARM_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_DISARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_REARM);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_POST);
-//    QS_FILTER_ON(QS_QF_TIMEEVT_CTR);
-//    QS_FILTER_ON(QS_QF_CRIT_ENTRY);
-//    QS_FILTER_ON(QS_QF_CRIT_EXIT);
-//    QS_FILTER_ON(QS_QF_ISR_ENTRY);
-//    QS_FILTER_ON(QS_QF_ISR_EXIT);
-//    QS_FILTER_ON(QS_QF_INT_DISABLE);
-//    QS_FILTER_ON(QS_QF_INT_ENABLE);
-//    QS_FILTER_ON(QS_QF_ACTIVE_POST_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_EQUEUE_POST_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_MPOOL_GET_ATTEMPT);
-//    QS_FILTER_ON(QS_QF_RESERVED1);
-//    QS_FILTER_ON(QS_QF_RESERVED0);
-
-//    QS_FILTER_ON(QS_QK_MUTEX_LOCK);
-//    QS_FILTER_ON(QS_QK_MUTEX_UNLOCK);
-//    QS_FILTER_ON(QS_QK_SCHEDULE);
-//    QS_FILTER_ON(QS_QK_RESERVED1);
-//    QS_FILTER_ON(QS_QK_RESERVED0);
-
-//    QS_FILTER_ON(QS_QEP_TRAN_HIST);
-//    QS_FILTER_ON(QS_QEP_TRAN_EP);
-//    QS_FILTER_ON(QS_QEP_TRAN_XP);
-//    QS_FILTER_ON(QS_QEP_RESERVED1);
-//    QS_FILTER_ON(QS_QEP_RESERVED0);
-
-    QS_FILTER_ON(QS_SIG_DICT);
-    QS_FILTER_ON(QS_OBJ_DICT);
-    QS_FILTER_ON(QS_FUN_DICT);
-    QS_FILTER_ON(QS_USR_DICT);
-    QS_FILTER_ON(QS_EMPTY);
-    QS_FILTER_ON(QS_RESERVED3);
-    QS_FILTER_ON(QS_RESERVED2);
-    QS_FILTER_ON(QS_TEST_RUN);
-    QS_FILTER_ON(QS_TEST_FAIL);
-    QS_FILTER_ON(QS_ASSERT_FAIL);
+    QS_FILTER_ON(PHILO_STAT);
 
     return (uint8_t)1; /* return success */
 }

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio