Skip to content

Commit 651cb7c

Browse files
committed
8.1.3
1 parent 931a246 commit 651cb7c

441 files changed

Lines changed: 95779 additions & 2315 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

arm-cm/blinky_ek-tm4c123gxl/app.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: blinky.qm
44
// File: ${.::app.h}
55
//
6-
// This code has been generated by QM 7.0.2 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 7.0.3 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// Copyright (c) 2005 Quantum Leaps, LLC. All rights reserved.

arm-cm/blinky_ek-tm4c123gxl/blinky.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: blinky.qm
44
// File: ${.::blinky.c}
55
//
6-
// This code has been generated by QM 7.0.2 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 7.0.3 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// Copyright (c) 2005 Quantum Leaps, LLC. All rights reserved.
@@ -62,8 +62,8 @@ static QState Blinky_on(Blinky * const me, QEvt const * const e);
6262

6363
//$skip${QP_VERSION} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
6464
// Check for the minimum required QP version
65-
#if (QP_VERSION < 730U) || (QP_VERSION != ((QP_RELEASE^4294967295U)%0x2710U))
66-
#error qpc version 7.3.0 or higher required
65+
#if (QP_VERSION < 800U) || (QP_VERSION != ((QP_RELEASE^4294967295U)%0x2710U))
66+
#error qpc version 8.0.0 or higher required
6767
#endif
6868
//$endskip${QP_VERSION} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6969
//$define${App} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv

arm-cm/blinky_ek-tm4c123gxl/blinky.qm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<model version="7.0.2" links="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.state-machine.com/qm/qm7.xsd">
2+
<model version="7.0.3" links="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.state-machine.com/qm/qm7.xsd">
33
<documentation>About this example:
44
-------------------
55
Simple &quot;Blinky&quot; console application for workstations (Windows, Linux, MacOS)

arm-cm/blinky_ek-tm4c123gxl/bsp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: blinky.qm
44
// File: ${.::bsp.h}
55
//
6-
// This code has been generated by QM 7.0.2 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 7.0.3 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// Copyright (c) 2005 Quantum Leaps, LLC. All rights reserved.

arm-cm/blinky_nucleo-c031c6/app.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: blinky.qm
44
// File: ${.::app.h}
55
//
6-
// This code has been generated by QM 7.0.2 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 7.0.3 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// Copyright (c) 2005 Quantum Leaps, LLC. All rights reserved.

arm-cm/blinky_nucleo-c031c6/blinky.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: blinky.qm
44
// File: ${.::blinky.c}
55
//
6-
// This code has been generated by QM 7.0.2 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 7.0.3 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// Copyright (c) 2005 Quantum Leaps, LLC. All rights reserved.
@@ -62,8 +62,8 @@ static QState Blinky_on(Blinky * const me, QEvt const * const e);
6262

6363
//$skip${QP_VERSION} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
6464
// Check for the minimum required QP version
65-
#if (QP_VERSION < 730U) || (QP_VERSION != ((QP_RELEASE^4294967295U)%0x2710U))
66-
#error qpc version 7.3.0 or higher required
65+
#if (QP_VERSION < 800U) || (QP_VERSION != ((QP_RELEASE^4294967295U)%0x2710U))
66+
#error qpc version 8.0.0 or higher required
6767
#endif
6868
//$endskip${QP_VERSION} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6969
//$define${App} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv

arm-cm/blinky_nucleo-c031c6/blinky.qm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<model version="7.0.2" links="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.state-machine.com/qm/qm7.xsd">
2+
<model version="7.0.3" links="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.state-machine.com/qm/qm7.xsd">
33
<documentation>About this example:
44
-------------------
55
Simple &quot;Blinky&quot; console application for workstations (Windows, Linux, MacOS)

arm-cm/blinky_nucleo-c031c6/bsp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: blinky.qm
44
// File: ${.::bsp.h}
55
//
6-
// This code has been generated by QM 7.0.2 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 7.0.3 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// Copyright (c) 2005 Quantum Leaps, LLC. All rights reserved.

arm-cm/blinky_nucleo-u545re/app.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: blinky.qm
44
// File: ${.::app.h}
55
//
6-
// This code has been generated by QM 7.0.2 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 7.0.3 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// Copyright (c) 2005 Quantum Leaps, LLC. All rights reserved.

arm-cm/blinky_nucleo-u545re/blinky.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: blinky.qm
44
// File: ${.::blinky.c}
55
//
6-
// This code has been generated by QM 7.0.2 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 7.0.3 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// Copyright (c) 2005 Quantum Leaps, LLC. All rights reserved.
@@ -62,8 +62,8 @@ static QState Blinky_on(Blinky * const me, QEvt const * const e);
6262

6363
//$skip${QP_VERSION} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
6464
// Check for the minimum required QP version
65-
#if (QP_VERSION < 730U) || (QP_VERSION != ((QP_RELEASE^4294967295U)%0x2710U))
66-
#error qpc version 7.3.0 or higher required
65+
#if (QP_VERSION < 800U) || (QP_VERSION != ((QP_RELEASE^4294967295U)%0x2710U))
66+
#error qpc version 8.0.0 or higher required
6767
#endif
6868
//$endskip${QP_VERSION} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6969
//$define${App} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv

0 commit comments

Comments
 (0)