Skip to content

Commit

Permalink
6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QL committed Jan 7, 2020
1 parent baf2ef8 commit 1cf770e
Show file tree
Hide file tree
Showing 22 changed files with 126 additions and 865 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ model of concurrency with hierarchical state machines.

---------------------------------------------------------------------------
# Getting Started with QP-nano
The [QP-nano Reference Manual](https://www.state-machine.com/qpn/) provides instructions on how to download, install, and get started with QP-nano quickly.

The [AppNote: "Getting Started with QP-nano"](https://www.state-machine.com/doc/AN_Getting_Started_with_QP-nano.pdf) contains also a tutorial, in which you build a simple "Blinky"
application.
The [QP-nano Reference Manual](https://www.state-machine.com/qpn/) provides
instructions on how to download, install, and get started with QP-nano quickly.

The [AppNote: "Getting Started with QP-nano"][AN] contains also a tutorial,
in which you build a simple "Blinky" application.


---------------------------------------------------------------------------
Expand Down Expand Up @@ -116,3 +117,4 @@ The **QP-nano Manual** is located online at: https://www.state-machine.com/qpn
[Active]: <https://www.state-machine.com/doc/concepts#Active>
[HSM]: <https://www.state-machine.com/doc/concepts#HSM>
[Lic]: <https://www.state-machine.com/licensing>
[AN]: <https://www.state-machine.com/doc/AN_Getting_Started_with_QP-nano.pdf>
1 change: 1 addition & 0 deletions doxygen/history.dox
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Also, this release drops (no longer supports) the following depricated facilitie
- QActive_disarm() - use QActive_disarmX() instead
- Q_TIMERSET - define QF_TIMEEVT_USAGE instead

Also, this release updates the Windows-GUI examples with the QWIN Prototyping Toolkit to work with the latest Visual Studio 2019 and specifically with the Resource Editor now available. Specifically here, the Game-GUI example (qpn\examples\arm-cm\game_efm32-slstk3401a\win32-gui) and the DPP-GUI example (qpn\examples\arm-cm\dpp_efm32-slstk3401a\win32-gui) have been updated to build with the Visual Studio 2019.

Finally, this release fixes the following bugs:
- [bug#255 "IAR-ARM "Multi-file Compilation" fails for QK and QXK applications"](https://sourceforg/bugs/255/)
Expand Down
2 changes: 1 addition & 1 deletion doxygen/metrics.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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: Jan 02, 2020
Build Date : Sep 2 2009 Run Date: Jan 06, 2020
(C)1996-2009 M Squared Technologies LLC
________________________________________________________________________

Expand Down
278 changes: 0 additions & 278 deletions examples/arm-cm/dpp_efm32-slstk3401a/win32-gui/Makefile

This file was deleted.

Binary file not shown.
8 changes: 4 additions & 4 deletions examples/arm-cm/dpp_efm32-slstk3401a/win32-gui/bsp.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*****************************************************************************
* Product: "DPP" example, EFM32-SLSTK3401A, Win32-GUI
* Last Updated for Version: 6.3.7
* Date of the Last Update: 2018-11-09
* Last Updated for Version: 6.7.0
* Date of the Last Update: 2020-01-06
*
* Q u a n t u m L e a P s
* ------------------------
* Modern Embedded Software
*
* Copyright (C) 2005-2018 Quantum Leaps, LLC. All rights reserved.
* Copyright (C) 2005-2020 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
Expand Down Expand Up @@ -79,7 +79,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst,

/* create the main custom dialog window */
hWnd = CreateCustDialog(hInst, IDD_APPLICATION, NULL,
&WndProc, "QP_APP");
&WndProc, "MY_CLASS");
ShowWindow(hWnd, iCmdShow); /* show the main window */

/* enter the message loop... */
Expand Down
Loading

0 comments on commit 1cf770e

Please sign in to comment.