mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
cae81c1ba3
updated doxygen directory
101 lines
3.5 KiB
Plaintext
101 lines
3.5 KiB
Plaintext
namespace QP {
|
|
|
|
/*! @page exa_mware Examples for Third-Party Middleware
|
|
|
|
- @subpage exa_qt
|
|
- @subpage exa_lwip
|
|
- @subpage exa_emwin
|
|
|
|
*/
|
|
/*##########################################################################*/
|
|
/*! @page exa_qt Qt (GUI Framework)
|
|
|
|
- \subpage qt_dpp
|
|
- \subpage qt_dpp-gui
|
|
- \subpage qt_game-gui
|
|
- \subpage qt_pelican-gui
|
|
|
|
*/
|
|
|
|
/*##########################################################################*/
|
|
/*! @page qt_dpp DPP (Console) for Qt
|
|
|
|
@image html under_construction.jpg
|
|
|
|
*/
|
|
/*##########################################################################*/
|
|
/*! @page qt_dpp-gui DPP-GUI for Qt
|
|
|
|
@image html under_construction.jpg
|
|
|
|
*/
|
|
/*##########################################################################*/
|
|
/*! @page qt_game-gui Game-GUI for Qt
|
|
|
|
@image html qt_game-gui.png
|
|
@n@n
|
|
@image html qtcreator_game-gui.png
|
|
@n@n
|
|
@image html qtdesign_game-gui.png
|
|
@n@n
|
|
@image html under_construction.jpg
|
|
|
|
*/
|
|
/*##########################################################################*/
|
|
/*! @page qt_pelican-gui PELICAN-GUI for Qt
|
|
|
|
PEdestrian LIght CONtrolled (PELICAN) crossing example for Qt
|
|
|
|
@image html qt_pelican-gui.png
|
|
@n@n
|
|
@image html qtdesign_pelican-gui.png
|
|
@n@n
|
|
@image html under_construction.jpg
|
|
|
|
*/
|
|
|
|
/*##########################################################################*/
|
|
/*! @page exa_lwip lwIP TCP/IP
|
|
|
|
- @subpage lwip_ek-lm3s6965
|
|
|
|
*/
|
|
/*##########################################################################*/
|
|
/*! @page lwip_ek-lm3s6965 lwIP on EK-LM3S6965
|
|
|
|
@image html bd_EK-LM3S6965.jpg EK-LM3S6965 board
|
|
|
|
lwIP example for Texas Instruments EK-LM3S6965 (Cortex-M3) with GNU-ARM and IAR-ARM toolsets.
|
|
|
|
@image html bd_EK-LM3S6965_lwip.jpg QP-lwIP on EK-LM3S6965
|
|
@n@n
|
|
|
|
@section lwip_AN Application Note: QP and lwIP TCP/IP Stack
|
|
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.
|
|
|
|
[![Application Note: QP and lwIP TCP/IP](AN-QL.png)](https://www.state-machine.com/doc/AN_QP_and_lwIP.pdf)
|
|
@htmlonly
|
|
<div class="caption">
|
|
Application Note: QP and lwIP TCP/IP Stack
|
|
</div>
|
|
@endhtmlonly
|
|
|
|
@next{ exa_emwin}
|
|
*/
|
|
|
|
/*##########################################################################*/
|
|
/*! @page exa_emwin emWin Embedded GUI
|
|
|
|
<p>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.
|
|
</p>
|
|
|
|
@image html emWin_demo.jpg QP-emWin demo (DPP) running on Windows
|
|
|
|
|
|
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.
|
|
|
|
@note
|
|
Although the QP-emWin (µC/GUI) integration runs on Windows, the application-level code uses exclusively the embedded emWin™ API and is designed to run without any modifications on embedded targets.
|
|
*/
|
|
|
|
} // namespace QP |