qpcpp/doxygen/exa_mware.dox

91 lines
3.1 KiB
Plaintext
Raw Normal View History

2017-05-17 13:15:09 -04:00
namespace QP {
2018-12-28 13:45:10 -05:00
/*! @page exa_mware Examples for Third-Party Middleware
2015-05-14 16:05:04 -04:00
- @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
2017-05-17 13:15:09 -04:00
@image html under_construction.jpg
2015-05-14 16:05:04 -04:00
*/
/*##########################################################################*/
/*! @page qt_dpp-gui DPP-GUI for Qt
2017-05-17 13:15:09 -04:00
@image html under_construction.jpg
2015-05-14 16:05:04 -04:00
*/
/*##########################################################################*/
/*! @page qt_game-gui Game-GUI for Qt
2017-05-17 13:15:09 -04:00
@image html qt_game-gui.png
2015-05-14 16:05:04 -04:00
@n@n
2017-05-17 13:15:09 -04:00
@image html qtcreator_game-gui.png
2015-05-14 16:05:04 -04:00
@n@n
@image html qtdesign_game-gui.png
2017-05-17 13:15:09 -04:00
@n@n
@image html under_construction.jpg
2015-05-14 16:05:04 -04:00
*/
/*##########################################################################*/
/*! @page qt_pelican-gui PELICAN-GUI for Qt
PEdestrian LIght CONtrolled (PELICAN) crossing example for Qt
2017-05-17 13:15:09 -04:00
@image html qt_pelican-gui.png
2015-05-14 16:05:04 -04:00
@n@n
2017-05-17 13:15:09 -04:00
@image html qtdesign_pelican-gui.png
2015-05-14 16:05:04 -04:00
@n@n
2017-05-17 13:15:09 -04:00
@image html under_construction.jpg
2015-05-14 16:05:04 -04:00
*/
/*##########################################################################*/
/*! @page exa_lwip lwIP TCP/IP
- @subpage lwip_ek-lm3s6965
*/
/*##########################################################################*/
/*! @page lwip_ek-lm3s6965 lwIP on EK-LM3S6965
2017-05-17 13:15:09 -04:00
@image html bd_EK-LM3S6965.jpg EK-LM3S6965 board
2015-05-14 16:05:04 -04:00
lwIP example for Texas Instruments EK-LM3S6965 (Cortex-M3) with GNU-ARM and IAR-ARM toolsets.
2017-05-17 13:15:09 -04:00
@image html bd_EK-LM3S6965_lwip.jpg QP-lwIP on EK-LM3S6965
2015-05-14 16:05:04 -04:00
@n@n
2017-05-17 13:15:09 -04:00
@image html under_construction.jpg
2015-05-14 16:05:04 -04:00
*/
/*##########################################################################*/
/*! @page exa_emwin emWin Embedded GUI
2017-05-17 13:15:09 -04:00
<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&trade; with the <a href="https://www.segger.com/emwin.html" target="_blank" class="extern">emWin&trade; Embedded GUI from SEGGER</a> and also <a href="https://www.micrium.com/rtos/gui/" target="_blank" class="extern">&micro;C/GUI from Micrium</a>, which technically are the same products.
2016-06-10 21:51:18 -04:00
</p>
2017-05-17 13:15:09 -04:00
@image html emWin_demo.jpg QP-emWin demo (DPP) running on Windows
2016-06-10 21:51:18 -04:00
2017-02-07 19:55:33 -05:00
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.
2016-06-10 21:51:18 -04:00
@note
2017-02-07 19:55:33 -05:00
Although the QP-emWin (&micro;C/GUI) integration runs on Windows, the application-level code uses exclusively the embedded emWin&trade; API and is designed to run without any modifications on embedded targets.
2015-05-22 20:38:16 -04:00
*/
2017-05-17 13:15:09 -04:00
2015-05-22 20:38:16 -04:00
} // namespace QP