Skip to content

Commit 862265e

Browse files
committed
1 parent 20e4b27 commit 862265e

File tree

521 files changed

+32376
-50386
lines changed

Some content is hidden

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

521 files changed

+32376
-50386
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ JLink*.*
3737
version-*
3838

3939
3rd_party/
40+
cert-pack/
4041
html/
4142
test_priv/
4243
dbg/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ products ranging from implantable medical devices to complex weapon systems.
8888

8989

9090
# QP/C Licensing
91-
QP/C is licensed under the increasingly popular [dual licensing model][Lic],
91+
QP/C is licensed under the sustainable [dual licensing model][Lic],
9292
in which both the open source software distribution mechanism and
9393
traditional closed source software distribution models are combined.
9494

doxygen/Doxyfile

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -145,23 +145,9 @@ INPUT = main.dox \
145145
../../cert-pack/tr.dox \
146146
metrics.dox \
147147
dir.dox \
148-
macros.h \
149-
../include/qpc.h \
150-
../include/qep.h \
151-
../include/qf.h \
152-
../include/qequeue.h \
153-
../include/qmpool.h \
154-
../include/qpset.h \
155-
../include/qv.h \
156-
../include/qk.h \
157-
../include/qxk.h \
158-
../include/qxthread.h \
159-
../include/qs.h \
148+
config.h \
160149
../include \
161-
../src \
162-
../ports/arm-cm/qv/gnu \
163-
../ports/arm-cm/qk/gnu \
164-
../ports/arm-cm/qxk/gnu
150+
../src
165151

166152
INPUT_ENCODING = UTF-8
167153
FILE_PATTERNS = *.dox \
@@ -305,15 +291,15 @@ PREDEFINED = Q_SPY \
305291
Q_UTEST \
306292
QK_ON_CONTEXT_SW \
307293
QXK_ON_CONTEXT_SW \
308-
QF_MAX_ACTIVE=64U \
309-
QF_MAX_TICK_RATE=2U \
310-
QF_MAX_EPOOL=3U \
311-
QF_EVENT_SIZ_SIZE=2U \
312-
QF_EQUEUE_CTR_SIZE=2U \
313-
QF_MPOOL_SIZ_SIZE=2U \
314-
QF_MPOOL_CTR_SIZE=2U \
315-
QF_TIMEEVT_CTR_SIZE=4U \
294+
QF_MAX_ACTIVE=32 \
295+
QF_MAX_TICK_RATE=2 \
296+
QF_MAX_EPOOL=3 \
297+
QF_EVENT_SIZ_SIZE=2 \
298+
QF_EQUEUE_CTR_SIZE=2 \
299+
QF_MPOOL_SIZ_SIZE=2 \
300+
QF_MPOOL_CTR_SIZE=2 \
301+
QF_TIMEEVT_CTR_SIZE=4 \
316302
QF_ACTIVE_STOP=0 \
317-
QS_TIME_SIZE=4U
303+
QS_TIME_SIZE=4
318304
EXPAND_AS_DEFINED =
319305
SKIP_FUNCTION_MACROS = YES

doxygen/Doxyfile-CERT

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
# Configuration options related to the input files
77
#---------------------------------------------------------------------------
88

9-
ENABLED_SECTIONS += CERT
9+
ENABLED_SECTIONS += CERT
10+
HTML_OUTPUT = ../cert-pack
1011

doxygen/DoxygenLayout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<navindex>
55
<tab type="mainpage" visible="yes" title=""/>
66
<tab type="pages" visible="yes" title="" intro=""/>
7-
<tab type="modules" visible="yes" title="Certification Pack" intro="List of modules comprising the Certification Pack:"/>
7+
<tab type="modules" visible="yes" title="Certification Pack" intro="List of modules comprising the QP/C Certification Pack:"/>
88
<tab type="namespaces" visible="yes" title="">
99
<tab type="namespacelist" visible="yes" title="" intro=""/>
1010
<tab type="namespacemembers" visible="yes" title="" intro=""/>

doxygen/api.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ QXK is a small, preemptive, priority-based, dual-mode (run-to-completion/**block
233233
<br>
234234
@nav_next{deprecated}
235235
*/
236-
/*##########################################################################*/
236+
##############################################################################
237237
/*! @page deprecated Deprecated APIs
238238

239-
__The following QP/C APIs are now deprecated:__
239+
**The following QP/C APIs are now deprecated:**
240240

241241
*/

0 commit comments

Comments
 (0)