Home
last modified time | relevance | path

Searched full:syst (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dmipi_syst.py16 <syst:Collateral xmlns:syst="http://www.mipi.org/1.0/sys-t"
21 <syst:Client Name="Zephyr">
25 </syst:Client>
27 </syst:Collateral>
31 <syst:Modules>"""
34 <syst:Module ID="{0}"><![CDATA[{1}]]></syst:Module>"""
37 </syst:Modules>
41 <syst:Catalog32>"""
44 <syst:Format ID="0x{0:08x}"><![CDATA[{1}]]></syst:Format>"""
47 </syst:Catalog32>
[all …]
/Zephyr-latest/samples/subsys/logging/syst/
Dsample.yaml2 name: syst sample
15 sample.logger.syst.deferred:
26 - "SYST Sample Execution Completed"
36 sample.logger.syst.immediate:
47 - "SYST Sample Execution Completed"
51 sample.logger.syst.catalog.deferred:
66 sample.logger.syst.catalog.immediate:
80 sample.logger.syst.deferred_cpp:
95 sample.logger.syst.immediate_cpp:
109 sample.logger.syst.catalog.deferred_cpp:
[all …]
DREADME.rst41 :zephyr-app: samples/subsys/logging/syst
52 west build -t run > /tmp/syst
61 The :file:`/tmp/syst` should contain something like this:
90 [ 0.020000] <err> syst: Error message example.
91 [ 0.020000] <wrn> syst: Warning message example.
92 [ 0.020000] <inf> syst: Info message example.
93 [ 0.020000] <dbg> syst: Debug message example.
94 [ 0.020000] <dbg> syst: Debug message example, 1
95 [ 0.020000] <dbg> syst: Debug message example, 1, 2
96 [ 0.020000] <dbg> syst: Debug message example, 1, 2, 3
[all …]
DCMakeLists.txt5 project(syst) project
/Zephyr-latest/tests/subsys/logging/log_syst/src/
Dmain.c27 * in SYST format when multiple arguments are passed to log API.
49 "Correct Function pointer for SYST log\n" in ZTEST()
77 /* Testcase to validate the SYST output of log data */
89 /* Testcase to validate the SYST output of data with multiple arguments */
100 /* Testcase to validate the SYST output of float data */
/Zephyr-latest/subsys/logging/
DKconfig.template.log_format_config18 When enabled backend is used to output syst format logs.
/Zephyr-latest/samples/subsys/logging/syst/src/
Dmain.c14 #define LOG_MODULE_NAME syst
117 printk("SYST Sample Execution Completed\n"); in main()
/Zephyr-latest/scripts/logging/dictionary/
Ddatabase_gen.py96 outfile_grp.add_argument("--syst",
522 if args.syst:
523 logger.info("MIPI Sys-T Collateral file %s", args.syst)
579 if args.syst:
580 if not LogDatabase.write_syst_database(args.syst, database):
582 args.syst)
/Zephyr-latest/modules/
DKconfig44 source "modules/Kconfig.syst"
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1857 * :github:`50341` - undefined reference to ``log_output_flush`` in sample.logger.syst.catalog
2234 * :github:`47556` - sample: logging: Builds failing for samples/subsys/logging/syst
2384 … : frdm_k64f :the test case tests/subsys/logging/log_switch_format/logger.syst.v2.immediate/ blocks
Drelease-notes-2.1.rst542 * :github:`20582` - samples/subsys/logging/syst is broken when building with gcc-arm-none-eabi-7-20…
Drelease-notes-3.0.rst898 * :github:`42462` - logging: syst/v2: hang or crash if log contains string arguments
Drelease-notes-3.3.rst2652 - :github:`50941` - sample.logger.syst.catalog.deferred_cpp fails on qemu_cortex_m0
3437 * :github:`51074` - logging: syst: sample failure
Drelease-notes-3.1.rst1721 * :github:`43344` - intel_adsp_cavs25: samples/subsys/logging/syst is failing with a timeout when t…
/Zephyr-latest/
DCMakeLists.txt2078 set(LOG_DICT_DB_NAME_ARG --syst)
DMAINTAINERS.yml5138 - modules/Kconfig.syst