Skip to content

Commit

Permalink
6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
QL committed May 22, 2018
1 parent a65454b commit 58f80da
Show file tree
Hide file tree
Showing 45 changed files with 3,386 additions and 2,530 deletions.
2 changes: 1 addition & 1 deletion doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "QP/C"
PROJECT_NUMBER = "6.3.0"
PROJECT_NUMBER = "6.3.1"
PROJECT_BRIEF =
PROJECT_LOGO = images/header_logo_ql.png
OUTPUT_DIRECTORY =
Expand Down
2 changes: 1 addition & 1 deletion doxygen/Doxyfile-CHM
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "QP/C"
PROJECT_NUMBER = "6.3.0"
PROJECT_NUMBER = "6.3.1"
PROJECT_BRIEF =
PROJECT_LOGO = images/header_logo_ql.png
OUTPUT_DIRECTORY =
Expand Down
2 changes: 1 addition & 1 deletion doxygen/Doxyfile-DOC
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "QP/C"
PROJECT_NUMBER = "6.3.0"
PROJECT_NUMBER = "6.3.1"
PROJECT_BRIEF =
PROJECT_LOGO = images/header_logo_ql.png
OUTPUT_DIRECTORY =
Expand Down
5 changes: 5 additions & 0 deletions doxygen/history.dox
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/**
@page history Revision History

@section qpc_6_3_1 Version 6.3.1, 2018-05-24
This release migrates the [QUTest](https://www.state-machine.com/qtools/qutest.html) examples to [QM 4.2.1](https://www.state-machine.com/qm/history.html#qm_4_2_1), which now can generate QS_FUN_DICTIONARY() records automatically. This release also adds a generic, simple blinky example for QUTest located in `examples/qutest/blinky`. Also, this release fixes a bug in the example `qutest/TDDbook_LedDriver` so that the code compiles cleanly with the updated header file "qassert.h".


------------------------------------------------------------------------------
@section qpc_6_3_0 Version 6.3.0, 2018-05-10
The main purpose of this release is fixing the sub-machine support in the QP/Spy build configuration. Specifically, this release fixes the following bug:

Expand Down
6 changes: 3 additions & 3 deletions doxygen/make.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off
:: ==========================================================================
:: Product: QP/C script for generating Doxygen documentation
:: Last Updated for Version: 6.3.0
:: Date of the Last Update: 2018-05-03
:: Last Updated for Version: 6.3.1
:: Date of the Last Update: 2018-05-22
::
:: Q u a n t u m L e a P s
:: ---------------------------
Expand Down Expand Up @@ -38,7 +38,7 @@ echo usage:
echo make
echo make -CHM

set VERSION=6.3.0
set VERSION=6.3.1

:: Generate Resource Standard Metrics for QP/C ...............................
set DOXHOME="C:\tools\doxygen\bin"
Expand Down
Loading

0 comments on commit 58f80da

Please sign in to comment.