You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doxygen/api.dox
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
/*! @page api API Reference
2
+
@ifnot LATEX
2
3
@nav_next{deprecated}
4
+
@endif
3
5
4
6
@section api_qep QEP (Hierarchical State Machines)
5
7
QEP is a universal, UML-compliant event processor that enables developers to code UML state machines in highly readable ANSI-C, in which every state machine element is mapped to code precisely, unambiguously, and exactly once (traceability). QEP fully supports hierarchical state nesting, which is the fundamental mechanism for reusing behavior across many states instead of repeating the same actions and transitions over and over again.
@@ -230,8 +232,9 @@ QXK is a small, preemptive, priority-based, dual-mode (run-to-completion/**block
lwIP example for Texas Instruments EK-LM3S6965 (Cortex-M3) with GNU-ARM and IAR-ARM toolsets.
19
21
20
-
@image html bd_EK-LM3S6965_lwip.jpg "QP-lwIP on EK-LM3S6965"
21
-
@image latex bd_EK-LM3S6965_lwip.jpg "QP-lwIP on EK-LM3S6965"
22
+
@image html bd_EK-LM3S6965_lwip.jpg
23
+
@image latex bd_EK-LM3S6965_lwip.jpg width=2.0in
24
+
@caption{QP-lwIP on EK-LM3S6965}
22
25
<br>
23
26
24
27
@section lwip_AN Application Note: QP and lwIP TCP/IP Stack
25
28
The [Application Note](https://www.state-machine.com/doc/AN_QP_and_lwIP.pdf) describes how to use the lightweight TCP/IP stack called lwIP with the QP real-time embedded frameworks.
26
29
27
-
@image html AN-QL.png "Application Note: QP and lwIP TCP/IP"
28
-
@image latex AN-QL.png "Application Note: QP and lwIP TCP/IP"
The <a href="https://www.state-machine.com/doc/AN_QP_emWin.pdf" target="_blank" class="extern"><strong>Application Note "QP and emWin Embedded GUI"</strong></a> describes how to use QP™ with the <a href="https://www.segger.com/emwin.html" target="_blank" class="extern">emWin™ Embedded GUI from SEGGER</a> and also <a href="https://www.micrium.com/rtos/gui/" target="_blank" class="extern">µC/GUI from Micrium</a>, which technically are the same products.
37
43
38
-
@image html emWin_demo.jpg "QP-emWin demo (DPP) running on Windows"
39
-
@image latex emWin_demo.jpg "QP-emWin demo (DPP) running on Windows"
40
-
44
+
@image html emWin_demo.jpg
45
+
@image latex emWin_demo.jpg width=4.0in
46
+
@caption{QP-emWin demo (DPP) running on Windows}
41
47
42
48
To demonstrate the working examples, this Application Note uses the emWin Simulation on Windows, which is available for a <a href="https://www.segger.com/downloads/emwin" target="_blank" class="extern">free download from the SEGGER</a> (requires registration). You need only a Windows-based PC to execute the examples provided in this Application Note. Additionally, you'd need Microsoft Visual Studio 2013 (could be the free Express Edition) or higher to re-build and debug the provided examples.
0 commit comments