Skip to content

Commit

Permalink
6.9.4rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-leaps committed Dec 6, 2021
1 parent 35b2912 commit c66b489
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 173 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ starting with 'q' are contributed by Quantum Leaps)
in embedded web pages served by the HTTP server

7. Unity - traditional unit testing harness (framework) for embedded C
(version 2.4.3)
(version 2.5.2)

Additionally, QTools for Windows contains the following open-source,
3rd-party tools:
Expand All @@ -66,7 +66,7 @@ following 3rd-party tools:

10. GNU C/C++ toolset for Windows (mingw32 version 9.2.0)

11. GNU C/C++ toolset for ARM-EABI (GCC version 9.2.1)
11. GNU C/C++ toolset for ARM-EABI (GCC version 10.3-2021.10)

12. Python for Windows (version 3.9 32-bit)

Expand Down Expand Up @@ -173,13 +173,9 @@ The installer gcc-arm-none-eabi-8-2018-q4-major-win32-sha1.exe has been used.
### The GNU make executable for Windows
Has been taken from the MinGW project at SourceForge.net:

### The file and diff utilities
Have been taken from the UnixUtils project at SourceForge.net:
- http://prdownloads.sourceforge.net/unxutils/UnxUtils.zip

### The file and diff utilities source
(source/fileutils-3.16-src.zip) has been taken from:
- http://prdownloads.sourceforge.net/unxutils/UnxUtilsSrc.zip
### The UNIX file and directory utilities
Have been taken from the Gow (Gnu On Windows) project at GitHub:
- https://github.com/bmatzelle/gow

### The Unity Unit Testing Harness for Embedded C
Has been taken from the GitHub at:
Expand Down
135 changes: 10 additions & 125 deletions doxygen/Doxyfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Doxyfile 1.9.2

@INCLUDE = ../../ql-doxygen/Doxyfile-QL

#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
Expand Down Expand Up @@ -39,15 +41,7 @@ PYTHON_DOCSTRING = YES
INHERIT_DOCS = YES
SEPARATE_MEMBER_PAGES = NO
TAB_SIZE = 4
ALIASES = "next{1}=<hr><b>Next:</b> @ref \1</p>" \
"description=@par Description" \
"hint=@par Hint" \
"usage=@par Usage" \
"caption{1}=<div class=\"caption\" align=\"center\">\1</div>" \
"reqref{1}=@ref \1 \"\1\"" \
"termdef{2}=@anchor term_\1 @par \2" \
"termref{1}=@ref term_\1"
OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_FOR_C = YES
OPTIMIZE_OUTPUT_JAVA = NO
OPTIMIZE_FOR_FORTRAN = NO
OPTIMIZE_OUTPUT_VHDL = NO
Expand All @@ -72,22 +66,22 @@ NUM_PROC_THREADS = 1
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_ALL = YES
EXTRACT_PRIVATE = NO
EXTRACT_PRIVATE = YES
EXTRACT_PRIV_VIRTUAL = NO
EXTRACT_PACKAGE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = NO
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_LOCAL_METHODS = NO
EXTRACT_ANON_NSPACES = NO
RESOLVE_UNNAMED_PARAMS = YES
HIDE_UNDOC_MEMBERS = YES
HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_CLASSES = NO
HIDE_FRIEND_COMPOUNDS = NO
HIDE_IN_BODY_DOCS = NO
INTERNAL_DOCS = NO
CASE_SENSE_NAMES = NO
HIDE_SCOPE_NAMES = YES
HIDE_COMPOUND_REFERENCE= YES
HIDE_COMPOUND_REFERENCE= NO
SHOW_HEADERFILE = YES
SHOW_INCLUDE_FILES = YES
SHOW_GROUPED_MEMB_INC = NO
Expand Down Expand Up @@ -203,7 +197,8 @@ HTML_FOOTER = ../../ql-doxygen/footer-awesome.html
HTML_STYLESHEET =
HTML_EXTRA_STYLESHEET = ../../ql-doxygen/doxygen-awesome.css \
../../ql-doxygen/ql-awesome.css
HTML_EXTRA_FILES = ../../ql-doxygen/doxygen-awesome-darkmode-toggle.js
HTML_EXTRA_FILES = ../../ql-doxygen/doxygen-awesome-darkmode-toggle.js \
../../ql-doxygen/preview.js
HTML_COLORSTYLE_HUE = 209
HTML_COLORSTYLE_SAT = 255
HTML_COLORSTYLE_GAMMA = 113
Expand Down Expand Up @@ -254,71 +249,9 @@ SERVER_BASED_SEARCH = NO
EXTERNAL_SEARCH = NO
SEARCHENGINE_URL =
SEARCHDATA_FILE = searchdata.xml
EXTERNAL_SEARCH_ID =
EXTERNAL_SEARCH_ID = QTOOLS
EXTRA_SEARCH_MAPPINGS =
#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
#---------------------------------------------------------------------------
GENERATE_LATEX = NO
LATEX_OUTPUT = latex
LATEX_CMD_NAME = latex
MAKEINDEX_CMD_NAME = makeindex
LATEX_MAKEINDEX_CMD = makeindex
COMPACT_LATEX = NO
PAPER_TYPE = letter
EXTRA_PACKAGES =
LATEX_HEADER =
LATEX_FOOTER =
LATEX_EXTRA_STYLESHEET =
LATEX_EXTRA_FILES =
PDF_HYPERLINKS = YES
USE_PDFLATEX = YES
LATEX_BATCHMODE = NO
LATEX_HIDE_INDICES = NO
LATEX_BIB_STYLE = plain
LATEX_TIMESTAMP = NO
LATEX_EMOJI_DIRECTORY =
#---------------------------------------------------------------------------
# Configuration options related to the RTF output
#---------------------------------------------------------------------------
GENERATE_RTF = NO
RTF_OUTPUT = rtf
COMPACT_RTF = NO
RTF_HYPERLINKS = NO
RTF_STYLESHEET_FILE =
RTF_EXTENSIONS_FILE =
#---------------------------------------------------------------------------
# Configuration options related to the man page output
#---------------------------------------------------------------------------
GENERATE_MAN = NO
MAN_OUTPUT = man
MAN_EXTENSION = .3
MAN_SUBDIR =
MAN_LINKS = NO
#---------------------------------------------------------------------------
# Configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML = NO
XML_OUTPUT = xml
XML_PROGRAMLISTING = YES
XML_NS_MEMB_FILE_SCOPE = NO
#---------------------------------------------------------------------------
# Configuration options related to the DOCBOOK output
#---------------------------------------------------------------------------
GENERATE_DOCBOOK = NO
DOCBOOK_OUTPUT = docbook
#---------------------------------------------------------------------------
# Configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
GENERATE_AUTOGEN_DEF = NO
#---------------------------------------------------------------------------
# Configuration options related to the Perl module output
#---------------------------------------------------------------------------
GENERATE_PERLMOD = NO
PERLMOD_LATEX = NO
PERLMOD_PRETTY = YES
PERLMOD_MAKEVAR_PREFIX =
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
ENABLE_PREPROCESSING = YES
Expand All @@ -331,51 +264,3 @@ PREDEFINED = Q_SPY \
Q_UTEST
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
# Configuration options related to external references
#---------------------------------------------------------------------------
TAGFILES =
GENERATE_TAGFILE =
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
EXTERNAL_PAGES = YES
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
CLASS_DIAGRAMS = YES
DIA_PATH =
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = NO
DOT_NUM_THREADS = 0
DOT_FONTNAME = Helvetica
DOT_FONTSIZE = 10
DOT_FONTPATH =
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
GROUP_GRAPHS = YES
UML_LOOK = YES
UML_LIMIT_NUM_FIELDS = 10
DOT_UML_DETAILS = NO
DOT_WRAP_THRESHOLD = 17
TEMPLATE_RELATIONS = NO
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
CALL_GRAPH = NO
CALLER_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png
INTERACTIVE_SVG = NO
DOT_PATH = C:/tools/graphviz/bin
DOTFILE_DIRS =
MSCFILE_DIRS =
DIAFILE_DIRS =
PLANTUML_JAR_PATH =
PLANTUML_CFG_FILE =
PLANTUML_INCLUDE_PATH =
DOT_GRAPH_MAX_NODES = 50
MAX_DOT_GRAPH_DEPTH = 0
DOT_TRANSPARENT = YES
DOT_MULTI_TARGETS = NO
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
5 changes: 3 additions & 2 deletions doxygen/Doxyfile-CHM
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Doxyfile 1.9.0
# Doxyfile 1.9.2

@INCLUDE = Doxyfile

Expand All @@ -8,6 +8,7 @@
HTML_OUTPUT = tmp
HTML_HEADER = ../../ql-doxygen/header.html
HTML_FOOTER = ../../ql-doxygen/footer.html
HTML_EXTRA_STYLESHEET = ../../ql-doxygen/ql.css
HTML_EXTRA_STYLESHEET = ../../ql-doxygen/ql.css \
../../ql-doxygen/preview.js
HTML_EXTRA_FILES =
GENERATE_HTMLHELP = YES
2 changes: 1 addition & 1 deletion doxygen/history.dox
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__Updated GNU-ARM Toolchain for Windows__

The GNU-ARM toolchain in QTools for Windows has been updated to the latest Version 10.3-2021.07 released on July 29, 2021.
The GNU-ARM toolchain in QTools for Windows has been updated to the latest Version 10.3-2021.10 released on October 21, 2021.



Expand Down
36 changes: 0 additions & 36 deletions doxygen/preview.js

This file was deleted.

0 comments on commit c66b489

Please sign in to comment.