diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 4cda391de..56501af8c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -87,7 +87,7 @@ archives:
# If format is `binary`, no archives are created and the binaries are instead
# uploaded directly.
# Default is `tar.gz`.
- format: tar.gz
+ formats: tar.gz
# use zip for windows archives
# Can be used to change the archive formats for specific GOOSs.
@@ -95,7 +95,7 @@ archives:
# Default is empty.
format_overrides:
- goos: windows
- format: zip
+ formats: [ 'zip' ]
# Additional files/globs you want to add to the archive.
# Defaults are any files matching `LICENCE*`, `LICENSE*`,
# `README*` and `CHANGELOG*` (case-insensitive).
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bfe63b41..6b614c18d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,14 @@
# Changelog
-
+
+
* 1. [v0.60.1 Twice Log Screen Shot](#v0.60.1-twice-log-screen-shot)
* 2. [v0.56.0 Changes](#v0.56.0-changes)
@@ -11,9 +18,9 @@
* 2.3. [Common improvements](#common-improvements)
* 2.4. [CLI changes](#cli-changes)
* 2.5. [Changes under the hood](#changes-under-the-hood)
-* 3. [v063. Changes](#v063.-changes)
-* 4. [v0.64.0 Changes (unsorted)](#v0.64.0-changes-(unsorted))
-* 5. [v0.64.1 changes (unsorted)](#v0.64.1-changes-(unsorted))
+* 3. [v0.63.0 Changes](#v0.63.0-changes)
+* 4. [v0.64.0 Changes](#v0.64.0-changes)
+* 5. [v0.64.1 changes](#v0.64.1-changes)
* 6. [v0.65.0 Changes](#v0.65.0-changes)
* 7. [v0.66.0 Changes](#v0.66.0-changes)
* 8. [v0.67.0 Changes](#v0.67.0-changes)
@@ -40,7 +47,16 @@
* 17. [v0.72.4 Changes](#v0.72.4-changes)
* 17.1. [v0.72.4 Overview](#v0.72.4-overview)
* 17.2. [v0.72.4 Git Log](#v0.72.4-git-log)
-* 18. [master branch changese028a42b Merge branch 'master' into devel](#master-branch-changese028a42b-merge-branch-'master'-into-devel)
+* 18. [v0.72.5 Changes](#v0.72.5-changes)
+ * 18.1. [v0.72.5 Overview](#v0.72.5-overview)
+ * 18.2. [v0.72.5 Git Log](#v0.72.5-git-log)
+* 19. [v0.73.0 Changes](#v0.73.0-changes)
+ * 19.1. [v0.73.0 Overview](#v0.73.0-overview)
+ * 19.2. [v0.73.0 Git Log](#v0.73.0-git-log)
+* 20. [v0.73.1 Changes](#v0.73.1-changes)
+ * 20.1. [v0.73.0 Overview](#v0.73.0-overview-1)
+ * 20.2. [v0.73.0 Git Log](#v0.73.0-git-log-1)
+* 21. [master branch changes](#master-branch-changes)
+####  Hi, I am Trice.
-# TRace Ids C Embedded
-
-[github.io/trice/](https://rokath.github.io/trice/)
+

@@ -17,10 +15,10 @@

[](https://goreportcard.com/report/github.com/rokath/trice)
[](http://makeapullrequest.com)
-[](https://coveralls.io/github/rokath/trice)
[](https://coveralls.io/github/rokath/trice?branch=master)
+
Log in (a) trice ([S>G](https://www.screentogif.com/)) 
@@ -39,13 +37,14 @@ even inside **↯ interrupts** in less than 1 µs❗
- Written in [Go](https://golang.org/) and therefore usable on all platforms Go supports.
- You can also use your own environment to receive the *Trice* packages, exchange the carried IDs with the format string and print out.
- [Trice User Manual](./docs/TriceUserManual.md)
+- Trice Status: **_Trice is ready to be used!_**
## Possible Use Cases
- Using *Trice* not only for **printf debugging** but also as **logging** technique is possible and gives the advantage to have very short messages (no strings) for transmission, but keep in mind that the file [til.json](./_test/testdata/til.json) is the key to read all output if your devices in the field for 10 or more years.
- Optionally add [til.json](./_test/testdata/til.json) as a (compressed) resource to your target image. One possibility is using [SRecord](http://srecord.sourceforge.net/download.html). Or simply provide a download link.
- You can see *Trice* also as a kind of **data compression** what could be interesting for [IoT](https://en.wikipedia.org/wiki/Internet_of_things) things, especially [NB-IoT](https://en.wikipedia.org/wiki/Narrowband_IoT), where you have very low data rates.
-- Storing *Trice* messages in [FLASH memory](https://en.wikipedia.org/wiki/Flash_memory) for later log analysis saves memory because a typical `TRICE` occupies only 4 bytes independently of the format string length plus optional values.
+- [Storing *Trice* messages in FLASH memory](./docs/TriceUserManual.md#writing-the-trice-logs-into-an-sd-card-(or-a-user-specific-output)) for later log analysis saves memory because a typical `TRICE` occupies only 4 bytes independently of the format string length plus optional values.
- Also, it is possible to **encrypt** the *Trice* transfer packets to get a reasonable protection for many cases.
- This way you can deliver firmware images with encrypted *Trice* output, only readable with the appropriate key and [til.json](./_test/testdata/til.json).
- [XTEA](https://en.m.wikipedia.org/wiki/XTEA) is implemented as one option.
@@ -63,7 +62,9 @@ This slightly simplified [view](https://github.com/jgraph/drawio) is explained [
- Implemented:
- [UART](https://en.wikipedia.org/wiki/Universal_asynchronous_receiver-transmitter) connectable to virtual UART over USB
- [RTT](https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/) over [J-Link](./third_party/segger.com/ReadMe.md) and [RTT over ST-Link](./third_party/goST/ReadMe.md)
-- A small separate microcontroller is always usable as interfaces bridge to [GPIO](https://circuitcellar.com/cc-blog/a-trace-tool-for-embedded-systems/), [I²C](https://en.wikipedia.org/wiki/I%C2%B2C), [SPI](https://en.wikipedia.org/wiki/Serial_Peripheral_Interface), [CAN](https://en.wikipedia.org/wiki/CAN_bus), [LIN](https://en.wikipedia.org/wiki/Local_Interconnect_Network), ...
+ - TCP4
+ - UDP4 (currently as PR #529)
+- A small separate microcontroller is always usable as interfaces bridge from [GPIO](https://circuitcellar.com/cc-blog/a-trace-tool-for-embedded-systems/), [I²C](https://en.wikipedia.org/wiki/I%C2%B2C), [SPI](https://en.wikipedia.org/wiki/Serial_Peripheral_Interface), [CAN](https://en.wikipedia.org/wiki/CAN_bus), [LIN](https://en.wikipedia.org/wiki/Local_Interconnect_Network), ... to UART.
- With a Chip from FTDI, check for example [Adafruit FT232H Breakout](https://learn.adafruit.com/adafruit-ft232h-breakout), GPIO, I2C and SPI are easy accessable.
## Display server option
@@ -80,7 +81,7 @@ Start `trice ds` inside a console, option: [third_party/alacritty](./third_party
## Debugging using VS-Code and Clang for a Trice-instrumented Project in Direct-Out Mode over SEGGER-RTT
-(See folder [./examples](./examples) for more details.)
+(See chapter [Development Environment Setup](./docs/TriceUserManual.md#development-environment-setup) for more details.)
@@ -115,9 +116,16 @@ Trice is full usable and there are no known bugs (see [issues](https://github.co
The documentation could get improved, for example by adding a quick start help. Additional features like remote procedure calls could be described and a separate tlog, maybe written in C, would allow logging on any platforms - not only **Go** supported ones.
+## Structured Logging
+
+Trice will (hopefully soon) suppport structured logging. Triggered by [#531](https://github.com/rokath/trice/discussions/531) there is now a [specifcation draft](https://github.com/rokath/trice/blob/master/docs/StructuredLoggingWithTrice.md). Please provide some critical feedback before the implementaion starts.
+
## Support?
-Yes please - or simply :star: it. ☺
+* Yes please - Trice takes a lot of my spare time and I wish to keep it MIT licensed in the future as well.
+* If you make profit using Trice in your products, donations would convince my family to proceed with Trice and also secure future improvements.
+
+
[Become a Sponsor with your Github Account](https://github.com/sponsors/rokath/)
@@ -142,28 +150,35 @@ git clone https://github.com/rokath/trice.git
## Similar projects
+- ARM ITM/SWO (hardware-native)
+- ARM Keil Event Recorder (hardware-native)
- [baical.net](http://baical.net/up7.html) (C)
- [call stack logger function instrumentation](https://dev.to/taugustyn/call-stack-logger-function-instrumentation-as-a-way-to-trace-programs-flow-of-execution-419a) (a way to trace programs flow of execution)
- [Debugging with Dynamic Printf Breakpoints](https://mcuoneclipse.com/2022/02/09/debugging-with-dynamic-printf-breakpoints/) (Eclipse IDE option)
-- [defmt](https://github.com/knurling-rs/defmt) (Rust)
+- [defmt (Rust)](https://github.com/knurling-rs/defmt)
- [Diagnostic Log and Trace](https://github.com/COVESA/dlt-daemon) (AUTOSAR)
-- [elog](https://github.com/martinribelotta/elog) (Embedded logger with minimal footprint and memory usage)
-- [J-Link System View](https://www.segger.com/products/development-tools/systemview/technology/what-is-systemview/) (SEGGER)
+- [Embedded Logger (elog)](https://github.com/martinribelotta/elog) (Embedded logger with minimal footprint and memory usage)
- [Logging with symbols - The Embedonomicon](https://docs.rust-embedded.org/embedonomicon/logging.html)
+- [McuLog (McuOnEclipse)](https://mcuoneclipse.com/2020/06/01/mculog-logging-framework-for-small-embedded-microcontroller-systems/)
- [MCUViewer](https://github.com/klonyyy/MCUViewer)
-- [Memfault Compact Log Library](https://docs.memfault.com/docs/mcu/compact-logs/#host-decoding)
-- [Metal Serial Library](https://github.com/metal-ci/_test/tree/master/doc/metal.serial.md)
+- [Memfault Compact Log Library](https://docs.memfault.com/docs/mcu/compact-logs/#host-decoding) (part of firmware SDK)
+
- [Minimal Structured Logging for Autonomous Vehikles](https://youtu.be/FyJI4Z6jD4w) (C++, closed source talk)
-- [NanoLog](https://github.com/PlatformLab/NanoLog) (Linux C++)
-- [Percepio Tracealyzer](https://percepio.com/tracealyzer/) (Visual Trace Diagnostics)
+- [NanoLog (C++11)](https://github.com/PlatformLab/NanoLog) (Linux C++)
+- [Percepio Tracealyzer (with TraceRecorder)](https://percepio.com/tracealyzer/) (Visual Trace Diagnostics)
- [Pigweed Trace Tokenized](https://pigweed.dev/pw_trace_tokenized/)
- [Postform](https://github.com/Javier-varez/Postform) (Postponed formatting experiments with string interning in C++. Inspired by the defmt Rust crate )
- [qpspy](https://www.state-machine.com/qtools/qpspy.html) (C/C++)
- [Real-time binary data logging/tracing toolkit](https://github.com/RTEdbg/RTEdbg)
+- [SEGGER System View](https://www.segger.com/products/development-tools/systemview/technology/what-is-systemview/)
- [Serial-Studio](https://github.com/Serial-Studio/Serial-Studio) (Data visualisation)
+- [Tonbandgerät](https://github.com/schilkp/Tonbandgeraet) (A small embedded systems tracer with support for bare-metal and FreeRTOS-based targets)
- [Traces](https://github.com/yotamr/traces) (API tracing framework for Linux C/C++ applications
+- [uLog (RD Poor)](https://github.com/rdpoor/ulog)
- [Zepyr Dictionary Based Logging](https://docs.zephyrproject.org/3.1.0/services/logging/index.html#dictionary-based-logging)
+[ChatGPT Trice Compare (2025-05-26)](https://htmlpreview.github.io/?https://github.com/rokath/trice/blob/master/docs/ChatGPTo4-mini-high_TriceCompare.html)
+
+ loc=`which arm-none-eabi-gcc` && export C_INCLUDE_PATH=${loc:0:${#loc}-22}arm-none-eabi/include
+ export MAKE_JOBS="-j"
+
+elif [[ "$OSTYPE" == "darwin"* ]]; then
+ echo '$OSTYPE = darwin: MacOS'
+ # Check if Homebrew is installed
+ if ! command -v brew >/dev/null 2>&1; then
+ echo "Homebrew is not installed. Please install Homebrew first."
+ exit 1
+ fi
+
+ # Check if gcc-arm-embedded is installed via cask
+ if brew list --cask | grep -q "^gcc-arm-embedded$"; then
+ version=$(brew list --cask --versions gcc-arm-embedded | awk '{print $2}')
+ echo "Installed gcc-arm-embedded version: $version"
+ else
+ echo "gcc-arm-embedded is not installed via Homebrew Cask."
+ fi
+
+ export PATH="/Library/Developer/CommandLineTools/usr/bin:$PATH" # needed for llvm-size
+ export PATH="/opt/homebrew/opt/binutils/bin:$PATH"
+ export C_INCLUDE_PATH="/Applications/ArmGNUToolchain/${version}/arm-none-eabi/arm-none-eabi/include"
+ export MAKE_JOBS="-j"
+
+elif [[ "$OSTYPE" == "cygwin" ]]; then
+ echo '$OSTYPE = cygwin: POSIX compatibility layer and Linux environment emulation for Windows'
+ export MAKE_JOBS="" # Enabling -j here can cause blocking.
+
+elif [[ "$OSTYPE" == "msys" ]]; then
+ echo '$OSTYPE msys: Lightweight shell and GNU utilities compiled for Windows (part of MinGW)'
+ # which returns s.th. like /...-arm-none-eabi/bin/arm-none-eabi-gcc # 1 slash
+ # <--- 22 chars --->
+ loc=`which arm-none-eabi-gcc` && export C_INCLUDE_PATH=${loc:0:${#loc}-22}/arm-none-eabi/include
+ export MAKE_JOBS="" # Enabling -j here can cause blocking.
+
+elif [[ "$OSTYPE" == "win32" ]]; then
+ echo $OSTYPE # I'm not sure this can happen.
+ echo '$OSTYPE is win32'
+
+elif [[ "$OSTYPE" == "freebsd"* ]]; then
+ echo $OSTYPE # ...
+ echo '$OSTYPE is freebsd'
+
+else
+ echo $OSTYPE # Unknown.
+ echo '$OSTYPE is unknown'
+fi
+
+echo "C_INCLUDE_PATH set to: $C_INCLUDE_PATH"
+
\ No newline at end of file
diff --git a/clang-format.sh b/clang-format.sh
index ddc20e366..39089a9ad 100755
--- a/clang-format.sh
+++ b/clang-format.sh
@@ -1,8 +1,6 @@
-/C/bin/clang+llvm-18.1.8-x86_64-pc-windows-msvc/bin/clang-format.exe -i \
+clang-format -i \
./src/*.c \
./src/*.h \
./_test/*/*.c \
./_test/*/*.h \
-./examples/*/trice*.c \
-./examples/*/trice*.h \
-
+./examples/*_inst/Core/Inc/trice*.h \
diff --git a/clean-dsstore.sh b/clean-dsstore.sh
new file mode 100755
index 000000000..25e11a5cc
--- /dev/null
+++ b/clean-dsstore.sh
@@ -0,0 +1,80 @@
+#!/bin/bash
+
+# ================================================
+# clean-dsstore-advanced.sh
+# Deletes .DS_Store files recursively
+#
+# 📌 Usage:
+# ./clean-dsstore-advanced.sh [TARGET_DIR] [--dry-run]
+#
+# ✅ Examples:
+# ./clean-dsstore-advanced.sh # cleans current directory
+# ./clean-dsstore-advanced.sh ~/Documents # cleans specific directory
+# ./clean-dsstore-advanced.sh --dry-run # shows what would be deleted
+#
+# ⚠️ Notes:
+# - Excludes system-protected macOS folders
+# - Quits and restarts Finder only if it was running
+# ================================================
+
+# === Terminal colors ===
+RED='\033[0;31m'
+GREEN='\033[0;32m'
+YELLOW='\033[1;33m'
+BLUE='\033[1;34m'
+NC='\033[0m' # No color
+
+# === Default settings ===
+TARGET_DIR="."
+DRY_RUN=false
+
+# === Parse arguments ===
+for arg in "$@"; do
+ case "$arg" in
+ --dry-run) DRY_RUN=true ;;
+ /*) TARGET_DIR="$arg" ;;
+ esac
+done
+
+COUNT=0
+OS_TYPE="$(uname)"
+
+if [[ $OS_TYPE == "Darwin" ]]; then
+ # === Check if Finder is running ===
+ FINDER_WAS_RUNNING=false
+ if pgrep -xq "Finder"; then
+ FINDER_WAS_RUNNING=true
+ echo -e "${YELLOW}🛑 Quitting Finder to prevent interference...${NC}"
+ osascript -e 'tell application "Finder" to quit'
+ fi
+fi
+
+echo -e "${BLUE}🔍 Scanning for .DS_Store files...${NC}"
+
+# === Main find/delete loop ===
+find "$TARGET_DIR" \
+ -path "*/.Spotlight-V100" -prune -o \
+ -path "*/.DocumentRevisions-V100" -prune -o \
+ -path "*/.TemporaryItems" -prune -o \
+ -name '.DS_Store' -type f -print | while read -r file; do
+ echo -e "${YELLOW}🗑️ Found: $file${NC}"
+ if [ "$DRY_RUN" = false ]; then
+ rm -f "$file" && ((COUNT++)) && \
+ echo -e "${GREEN}✔️ Deleted${NC}"
+ else
+ ((COUNT++))
+ fi
+done
+
+# === Summary ===
+echo -e "${BLUE}✅ Done. Processed $COUNT file(s).${NC}"
+
+if [[ $OS_TYPE == "Darwin" ]]; then
+ # === Restart Finder if it was previously running ===
+ if [ "$FINDER_WAS_RUNNING" = true ]; then
+ echo -e "${YELLOW}🔄 Restarting Finder...${NC}"
+ open -a Finder
+ else
+ echo -e "${BLUE}📎 Finder was not running before – not restarted.${NC}"
+ fi
+fi
diff --git a/cmd/trice/main_test.go b/cmd/trice/main_test.go
index 5cf74eb89..19dc655c2 100644
--- a/cmd/trice/main_test.go
+++ b/cmd/trice/main_test.go
@@ -38,7 +38,7 @@ func setupTest(t *testing.T, fSys *afero.Afero) func() {
id.Min = id.TriceID(1000)
id.Max = id.TriceID(7999)
id.SearchMethod = "random"
- id.LiPathIsRelative = false
+ id.LIPathKind = "base"
//id.Srcs ArrayFlag
//id.IDData idData
id.ExtendMacrosWithParamCount = false
diff --git a/demoLI.json b/demoLI.json
new file mode 100644
index 000000000..cea16482d
--- /dev/null
+++ b/demoLI.json
@@ -0,0 +1,9190 @@
+{
+ "13000": {
+ "File": "examples/F030_inst/Core/Src/stm32f0xx_it.c",
+ "Line": 162
+ },
+ "13001": {
+ "File": "examples/F030_inst/Core/Src/stm32f0xx_it.c",
+ "Line": 168
+ },
+ "13002": {
+ "File": "examples/G0B1_inst/Core/Src/main.c",
+ "Line": 84
+ },
+ "13003": {
+ "File": "examples/G0B1_inst/Core/Src/main.c",
+ "Line": 122
+ },
+ "13004": {
+ "File": "examples/G0B1_inst/Core/Src/main.c",
+ "Line": 125
+ },
+ "13005": {
+ "File": "examples/G0B1_inst/Core/Src/main.c",
+ "Line": 128
+ },
+ "13006": {
+ "File": "examples/G0B1_inst/Core/Src/main.c",
+ "Line": 131
+ },
+ "13007": {
+ "File": "examples/G0B1_inst/Core/Src/stm32g0xx_it.c",
+ "Line": 119
+ },
+ "13008": {
+ "File": "examples/G0B1_inst/Core/Src/main.c",
+ "Line": 337
+ },
+ "13009": {
+ "File": "examples/G0B1_inst/Core/Src/main.c",
+ "Line": 364
+ },
+ "13010": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 44
+ },
+ "13011": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 56
+ },
+ "13012": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 66
+ },
+ "13013": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 76
+ },
+ "13014": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 86
+ },
+ "13015": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 96
+ },
+ "13016": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 106
+ },
+ "13017": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 116
+ },
+ "13018": {
+ "File": "examples/L432_inst/Core/Src/stm32l4xx_it.c",
+ "Line": 191
+ },
+ "13019": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 126
+ },
+ "13020": {
+ "File": "examples/L432_inst/Core/Src/stm32l4xx_it.c",
+ "Line": 197
+ },
+ "13021": {
+ "File": "examples/L432_inst/Core/Src/main.c",
+ "Line": 338
+ },
+ "13022": {
+ "File": "examples/L432_inst/Core/Src/main.c",
+ "Line": 365
+ },
+ "13023": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 944
+ },
+ "13024": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 954
+ },
+ "13025": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 971
+ },
+ "13026": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 980
+ },
+ "13027": {
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "Line": 997
+ },
+ "13028": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 36
+ },
+ "13029": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 59
+ },
+ "13030": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 61
+ },
+ "13031": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 63
+ },
+ "13032": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 64
+ },
+ "13033": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 65
+ },
+ "13034": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 141
+ },
+ "13035": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 142
+ },
+ "13036": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 143
+ },
+ "13037": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 144
+ },
+ "13038": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 145
+ },
+ "13039": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 146
+ },
+ "13040": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 147
+ },
+ "13041": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 148
+ },
+ "13042": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 149
+ },
+ "13043": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 150
+ },
+ "13044": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 151
+ },
+ "13045": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 152
+ },
+ "13046": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 153
+ },
+ "13047": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 154
+ },
+ "13048": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 156
+ },
+ "13049": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 157
+ },
+ "13050": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 158
+ },
+ "13051": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 159
+ },
+ "13052": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 160
+ },
+ "13053": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 161
+ },
+ "13054": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 162
+ },
+ "13055": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 163
+ },
+ "13056": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 164
+ },
+ "13057": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 165
+ },
+ "13058": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 166
+ },
+ "13059": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 167
+ },
+ "13060": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 168
+ },
+ "13061": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 169
+ },
+ "13062": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 171
+ },
+ "13063": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 172
+ },
+ "13064": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 173
+ },
+ "13065": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 174
+ },
+ "13066": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 175
+ },
+ "13067": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 176
+ },
+ "13068": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 177
+ },
+ "13069": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 178
+ },
+ "13070": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 179
+ },
+ "13071": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 180
+ },
+ "13072": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 181
+ },
+ "13073": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 182
+ },
+ "13074": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 183
+ },
+ "13075": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 184
+ },
+ "13076": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 186
+ },
+ "13077": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 187
+ },
+ "13078": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 188
+ },
+ "13079": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 189
+ },
+ "13080": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 190
+ },
+ "13081": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 191
+ },
+ "13082": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 192
+ },
+ "13083": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 193
+ },
+ "13084": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 194
+ },
+ "13085": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 195
+ },
+ "13086": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 196
+ },
+ "13087": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 197
+ },
+ "13088": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 198
+ },
+ "13089": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 199
+ },
+ "13090": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 200
+ },
+ "13091": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 202
+ },
+ "13092": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 203
+ },
+ "13093": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 204
+ },
+ "13094": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 205
+ },
+ "13095": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 206
+ },
+ "13096": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 207
+ },
+ "13097": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 208
+ },
+ "13098": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 209
+ },
+ "13099": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 210
+ },
+ "13100": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 211
+ },
+ "13101": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 212
+ },
+ "13102": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 213
+ },
+ "13103": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 214
+ },
+ "13104": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 215
+ },
+ "13105": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 216
+ },
+ "13106": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 218
+ },
+ "13107": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 222
+ },
+ "13108": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 226
+ },
+ "13109": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 227
+ },
+ "13110": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 229
+ },
+ "13111": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 230
+ },
+ "13112": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 232
+ },
+ "13113": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 234
+ },
+ "13114": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 236
+ },
+ "13115": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 238
+ },
+ "13116": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 241
+ },
+ "13117": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 242
+ },
+ "13118": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 243
+ },
+ "13119": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 244
+ },
+ "13120": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 245
+ },
+ "13121": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 246
+ },
+ "13122": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 247
+ },
+ "13123": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 248
+ },
+ "13124": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 249
+ },
+ "13125": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 250
+ },
+ "13126": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 251
+ },
+ "13127": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 252
+ },
+ "13128": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 253
+ },
+ "13129": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 254
+ },
+ "13130": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 255
+ },
+ "13131": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 256
+ },
+ "13132": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 257
+ },
+ "13133": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 258
+ },
+ "13134": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 259
+ },
+ "13135": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 260
+ },
+ "13136": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 261
+ },
+ "13137": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 262
+ },
+ "13138": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 263
+ },
+ "13139": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 264
+ },
+ "13140": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 266
+ },
+ "13141": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 267
+ },
+ "13142": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 268
+ },
+ "13143": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 269
+ },
+ "13144": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 270
+ },
+ "13145": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 271
+ },
+ "13146": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 272
+ },
+ "13147": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 273
+ },
+ "13148": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 274
+ },
+ "13149": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 275
+ },
+ "13150": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 276
+ },
+ "13151": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 277
+ },
+ "13152": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 278
+ },
+ "13153": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 279
+ },
+ "13154": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 280
+ },
+ "13155": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 281
+ },
+ "13156": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 282
+ },
+ "13157": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 283
+ },
+ "13158": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 284
+ },
+ "13159": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 285
+ },
+ "13160": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 286
+ },
+ "13161": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 287
+ },
+ "13162": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 288
+ },
+ "13163": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 289
+ },
+ "13164": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 292
+ },
+ "13165": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 293
+ },
+ "13166": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 294
+ },
+ "13167": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 296
+ },
+ "13168": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 297
+ },
+ "13169": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 298
+ },
+ "13170": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 299
+ },
+ "13171": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 300
+ },
+ "13172": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 301
+ },
+ "13173": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 302
+ },
+ "13174": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 303
+ },
+ "13175": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 304
+ },
+ "13176": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 306
+ },
+ "13177": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 308
+ },
+ "13178": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 309
+ },
+ "13179": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 310
+ },
+ "13180": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 313
+ },
+ "13181": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 314
+ },
+ "13182": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 315
+ },
+ "13183": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 317
+ },
+ "13184": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 318
+ },
+ "13185": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 319
+ },
+ "13186": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 320
+ },
+ "13187": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 321
+ },
+ "13188": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 322
+ },
+ "13189": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 323
+ },
+ "13190": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 324
+ },
+ "13191": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 325
+ },
+ "13192": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 326
+ },
+ "13193": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 327
+ },
+ "13194": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 328
+ },
+ "13195": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 329
+ },
+ "13196": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 330
+ },
+ "13197": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 332
+ },
+ "13198": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 333
+ },
+ "13199": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 334
+ },
+ "13200": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 335
+ },
+ "13201": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 336
+ },
+ "13202": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 337
+ },
+ "13203": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 338
+ },
+ "13204": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 339
+ },
+ "13205": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 340
+ },
+ "13206": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 341
+ },
+ "13207": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 342
+ },
+ "13208": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 343
+ },
+ "13209": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 344
+ },
+ "13210": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 346
+ },
+ "13211": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 347
+ },
+ "13212": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 348
+ },
+ "13213": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 349
+ },
+ "13214": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 350
+ },
+ "13215": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 351
+ },
+ "13216": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 352
+ },
+ "13217": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 354
+ },
+ "13218": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 355
+ },
+ "13219": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 356
+ },
+ "13220": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 357
+ },
+ "13221": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 358
+ },
+ "13222": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 359
+ },
+ "13223": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 361
+ },
+ "13224": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 362
+ },
+ "13225": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 363
+ },
+ "13226": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 364
+ },
+ "13227": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 366
+ },
+ "13228": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 367
+ },
+ "13229": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 368
+ },
+ "13230": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 369
+ },
+ "13231": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 370
+ },
+ "13232": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 371
+ },
+ "13233": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 372
+ },
+ "13234": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 373
+ },
+ "13235": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 374
+ },
+ "13236": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 376
+ },
+ "13237": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 377
+ },
+ "13238": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 378
+ },
+ "13239": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 379
+ },
+ "13240": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 380
+ },
+ "13241": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 381
+ },
+ "13242": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 382
+ },
+ "13243": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 383
+ },
+ "13244": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 384
+ },
+ "13245": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 386
+ },
+ "13246": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 387
+ },
+ "13247": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 388
+ },
+ "13248": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 389
+ },
+ "13249": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 390
+ },
+ "13250": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 391
+ },
+ "13251": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 392
+ },
+ "13252": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 393
+ },
+ "13253": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 394
+ },
+ "13254": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 396
+ },
+ "13255": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 397
+ },
+ "13256": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 398
+ },
+ "13257": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 399
+ },
+ "13258": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 400
+ },
+ "13259": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 401
+ },
+ "13260": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 402
+ },
+ "13261": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 403
+ },
+ "13262": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 404
+ },
+ "13263": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 405
+ },
+ "13264": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 406
+ },
+ "13265": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 407
+ },
+ "13266": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 408
+ },
+ "13267": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 409
+ },
+ "13268": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 410
+ },
+ "13269": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 411
+ },
+ "13270": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 413
+ },
+ "13271": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 414
+ },
+ "13272": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 415
+ },
+ "13273": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 416
+ },
+ "13274": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 417
+ },
+ "13275": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 418
+ },
+ "13276": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 419
+ },
+ "13277": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 420
+ },
+ "13278": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 421
+ },
+ "13279": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 422
+ },
+ "13280": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 423
+ },
+ "13281": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 424
+ },
+ "13282": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 425
+ },
+ "13283": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 426
+ },
+ "13284": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 427
+ },
+ "13285": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 428
+ },
+ "13286": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 429
+ },
+ "13287": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 430
+ },
+ "13288": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 432
+ },
+ "13289": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 435
+ },
+ "13290": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 443
+ },
+ "13291": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 447
+ },
+ "13292": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 449
+ },
+ "13293": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 450
+ },
+ "13294": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 451
+ },
+ "13295": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 452
+ },
+ "13296": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 453
+ },
+ "13297": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 454
+ },
+ "13298": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 455
+ },
+ "13299": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 456
+ },
+ "13300": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 457
+ },
+ "13301": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 458
+ },
+ "13302": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 459
+ },
+ "13303": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 461
+ },
+ "13304": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 463
+ },
+ "13305": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 464
+ },
+ "13306": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 465
+ },
+ "13307": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 466
+ },
+ "13308": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 467
+ },
+ "13309": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 469
+ },
+ "13310": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 470
+ },
+ "13311": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 472
+ },
+ "13312": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 473
+ },
+ "13313": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 474
+ },
+ "13314": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 475
+ },
+ "13315": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 476
+ },
+ "13316": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 477
+ },
+ "13317": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 479
+ },
+ "13318": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 480
+ },
+ "13319": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 481
+ },
+ "13320": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 482
+ },
+ "13321": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 483
+ },
+ "13322": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 484
+ },
+ "13323": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 485
+ },
+ "13324": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 486
+ },
+ "13325": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 487
+ },
+ "13326": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 488
+ },
+ "13327": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 489
+ },
+ "13328": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 490
+ },
+ "13329": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 491
+ },
+ "13330": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 493
+ },
+ "13331": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 494
+ },
+ "13332": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 495
+ },
+ "13333": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 496
+ },
+ "13334": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 497
+ },
+ "13335": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 498
+ },
+ "13336": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 499
+ },
+ "13337": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 501
+ },
+ "13338": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 505
+ },
+ "13339": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 506
+ },
+ "13340": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 507
+ },
+ "13341": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 509
+ },
+ "13342": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 511
+ },
+ "13343": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 517
+ },
+ "13344": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 518
+ },
+ "13345": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 527
+ },
+ "13346": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 528
+ },
+ "13347": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 541
+ },
+ "13348": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 542
+ },
+ "13349": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 558
+ },
+ "13350": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 559
+ },
+ "13351": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 583
+ },
+ "13352": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 584
+ },
+ "13353": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 590
+ },
+ "13354": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 591
+ },
+ "13355": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 592
+ },
+ "13356": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 593
+ },
+ "13357": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 594
+ },
+ "13358": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 595
+ },
+ "13359": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 597
+ },
+ "13360": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 598
+ },
+ "13361": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 599
+ },
+ "13362": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 600
+ },
+ "13363": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 601
+ },
+ "13364": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 602
+ },
+ "13365": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 604
+ },
+ "13366": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 605
+ },
+ "13367": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 606
+ },
+ "13368": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 607
+ },
+ "13369": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 608
+ },
+ "13370": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 609
+ },
+ "13371": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 610
+ },
+ "13372": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 611
+ },
+ "13373": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 612
+ },
+ "13374": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 613
+ },
+ "13375": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 614
+ },
+ "13376": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 615
+ },
+ "13377": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 616
+ },
+ "13378": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 618
+ },
+ "13379": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 619
+ },
+ "13380": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 620
+ },
+ "13381": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 621
+ },
+ "13382": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 622
+ },
+ "13383": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 623
+ },
+ "13384": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 624
+ },
+ "13385": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 625
+ },
+ "13386": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 626
+ },
+ "13387": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 627
+ },
+ "13388": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 628
+ },
+ "13389": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 629
+ },
+ "13390": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 630
+ },
+ "13391": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 631
+ },
+ "13392": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 632
+ },
+ "13393": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 634
+ },
+ "13394": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 635
+ },
+ "13395": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 636
+ },
+ "13396": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 637
+ },
+ "13397": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 638
+ },
+ "13398": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 639
+ },
+ "13399": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 640
+ },
+ "13400": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 641
+ },
+ "13401": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 642
+ },
+ "13402": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 643
+ },
+ "13403": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 644
+ },
+ "13404": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 645
+ },
+ "13405": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 646
+ },
+ "13406": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 647
+ },
+ "13407": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 648
+ },
+ "13408": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 650
+ },
+ "13409": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 651
+ },
+ "13410": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 652
+ },
+ "13411": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 653
+ },
+ "13412": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 654
+ },
+ "13413": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 655
+ },
+ "13414": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 656
+ },
+ "13415": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 657
+ },
+ "13416": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 658
+ },
+ "13417": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 659
+ },
+ "13418": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 660
+ },
+ "13419": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 661
+ },
+ "13420": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 662
+ },
+ "13421": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 663
+ },
+ "13422": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 664
+ },
+ "13423": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 666
+ },
+ "13424": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 667
+ },
+ "13425": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 668
+ },
+ "13426": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 669
+ },
+ "13427": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 670
+ },
+ "13428": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 671
+ },
+ "13429": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 672
+ },
+ "13430": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 673
+ },
+ "13431": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 674
+ },
+ "13432": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 675
+ },
+ "13433": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 676
+ },
+ "13434": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 677
+ },
+ "13435": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 678
+ },
+ "13436": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 679
+ },
+ "13437": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 680
+ },
+ "13438": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 681
+ },
+ "13439": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 682
+ },
+ "13440": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 683
+ },
+ "13441": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 684
+ },
+ "13442": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 685
+ },
+ "13443": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 686
+ },
+ "13444": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 688
+ },
+ "13445": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 689
+ },
+ "13446": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 690
+ },
+ "13447": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 691
+ },
+ "13448": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 692
+ },
+ "13449": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 693
+ },
+ "13450": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 694
+ },
+ "13451": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 695
+ },
+ "13452": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 696
+ },
+ "13453": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 698
+ },
+ "13454": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 699
+ },
+ "13455": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 700
+ },
+ "13456": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 701
+ },
+ "13457": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 702
+ },
+ "13458": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 703
+ },
+ "13459": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 705
+ },
+ "13460": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 706
+ },
+ "13461": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 707
+ },
+ "13462": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 708
+ },
+ "13463": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 709
+ },
+ "13464": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 710
+ },
+ "13465": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 711
+ },
+ "13466": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 712
+ },
+ "13467": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 713
+ },
+ "13468": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 714
+ },
+ "13469": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 715
+ },
+ "13470": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 716
+ },
+ "13471": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 718
+ },
+ "13472": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 719
+ },
+ "13473": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 720
+ },
+ "13474": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 721
+ },
+ "13475": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 722
+ },
+ "13476": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 723
+ },
+ "13477": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 724
+ },
+ "13478": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 725
+ },
+ "13479": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 726
+ },
+ "13480": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 727
+ },
+ "13481": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 728
+ },
+ "13482": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 729
+ },
+ "13483": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 731
+ },
+ "13484": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 732
+ },
+ "13485": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 733
+ },
+ "13486": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 734
+ },
+ "13487": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 735
+ },
+ "13488": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 736
+ },
+ "13489": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 737
+ },
+ "13490": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 738
+ },
+ "13491": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 739
+ },
+ "13492": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 740
+ },
+ "13493": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 741
+ },
+ "13494": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 742
+ },
+ "13495": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 744
+ },
+ "13496": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 745
+ },
+ "13497": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 746
+ },
+ "13498": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 747
+ },
+ "13499": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 748
+ },
+ "13500": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 749
+ },
+ "13501": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 750
+ },
+ "13502": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 751
+ },
+ "13503": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 752
+ },
+ "13504": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 753
+ },
+ "13505": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 754
+ },
+ "13506": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 755
+ },
+ "13507": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 759
+ },
+ "13508": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 760
+ },
+ "13509": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 761
+ },
+ "13510": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 762
+ },
+ "13511": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 763
+ },
+ "13512": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 764
+ },
+ "13513": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 765
+ },
+ "13514": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 766
+ },
+ "13515": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 767
+ },
+ "13516": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 768
+ },
+ "13517": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 769
+ },
+ "13518": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 770
+ },
+ "13519": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 772
+ },
+ "13520": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 773
+ },
+ "13521": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 774
+ },
+ "13522": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 775
+ },
+ "13523": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 776
+ },
+ "13524": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 777
+ },
+ "13525": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 778
+ },
+ "13526": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 779
+ },
+ "13527": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 780
+ },
+ "13528": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 781
+ },
+ "13529": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 782
+ },
+ "13530": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 783
+ },
+ "13531": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 785
+ },
+ "13532": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 786
+ },
+ "13533": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 787
+ },
+ "13534": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 788
+ },
+ "13535": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 789
+ },
+ "13536": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 790
+ },
+ "13537": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 791
+ },
+ "13538": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 792
+ },
+ "13539": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 793
+ },
+ "13540": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 794
+ },
+ "13541": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 795
+ },
+ "13542": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 796
+ },
+ "13543": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 798
+ },
+ "13544": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 799
+ },
+ "13545": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 800
+ },
+ "13546": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 801
+ },
+ "13547": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 802
+ },
+ "13548": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 803
+ },
+ "13549": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 804
+ },
+ "13550": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 805
+ },
+ "13551": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 806
+ },
+ "13552": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 807
+ },
+ "13553": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 808
+ },
+ "13554": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 809
+ },
+ "13555": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 811
+ },
+ "13556": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 812
+ },
+ "13557": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 813
+ },
+ "13558": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 814
+ },
+ "13559": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 815
+ },
+ "13560": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 816
+ },
+ "13561": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 817
+ },
+ "13562": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 818
+ },
+ "13563": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 819
+ },
+ "13564": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 820
+ },
+ "13565": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 821
+ },
+ "13566": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 822
+ },
+ "13567": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 824
+ },
+ "13568": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 825
+ },
+ "13569": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 826
+ },
+ "13570": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 827
+ },
+ "13571": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 828
+ },
+ "13572": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 829
+ },
+ "13573": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 830
+ },
+ "13574": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 831
+ },
+ "13575": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 832
+ },
+ "13576": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 833
+ },
+ "13577": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 834
+ },
+ "13578": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 835
+ },
+ "13579": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 837
+ },
+ "13580": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 838
+ },
+ "13581": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 839
+ },
+ "13582": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 840
+ },
+ "13583": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 841
+ },
+ "13584": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 842
+ },
+ "13585": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 843
+ },
+ "13586": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 844
+ },
+ "13587": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 845
+ },
+ "13588": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 846
+ },
+ "13589": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 847
+ },
+ "13590": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 848
+ },
+ "13591": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 850
+ },
+ "13592": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 851
+ },
+ "13593": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 852
+ },
+ "13594": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 853
+ },
+ "13595": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 854
+ },
+ "13596": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 855
+ },
+ "13597": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 856
+ },
+ "13598": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 857
+ },
+ "13599": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 858
+ },
+ "13600": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 859
+ },
+ "13601": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 860
+ },
+ "13602": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 861
+ },
+ "13603": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 864
+ },
+ "13604": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 865
+ },
+ "13605": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 866
+ },
+ "13606": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 867
+ },
+ "13607": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 868
+ },
+ "13608": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 869
+ },
+ "13609": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 872
+ },
+ "13610": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 873
+ },
+ "13611": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 874
+ },
+ "13612": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 875
+ },
+ "13613": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 876
+ },
+ "13614": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 877
+ },
+ "13615": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 880
+ },
+ "13616": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 881
+ },
+ "13617": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 882
+ },
+ "13618": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 883
+ },
+ "13619": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 884
+ },
+ "13620": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 885
+ },
+ "13621": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 888
+ },
+ "13622": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 889
+ },
+ "13623": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 890
+ },
+ "13624": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 891
+ },
+ "13625": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 892
+ },
+ "13626": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 893
+ },
+ "13627": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 896
+ },
+ "13628": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 897
+ },
+ "13629": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 898
+ },
+ "13630": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 899
+ },
+ "13631": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 902
+ },
+ "13632": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 903
+ },
+ "13633": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 906
+ },
+ "13634": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 907
+ },
+ "13635": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 908
+ },
+ "13636": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 909
+ },
+ "13637": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 912
+ },
+ "13638": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 913
+ },
+ "13639": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 914
+ },
+ "13640": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 915
+ },
+ "13641": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 918
+ },
+ "13642": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 919
+ },
+ "13643": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 920
+ },
+ "13644": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 921
+ },
+ "13645": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 925
+ },
+ "13646": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 926
+ },
+ "13647": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 927
+ },
+ "13648": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 928
+ },
+ "13649": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 929
+ },
+ "13650": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 930
+ },
+ "13651": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 931
+ },
+ "13652": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 932
+ },
+ "13653": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 933
+ },
+ "13654": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 934
+ },
+ "13655": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 935
+ },
+ "13656": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 936
+ },
+ "13657": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 937
+ },
+ "13658": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 938
+ },
+ "13659": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 939
+ },
+ "13660": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 940
+ },
+ "13661": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 941
+ },
+ "13662": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 942
+ },
+ "13663": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 943
+ },
+ "13664": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 944
+ },
+ "13665": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 945
+ },
+ "13666": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 946
+ },
+ "13667": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 947
+ },
+ "13668": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 948
+ },
+ "13669": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 949
+ },
+ "13670": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 950
+ },
+ "13671": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 951
+ },
+ "13672": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 952
+ },
+ "13673": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 953
+ },
+ "13674": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 954
+ },
+ "13675": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 955
+ },
+ "13676": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 956
+ },
+ "13677": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 957
+ },
+ "13678": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 958
+ },
+ "13679": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 959
+ },
+ "13680": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 960
+ },
+ "13681": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 961
+ },
+ "13682": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 962
+ },
+ "13683": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 963
+ },
+ "13684": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 964
+ },
+ "13685": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 965
+ },
+ "13686": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 966
+ },
+ "13687": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 967
+ },
+ "13688": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 968
+ },
+ "13689": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 969
+ },
+ "13690": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 970
+ },
+ "13691": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 971
+ },
+ "13692": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 972
+ },
+ "13693": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 973
+ },
+ "13694": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 974
+ },
+ "13695": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 976
+ },
+ "13696": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 977
+ },
+ "13697": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 978
+ },
+ "13698": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 979
+ },
+ "13699": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 980
+ },
+ "13700": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 981
+ },
+ "13701": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 982
+ },
+ "13702": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 983
+ },
+ "13703": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 984
+ },
+ "13704": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 985
+ },
+ "13705": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 986
+ },
+ "13706": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 987
+ },
+ "13707": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 988
+ },
+ "13708": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 989
+ },
+ "13709": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 990
+ },
+ "13710": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 991
+ },
+ "13711": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 992
+ },
+ "13712": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 993
+ },
+ "13713": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 994
+ },
+ "13714": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 995
+ },
+ "13715": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 996
+ },
+ "13716": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 997
+ },
+ "13717": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 998
+ },
+ "13718": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 999
+ },
+ "13719": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1000
+ },
+ "13720": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1001
+ },
+ "13721": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1002
+ },
+ "13722": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1003
+ },
+ "13723": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1004
+ },
+ "13724": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1005
+ },
+ "13725": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1006
+ },
+ "13726": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1007
+ },
+ "13727": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1008
+ },
+ "13728": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1009
+ },
+ "13729": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1010
+ },
+ "13730": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1011
+ },
+ "13731": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1012
+ },
+ "13732": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1013
+ },
+ "13733": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1014
+ },
+ "13734": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1015
+ },
+ "13735": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1016
+ },
+ "13736": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1017
+ },
+ "13737": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1018
+ },
+ "13738": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1019
+ },
+ "13739": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1020
+ },
+ "13740": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1021
+ },
+ "13741": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1022
+ },
+ "13742": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1023
+ },
+ "13743": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1024
+ },
+ "13744": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1025
+ },
+ "13745": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1027
+ },
+ "13746": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1028
+ },
+ "13747": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1029
+ },
+ "13748": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1030
+ },
+ "13749": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1031
+ },
+ "13750": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1032
+ },
+ "13751": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1033
+ },
+ "13752": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1034
+ },
+ "13753": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1035
+ },
+ "13754": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1036
+ },
+ "13755": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1037
+ },
+ "13756": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1038
+ },
+ "13757": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1039
+ },
+ "13758": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1040
+ },
+ "13759": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1041
+ },
+ "13760": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1042
+ },
+ "13761": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1043
+ },
+ "13762": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1044
+ },
+ "13763": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1045
+ },
+ "13764": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1046
+ },
+ "13765": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1047
+ },
+ "13766": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1048
+ },
+ "13767": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1049
+ },
+ "13768": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1050
+ },
+ "13769": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1051
+ },
+ "13770": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1052
+ },
+ "13771": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1053
+ },
+ "13772": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1054
+ },
+ "13773": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1055
+ },
+ "13774": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1056
+ },
+ "13775": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1057
+ },
+ "13776": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1058
+ },
+ "13777": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1059
+ },
+ "13778": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1060
+ },
+ "13779": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1061
+ },
+ "13780": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1062
+ },
+ "13781": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1063
+ },
+ "13782": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1064
+ },
+ "13783": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1065
+ },
+ "13784": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1066
+ },
+ "13785": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1067
+ },
+ "13786": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1068
+ },
+ "13787": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1069
+ },
+ "13788": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1070
+ },
+ "13789": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1071
+ },
+ "13790": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1072
+ },
+ "13791": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1073
+ },
+ "13792": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1074
+ },
+ "13793": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1075
+ },
+ "13794": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1076
+ },
+ "13795": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1078
+ },
+ "13796": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1079
+ },
+ "13797": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1080
+ },
+ "13798": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1081
+ },
+ "13799": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1082
+ },
+ "13800": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1083
+ },
+ "13801": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1084
+ },
+ "13802": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1085
+ },
+ "13803": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1086
+ },
+ "13804": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1087
+ },
+ "13805": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1088
+ },
+ "13806": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1089
+ },
+ "13807": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1090
+ },
+ "13808": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1091
+ },
+ "13809": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1092
+ },
+ "13810": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1093
+ },
+ "13811": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1094
+ },
+ "13812": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1095
+ },
+ "13813": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1096
+ },
+ "13814": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1097
+ },
+ "13815": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1098
+ },
+ "13816": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1099
+ },
+ "13817": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1100
+ },
+ "13818": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1101
+ },
+ "13819": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1102
+ },
+ "13820": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1103
+ },
+ "13821": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1104
+ },
+ "13822": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1105
+ },
+ "13823": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1106
+ },
+ "13824": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1107
+ },
+ "13825": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1108
+ },
+ "13826": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1109
+ },
+ "13827": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1110
+ },
+ "13828": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1111
+ },
+ "13829": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1112
+ },
+ "13830": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1113
+ },
+ "13831": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1114
+ },
+ "13832": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1115
+ },
+ "13833": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1116
+ },
+ "13834": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1117
+ },
+ "13835": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1118
+ },
+ "13836": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1119
+ },
+ "13837": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1120
+ },
+ "13838": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1121
+ },
+ "13839": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1122
+ },
+ "13840": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1123
+ },
+ "13841": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1124
+ },
+ "13842": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1125
+ },
+ "13843": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1126
+ },
+ "13844": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1127
+ },
+ "13845": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1129
+ },
+ "13846": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1130
+ },
+ "13847": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1131
+ },
+ "13848": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1132
+ },
+ "13849": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1133
+ },
+ "13850": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1134
+ },
+ "13851": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1135
+ },
+ "13852": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1136
+ },
+ "13853": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1137
+ },
+ "13854": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1138
+ },
+ "13855": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1139
+ },
+ "13856": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1140
+ },
+ "13857": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1141
+ },
+ "13858": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1142
+ },
+ "13859": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1143
+ },
+ "13860": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1144
+ },
+ "13861": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1145
+ },
+ "13862": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1146
+ },
+ "13863": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1147
+ },
+ "13864": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1148
+ },
+ "13865": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1149
+ },
+ "13866": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1150
+ },
+ "13867": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1151
+ },
+ "13868": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1152
+ },
+ "13869": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1153
+ },
+ "13870": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1154
+ },
+ "13871": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1155
+ },
+ "13872": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1156
+ },
+ "13873": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1157
+ },
+ "13874": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1158
+ },
+ "13875": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1159
+ },
+ "13876": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1160
+ },
+ "13877": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1161
+ },
+ "13878": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1162
+ },
+ "13879": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1163
+ },
+ "13880": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1164
+ },
+ "13881": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1165
+ },
+ "13882": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1166
+ },
+ "13883": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1167
+ },
+ "13884": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1168
+ },
+ "13885": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1169
+ },
+ "13886": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1170
+ },
+ "13887": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1171
+ },
+ "13888": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1172
+ },
+ "13889": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1173
+ },
+ "13890": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1174
+ },
+ "13891": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1175
+ },
+ "13892": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1176
+ },
+ "13893": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1177
+ },
+ "13894": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1178
+ },
+ "13895": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1180
+ },
+ "13896": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1181
+ },
+ "13897": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1182
+ },
+ "13898": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1183
+ },
+ "13899": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1184
+ },
+ "13900": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1185
+ },
+ "13901": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1186
+ },
+ "13902": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1187
+ },
+ "13903": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1188
+ },
+ "13904": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1189
+ },
+ "13905": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1190
+ },
+ "13906": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1191
+ },
+ "13907": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1192
+ },
+ "13908": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1193
+ },
+ "13909": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1194
+ },
+ "13910": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1195
+ },
+ "13911": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1196
+ },
+ "13912": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1197
+ },
+ "13913": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1198
+ },
+ "13914": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1199
+ },
+ "13915": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1200
+ },
+ "13916": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1201
+ },
+ "13917": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1202
+ },
+ "13918": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1203
+ },
+ "13919": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1204
+ },
+ "13920": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1205
+ },
+ "13921": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1206
+ },
+ "13922": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1207
+ },
+ "13923": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1208
+ },
+ "13924": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1209
+ },
+ "13925": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1210
+ },
+ "13926": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1211
+ },
+ "13927": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1212
+ },
+ "13928": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1213
+ },
+ "13929": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1214
+ },
+ "13930": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1215
+ },
+ "13931": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1216
+ },
+ "13932": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1217
+ },
+ "13933": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1218
+ },
+ "13934": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1219
+ },
+ "13935": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1220
+ },
+ "13936": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1221
+ },
+ "13937": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1222
+ },
+ "13938": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1223
+ },
+ "13939": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1224
+ },
+ "13940": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1225
+ },
+ "13941": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1226
+ },
+ "13942": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1227
+ },
+ "13943": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1228
+ },
+ "13944": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1229
+ },
+ "13945": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1233
+ },
+ "13946": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1235
+ },
+ "13947": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1236
+ },
+ "13948": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1237
+ },
+ "13949": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1238
+ },
+ "13950": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1239
+ },
+ "13951": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1240
+ },
+ "13952": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1241
+ },
+ "13953": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1242
+ },
+ "13954": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1243
+ },
+ "13955": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1244
+ },
+ "13956": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1245
+ },
+ "13957": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1246
+ },
+ "13958": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1247
+ },
+ "13959": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1248
+ },
+ "13960": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1249
+ },
+ "13961": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1250
+ },
+ "13962": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1251
+ },
+ "13963": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1252
+ },
+ "13964": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1253
+ },
+ "13965": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1254
+ },
+ "13966": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1255
+ },
+ "13967": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1256
+ },
+ "13968": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1257
+ },
+ "13969": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1258
+ },
+ "13970": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1259
+ },
+ "13971": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1260
+ },
+ "13972": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1261
+ },
+ "13973": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1262
+ },
+ "13974": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1263
+ },
+ "13975": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1264
+ },
+ "13976": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1265
+ },
+ "13977": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1266
+ },
+ "13978": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1267
+ },
+ "13979": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1268
+ },
+ "13980": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1269
+ },
+ "13981": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1270
+ },
+ "13982": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1271
+ },
+ "13983": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1274
+ },
+ "13984": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1275
+ },
+ "13985": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1276
+ },
+ "13986": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1277
+ },
+ "13987": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1278
+ },
+ "13988": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1279
+ },
+ "13989": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1280
+ },
+ "13990": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1281
+ },
+ "13991": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1282
+ },
+ "13992": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1283
+ },
+ "13993": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1284
+ },
+ "13994": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1285
+ },
+ "13995": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1286
+ },
+ "13996": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1287
+ },
+ "13997": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1288
+ },
+ "13998": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1289
+ },
+ "13999": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1290
+ },
+ "14000": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1291
+ },
+ "14001": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1292
+ },
+ "14002": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1293
+ },
+ "14003": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1294
+ },
+ "14004": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1295
+ },
+ "14005": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1296
+ },
+ "14006": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1297
+ },
+ "14007": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1298
+ },
+ "14008": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1299
+ },
+ "14009": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1300
+ },
+ "14010": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1301
+ },
+ "14011": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1302
+ },
+ "14012": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1303
+ },
+ "14013": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1304
+ },
+ "14014": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1305
+ },
+ "14015": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1306
+ },
+ "14016": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1307
+ },
+ "14017": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1308
+ },
+ "14018": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1309
+ },
+ "14019": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1310
+ },
+ "14020": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1313
+ },
+ "14021": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1314
+ },
+ "14022": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1315
+ },
+ "14023": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1316
+ },
+ "14024": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1317
+ },
+ "14025": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1318
+ },
+ "14026": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1319
+ },
+ "14027": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1320
+ },
+ "14028": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1321
+ },
+ "14029": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1322
+ },
+ "14030": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1323
+ },
+ "14031": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1324
+ },
+ "14032": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1325
+ },
+ "14033": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1326
+ },
+ "14034": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1327
+ },
+ "14035": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1328
+ },
+ "14036": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1329
+ },
+ "14037": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1330
+ },
+ "14038": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1331
+ },
+ "14039": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1332
+ },
+ "14040": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1333
+ },
+ "14041": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1334
+ },
+ "14042": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1335
+ },
+ "14043": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1336
+ },
+ "14044": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1337
+ },
+ "14045": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1338
+ },
+ "14046": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1339
+ },
+ "14047": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1340
+ },
+ "14048": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1341
+ },
+ "14049": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1342
+ },
+ "14050": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1343
+ },
+ "14051": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1344
+ },
+ "14052": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1345
+ },
+ "14053": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1346
+ },
+ "14054": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1347
+ },
+ "14055": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1348
+ },
+ "14056": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1349
+ },
+ "14057": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1351
+ },
+ "14058": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1352
+ },
+ "14059": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1353
+ },
+ "14060": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1354
+ },
+ "14061": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1355
+ },
+ "14062": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1356
+ },
+ "14063": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1357
+ },
+ "14064": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1358
+ },
+ "14065": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1359
+ },
+ "14066": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1360
+ },
+ "14067": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1361
+ },
+ "14068": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1362
+ },
+ "14069": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1363
+ },
+ "14070": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1364
+ },
+ "14071": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1365
+ },
+ "14072": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1366
+ },
+ "14073": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1367
+ },
+ "14074": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1368
+ },
+ "14075": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1369
+ },
+ "14076": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1370
+ },
+ "14077": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1371
+ },
+ "14078": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1372
+ },
+ "14079": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1373
+ },
+ "14080": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1374
+ },
+ "14081": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1375
+ },
+ "14082": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1376
+ },
+ "14083": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1377
+ },
+ "14084": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1378
+ },
+ "14085": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1379
+ },
+ "14086": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1380
+ },
+ "14087": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1381
+ },
+ "14088": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1382
+ },
+ "14089": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1383
+ },
+ "14090": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1384
+ },
+ "14091": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1385
+ },
+ "14092": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1386
+ },
+ "14093": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1387
+ },
+ "14094": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1389
+ },
+ "14095": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1390
+ },
+ "14096": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1391
+ },
+ "14097": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1392
+ },
+ "14098": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1393
+ },
+ "14099": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1394
+ },
+ "14100": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1395
+ },
+ "14101": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1396
+ },
+ "14102": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1397
+ },
+ "14103": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1398
+ },
+ "14104": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1399
+ },
+ "14105": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1400
+ },
+ "14106": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1401
+ },
+ "14107": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1402
+ },
+ "14108": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1403
+ },
+ "14109": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1404
+ },
+ "14110": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1405
+ },
+ "14111": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1406
+ },
+ "14112": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1407
+ },
+ "14113": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1408
+ },
+ "14114": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1409
+ },
+ "14115": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1410
+ },
+ "14116": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1411
+ },
+ "14117": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1412
+ },
+ "14118": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1413
+ },
+ "14119": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1414
+ },
+ "14120": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1415
+ },
+ "14121": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1416
+ },
+ "14122": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1417
+ },
+ "14123": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1418
+ },
+ "14124": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1419
+ },
+ "14125": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1420
+ },
+ "14126": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1421
+ },
+ "14127": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1422
+ },
+ "14128": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1423
+ },
+ "14129": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1424
+ },
+ "14130": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1425
+ },
+ "14131": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1427
+ },
+ "14132": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1428
+ },
+ "14133": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1429
+ },
+ "14134": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1430
+ },
+ "14135": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1431
+ },
+ "14136": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1432
+ },
+ "14137": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1433
+ },
+ "14138": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1434
+ },
+ "14139": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1435
+ },
+ "14140": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1436
+ },
+ "14141": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1437
+ },
+ "14142": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1438
+ },
+ "14143": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1439
+ },
+ "14144": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1440
+ },
+ "14145": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1441
+ },
+ "14146": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1442
+ },
+ "14147": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1443
+ },
+ "14148": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1444
+ },
+ "14149": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1445
+ },
+ "14150": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1446
+ },
+ "14151": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1447
+ },
+ "14152": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1448
+ },
+ "14153": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1449
+ },
+ "14154": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1450
+ },
+ "14155": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1451
+ },
+ "14156": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1452
+ },
+ "14157": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1453
+ },
+ "14158": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1454
+ },
+ "14159": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1455
+ },
+ "14160": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1456
+ },
+ "14161": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1457
+ },
+ "14162": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1458
+ },
+ "14163": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1459
+ },
+ "14164": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1460
+ },
+ "14165": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1461
+ },
+ "14166": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1462
+ },
+ "14167": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1463
+ },
+ "14168": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1465
+ },
+ "14169": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1466
+ },
+ "14170": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1467
+ },
+ "14171": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1468
+ },
+ "14172": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1469
+ },
+ "14173": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1470
+ },
+ "14174": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1471
+ },
+ "14175": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1472
+ },
+ "14176": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1473
+ },
+ "14177": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1474
+ },
+ "14178": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1475
+ },
+ "14179": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1476
+ },
+ "14180": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1477
+ },
+ "14181": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1478
+ },
+ "14182": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1479
+ },
+ "14183": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1480
+ },
+ "14184": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1481
+ },
+ "14185": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1482
+ },
+ "14186": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1483
+ },
+ "14187": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1484
+ },
+ "14188": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1485
+ },
+ "14189": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1486
+ },
+ "14190": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1487
+ },
+ "14191": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1488
+ },
+ "14192": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1489
+ },
+ "14193": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1490
+ },
+ "14194": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1491
+ },
+ "14195": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1492
+ },
+ "14196": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1493
+ },
+ "14197": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1494
+ },
+ "14198": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1495
+ },
+ "14199": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1496
+ },
+ "14200": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1497
+ },
+ "14201": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1498
+ },
+ "14202": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1499
+ },
+ "14203": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1500
+ },
+ "14204": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1501
+ },
+ "14205": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1503
+ },
+ "14206": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1504
+ },
+ "14207": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1505
+ },
+ "14208": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1506
+ },
+ "14209": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1507
+ },
+ "14210": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1508
+ },
+ "14211": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1509
+ },
+ "14212": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1510
+ },
+ "14213": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1511
+ },
+ "14214": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1512
+ },
+ "14215": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1513
+ },
+ "14216": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1514
+ },
+ "14217": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1515
+ },
+ "14218": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1516
+ },
+ "14219": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1517
+ },
+ "14220": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1518
+ },
+ "14221": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1519
+ },
+ "14222": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1520
+ },
+ "14223": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1521
+ },
+ "14224": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1522
+ },
+ "14225": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1523
+ },
+ "14226": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1524
+ },
+ "14227": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1525
+ },
+ "14228": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1526
+ },
+ "14229": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1527
+ },
+ "14230": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1528
+ },
+ "14231": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1529
+ },
+ "14232": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1530
+ },
+ "14233": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1531
+ },
+ "14234": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1532
+ },
+ "14235": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1533
+ },
+ "14236": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1534
+ },
+ "14237": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1535
+ },
+ "14238": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1536
+ },
+ "14239": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1537
+ },
+ "14240": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1538
+ },
+ "14241": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1539
+ },
+ "14242": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1541
+ },
+ "14243": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1542
+ },
+ "14244": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1543
+ },
+ "14245": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1544
+ },
+ "14246": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1545
+ },
+ "14247": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1546
+ },
+ "14248": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1547
+ },
+ "14249": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1548
+ },
+ "14250": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1549
+ },
+ "14251": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1550
+ },
+ "14252": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1551
+ },
+ "14253": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1552
+ },
+ "14254": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1553
+ },
+ "14255": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1554
+ },
+ "14256": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1555
+ },
+ "14257": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1556
+ },
+ "14258": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1557
+ },
+ "14259": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1558
+ },
+ "14260": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1559
+ },
+ "14261": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1560
+ },
+ "14262": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1561
+ },
+ "14263": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1562
+ },
+ "14264": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1563
+ },
+ "14265": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1564
+ },
+ "14266": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1565
+ },
+ "14267": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1566
+ },
+ "14268": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1567
+ },
+ "14269": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1568
+ },
+ "14270": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1569
+ },
+ "14271": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1570
+ },
+ "14272": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1571
+ },
+ "14273": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1572
+ },
+ "14274": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1573
+ },
+ "14275": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1574
+ },
+ "14276": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1575
+ },
+ "14277": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1576
+ },
+ "14278": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1577
+ },
+ "14279": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1579
+ },
+ "14280": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1580
+ },
+ "14281": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1581
+ },
+ "14282": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1582
+ },
+ "14283": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1583
+ },
+ "14284": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1584
+ },
+ "14285": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1585
+ },
+ "14286": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1586
+ },
+ "14287": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1587
+ },
+ "14288": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1588
+ },
+ "14289": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1589
+ },
+ "14290": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1590
+ },
+ "14291": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1591
+ },
+ "14292": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1592
+ },
+ "14293": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1593
+ },
+ "14294": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1594
+ },
+ "14295": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1595
+ },
+ "14296": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1596
+ },
+ "14297": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1597
+ },
+ "14298": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1598
+ },
+ "14299": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1599
+ },
+ "14300": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1600
+ },
+ "14301": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1601
+ },
+ "14302": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1602
+ },
+ "14303": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1603
+ },
+ "14304": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1604
+ },
+ "14305": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1605
+ },
+ "14306": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1606
+ },
+ "14307": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1607
+ },
+ "14308": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1608
+ },
+ "14309": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1609
+ },
+ "14310": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1610
+ },
+ "14311": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1611
+ },
+ "14312": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1612
+ },
+ "14313": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1613
+ },
+ "14314": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1614
+ },
+ "14315": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1615
+ },
+ "14316": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1617
+ },
+ "14317": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1618
+ },
+ "14318": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1619
+ },
+ "14319": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1620
+ },
+ "14320": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1621
+ },
+ "14321": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1622
+ },
+ "14322": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1623
+ },
+ "14323": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1624
+ },
+ "14324": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1625
+ },
+ "14325": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1626
+ },
+ "14326": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1627
+ },
+ "14327": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1628
+ },
+ "14328": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1629
+ },
+ "14329": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1630
+ },
+ "14330": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1631
+ },
+ "14331": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1632
+ },
+ "14332": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1633
+ },
+ "14333": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1634
+ },
+ "14334": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1635
+ },
+ "14335": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1636
+ },
+ "14336": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1637
+ },
+ "14337": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1638
+ },
+ "14338": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1639
+ },
+ "14339": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1640
+ },
+ "14340": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1641
+ },
+ "14341": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1642
+ },
+ "14342": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1643
+ },
+ "14343": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1644
+ },
+ "14344": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1645
+ },
+ "14345": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1646
+ },
+ "14346": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1647
+ },
+ "14347": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1648
+ },
+ "14348": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1649
+ },
+ "14349": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1650
+ },
+ "14350": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1651
+ },
+ "14351": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1652
+ },
+ "14352": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1653
+ },
+ "14353": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1655
+ },
+ "14354": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1656
+ },
+ "14355": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1657
+ },
+ "14356": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1658
+ },
+ "14357": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1659
+ },
+ "14358": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1660
+ },
+ "14359": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1661
+ },
+ "14360": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1662
+ },
+ "14361": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1663
+ },
+ "14362": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1664
+ },
+ "14363": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1665
+ },
+ "14364": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1666
+ },
+ "14365": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1667
+ },
+ "14366": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1668
+ },
+ "14367": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1669
+ },
+ "14368": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1670
+ },
+ "14369": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1671
+ },
+ "14370": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1672
+ },
+ "14371": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1673
+ },
+ "14372": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1674
+ },
+ "14373": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1675
+ },
+ "14374": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1676
+ },
+ "14375": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1677
+ },
+ "14376": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1678
+ },
+ "14377": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1679
+ },
+ "14378": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1680
+ },
+ "14379": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1681
+ },
+ "14380": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1682
+ },
+ "14381": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1683
+ },
+ "14382": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1684
+ },
+ "14383": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1685
+ },
+ "14384": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1686
+ },
+ "14385": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1687
+ },
+ "14386": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1688
+ },
+ "14387": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1689
+ },
+ "14388": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1690
+ },
+ "14389": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1691
+ },
+ "14390": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1693
+ },
+ "14391": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1694
+ },
+ "14392": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1695
+ },
+ "14393": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1696
+ },
+ "14394": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1697
+ },
+ "14395": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1698
+ },
+ "14396": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1699
+ },
+ "14397": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1700
+ },
+ "14398": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1701
+ },
+ "14399": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1702
+ },
+ "14400": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1703
+ },
+ "14401": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1704
+ },
+ "14402": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1705
+ },
+ "14403": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1706
+ },
+ "14404": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1707
+ },
+ "14405": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1708
+ },
+ "14406": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1709
+ },
+ "14407": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1710
+ },
+ "14408": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1711
+ },
+ "14409": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1712
+ },
+ "14410": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1713
+ },
+ "14411": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1714
+ },
+ "14412": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1715
+ },
+ "14413": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1716
+ },
+ "14414": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1717
+ },
+ "14415": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1718
+ },
+ "14416": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1719
+ },
+ "14417": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1720
+ },
+ "14418": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1721
+ },
+ "14419": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1722
+ },
+ "14420": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1723
+ },
+ "14421": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1724
+ },
+ "14422": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1725
+ },
+ "14423": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1726
+ },
+ "14424": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1727
+ },
+ "14425": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1728
+ },
+ "14426": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1729
+ },
+ "14427": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1731
+ },
+ "14428": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1732
+ },
+ "14429": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1733
+ },
+ "14430": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1734
+ },
+ "14431": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1735
+ },
+ "14432": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1736
+ },
+ "14433": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1737
+ },
+ "14434": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1738
+ },
+ "14435": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1739
+ },
+ "14436": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1740
+ },
+ "14437": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1741
+ },
+ "14438": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1742
+ },
+ "14439": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1743
+ },
+ "14440": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1744
+ },
+ "14441": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1745
+ },
+ "14442": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1746
+ },
+ "14443": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1747
+ },
+ "14444": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1748
+ },
+ "14445": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1749
+ },
+ "14446": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1750
+ },
+ "14447": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1751
+ },
+ "14448": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1752
+ },
+ "14449": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1753
+ },
+ "14450": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1754
+ },
+ "14451": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1755
+ },
+ "14452": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1756
+ },
+ "14453": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1757
+ },
+ "14454": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1758
+ },
+ "14455": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1759
+ },
+ "14456": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1760
+ },
+ "14457": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1761
+ },
+ "14458": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1762
+ },
+ "14459": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1763
+ },
+ "14460": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1764
+ },
+ "14461": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1765
+ },
+ "14462": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1766
+ },
+ "14463": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1767
+ },
+ "14464": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1769
+ },
+ "14465": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1771
+ },
+ "14466": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1772
+ },
+ "14467": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1773
+ },
+ "14468": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1774
+ },
+ "14469": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1775
+ },
+ "14470": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1776
+ },
+ "14471": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1777
+ },
+ "14472": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1778
+ },
+ "14473": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1779
+ },
+ "14474": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1780
+ },
+ "14475": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1781
+ },
+ "14476": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1782
+ },
+ "14477": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1783
+ },
+ "14478": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1784
+ },
+ "14479": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1785
+ },
+ "14480": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1786
+ },
+ "14481": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1787
+ },
+ "14482": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1788
+ },
+ "14483": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1789
+ },
+ "14484": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1790
+ },
+ "14485": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1791
+ },
+ "14486": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1792
+ },
+ "14487": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1793
+ },
+ "14488": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1794
+ },
+ "14489": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1795
+ },
+ "14490": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1796
+ },
+ "14491": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1797
+ },
+ "14492": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1798
+ },
+ "14493": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1799
+ },
+ "14494": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1800
+ },
+ "14495": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1801
+ },
+ "14496": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1802
+ },
+ "14497": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1803
+ },
+ "14498": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1804
+ },
+ "14499": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1805
+ },
+ "14500": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1806
+ },
+ "14501": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1808
+ },
+ "14502": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1809
+ },
+ "14503": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1810
+ },
+ "14504": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1811
+ },
+ "14505": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1812
+ },
+ "14506": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1813
+ },
+ "14507": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1814
+ },
+ "14508": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1815
+ },
+ "14509": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1816
+ },
+ "14510": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1817
+ },
+ "14511": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1818
+ },
+ "14512": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1819
+ },
+ "14513": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1820
+ },
+ "14514": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1821
+ },
+ "14515": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1822
+ },
+ "14516": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1823
+ },
+ "14517": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1824
+ },
+ "14518": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1825
+ },
+ "14519": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1826
+ },
+ "14520": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1827
+ },
+ "14521": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1828
+ },
+ "14522": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1829
+ },
+ "14523": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1830
+ },
+ "14524": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1831
+ },
+ "14525": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1832
+ },
+ "14526": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1833
+ },
+ "14527": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1834
+ },
+ "14528": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1835
+ },
+ "14529": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1836
+ },
+ "14530": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1837
+ },
+ "14531": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1838
+ },
+ "14532": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1839
+ },
+ "14533": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1840
+ },
+ "14534": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1841
+ },
+ "14535": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1842
+ },
+ "14536": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1843
+ },
+ "14537": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1844
+ },
+ "14538": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1846
+ },
+ "14539": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1847
+ },
+ "14540": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1848
+ },
+ "14541": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1849
+ },
+ "14542": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1850
+ },
+ "14543": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1851
+ },
+ "14544": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1852
+ },
+ "14545": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1853
+ },
+ "14546": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1854
+ },
+ "14547": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1855
+ },
+ "14548": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1856
+ },
+ "14549": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1857
+ },
+ "14550": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1858
+ },
+ "14551": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1859
+ },
+ "14552": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1860
+ },
+ "14553": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1861
+ },
+ "14554": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1862
+ },
+ "14555": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1863
+ },
+ "14556": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1864
+ },
+ "14557": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1865
+ },
+ "14558": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1866
+ },
+ "14559": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1867
+ },
+ "14560": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1868
+ },
+ "14561": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1869
+ },
+ "14562": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1870
+ },
+ "14563": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1871
+ },
+ "14564": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1872
+ },
+ "14565": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1873
+ },
+ "14566": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1874
+ },
+ "14567": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1875
+ },
+ "14568": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1876
+ },
+ "14569": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1877
+ },
+ "14570": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1878
+ },
+ "14571": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1879
+ },
+ "14572": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1880
+ },
+ "14573": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1881
+ },
+ "14574": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1882
+ },
+ "14575": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1884
+ },
+ "14576": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1885
+ },
+ "14577": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1886
+ },
+ "14578": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1887
+ },
+ "14579": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1888
+ },
+ "14580": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1889
+ },
+ "14581": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1890
+ },
+ "14582": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1891
+ },
+ "14583": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1892
+ },
+ "14584": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1893
+ },
+ "14585": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1894
+ },
+ "14586": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1895
+ },
+ "14587": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1896
+ },
+ "14588": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1897
+ },
+ "14589": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1898
+ },
+ "14590": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1899
+ },
+ "14591": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1900
+ },
+ "14592": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1901
+ },
+ "14593": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1902
+ },
+ "14594": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1903
+ },
+ "14595": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1904
+ },
+ "14596": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1905
+ },
+ "14597": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1906
+ },
+ "14598": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1907
+ },
+ "14599": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1908
+ },
+ "14600": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1909
+ },
+ "14601": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1910
+ },
+ "14602": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1911
+ },
+ "14603": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1912
+ },
+ "14604": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1913
+ },
+ "14605": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1914
+ },
+ "14606": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1915
+ },
+ "14607": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1916
+ },
+ "14608": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1917
+ },
+ "14609": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1918
+ },
+ "14610": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1919
+ },
+ "14611": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1920
+ },
+ "14612": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1922
+ },
+ "14613": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1923
+ },
+ "14614": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1924
+ },
+ "14615": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1925
+ },
+ "14616": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1926
+ },
+ "14617": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1927
+ },
+ "14618": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1928
+ },
+ "14619": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1929
+ },
+ "14620": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1930
+ },
+ "14621": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1931
+ },
+ "14622": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1932
+ },
+ "14623": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1933
+ },
+ "14624": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1934
+ },
+ "14625": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1935
+ },
+ "14626": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1936
+ },
+ "14627": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1937
+ },
+ "14628": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1938
+ },
+ "14629": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1939
+ },
+ "14630": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1940
+ },
+ "14631": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1941
+ },
+ "14632": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1942
+ },
+ "14633": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1943
+ },
+ "14634": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1944
+ },
+ "14635": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1945
+ },
+ "14636": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1946
+ },
+ "14637": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1947
+ },
+ "14638": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1948
+ },
+ "14639": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1949
+ },
+ "14640": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1950
+ },
+ "14641": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1951
+ },
+ "14642": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1952
+ },
+ "14643": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1953
+ },
+ "14644": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1954
+ },
+ "14645": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1955
+ },
+ "14646": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1956
+ },
+ "14647": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1957
+ },
+ "14648": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1958
+ },
+ "14649": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1961
+ },
+ "14650": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1962
+ },
+ "14651": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1963
+ },
+ "14652": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1964
+ },
+ "14653": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1965
+ },
+ "14654": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1966
+ },
+ "14655": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1967
+ },
+ "14656": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1968
+ },
+ "14657": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1969
+ },
+ "14658": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1970
+ },
+ "14659": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1971
+ },
+ "14660": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1972
+ },
+ "14661": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1973
+ },
+ "14662": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1974
+ },
+ "14663": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1975
+ },
+ "14664": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1976
+ },
+ "14665": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1977
+ },
+ "14666": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1978
+ },
+ "14667": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1979
+ },
+ "14668": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1980
+ },
+ "14669": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1983
+ },
+ "14670": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1984
+ },
+ "14671": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1985
+ },
+ "14672": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1986
+ },
+ "14673": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1987
+ },
+ "14674": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1988
+ },
+ "14675": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1989
+ },
+ "14676": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1990
+ },
+ "14677": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1991
+ },
+ "14678": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1992
+ },
+ "14679": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1993
+ },
+ "14680": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1994
+ },
+ "14681": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1995
+ },
+ "14682": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1996
+ },
+ "14683": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1997
+ },
+ "14684": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1998
+ },
+ "14685": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 1999
+ },
+ "14686": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2000
+ },
+ "14687": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2001
+ },
+ "14688": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2002
+ },
+ "14689": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2003
+ },
+ "14690": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2004
+ },
+ "14691": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2005
+ },
+ "14692": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2006
+ },
+ "14693": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2007
+ },
+ "14694": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2008
+ },
+ "14695": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2009
+ },
+ "14696": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2010
+ },
+ "14697": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2012
+ },
+ "14698": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2013
+ },
+ "14699": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2014
+ },
+ "14700": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2015
+ },
+ "14701": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2016
+ },
+ "14702": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2017
+ },
+ "14703": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2018
+ },
+ "14704": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2019
+ },
+ "14705": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2021
+ },
+ "14706": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2022
+ },
+ "14707": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2023
+ },
+ "14708": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2024
+ },
+ "14709": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2025
+ },
+ "14710": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2026
+ },
+ "14711": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2027
+ },
+ "14712": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2028
+ },
+ "14713": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2029
+ },
+ "14714": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2030
+ },
+ "14715": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2031
+ },
+ "14716": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2032
+ },
+ "14717": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2033
+ },
+ "14718": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2034
+ },
+ "14719": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2035
+ },
+ "14720": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2036
+ },
+ "14721": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2037
+ },
+ "14722": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2039
+ },
+ "14723": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2041
+ },
+ "14724": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2042
+ },
+ "14725": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2043
+ },
+ "14726": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2044
+ },
+ "14727": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2047
+ },
+ "14728": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2048
+ },
+ "14729": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2049
+ },
+ "14730": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2050
+ },
+ "14731": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2051
+ },
+ "14732": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2052
+ },
+ "14733": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2053
+ },
+ "14734": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2054
+ },
+ "14735": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2057
+ },
+ "14736": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2058
+ },
+ "14737": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2059
+ },
+ "14738": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2060
+ },
+ "14739": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2061
+ },
+ "14740": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2062
+ },
+ "14741": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2065
+ },
+ "14742": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2066
+ },
+ "14743": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2067
+ },
+ "14744": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2068
+ },
+ "14745": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2071
+ },
+ "14746": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2072
+ },
+ "14747": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2073
+ },
+ "14748": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2074
+ },
+ "14749": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2077
+ },
+ "14750": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2079
+ },
+ "14751": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2080
+ },
+ "14752": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2081
+ },
+ "14753": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2082
+ },
+ "14754": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2083
+ },
+ "14755": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2084
+ },
+ "14756": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2085
+ },
+ "14757": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2086
+ },
+ "14758": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2087
+ },
+ "14759": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2088
+ },
+ "14760": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2089
+ },
+ "14761": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2090
+ },
+ "14762": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2091
+ },
+ "14763": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2092
+ },
+ "14764": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2093
+ },
+ "14765": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2094
+ },
+ "14766": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2095
+ },
+ "14767": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2096
+ },
+ "14768": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2097
+ },
+ "14769": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2097
+ },
+ "14770": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2097
+ },
+ "14771": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2098
+ },
+ "14772": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2098
+ },
+ "14773": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2098
+ },
+ "14774": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2101
+ },
+ "14775": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2103
+ },
+ "14776": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2104
+ },
+ "14777": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2105
+ },
+ "14778": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2106
+ },
+ "14779": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2107
+ },
+ "14780": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2108
+ },
+ "14781": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2109
+ },
+ "14782": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2110
+ },
+ "14783": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2111
+ },
+ "14784": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2112
+ },
+ "14785": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2113
+ },
+ "14786": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2114
+ },
+ "14787": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2115
+ },
+ "14788": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2118
+ },
+ "14789": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2119
+ },
+ "14790": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2120
+ },
+ "14791": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2121
+ },
+ "14792": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2122
+ },
+ "14793": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2123
+ },
+ "14794": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2124
+ },
+ "14795": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2125
+ },
+ "14796": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2126
+ },
+ "14797": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2127
+ },
+ "14798": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2128
+ },
+ "14799": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2129
+ },
+ "14800": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2130
+ },
+ "14801": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2131
+ },
+ "14802": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2133
+ },
+ "14803": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2135
+ },
+ "14804": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2136
+ },
+ "14805": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2137
+ },
+ "14806": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2138
+ },
+ "14807": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2139
+ },
+ "14808": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2140
+ },
+ "14809": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2141
+ },
+ "14810": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2142
+ },
+ "14811": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2143
+ },
+ "14812": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2144
+ },
+ "14813": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2145
+ },
+ "14814": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2146
+ },
+ "14815": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2147
+ },
+ "14816": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2150
+ },
+ "14817": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2151
+ },
+ "14818": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2152
+ },
+ "14819": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2153
+ },
+ "14820": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2154
+ },
+ "14821": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2155
+ },
+ "14822": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2156
+ },
+ "14823": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2157
+ },
+ "14824": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2158
+ },
+ "14825": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2159
+ },
+ "14826": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2160
+ },
+ "14827": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2161
+ },
+ "14828": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2162
+ },
+ "14829": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2164
+ },
+ "14830": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2166
+ },
+ "14831": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2167
+ },
+ "14832": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2168
+ },
+ "14833": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2169
+ },
+ "14834": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2170
+ },
+ "14835": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2171
+ },
+ "14836": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2172
+ },
+ "14837": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2173
+ },
+ "14838": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2174
+ },
+ "14839": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2175
+ },
+ "14840": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2176
+ },
+ "14841": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2177
+ },
+ "14842": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2178
+ },
+ "14843": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2181
+ },
+ "14844": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2182
+ },
+ "14845": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2183
+ },
+ "14846": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2184
+ },
+ "14847": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2185
+ },
+ "14848": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2186
+ },
+ "14849": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2187
+ },
+ "14850": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2188
+ },
+ "14851": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2189
+ },
+ "14852": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2190
+ },
+ "14853": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2191
+ },
+ "14854": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2192
+ },
+ "14855": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2193
+ },
+ "14856": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2194
+ },
+ "14857": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2196
+ },
+ "14858": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2197
+ },
+ "14859": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2198
+ },
+ "14860": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2199
+ },
+ "14861": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2200
+ },
+ "14862": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2201
+ },
+ "14863": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2202
+ },
+ "14864": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2203
+ },
+ "14865": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2204
+ },
+ "14866": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2205
+ },
+ "14867": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2206
+ },
+ "14868": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2207
+ },
+ "14869": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2208
+ },
+ "14870": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2209
+ },
+ "14871": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2210
+ },
+ "14872": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2211
+ },
+ "14873": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2212
+ },
+ "14874": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2213
+ },
+ "14875": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2214
+ },
+ "14876": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2215
+ },
+ "14877": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2216
+ },
+ "14878": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2217
+ },
+ "14879": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2218
+ },
+ "14880": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2219
+ },
+ "14881": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2220
+ },
+ "14882": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2221
+ },
+ "14883": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2222
+ },
+ "14884": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2224
+ },
+ "14885": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2226
+ },
+ "14886": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2227
+ },
+ "14887": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2228
+ },
+ "14888": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2229
+ },
+ "14889": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2230
+ },
+ "14890": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2231
+ },
+ "14891": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2232
+ },
+ "14892": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2233
+ },
+ "14893": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2234
+ },
+ "14894": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2235
+ },
+ "14895": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2236
+ },
+ "14896": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2237
+ },
+ "14897": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2238
+ },
+ "14898": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2239
+ },
+ "14899": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2240
+ },
+ "14900": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2241
+ },
+ "14901": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2242
+ },
+ "14902": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2243
+ },
+ "14903": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2244
+ },
+ "14904": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2245
+ },
+ "14905": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2246
+ },
+ "14906": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2247
+ },
+ "14907": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2248
+ },
+ "14908": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2249
+ },
+ "14909": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2250
+ },
+ "14910": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2251
+ },
+ "14911": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2252
+ },
+ "14912": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2253
+ },
+ "14913": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2254
+ },
+ "14914": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2255
+ },
+ "14915": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2258
+ },
+ "14916": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2259
+ },
+ "14917": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2260
+ },
+ "14918": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2261
+ },
+ "14919": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2262
+ },
+ "14920": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2263
+ },
+ "14921": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2264
+ },
+ "14922": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2265
+ },
+ "14923": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2266
+ },
+ "14924": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2267
+ },
+ "14925": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2268
+ },
+ "14926": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2269
+ },
+ "14927": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2270
+ },
+ "14928": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2271
+ },
+ "14929": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2272
+ },
+ "14930": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2273
+ },
+ "14931": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2274
+ },
+ "14932": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2275
+ },
+ "14933": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2276
+ },
+ "14934": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2277
+ },
+ "14935": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2278
+ },
+ "14936": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2279
+ },
+ "14937": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2280
+ },
+ "14938": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2281
+ },
+ "14939": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2282
+ },
+ "14940": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2283
+ },
+ "14941": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2284
+ },
+ "14942": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2285
+ },
+ "14943": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2286
+ },
+ "14944": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2287
+ },
+ "14945": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2288
+ },
+ "14946": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2289
+ },
+ "14947": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2290
+ },
+ "14948": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2291
+ },
+ "14949": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2292
+ },
+ "14950": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2293
+ },
+ "14951": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2294
+ },
+ "14952": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2295
+ },
+ "14953": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2296
+ },
+ "14954": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2297
+ },
+ "14955": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2298
+ },
+ "14956": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2299
+ },
+ "14957": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2300
+ },
+ "14958": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2301
+ },
+ "14959": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2303
+ },
+ "14960": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2305
+ },
+ "14961": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2306
+ },
+ "14962": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2307
+ },
+ "14963": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2308
+ },
+ "14964": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2309
+ },
+ "14965": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2310
+ },
+ "14966": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2312
+ },
+ "14967": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2314
+ },
+ "14968": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2315
+ },
+ "14969": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2316
+ },
+ "14970": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2317
+ },
+ "14971": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2318
+ },
+ "14972": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2319
+ },
+ "14973": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2321
+ },
+ "14974": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2323
+ },
+ "14975": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2324
+ },
+ "14976": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2325
+ },
+ "14977": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2326
+ },
+ "14978": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2327
+ },
+ "14979": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2328
+ },
+ "14980": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2329
+ },
+ "14981": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2330
+ },
+ "14982": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2331
+ },
+ "14983": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2334
+ },
+ "14984": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2335
+ },
+ "14985": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2336
+ },
+ "14986": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2337
+ },
+ "14987": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2338
+ },
+ "14988": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2339
+ },
+ "14989": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2340
+ },
+ "14990": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2341
+ },
+ "14991": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2342
+ },
+ "14992": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2343
+ },
+ "14993": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2344
+ },
+ "14994": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2345
+ },
+ "14995": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2346
+ },
+ "14996": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2347
+ },
+ "14997": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2349
+ },
+ "14998": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2350
+ },
+ "14999": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2351
+ },
+ "15000": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2352
+ },
+ "15001": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2353
+ },
+ "15002": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2354
+ },
+ "15003": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2355
+ },
+ "15004": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2356
+ },
+ "15005": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2357
+ },
+ "15006": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2358
+ },
+ "15007": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2359
+ },
+ "15008": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2360
+ },
+ "15009": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2361
+ },
+ "15010": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2362
+ },
+ "15011": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2363
+ },
+ "15012": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2364
+ },
+ "15013": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2365
+ },
+ "15014": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2366
+ },
+ "15015": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2367
+ },
+ "15016": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2368
+ },
+ "15017": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2369
+ },
+ "15018": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2370
+ },
+ "15019": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2371
+ },
+ "15020": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2372
+ },
+ "15021": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2373
+ },
+ "15022": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2374
+ },
+ "15023": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2375
+ },
+ "15024": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2376
+ },
+ "15025": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2377
+ },
+ "15026": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2378
+ },
+ "15027": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2380
+ },
+ "15028": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2381
+ },
+ "15029": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2382
+ },
+ "15030": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2383
+ },
+ "15031": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2384
+ },
+ "15032": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2385
+ },
+ "15033": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2386
+ },
+ "15034": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2387
+ },
+ "15035": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2388
+ },
+ "15036": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2389
+ },
+ "15037": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2390
+ },
+ "15038": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2391
+ },
+ "15039": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2392
+ },
+ "15040": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2393
+ },
+ "15041": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2394
+ },
+ "15042": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2395
+ },
+ "15043": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2396
+ },
+ "15044": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2397
+ },
+ "15045": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2398
+ },
+ "15046": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2399
+ },
+ "15047": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2400
+ },
+ "15048": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2401
+ },
+ "15049": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2402
+ },
+ "15050": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2403
+ },
+ "15051": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2404
+ },
+ "15052": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2405
+ },
+ "15053": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2406
+ },
+ "15054": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2407
+ },
+ "15055": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2408
+ },
+ "15056": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2409
+ },
+ "15057": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2411
+ },
+ "15058": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2412
+ },
+ "15059": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2413
+ },
+ "15060": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2414
+ },
+ "15061": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2415
+ },
+ "15062": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2416
+ },
+ "15063": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2417
+ },
+ "15064": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2418
+ },
+ "15065": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2419
+ },
+ "15066": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2420
+ },
+ "15067": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2421
+ },
+ "15068": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2422
+ },
+ "15069": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2423
+ },
+ "15070": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2425
+ },
+ "15071": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2426
+ },
+ "15072": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2427
+ },
+ "15073": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2428
+ },
+ "15074": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2429
+ },
+ "15075": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2430
+ },
+ "15076": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2431
+ },
+ "15077": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2432
+ },
+ "15078": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2433
+ },
+ "15079": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2434
+ },
+ "15080": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2435
+ },
+ "15081": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2436
+ },
+ "15082": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2437
+ },
+ "15083": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2439
+ },
+ "15084": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2441
+ },
+ "15085": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2442
+ },
+ "15086": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2443
+ },
+ "15087": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2444
+ },
+ "15088": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2445
+ },
+ "15089": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2446
+ },
+ "15090": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2447
+ },
+ "15091": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2448
+ },
+ "15092": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2449
+ },
+ "15093": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2450
+ },
+ "15094": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2451
+ },
+ "15095": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2452
+ },
+ "15096": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2454
+ },
+ "15097": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2456
+ },
+ "15098": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2457
+ },
+ "15099": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2458
+ },
+ "15100": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2459
+ },
+ "15101": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2460
+ },
+ "15102": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2461
+ },
+ "15103": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2462
+ },
+ "15104": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2463
+ },
+ "15105": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2464
+ },
+ "15106": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2465
+ },
+ "15107": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2466
+ },
+ "15108": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2467
+ },
+ "15109": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2470
+ },
+ "15110": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2471
+ },
+ "15111": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2472
+ },
+ "15112": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2473
+ },
+ "15113": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2474
+ },
+ "15114": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2475
+ },
+ "15115": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2476
+ },
+ "15116": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2478
+ },
+ "15117": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2479
+ },
+ "15118": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2480
+ },
+ "15119": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2481
+ },
+ "15120": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2482
+ },
+ "15121": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2483
+ },
+ "15122": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2484
+ },
+ "15123": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2486
+ },
+ "15124": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2487
+ },
+ "15125": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2488
+ },
+ "15126": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2489
+ },
+ "15127": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2490
+ },
+ "15128": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2491
+ },
+ "15129": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2492
+ },
+ "15130": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2494
+ },
+ "15131": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2495
+ },
+ "15132": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2496
+ },
+ "15133": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2497
+ },
+ "15134": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2498
+ },
+ "15135": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2499
+ },
+ "15136": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2500
+ },
+ "15137": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2502
+ },
+ "15138": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2503
+ },
+ "15139": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2504
+ },
+ "15140": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2505
+ },
+ "15141": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2506
+ },
+ "15142": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2507
+ },
+ "15143": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2508
+ },
+ "15144": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2510
+ },
+ "15145": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2511
+ },
+ "15146": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2512
+ },
+ "15147": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2513
+ },
+ "15148": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2514
+ },
+ "15149": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2515
+ },
+ "15150": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2516
+ },
+ "15151": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2518
+ },
+ "15152": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2519
+ },
+ "15153": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2520
+ },
+ "15154": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2521
+ },
+ "15155": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2522
+ },
+ "15156": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2523
+ },
+ "15157": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2524
+ },
+ "15158": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2526
+ },
+ "15159": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2527
+ },
+ "15160": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2528
+ },
+ "15161": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2529
+ },
+ "15162": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2530
+ },
+ "15163": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2531
+ },
+ "15164": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2532
+ },
+ "15165": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2534
+ },
+ "15166": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2535
+ },
+ "15167": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2536
+ },
+ "15168": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2537
+ },
+ "15169": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2538
+ },
+ "15170": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2539
+ },
+ "15171": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2540
+ },
+ "15172": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2542
+ },
+ "15173": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2543
+ },
+ "15174": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2544
+ },
+ "15175": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2545
+ },
+ "15176": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2546
+ },
+ "15177": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2547
+ },
+ "15178": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2548
+ },
+ "15179": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2550
+ },
+ "15180": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2551
+ },
+ "15181": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2552
+ },
+ "15182": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2553
+ },
+ "15183": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2554
+ },
+ "15184": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2555
+ },
+ "15185": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2556
+ },
+ "15186": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2558
+ },
+ "15187": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2559
+ },
+ "15188": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2560
+ },
+ "15189": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2561
+ },
+ "15190": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2562
+ },
+ "15191": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2563
+ },
+ "15192": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2564
+ },
+ "15193": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2600
+ },
+ "15194": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2601
+ },
+ "15195": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2611
+ },
+ "15196": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2612
+ },
+ "15197": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2732
+ },
+ "15198": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2733
+ },
+ "15199": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2734
+ },
+ "15200": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2736
+ },
+ "15201": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2737
+ },
+ "15202": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2738
+ },
+ "15203": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2744
+ },
+ "15204": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2745
+ },
+ "15205": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2746
+ },
+ "15206": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2748
+ },
+ "15207": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2749
+ },
+ "15208": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2750
+ },
+ "15209": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2761
+ },
+ "15210": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2769
+ },
+ "15211": {
+ "File": "_test/testdata/triceCheck.c",
+ "Line": 2770
+ },
+ "15212": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 13
+ },
+ "15213": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 14
+ },
+ "15214": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 15
+ },
+ "15215": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 16
+ },
+ "15216": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 17
+ },
+ "15217": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 18
+ },
+ "15218": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 19
+ },
+ "15219": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 20
+ },
+ "15220": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 21
+ },
+ "15221": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 22
+ },
+ "15222": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 23
+ },
+ "15223": {
+ "File": "_test/_ringB_protect_de_tcobs_ua/TargetActivity.c",
+ "Line": 7
+ },
+ "15224": {
+ "File": "_test/_ringB_protect_de_tcobs_ua/TargetActivity.c",
+ "Line": 8
+ },
+ "15225": {
+ "File": "_test/_ringB_protect_de_tcobs_ua/TargetActivity.c",
+ "Line": 9
+ },
+ "15226": {
+ "File": "_test/_ringB_protect_de_tcobs_ua/TargetActivity.c",
+ "Line": 11
+ },
+ "15227": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 24
+ },
+ "15228": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 25
+ },
+ "15229": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 26
+ },
+ "15230": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 27
+ },
+ "15231": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 28
+ },
+ "15232": {
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 29
+ },
+ "15233": {
+ "File": "_test/special_for_debug/TargetActivity.c",
+ "Line": 5
+ },
+ "15234": {
+ "File": "_test/special_for_debug/TargetActivity.c",
+ "Line": 6
+ },
+ "15235": {
+ "File": "_test/special_protect_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 6
+ },
+ "15236": {
+ "File": "_test/special_protect_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 7
+ },
+ "15237": {
+ "File": "_test/special_protect_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 8
+ },
+ "15238": {
+ "File": "_test/special_protect_dblB_de_tcobs_ua/TargetActivity.c",
+ "Line": 10
+ },
+ "16326": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 77
+ },
+ "16327": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 76
+ },
+ "16328": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 74
+ },
+ "16329": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 72
+ },
+ "16330": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 69
+ },
+ "16331": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 67
+ },
+ "16332": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 65
+ },
+ "16333": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 63
+ },
+ "16334": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 61
+ },
+ "16335": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 52
+ },
+ "16336": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 50
+ },
+ "16337": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 49
+ },
+ "16338": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 48
+ },
+ "16339": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 47
+ },
+ "16340": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 46
+ },
+ "16341": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 45
+ },
+ "16342": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 44
+ },
+ "16343": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 43
+ },
+ "16344": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 42
+ },
+ "16345": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 40
+ },
+ "16346": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 39
+ },
+ "16347": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 38
+ },
+ "16348": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 37
+ },
+ "16349": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 36
+ },
+ "16350": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 35
+ },
+ "16351": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 34
+ },
+ "16352": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 33
+ },
+ "16353": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 32
+ },
+ "16354": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 31
+ },
+ "16355": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 30
+ },
+ "16356": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 29
+ },
+ "16357": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 28
+ },
+ "16358": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 27
+ },
+ "16359": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 26
+ },
+ "16360": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 25
+ },
+ "16361": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 24
+ },
+ "16362": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 23
+ },
+ "16363": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 22
+ },
+ "16364": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 21
+ },
+ "16365": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 20
+ },
+ "16366": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 19
+ },
+ "16367": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 18
+ },
+ "16368": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 17
+ },
+ "16369": {
+ "File": "examples/exampleData/triceExamples.c",
+ "Line": 12
+ },
+ "16370": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 77
+ },
+ "16371": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 75
+ },
+ "16372": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 69
+ },
+ "16373": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 67
+ },
+ "16374": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 56
+ },
+ "16375": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 52
+ },
+ "16376": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 50
+ },
+ "16377": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 46
+ },
+ "16378": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 44
+ },
+ "16379": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 37
+ },
+ "16380": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 32
+ },
+ "16381": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 26
+ },
+ "16382": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 21
+ },
+ "16383": {
+ "File": "examples/exampleData/triceLogDiagData.c",
+ "Line": 19
+ }
+}
\ No newline at end of file
diff --git a/examples/G0B1_inst/til.json b/demoTIL.json
similarity index 89%
rename from examples/G0B1_inst/til.json
rename to demoTIL.json
index ec2cada1a..886ed1add 100644
--- a/examples/G0B1_inst/til.json
+++ b/demoTIL.json
@@ -1,8747 +1,8959 @@
{
- "14000": {
+ "13000": {
+ "Type": "TRice",
+ "Strg": "WARNING:USARTq OverRun Error Flag is set!\\n"
+ },
+ "13001": {
+ "Type": "TRICE_S",
+ "Strg": "rx:received command:%s\\n"
+ },
+ "13002": {
+ "Type": "TRice",
+ "Strg": "Fun %x!\\n"
+ },
+ "13003": {
+ "Type": "trice",
+ "Strg": "CUSTOM_PRINT example: the right answer is: %d\\n"
+ },
+ "13004": {
+ "Type": "triceS",
+ "Strg": "SAlias_Strg('theFastFoundAnswer == theRightAnswer')SAlias_Strg"
+ },
+ "13005": {
+ "Type": "triceS",
+ "Strg": "SAlias_Strg('theFastFoundAnswer == theRightAnswer, (char*)theQuestion ')SAlias_Strg"
+ },
+ "13006": {
+ "Type": "triceS",
+ "Strg": "SAlias_Strg('theFastFoundAnswer == theRightAnswer, (char*)\"'%s' Am, it is %d\"')SAlias_Strg"
+ },
+ "13007": {
+ "Type": "trice",
+ "Strg": "isr:TIM17_FDCAN_IT1_IRQHandler! (%u ms)\\n"
+ },
+ "13008": {
+ "Type": "TRice",
+ "Strg": "msg:StartDefaultTask\\n"
+ },
+ "13009": {
+ "Type": "TRice",
+ "Strg": "msg:StartTask02:Diagnostics and TriceTransfer\\n"
+ },
+ "13010": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
+ },
+ "13011": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
+ },
+ "13012": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
+ },
+ "13013": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
+ },
+ "13014": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
+ },
+ "13015": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
+ },
+ "13016": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
+ },
+ "13017": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
+ },
+ "13018": {
+ "Type": "TRice",
+ "Strg": "WARNING:USARTq OverRun Error Flag is set!\\n"
+ },
+ "13019": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
+ },
+ "13020": {
+ "Type": "TRICE_S",
+ "Strg": "rx:received command:%s\\n"
+ },
+ "13021": {
+ "Type": "TRice",
+ "Strg": "msg:StartDefaultTask\\n"
+ },
+ "13022": {
+ "Type": "TRice",
+ "Strg": "msg:StartTask02:Diagnostics and TriceTransfer\\n"
+ },
+ "13023": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration with direct RTT output only and optimized for speed\\n"
+ },
+ "13024": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - UART, no cycle counter, no critical sections.\\n"
+ },
+ "13025": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An minimum configuration example.\\n"
+ },
+ "13026": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration with direct RTT output and parallel deferred UART output.\\n"
+ },
+ "13027": {
+ "Type": "trice8",
+ "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
+ },
+ "13028": {
"Type": "TRice",
"Strg": "\\rTriceCheck %4d"
},
- "14001": {
+ "13029": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14002": {
+ "13030": {
"Type": "TRice",
"Strg": "Hello World!\\n"
},
- "14003": {
+ "13031": {
"Type": "TRice",
"Strg": "info:This is a message without values and a 32-bit stamp.\\n"
},
- "14004": {
+ "13032": {
"Type": "Trice",
"Strg": "info:This is a message without values and a 16-bit stamp.\\n"
},
- "14005": {
+ "13033": {
"Type": "trice",
"Strg": "info:This is a message without values and without stamp.\\n"
},
- "14006": {
+ "13034": {
"Type": "trice",
"Strg": "sig:trice without stamp and with 0 to 12 values (most common use cases)\\n"
},
- "14007": {
+ "13035": {
"Type": "trice",
"Strg": "rd:trice\\n"
},
- "14008": {
+ "13036": {
"Type": "trice",
"Strg": "rd:trice %d\\n"
},
- "14009": {
+ "13037": {
"Type": "trice",
"Strg": "rd:trice %d, %d\\n"
},
- "14010": {
+ "13038": {
"Type": "trice",
"Strg": "rd:trice %d, %d, %d\\n"
},
- "14011": {
+ "13039": {
"Type": "trice",
"Strg": "rd:trice %d, %d, %d, %d\\n"
},
- "14012": {
+ "13040": {
"Type": "trice",
"Strg": "rd:trice %d, %d, %d, %d, %d\\n"
},
- "14013": {
+ "13041": {
"Type": "trice",
"Strg": "rd:trice %d, %d, %d, %d, %d, %d\\n"
},
- "14014": {
+ "13042": {
"Type": "trice",
"Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14015": {
+ "13043": {
"Type": "trice",
"Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14016": {
+ "13044": {
"Type": "trice",
"Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14017": {
+ "13045": {
"Type": "trice",
"Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14018": {
+ "13046": {
"Type": "trice",
"Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14019": {
+ "13047": {
"Type": "trice",
"Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14020": {
+ "13048": {
"Type": "Trice",
"Strg": "sig:Trice with 16-bit stamp and with 0 to 12 values (common use cases)\\n"
},
- "14021": {
+ "13049": {
"Type": "Trice",
"Strg": "rd:Trice\\n"
},
- "14022": {
+ "13050": {
"Type": "Trice",
"Strg": "rd:Trice %d\\n"
},
- "14023": {
+ "13051": {
"Type": "Trice",
"Strg": "rd:Trice %d, %d\\n"
},
- "14024": {
+ "13052": {
"Type": "Trice",
"Strg": "rd:Trice %d, %d, %d\\n"
},
- "14025": {
+ "13053": {
"Type": "Trice",
"Strg": "rd:Trice %d, %d, %d, %d\\n"
},
- "14026": {
+ "13054": {
"Type": "Trice",
"Strg": "rd:Trice %d, %d, %d, %d, %d\\n"
},
- "14027": {
+ "13055": {
"Type": "Trice",
"Strg": "rd:Trice %d, %d, %d, %d, %d, %d\\n"
},
- "14028": {
+ "13056": {
"Type": "Trice",
"Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14029": {
+ "13057": {
"Type": "Trice",
"Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14030": {
+ "13058": {
"Type": "Trice",
"Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14031": {
+ "13059": {
"Type": "Trice",
"Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14032": {
+ "13060": {
"Type": "Trice",
"Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14033": {
+ "13061": {
"Type": "Trice",
"Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14034": {
+ "13062": {
"Type": "TRice",
"Strg": "sig:TRice with 32-bit stamp and with 0 to 12 values (common use cases)\\n"
},
- "14035": {
+ "13063": {
"Type": "TRice",
"Strg": "rd:TRice\\n"
},
- "14036": {
+ "13064": {
"Type": "TRice",
"Strg": "rd:TRice %d\\n"
},
- "14037": {
+ "13065": {
"Type": "TRice",
"Strg": "rd:TRice %d, %d\\n"
},
- "14038": {
+ "13066": {
"Type": "TRice",
"Strg": "rd:TRice %d, %d, %d\\n"
},
- "14039": {
+ "13067": {
"Type": "TRice",
"Strg": "rd:TRice %d, %d, %d, %d\\n"
},
- "14040": {
+ "13068": {
"Type": "TRice",
"Strg": "rd:TRice %d, %d, %d, %d, %d\\n"
},
- "14041": {
+ "13069": {
"Type": "TRice",
"Strg": "rd:TRice %d, %d, %d, %d, %d, %d\\n"
},
- "14042": {
+ "13070": {
"Type": "TRice",
"Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14043": {
+ "13071": {
"Type": "TRice",
"Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14044": {
+ "13072": {
"Type": "TRice",
"Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14045": {
+ "13073": {
"Type": "TRice",
"Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14046": {
+ "13074": {
"Type": "TRice",
"Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14047": {
+ "13075": {
"Type": "TRice",
"Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14048": {
+ "13076": {
"Type": "trice",
"Strg": "sig:trice16 with 1 to 12 pointer\\n"
},
- "14049": {
+ "13077": {
"Type": "trice16",
"Strg": "rd:trice16 %p\\n"
},
- "14050": {
+ "13078": {
"Type": "trice16",
"Strg": "rd:trice16 %p, %p\\n"
},
- "14051": {
+ "13079": {
"Type": "trice16",
"Strg": "rd:trice16 %p, %p, %p\\n"
},
- "14052": {
+ "13080": {
"Type": "trice16",
"Strg": "rd:trice16 %p, %p, %p, %p\\n"
},
- "14053": {
+ "13081": {
"Type": "trice16",
"Strg": "rd:trice16 %p, %p, %p, %p, %p\\n"
},
- "14054": {
+ "13082": {
"Type": "trice16",
"Strg": "rd:trice16 %p, %p, %p, %p, %p, %p\\n"
},
- "14055": {
+ "13083": {
"Type": "trice16",
"Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p\\n"
},
- "14056": {
+ "13084": {
"Type": "trice16",
"Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "14057": {
+ "13085": {
"Type": "trice16",
"Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "14058": {
+ "13086": {
"Type": "trice16",
"Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "14059": {
+ "13087": {
"Type": "trice16",
"Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "14060": {
+ "13088": {
"Type": "trice16",
"Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "14061": {
+ "13089": {
"Type": "trice8",
"Strg": "rd:trice8 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "14062": {
+ "13090": {
"Type": "trice32",
"Strg": "rd:trice32 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "14063": {
+ "13091": {
"Type": "trice",
"Strg": "sig:trice16 with 1 to 12 hex\\n"
},
- "14064": {
+ "13092": {
"Type": "trice16",
"Strg": "rd:trice16 %X\\n"
},
- "14065": {
+ "13093": {
"Type": "trice16",
"Strg": "rd:trice16 %X, %X\\n"
},
- "14066": {
+ "13094": {
"Type": "trice16",
"Strg": "rd:trice16 %X, %X, %X\\n"
},
- "14067": {
+ "13095": {
"Type": "trice16",
"Strg": "rd:trice16 %X, %X, %X, %X\\n"
},
- "14068": {
+ "13096": {
"Type": "trice16",
"Strg": "rd:trice16 %X, %X, %X, %X, %X\\n"
},
- "14069": {
+ "13097": {
"Type": "trice16",
"Strg": "rd:trice16 %X, %X, %X, %X, %X, %X\\n"
},
- "14070": {
+ "13098": {
"Type": "trice16",
"Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X\\n"
},
- "14071": {
+ "13099": {
"Type": "trice16",
"Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "14072": {
+ "13100": {
"Type": "trice16",
"Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "14073": {
+ "13101": {
"Type": "trice16",
"Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "14074": {
+ "13102": {
"Type": "trice16",
"Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "14075": {
+ "13103": {
"Type": "trice16",
"Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "14076": {
+ "13104": {
"Type": "trice8",
"Strg": "rd:trice8 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "14077": {
+ "13105": {
"Type": "trice32",
"Strg": "rd:trice32 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "14078": {
+ "13106": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14079": {
+ "13107": {
"Type": "trice",
"Strg": "--------------------------------------------------\\n"
},
- "14080": {
+ "13108": {
"Type": "trice32",
"Strg": "msg: message = %08x %08x %08x %08x %08x %08x\\n"
},
- "14081": {
+ "13109": {
"Type": "trice32",
"Strg": "tim: pre TriceEncryption SysTick=%d\\n"
},
- "14082": {
+ "13110": {
"Type": "trice32",
"Strg": "tim: post TriceEncryption SysTick=%d\\n"
},
- "14083": {
+ "13111": {
"Type": "trice32",
"Strg": "att: TriceEncrypted = %08x %08x %08x %08x %08x %08x\\n"
},
- "14084": {
+ "13112": {
"Type": "trice16_1",
"Strg": "tim: pre TriceDecryption SysTick=%d\\n"
},
- "14085": {
+ "13113": {
"Type": "trice16_1",
"Strg": "tim: post TriceDecryption SysTick=%d\\n"
},
- "14086": {
+ "13114": {
"Type": "trice32",
"Strg": "msg: messge = %08x %08x %08x %08x %08x %08x\\n"
},
- "14087": {
+ "13115": {
"Type": "trice",
"Strg": "--------------------------------------------------\\n"
},
- "14088": {
+ "13116": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14089": {
+ "13117": {
"Type": "trice",
"Strg": "dbg:Hi!\\n"
},
- "14090": {
+ "13118": {
"Type": "trice",
"Strg": "dbg:\tHi!\\n"
},
- "14091": {
+ "13119": {
"Type": "trice",
"Strg": "sig:Some time measurements\\n"
},
- "14092": {
+ "13120": {
"Type": "trice",
"Strg": "isr:trice isr message, SysTick is %6d\\n"
},
- "14093": {
+ "13121": {
"Type": "trice",
"Strg": "isr:trice isr message, SysTick is %6d\\n"
},
- "14094": {
+ "13122": {
"Type": "trice",
"Strg": "isr:trice isr message, SysTick is %6d\\n"
},
- "14095": {
+ "13123": {
"Type": "trice",
"Strg": "isr:trice isr message, SysTick is %6d\\n"
},
- "14096": {
+ "13124": {
"Type": "trice_1",
"Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
},
- "14097": {
+ "13125": {
"Type": "trice_1",
"Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
},
- "14098": {
+ "13126": {
"Type": "trice_1",
"Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
},
- "14099": {
+ "13127": {
"Type": "trice_1",
"Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
},
- "14100": {
+ "13128": {
"Type": "TRICE16_1",
"Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
},
- "14101": {
+ "13129": {
"Type": "TRICE16_1",
"Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
},
- "14102": {
+ "13130": {
"Type": "TRICE16_1",
"Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
},
- "14103": {
+ "13131": {
"Type": "TRICE16_1",
"Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
},
- "14104": {
+ "13132": {
"Type": "TRICE_1",
"Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
},
- "14105": {
+ "13133": {
"Type": "TRICE_1",
"Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
},
- "14106": {
+ "13134": {
"Type": "TRICE_1",
"Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
},
- "14107": {
+ "13135": {
"Type": "TRICE_1",
"Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
},
- "14108": {
+ "13136": {
"Type": "TRICE",
"Strg": "isr:TRICE isr message, SysTick is %6d\\n"
},
- "14109": {
+ "13137": {
"Type": "TRICE",
"Strg": "isr:TRICE isr message, SysTick is %6d\\n"
},
- "14110": {
+ "13138": {
"Type": "TRICE",
"Strg": "isr:TRICE isr message, SysTick is %6d\\n"
},
- "14111": {
+ "13139": {
"Type": "TRICE",
"Strg": "isr:TRICE isr message, SysTick is %6d\\n"
},
- "14112": {
+ "13140": {
"Type": "trice",
"Strg": "tim:trice START time message\\n"
},
- "14113": {
+ "13141": {
"Type": "trice",
"Strg": "tim:trice STOP time message\\n"
},
- "14114": {
+ "13142": {
"Type": "trice",
"Strg": "tim:trice START time message\\n"
},
- "14115": {
+ "13143": {
"Type": "trice",
"Strg": "tim:trice STOP time message\\n"
},
- "14116": {
+ "13144": {
"Type": "trice",
"Strg": "tim:trice START time message\\n"
},
- "14117": {
+ "13145": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d\\n"
},
- "14118": {
+ "13146": {
"Type": "trice",
"Strg": "tim:trice STOP time message\\n"
},
- "14119": {
+ "13147": {
"Type": "TRICE",
"Strg": "tim:TRICE START time message\\n"
},
- "14120": {
+ "13148": {
"Type": "TRICE",
"Strg": "tim:TRICE STOP time message\\n"
},
- "14121": {
+ "13149": {
"Type": "TRICE",
"Strg": "tim:TRICE START time message\\n"
},
- "14122": {
+ "13150": {
"Type": "TRICE",
"Strg": "tim:TRICE STOP time message\\n"
},
- "14123": {
+ "13151": {
"Type": "TRICE",
"Strg": "tim:TRICE START time message\\n"
},
- "14124": {
+ "13152": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d\\n"
},
- "14125": {
+ "13153": {
"Type": "TRICE",
"Strg": "tim:TRICE STOP time message\\n"
},
- "14126": {
+ "13154": {
"Type": "trice",
"Strg": "tim:trice --------------------------------------------------\\n"
},
- "14127": {
+ "13155": {
"Type": "trice",
"Strg": "tim:trice --------------------------------------------------\\n"
},
- "14128": {
+ "13156": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d\\n"
},
- "14129": {
+ "13157": {
"Type": "trice",
"Strg": "tim:trice --------------------------------------------------\\n"
},
- "14130": {
+ "13158": {
"Type": "trice",
"Strg": "tim:trice --------------------------------------------------\\n"
},
- "14131": {
+ "13159": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d\\n"
},
- "14132": {
+ "13160": {
"Type": "trice32_1",
"Strg": "rd:trice32_1 %d\\n"
},
- "14133": {
+ "13161": {
"Type": "trice64_1",
"Strg": "rd:trice64_1 %d\\n"
},
- "14134": {
+ "13162": {
"Type": "trice32_2",
"Strg": "rd:trice32_2 %d,%d\\n"
},
- "14135": {
+ "13163": {
"Type": "trice64_2",
"Strg": "rd:trice64_2 %d,%d\\n"
},
- "14136": {
+ "13164": {
"Type": "TRice64",
"Strg": "info:12 64-bit values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
},
- "14137": {
+ "13165": {
"Type": "Trice64",
"Strg": "info:12 64-bit values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
},
- "14138": {
+ "13166": {
"Type": "trice64",
"Strg": "info:12 64-bit values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
},
- "14139": {
+ "13167": {
"Type": "TRice32",
"Strg": "info:12 32-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 32-bit stamp.\\n"
},
- "14140": {
+ "13168": {
"Type": "Trice32",
"Strg": "info:12 32-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 16-bit stamp.\\n"
},
- "14141": {
+ "13169": {
"Type": "trice32",
"Strg": "info:12 32-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and without stamp.\\n"
},
- "14142": {
+ "13170": {
"Type": "TRice16",
"Strg": "info:12 16-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 32-bit stamp.\\n"
},
- "14143": {
+ "13171": {
"Type": "Trice16",
"Strg": "info:12 16-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 16-bit stamp.\\n"
},
- "14144": {
+ "13172": {
"Type": "trice16",
"Strg": "info:12 16-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and without stamp.\\n"
},
- "14145": {
+ "13173": {
"Type": "TRice8",
"Strg": "info:12 8-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 32-bit stamp.\\n"
},
- "14146": {
+ "13174": {
"Type": "Trice8",
"Strg": "info:12 8-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 16-bit stamp.\\n"
},
- "14147": {
+ "13175": {
"Type": "trice8",
"Strg": "info:12 8-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and without stamp.\\n"
},
- "14148": {
+ "13176": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14149": {
+ "13177": {
"Type": "TRice16",
"Strg": "att: 0x8888 == %04xh\\n"
},
- "14150": {
+ "13178": {
"Type": "Trice16",
"Strg": "att: 0x8888 == %04xh\\n"
},
- "14151": {
+ "13179": {
"Type": "trice16",
"Strg": "att: 0x8888 == %04xh\\n"
},
- "14152": {
+ "13180": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14153": {
+ "13181": {
"Type": "trice8",
"Strg": "value=%x\\n"
},
- "14154": {
+ "13182": {
"Type": "trice8",
"Strg": "value=%x\\n"
},
- "14155": {
+ "13183": {
"Type": "trice",
"Strg": "att:mixed int \u0026 float \u0026 double \u0026 bits\\n"
},
- "14156": {
+ "13184": {
"Type": "TRice32",
"Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
},
- "14157": {
+ "13185": {
"Type": "TRice32",
"Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
},
- "14158": {
+ "13186": {
"Type": "TRice32",
"Strg": "rd:TRice32 int %x, float %f (%%f), %08x, %032b\\n"
},
- "14159": {
+ "13187": {
"Type": "TRice32",
"Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
},
- "14160": {
+ "13188": {
"Type": "TRice32",
"Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
},
- "14161": {
+ "13189": {
"Type": "TRice32",
"Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
},
- "14162": {
+ "13190": {
"Type": "TRice32",
"Strg": "rd:TRice32 int %X, float %f (%%f), %08x, %032b\\n"
},
- "14163": {
+ "13191": {
"Type": "TRice64",
"Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
},
- "14164": {
+ "13192": {
"Type": "TRice64",
"Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
},
- "14165": {
+ "13193": {
"Type": "TRice64",
"Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
},
- "14166": {
+ "13194": {
"Type": "TRice64",
"Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
},
- "14167": {
+ "13195": {
"Type": "TRice64",
"Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
},
- "14168": {
+ "13196": {
"Type": "TRice64",
"Strg": "rd:TRice64 int %X, double %f (%%f), %016x, %064b\\n"
},
- "14169": {
+ "13197": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14170": {
+ "13198": {
"Type": "triceS",
"Strg": "msg:With triceS:%s\\n"
},
- "14171": {
+ "13199": {
"Type": "triceN",
"Strg": "sig:With triceN:%s\\n"
},
- "14172": {
+ "13200": {
"Type": "TriceS",
"Strg": "msg:With TriceS:%s\\n"
},
- "14173": {
+ "13201": {
"Type": "TriceN",
"Strg": "sig:With TriceN:%s\\n"
},
- "14174": {
+ "13202": {
"Type": "TRiceS",
"Strg": "msg:With TRiceS:%s\\n"
},
- "14175": {
+ "13203": {
"Type": "TRiceN",
"Strg": "sig:With TRiceN:%s\\n"
},
- "14176": {
+ "13204": {
"Type": "TRICE_S",
"Strg": "msg:With TRICE_S:%s\\n"
},
- "14177": {
+ "13205": {
"Type": "TRICE_N",
"Strg": "sig:With TRICE_N:%s\\n"
},
- "14178": {
+ "13206": {
"Type": "TRICE_S",
"Strg": "msg:With TRICE_S:%s\\n"
},
- "14179": {
+ "13207": {
"Type": "TRICE_N",
"Strg": "sig:With TRICE_N:%s\\n"
},
- "14180": {
+ "13208": {
"Type": "TRICE_S",
"Strg": "msg:With TRICE_S:%s\\n"
},
- "14181": {
+ "13209": {
"Type": "TRICE_N",
"Strg": "sig:With TRICE_N:%s\\n"
},
- "14182": {
+ "13210": {
"Type": "TRICE8_B",
"Strg": " %02x"
},
- "14183": {
+ "13211": {
"Type": "trice",
"Strg": "\\n"
},
- "14184": {
+ "13212": {
"Type": "TRICE8_B",
"Strg": "BUF: %02x\\n"
},
- "14185": {
+ "13213": {
"Type": "TRICE8_B",
"Strg": "%4d"
},
- "14186": {
+ "13214": {
"Type": "trice",
"Strg": "\\n"
},
- "14187": {
+ "13215": {
"Type": "TRICE8_B",
"Strg": " %02x"
},
- "14188": {
+ "13216": {
"Type": "trice",
"Strg": "\\n"
},
- "14189": {
+ "13217": {
"Type": "TRice8B",
"Strg": " %02x"
},
- "14190": {
+ "13218": {
"Type": "trice",
"Strg": "\\n"
},
- "14191": {
+ "13219": {
"Type": "Trice8B",
"Strg": " %02x"
},
- "14192": {
+ "13220": {
"Type": "trice",
"Strg": "\\n"
},
- "14193": {
+ "13221": {
"Type": "trice8B",
"Strg": " %02x"
},
- "14194": {
+ "13222": {
"Type": "trice",
"Strg": "\\n"
},
- "14195": {
+ "13223": {
"Type": "trice8B",
"Strg": "att: %02x\\n"
},
- "14196": {
+ "13224": {
"Type": "trice8B",
"Strg": "rd: %02x"
},
- "14197": {
+ "13225": {
"Type": "trice",
"Strg": "\\n"
},
- "14198": {
+ "13226": {
"Type": "trice8B",
"Strg": " %02x\\n"
},
- "14199": {
+ "13227": {
"Type": "TRICE16_B",
"Strg": " %04x"
},
- "14200": {
+ "13228": {
"Type": "trice",
"Strg": "\\n"
},
- "14201": {
+ "13229": {
"Type": "TRice16B",
"Strg": " %04x"
},
- "14202": {
+ "13230": {
"Type": "trice",
"Strg": "\\n"
},
- "14203": {
+ "13231": {
"Type": "Trice16B",
"Strg": " %04x"
},
- "14204": {
+ "13232": {
"Type": "trice",
"Strg": "\\n"
},
- "14205": {
+ "13233": {
"Type": "trice16B",
"Strg": " %04x"
},
- "14206": {
+ "13234": {
"Type": "trice",
"Strg": "\\n"
},
- "14207": {
+ "13235": {
"Type": "trice16B",
"Strg": "msg: %04x\\n"
},
- "14208": {
+ "13236": {
"Type": "TRICE32_B",
"Strg": " %08x"
},
- "14209": {
+ "13237": {
"Type": "trice",
"Strg": "\\n"
},
- "14210": {
+ "13238": {
"Type": "TRice32B",
"Strg": " %08x"
},
- "14211": {
+ "13239": {
"Type": "trice",
"Strg": "\\n"
},
- "14212": {
+ "13240": {
"Type": "Trice32B",
"Strg": " %08x"
},
- "14213": {
+ "13241": {
"Type": "trice",
"Strg": "\\n"
},
- "14214": {
+ "13242": {
"Type": "trice32B",
"Strg": " %08x"
},
- "14215": {
+ "13243": {
"Type": "trice",
"Strg": "\\n"
},
- "14216": {
+ "13244": {
"Type": "trice32B",
"Strg": "att: %08x\\n"
},
- "14217": {
+ "13245": {
"Type": "TRICE64_B",
"Strg": " %016x"
},
- "14218": {
+ "13246": {
"Type": "trice",
"Strg": "\\n"
},
- "14219": {
+ "13247": {
"Type": "TRice64B",
"Strg": " %016x"
},
- "14220": {
+ "13248": {
"Type": "trice",
"Strg": "\\n"
},
- "14221": {
+ "13249": {
"Type": "Trice64B",
"Strg": " %016x"
},
- "14222": {
+ "13250": {
"Type": "trice",
"Strg": "\\n"
},
- "14223": {
+ "13251": {
"Type": "trice64B",
"Strg": " %016x"
},
- "14224": {
+ "13252": {
"Type": "trice",
"Strg": "\\n"
},
- "14225": {
+ "13253": {
"Type": "trice64B",
"Strg": "SIG: %016x\\n"
},
- "14226": {
+ "13254": {
"Type": "TRICE8_F",
- "Strg": "info:FunctionNameW"
+ "Strg": "info:FunctionNameWa"
},
- "14227": {
+ "13255": {
"Type": "TRice8F",
- "Strg": "call:FunctionNameW"
+ "Strg": "call:FunctionNameWb"
},
- "14228": {
+ "13256": {
"Type": "Trice8F",
- "Strg": "call:FunctionNameW"
+ "Strg": "call:FunctionNameWc"
},
- "14229": {
+ "13257": {
"Type": "trice8F",
- "Strg": "call:FunctionNameW"
+ "Strg": "call:FunctionNameWd"
},
- "14230": {
+ "13258": {
"Type": "TRICE16_F",
- "Strg": "info:FunctionNameX"
+ "Strg": "info:FunctionNameXa"
},
- "14231": {
+ "13259": {
"Type": "TRice16F",
- "Strg": "call:FunctionNameX"
+ "Strg": "call:FunctionNameXb"
},
- "14232": {
+ "13260": {
"Type": "Trice16F",
- "Strg": "call:FunctionNameX"
+ "Strg": "call:FunctionNameXc"
},
- "14233": {
+ "13261": {
"Type": "trice16F",
- "Strg": "call:FunctionNameX"
+ "Strg": "call:FunctionNameXd"
},
- "14234": {
+ "13262": {
"Type": "TRICE32_F",
- "Strg": "info:FunctionNameY"
+ "Strg": "info:FunctionNameYa"
},
- "14235": {
+ "13263": {
"Type": "TRice32F",
- "Strg": "call:FunctionNameY"
+ "Strg": "rpc:FunctionNameYb"
},
- "14236": {
+ "13264": {
"Type": "Trice32F",
- "Strg": "call:FunctionNameY"
+ "Strg": "rpc:FunctionNameYc"
},
- "14237": {
+ "13265": {
"Type": "trice32F",
- "Strg": "call:FunctionNameY"
+ "Strg": "call:FunctionNameYd"
},
- "14238": {
+ "13266": {
"Type": "TRICE64_F",
- "Strg": "info:FunctionNameZ"
+ "Strg": "info:FunctionNameZa"
},
- "14239": {
+ "13267": {
"Type": "TRice64F",
- "Strg": "call:FunctionNameZ"
+ "Strg": "call:FunctionNameZb"
},
- "14240": {
+ "13268": {
"Type": "Trice64F",
- "Strg": "call:FunctionNameZ"
+ "Strg": "RPC:FunctionNameZc"
},
- "14241": {
+ "13269": {
"Type": "trice64F",
- "Strg": "call:FunctionNameZ"
+ "Strg": "RPC:FunctionNameZd"
},
- "14242": {
+ "13270": {
"Type": "TRiceS",
"Strg": "msg:Hi %s!\\n"
},
- "14243": {
+ "13271": {
"Type": "TriceS",
"Strg": "msg:Hi %s!\\n"
},
- "14244": {
+ "13272": {
"Type": "triceS",
"Strg": "msg:Hi %s!\\n"
},
- "14245": {
+ "13273": {
"Type": "TRiceN",
"Strg": "msg:Hi %s!\\n"
},
- "14246": {
+ "13274": {
"Type": "TriceN",
"Strg": "msg:Hi %s!\\n"
},
- "14247": {
+ "13275": {
"Type": "triceN",
"Strg": "msg:Hi %s!\\n"
},
- "14248": {
+ "13276": {
"Type": "TRICE_S",
"Strg": "sig:TRICE_S=%s\\n"
},
- "14249": {
+ "13277": {
"Type": "TRICE_N",
"Strg": "sig:TRICE_N=%s\\n"
},
- "14250": {
+ "13278": {
"Type": "TRICE_S",
"Strg": "sig:TRICE_S=%s\\n"
},
- "14251": {
+ "13279": {
"Type": "TRICE_N",
"Strg": "sig:TRICE_N=%s\\n"
},
- "14252": {
+ "13280": {
"Type": "TRICE_S",
"Strg": "sig:TRICE_S=%s\\n"
},
- "14253": {
+ "13281": {
"Type": "TRICE_N",
"Strg": "sig:TRICE_N=%s\\n"
},
- "14254": {
+ "13282": {
"Type": "triceS",
"Strg": "sig:triceS=%s\\n"
},
- "14255": {
+ "13283": {
"Type": "triceN",
"Strg": "sig:triceN=%s\\n"
},
- "14256": {
+ "13284": {
"Type": "TriceS",
"Strg": "sig:TriceS=%s\\n"
},
- "14257": {
+ "13285": {
"Type": "TriceN",
"Strg": "sig:TriceN=%s\\n"
},
- "14258": {
+ "13286": {
"Type": "TRiceS",
"Strg": "sig:TRiceS=%s\\n"
},
- "14259": {
+ "13287": {
"Type": "TRiceN",
"Strg": "sig:TRiceN=%s\\n"
},
- "14260": {
+ "13288": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14261": {
+ "13289": {
"Type": "TRICE",
"Strg": "MSG:1/11 = %g\\n"
},
- "14262": {
+ "13290": {
"Type": "TRice",
"Strg": "msg:x = %g = %d.%03d, %d.%03d\\n"
},
- "14263": {
+ "13291": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14264": {
+ "13292": {
"Type": "TRice",
"Strg": "sig:Integer (indent, base, sign) - see https://yourbasic.org/golang/fmt-printf-reference-cheat-sheet/\\n"
},
- "14265": {
+ "13293": {
"Type": "TRice",
"Strg": "rd: 15 \t%d \tBase 10\\n"
},
- "14266": {
+ "13294": {
"Type": "TRice",
"Strg": "rd: +15 \t%+d \tAlways show sign\\n"
},
- "14267": {
+ "13295": {
"Type": "TRice",
"Strg": "rd: 15\t%4d \tPad with spaces (width 4, right justified)\\n"
},
- "14268": {
+ "13296": {
"Type": "TRice",
"Strg": "rd: 15\t%-4d\tPad with spaces (width 4, left justified)\\n"
},
- "14269": {
+ "13297": {
"Type": "TRice",
"Strg": "rd: 0015\t%04d\tPad with zeroes (width 4)\\n"
},
- "14270": {
+ "13298": {
"Type": "TRice",
"Strg": "rd: 1111 \t%b \tBase 2\\n"
},
- "14271": {
+ "13299": {
"Type": "TRice",
"Strg": "rd: 17 \t%o \tBase 8\\n"
},
- "14272": {
+ "13300": {
"Type": "TRice",
"Strg": "rd: f \t%x \tBase 16, lowercase\\n"
},
- "14273": {
+ "13301": {
"Type": "TRice",
"Strg": "rd: F \t%X \tBase 16, uppercase\\n"
},
- "14274": {
+ "13302": {
"Type": "TRice",
"Strg": "rd: 0xf \t%#x \tBase 16, with leading 0x\\n"
},
- "14275": {
+ "13303": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14276": {
+ "13304": {
"Type": "trice",
"Strg": "sig:Character (quoted, Unicode)\\n"
},
- "14277": {
+ "13305": {
"Type": "trice",
"Strg": "rd: A \t%c \tCharacter\\n"
},
- "14278": {
+ "13306": {
"Type": "trice",
"Strg": "rd: 'A' \t%q \tQuoted character\\n"
},
- "14279": {
+ "13307": {
"Type": "trice",
"Strg": "rd: U+0041 \t%U \tUnicode\\n"
},
- "14280": {
+ "13308": {
"Type": "trice",
"Strg": "rd: U+0041 'A' \t%#U \tUnicode with character\\n"
},
- "14281": {
+ "13309": {
"Type": "trice",
"Strg": "sig:Boolean (true/false)\\n"
},
- "14282": {
+ "13310": {
"Type": "trice",
"Strg": "rd:Use %%t to format a boolean as true (%t) or false (%t).\\n"
},
- "14283": {
+ "13311": {
"Type": "trice",
"Strg": "sig:Pointer (hex)\\n"
},
- "14284": {
+ "13312": {
"Type": "trice8",
"Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
},
- "14285": {
+ "13313": {
"Type": "trice16",
"Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
},
- "14286": {
+ "13314": {
"Type": "trice32",
"Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
},
- "14287": {
+ "13315": {
"Type": "trice64",
"Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
},
- "14288": {
+ "13316": {
"Type": "trice",
"Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
},
- "14289": {
+ "13317": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14290": {
+ "13318": {
"Type": "trice",
"Strg": "sig:Float (indent, precision, scientific notation)\\n"
},
- "14291": {
+ "13319": {
"Type": "trice",
"Strg": "rd: 1.234560e+02\t\t%e \t%%e Scientific notation\\n"
},
- "14292": {
+ "13320": {
"Type": "trice",
"Strg": "rd: 123.456000\t\t%f \t%%f Decimal point, no exponent\\n"
},
- "14293": {
+ "13321": {
"Type": "trice",
"Strg": "rd: 123.46\t\t\t%.2f\t\t%%.2f Default width, precision 2\\n"
},
- "14294": {
+ "13322": {
"Type": "trice",
"Strg": "rd: ␣␣123.46\t\t%8.2f\t%%8.2f Width 8, precision 2\\n"
},
- "14295": {
+ "13323": {
"Type": "trice",
"Strg": "rd: 123.456\t\t%g\t\t%%g Exponent as needed, necessary digits only\\n"
},
- "14296": {
+ "13324": {
"Type": "trice",
"Strg": "sig:Double (indent, precision, scientific notation)\\n"
},
- "14297": {
+ "13325": {
"Type": "trice64",
"Strg": "rd: 1.234560e+02\t\t%e \t%%e Scientific notation\\n"
},
- "14298": {
+ "13326": {
"Type": "trice64",
"Strg": "rd: 123.456000\t\t%f \t%%f Decimal point, no exponent\\n"
},
- "14299": {
+ "13327": {
"Type": "trice64",
"Strg": "rd: 123.46\t\t\t%.2f \t%%.2f Default width, precision 2\\n"
},
- "14300": {
+ "13328": {
"Type": "trice64",
"Strg": "rd: ␣␣123.46\t\t%8.2f \t%%8.2f Width 8, precision 2\\n"
},
- "14301": {
+ "13329": {
"Type": "trice64",
"Strg": "rd: 123.456\t\t%g\t\t%%g Exponent as needed, necessary digits only\\n"
},
- "14302": {
+ "13330": {
"Type": "trice",
"Strg": "sig:String or byte slice (quote, indent, hex)\\n"
},
- "14303": {
+ "13331": {
"Type": "triceS",
"Strg": "rd: café \t\t\t%s\t\tPlain string\\n"
},
- "14304": {
+ "13332": {
"Type": "triceS",
"Strg": "rd: ␣␣café \t\t%6s \t\tWidth 6, right justify\\n"
},
- "14305": {
+ "13333": {
"Type": "triceS",
"Strg": "rd: café␣␣ \t\t%-6s \t\tWidth 6, left justify\\n"
},
- "14306": {
+ "13334": {
"Type": "triceS",
"Strg": "rd: \\\"café\\\" \t\t%q\t\tQuoted string\\n"
},
- "14307": {
+ "13335": {
"Type": "triceS",
"Strg": "rd: 636166c3a9 \t\t%x\tHex dump of byte values\\n"
},
- "14308": {
+ "13336": {
"Type": "triceS",
"Strg": "rd: 63 61 66 c3 a9 \t% x\tHex dump with spaces\\n"
},
- "14309": {
+ "13337": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14310": {
+ "13338": {
"Type": "TRice",
"Strg": "info:12 default bit width values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
},
- "14311": {
+ "13339": {
"Type": "Trice",
"Strg": "info:12 default bit width values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
},
- "14312": {
+ "13340": {
"Type": "trice",
"Strg": "info:12 default bit width values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
},
- "14313": {
+ "13341": {
"Type": "trice16",
"Strg": "att: line %u\\n"
},
- "14314": {
+ "13342": {
"Type": "trice",
"Strg": "sig:Runtime generated strings\\n"
},
- "14315": {
+ "13343": {
"Type": "TRICE32",
"Strg": "dbg:len=%u:"
},
- "14316": {
+ "13344": {
"Type": "TRICE_S",
"Strg": "sig:%s\\n"
},
- "14317": {
+ "13345": {
"Type": "TRICE32",
"Strg": "dbg:len=%u:"
},
- "14318": {
+ "13346": {
"Type": "TRICE_S",
"Strg": "sig:%s\\n"
},
- "14319": {
+ "13347": {
"Type": "TRICE32",
"Strg": "dbg:len=%u: "
},
- "14320": {
+ "13348": {
"Type": "TRICE_S",
"Strg": "sig:%s\\n"
},
- "14321": {
+ "13349": {
"Type": "TRICE32",
"Strg": "dbg:len=%u: "
},
- "14322": {
+ "13350": {
"Type": "TRICE_S",
"Strg": "sig:%s\\n"
},
- "14323": {
+ "13351": {
"Type": "TRICE32",
"Strg": "dbg:len=%u: "
},
- "14324": {
+ "13352": {
"Type": "TRICE_S",
"Strg": "sig:%s\\n"
},
- "14325": {
+ "13353": {
"Type": "trice",
"Strg": "rd:%E (%%E)\\n"
},
- "14326": {
+ "13354": {
"Type": "trice",
"Strg": "rd:%F (%%F)\\n"
},
- "14327": {
+ "13355": {
"Type": "trice",
"Strg": "rd:%G (%%G)\\n"
},
- "14328": {
+ "13356": {
"Type": "trice64",
"Strg": "rd:%E (%%E)\\n"
},
- "14329": {
+ "13357": {
"Type": "trice64",
"Strg": "rd:%F (%%F)\\n"
},
- "14330": {
+ "13358": {
"Type": "trice64",
"Strg": "rd:%G (%%G)\\n"
},
- "14331": {
+ "13359": {
"Type": "trice",
"Strg": "rd:%e (%%e)\\n"
},
- "14332": {
+ "13360": {
"Type": "trice",
"Strg": "rd:%f (%%f)\\n"
},
- "14333": {
+ "13361": {
"Type": "trice",
"Strg": "rd:%g (%%g)\\n"
},
- "14334": {
+ "13362": {
"Type": "trice64",
"Strg": "rd:%e (%%e)\\n"
},
- "14335": {
+ "13363": {
"Type": "trice64",
"Strg": "rd:%f (%%f)\\n"
},
- "14336": {
+ "13364": {
"Type": "trice64",
"Strg": "rd:%g (%%g)\\n"
},
- "14337": {
+ "13365": {
"Type": "trice32",
"Strg": "msg:%u (%%u)\\n"
},
- "14338": {
+ "13366": {
"Type": "trice32",
"Strg": "msg:%b (%%b)\\n"
},
- "14339": {
+ "13367": {
"Type": "trice32",
"Strg": "msg:%o (%%o)\\n"
},
- "14340": {
+ "13368": {
"Type": "trice32",
"Strg": "msg:%O (%%O)\\n"
},
- "14341": {
+ "13369": {
"Type": "trice32",
"Strg": "msg:%X (%%X)\\n"
},
- "14342": {
+ "13370": {
"Type": "trice32",
"Strg": "msg:%x (%%x)\\n"
},
- "14343": {
+ "13371": {
"Type": "trice32",
"Strg": "msg:%d (%%d)\\n"
},
- "14344": {
+ "13372": {
"Type": "trice64",
"Strg": "msg:%u (%%u)\\n"
},
- "14345": {
+ "13373": {
"Type": "trice64",
"Strg": "msg:%b (%%b)\\n"
},
- "14346": {
+ "13374": {
"Type": "trice64",
"Strg": "msg:%o (%%o)\\n"
},
- "14347": {
+ "13375": {
"Type": "trice64",
"Strg": "msg:%O (%%O)\\n"
},
- "14348": {
+ "13376": {
"Type": "trice64",
"Strg": "msg:%X (%%X)\\n"
},
- "14349": {
+ "13377": {
"Type": "trice64",
"Strg": "msg:%x (%%x)\\n"
},
- "14350": {
+ "13378": {
"Type": "TRice",
"Strg": "value=%d\\n"
},
- "14351": {
+ "13379": {
"Type": "Trice",
"Strg": "value=%d\\n"
},
- "14352": {
+ "13380": {
"Type": "trice",
"Strg": "value=%d\\n"
},
- "14353": {
+ "13381": {
"Type": "TRice8",
"Strg": "value=%d\\n"
},
- "14354": {
+ "13382": {
"Type": "Trice8",
"Strg": "value=%d\\n"
},
- "14355": {
+ "13383": {
"Type": "trice8",
"Strg": "value=%d\\n"
},
- "14356": {
+ "13384": {
"Type": "TRice16",
"Strg": "value=%d\\n"
},
- "14357": {
+ "13385": {
"Type": "Trice16",
"Strg": "value=%d\\n"
},
- "14358": {
+ "13386": {
"Type": "trice16",
"Strg": "value=%d\\n"
},
- "14359": {
+ "13387": {
"Type": "TRice32",
"Strg": "value=%d\\n"
},
- "14360": {
+ "13388": {
"Type": "Trice32",
"Strg": "value=%d\\n"
},
- "14361": {
+ "13389": {
"Type": "trice32",
"Strg": "value=%d\\n"
},
- "14362": {
+ "13390": {
"Type": "TRice64",
"Strg": "value=%d\\n"
},
- "14363": {
+ "13391": {
"Type": "Trice64",
"Strg": "value=%d\\n"
},
- "14364": {
+ "13392": {
"Type": "trice64",
"Strg": "value=%d\\n"
},
- "14365": {
+ "13393": {
"Type": "TRice_1",
"Strg": "value=%d\\n"
},
- "14366": {
+ "13394": {
"Type": "Trice_1",
"Strg": "value=%d\\n"
},
- "14367": {
+ "13395": {
"Type": "trice_1",
"Strg": "value=%d\\n"
},
- "14368": {
+ "13396": {
"Type": "TRice8_1",
"Strg": "value=%d\\n"
},
- "14369": {
+ "13397": {
"Type": "Trice8_1",
"Strg": "value=%d\\n"
},
- "14370": {
+ "13398": {
"Type": "trice8_1",
"Strg": "value=%d\\n"
},
- "14371": {
+ "13399": {
"Type": "TRice16_1",
"Strg": "value=%d\\n"
},
- "14372": {
+ "13400": {
"Type": "Trice16_1",
"Strg": "value=%d\\n"
},
- "14373": {
+ "13401": {
"Type": "trice16_1",
"Strg": "value=%d\\n"
},
- "14374": {
+ "13402": {
"Type": "TRice32_1",
"Strg": "value=%d\\n"
},
- "14375": {
+ "13403": {
"Type": "Trice32_1",
"Strg": "value=%d\\n"
},
- "14376": {
+ "13404": {
"Type": "trice32_1",
"Strg": "value=%d\\n"
},
- "14377": {
+ "13405": {
"Type": "TRice64_1",
"Strg": "value=%d\\n"
},
- "14378": {
+ "13406": {
"Type": "Trice64_1",
"Strg": "value=%d\\n"
},
- "14379": {
+ "13407": {
"Type": "trice64_1",
"Strg": "value=%d\\n"
},
- "14380": {
+ "13408": {
"Type": "TRice",
"Strg": "no value"
},
- "14381": {
+ "13409": {
"Type": "Trice",
"Strg": "no value"
},
- "14382": {
+ "13410": {
"Type": "trice",
"Strg": "no value"
},
- "14383": {
+ "13411": {
"Type": "TRice8",
"Strg": "no value"
},
- "14384": {
+ "13412": {
"Type": "Trice8",
"Strg": "no value"
},
- "14385": {
+ "13413": {
"Type": "trice8",
"Strg": "no value"
},
- "14386": {
+ "13414": {
"Type": "TRice16",
"Strg": "no value"
},
- "14387": {
+ "13415": {
"Type": "Trice16",
"Strg": "no value"
},
- "14388": {
+ "13416": {
"Type": "trice16",
"Strg": "no value"
},
- "14389": {
+ "13417": {
"Type": "TRice32",
"Strg": "no value"
},
- "14390": {
+ "13418": {
"Type": "Trice32",
"Strg": "no value"
},
- "14391": {
+ "13419": {
"Type": "trice32",
"Strg": "no value"
},
- "14392": {
+ "13420": {
"Type": "TRice64",
"Strg": "no value"
},
- "14393": {
+ "13421": {
"Type": "Trice64",
"Strg": "no value"
},
- "14394": {
+ "13422": {
"Type": "trice64",
"Strg": "no value"
},
- "14395": {
+ "13423": {
"Type": "TRice_0",
"Strg": "no value"
},
- "14396": {
+ "13424": {
"Type": "Trice_0",
"Strg": "no value"
},
- "14397": {
+ "13425": {
"Type": "trice_0",
"Strg": "no value"
},
- "14398": {
+ "13426": {
"Type": "TRice8_0",
"Strg": "no value"
},
- "14399": {
+ "13427": {
"Type": "Trice8_0",
"Strg": "no value"
},
- "14400": {
+ "13428": {
"Type": "trice8_0",
"Strg": "no value"
},
- "14401": {
+ "13429": {
"Type": "TRice16_0",
"Strg": "no value"
},
- "14402": {
+ "13430": {
"Type": "Trice16_0",
"Strg": "no value"
},
- "14403": {
+ "13431": {
"Type": "trice16_0",
"Strg": "no value"
},
- "14404": {
+ "13432": {
"Type": "TRice32_0",
"Strg": "no value"
},
- "14405": {
+ "13433": {
"Type": "Trice32_0",
"Strg": "no value"
},
- "14406": {
+ "13434": {
"Type": "trice32_0",
"Strg": "no value"
},
- "14407": {
+ "13435": {
"Type": "TRice64_0",
"Strg": "no value"
},
- "14408": {
+ "13436": {
"Type": "Trice64_0",
"Strg": "no value"
},
- "14409": {
+ "13437": {
"Type": "trice64_0",
"Strg": "no value"
},
- "14410": {
+ "13438": {
"Type": "TRice0",
"Strg": "no value"
},
- "14411": {
+ "13439": {
"Type": "Trice0",
"Strg": "no value"
},
- "14412": {
+ "13440": {
"Type": "trice0",
"Strg": "no value"
},
- "14413": {
+ "13441": {
"Type": "TRice",
"Strg": "no value"
},
- "14414": {
+ "13442": {
"Type": "Trice",
"Strg": "no value"
},
- "14415": {
+ "13443": {
"Type": "trice",
"Strg": "no value"
},
- "14416": {
+ "13444": {
"Type": "TRice",
"Strg": "info:This is a message with one value %d and a 32-bit stamp.\\n"
},
- "14417": {
+ "13445": {
"Type": "Trice",
"Strg": "info:This is a message with one value %d and a 16-bit stamp.\\n"
},
- "14418": {
+ "13446": {
"Type": "trice",
"Strg": "info:This is a message with one value %d and without stamp.\\n"
},
- "14419": {
+ "13447": {
"Type": "TRICE",
"Strg": "info:This is a message without values and a 32-bit stamp.\\n"
},
- "14420": {
+ "13448": {
"Type": "TRICE",
"Strg": "info:This is a message without values and a 16-bit stamp.\\n"
},
- "14421": {
+ "13449": {
"Type": "TRICE",
"Strg": "info:This is a message without values and without stamp.\\n"
},
- "14422": {
+ "13450": {
"Type": "TRICE",
"Strg": "info:This is a message with one value %d and a 32-bit stamp.\\n"
},
- "14423": {
+ "13451": {
"Type": "TRICE",
"Strg": "info:This is a message with one value %d and a 16-bit stamp.\\n"
},
- "14424": {
+ "13452": {
"Type": "TRICE",
"Strg": "info:This is a message with one value %d and without stamp.\\n"
},
- "14425": {
+ "13453": {
"Type": "TRICE",
"Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
},
- "14426": {
+ "13454": {
"Type": "TRICE",
"Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
},
- "14427": {
+ "13455": {
"Type": "TRICE",
"Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
},
- "14428": {
+ "13456": {
"Type": "TRICE32",
"Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
},
- "14429": {
+ "13457": {
"Type": "TRICE32",
"Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
},
- "14430": {
+ "13458": {
"Type": "TRICE32",
"Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
},
- "14431": {
+ "13459": {
"Type": "TRICE8",
"Strg": "msg:value=%u\\n"
},
- "14432": {
+ "13460": {
"Type": "TRICE8_1",
"Strg": "msg:value=%u\\n"
},
- "14433": {
+ "13461": {
"Type": "TRICE8",
"Strg": "msg:value=%u\\n"
},
- "14434": {
+ "13462": {
"Type": "TRICE8_1",
"Strg": "msg:value=%u\\n"
},
- "14435": {
+ "13463": {
"Type": "TRICE8",
"Strg": "msg:value=%u\\n"
},
- "14436": {
+ "13464": {
"Type": "TRICE8_1",
"Strg": "msg:value=%u\\n"
},
- "14437": {
+ "13465": {
"Type": "trice8",
"Strg": "msg:value=%u\\n"
},
- "14438": {
+ "13466": {
"Type": "trice8_1",
"Strg": "msg:value=%u\\n"
},
- "14439": {
+ "13467": {
"Type": "Trice8",
"Strg": "msg:value=%u\\n"
},
- "14440": {
+ "13468": {
"Type": "Trice8_1",
"Strg": "msg:value=%u\\n"
},
- "14441": {
+ "13469": {
"Type": "TRice8",
"Strg": "msg:value=%u\\n"
},
- "14442": {
+ "13470": {
"Type": "TRice8_1",
"Strg": "msg:value=%u\\n"
},
- "14443": {
+ "13471": {
"Type": "TRICE16",
"Strg": "msg:value=%u\\n"
},
- "14444": {
+ "13472": {
"Type": "TRICE16_1",
"Strg": "msg:value=%u\\n"
},
- "14445": {
+ "13473": {
"Type": "TRICE16",
"Strg": "msg:value=%u\\n"
},
- "14446": {
+ "13474": {
"Type": "TRICE16_1",
"Strg": "msg:value=%u\\n"
},
- "14447": {
+ "13475": {
"Type": "TRICE16",
"Strg": "msg:value=%u\\n"
},
- "14448": {
+ "13476": {
"Type": "TRICE16_1",
"Strg": "msg:value=%u\\n"
},
- "14449": {
+ "13477": {
"Type": "trice16",
"Strg": "msg:value=%u\\n"
},
- "14450": {
+ "13478": {
"Type": "trice16_1",
"Strg": "msg:value=%u\\n"
},
- "14451": {
+ "13479": {
"Type": "Trice16",
"Strg": "msg:value=%u\\n"
},
- "14452": {
+ "13480": {
"Type": "Trice16_1",
"Strg": "msg:value=%u\\n"
},
- "14453": {
+ "13481": {
"Type": "TRice16",
"Strg": "msg:value=%u\\n"
},
- "14454": {
+ "13482": {
"Type": "TRice16_1",
"Strg": "msg:value=%u\\n"
},
- "14455": {
+ "13483": {
"Type": "TRICE32",
"Strg": "msg:value=%u\\n"
},
- "14456": {
+ "13484": {
"Type": "TRICE32_1",
"Strg": "msg:value=%u\\n"
},
- "14457": {
+ "13485": {
"Type": "TRICE32",
"Strg": "msg:value=%u\\n"
},
- "14458": {
+ "13486": {
"Type": "TRICE32_1",
"Strg": "msg:value=%u\\n"
},
- "14459": {
+ "13487": {
"Type": "TRICE32",
"Strg": "msg:value=%u\\n"
},
- "14460": {
+ "13488": {
"Type": "TRICE32_1",
"Strg": "msg:value=%u\\n"
},
- "14461": {
+ "13489": {
"Type": "trice32",
"Strg": "msg:value=%u\\n"
},
- "14462": {
+ "13490": {
"Type": "trice32_1",
"Strg": "msg:value=%u\\n"
},
- "14463": {
+ "13491": {
"Type": "Trice32",
"Strg": "msg:value=%u\\n"
},
- "14464": {
+ "13492": {
"Type": "Trice32_1",
"Strg": "msg:value=%u\\n"
},
- "14465": {
+ "13493": {
"Type": "TRice32",
"Strg": "msg:value=%u\\n"
},
- "14466": {
+ "13494": {
"Type": "TRice32_1",
"Strg": "msg:value=%u\\n"
},
- "14467": {
+ "13495": {
"Type": "TRICE64",
"Strg": "msg:value=%u\\n"
},
- "14468": {
+ "13496": {
"Type": "TRICE64_1",
"Strg": "msg:value=%u\\n"
},
- "14469": {
+ "13497": {
"Type": "TRICE64",
"Strg": "msg:value=%u\\n"
},
- "14470": {
+ "13498": {
"Type": "TRICE64_1",
"Strg": "msg:value=%u\\n"
},
- "14471": {
+ "13499": {
"Type": "TRICE64",
"Strg": "msg:value=%u\\n"
},
- "14472": {
+ "13500": {
"Type": "TRICE64_1",
"Strg": "msg:value=%u\\n"
},
- "14473": {
+ "13501": {
"Type": "trice64",
"Strg": "msg:value=%u\\n"
},
- "14474": {
+ "13502": {
"Type": "trice64_1",
"Strg": "msg:value=%u\\n"
},
- "14475": {
+ "13503": {
"Type": "Trice64",
"Strg": "msg:value=%u\\n"
},
- "14476": {
+ "13504": {
"Type": "Trice64_1",
"Strg": "msg:value=%u\\n"
},
- "14477": {
+ "13505": {
"Type": "TRice64",
"Strg": "msg:value=%u\\n"
},
- "14478": {
+ "13506": {
"Type": "TRice64_1",
"Strg": "msg:value=%u\\n"
},
- "14479": {
+ "13507": {
"Type": "TRice8",
"Strg": "msg:value=%d\\n"
},
- "14480": {
+ "13508": {
"Type": "Trice8",
"Strg": "msg:value=%d, %d\\n"
},
- "14481": {
+ "13509": {
"Type": "trice8",
"Strg": "msg:value=%d, %d, %d\\n"
},
- "14482": {
+ "13510": {
"Type": "TRice8",
"Strg": "msg:value=%d, %d, %d, %d\\n"
},
- "14483": {
+ "13511": {
"Type": "Trice8",
"Strg": "msg:value=%d, %d, %d, %d, %d\\n"
},
- "14484": {
+ "13512": {
"Type": "trice8",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
},
- "14485": {
+ "13513": {
"Type": "TRice8",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
},
- "14486": {
+ "13514": {
"Type": "Trice8",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14487": {
+ "13515": {
"Type": "trice8",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14488": {
+ "13516": {
"Type": "TRice8",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14489": {
+ "13517": {
"Type": "Trice8",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14490": {
+ "13518": {
"Type": "trice8",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14491": {
+ "13519": {
"Type": "TRice16",
"Strg": "msg:value=%d\\n"
},
- "14492": {
+ "13520": {
"Type": "Trice16",
"Strg": "msg:value=%d, %d\\n"
},
- "14493": {
+ "13521": {
"Type": "trice16",
"Strg": "msg:value=%d, %d, %d\\n"
},
- "14494": {
+ "13522": {
"Type": "TRice16",
"Strg": "msg:value=%d, %d, %d, %d\\n"
},
- "14495": {
+ "13523": {
"Type": "Trice16",
"Strg": "msg:value=%d, %d, %d, %d, %d\\n"
},
- "14496": {
+ "13524": {
"Type": "trice16",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
},
- "14497": {
+ "13525": {
"Type": "TRice16",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
},
- "14498": {
+ "13526": {
"Type": "Trice16",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14499": {
+ "13527": {
"Type": "trice16",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14500": {
+ "13528": {
"Type": "TRice16",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14501": {
+ "13529": {
"Type": "Trice16",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14502": {
+ "13530": {
"Type": "trice16",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14503": {
+ "13531": {
"Type": "TRice32",
"Strg": "msg:value=%d\\n"
},
- "14504": {
+ "13532": {
"Type": "Trice32",
"Strg": "msg:value=%d, %d\\n"
},
- "14505": {
+ "13533": {
"Type": "trice32",
"Strg": "msg:value=%d, %d, %d\\n"
},
- "14506": {
+ "13534": {
"Type": "TRice32",
"Strg": "msg:value=%d, %d, %d, %d\\n"
},
- "14507": {
+ "13535": {
"Type": "Trice32",
"Strg": "msg:value=%d, %d, %d, %d, %d\\n"
},
- "14508": {
+ "13536": {
"Type": "trice32",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
},
- "14509": {
+ "13537": {
"Type": "TRice32",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
},
- "14510": {
+ "13538": {
"Type": "Trice32",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14511": {
+ "13539": {
"Type": "trice32",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14512": {
+ "13540": {
"Type": "TRice32",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14513": {
+ "13541": {
"Type": "Trice32",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14514": {
+ "13542": {
"Type": "trice32",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14515": {
+ "13543": {
"Type": "TRice64",
"Strg": "msg:value=%d\\n"
},
- "14516": {
+ "13544": {
"Type": "Trice64",
"Strg": "msg:value=%d, %d\\n"
},
- "14517": {
+ "13545": {
"Type": "trice64",
"Strg": "msg:value=%d, %d, %d\\n"
},
- "14518": {
+ "13546": {
"Type": "TRice64",
"Strg": "msg:value=%d, %d, %d, %d\\n"
},
- "14519": {
+ "13547": {
"Type": "Trice64",
"Strg": "msg:value=%d, %d, %d, %d, %d\\n"
},
- "14520": {
+ "13548": {
"Type": "trice64",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
},
- "14521": {
+ "13549": {
"Type": "TRice64",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
},
- "14522": {
+ "13550": {
"Type": "Trice64",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14523": {
+ "13551": {
"Type": "trice64",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14524": {
+ "13552": {
"Type": "TRice64",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14525": {
+ "13553": {
"Type": "Trice64",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14526": {
+ "13554": {
"Type": "trice64",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14527": {
+ "13555": {
"Type": "TRice8_1",
"Strg": "msg:value=%d\\n"
},
- "14528": {
+ "13556": {
"Type": "Trice8_2",
"Strg": "msg:value=%d, %d\\n"
},
- "14529": {
+ "13557": {
"Type": "trice8_3",
"Strg": "msg:value=%d, %d, %d\\n"
},
- "14530": {
+ "13558": {
"Type": "TRice8_4",
"Strg": "msg:value=%d, %d, %d, %d\\n"
},
- "14531": {
+ "13559": {
"Type": "Trice8_5",
"Strg": "msg:value=%d, %d, %d, %d, %d\\n"
},
- "14532": {
+ "13560": {
"Type": "trice8_6",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
},
- "14533": {
+ "13561": {
"Type": "TRice8_7",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
},
- "14534": {
+ "13562": {
"Type": "Trice8_8",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14535": {
+ "13563": {
"Type": "trice8_9",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14536": {
+ "13564": {
"Type": "TRice8_10",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14537": {
+ "13565": {
"Type": "Trice8_11",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14538": {
+ "13566": {
"Type": "trice8_12",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14539": {
+ "13567": {
"Type": "TRice16_1",
"Strg": "msg:value=%d\\n"
},
- "14540": {
+ "13568": {
"Type": "Trice16_2",
"Strg": "msg:value=%d, %d\\n"
},
- "14541": {
+ "13569": {
"Type": "trice16_3",
"Strg": "msg:value=%d, %d, %d\\n"
},
- "14542": {
+ "13570": {
"Type": "TRice16_4",
"Strg": "msg:value=%d, %d, %d, %d\\n"
},
- "14543": {
+ "13571": {
"Type": "Trice16_5",
"Strg": "msg:value=%d, %d, %d, %d, %d\\n"
},
- "14544": {
+ "13572": {
"Type": "trice16_6",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
},
- "14545": {
+ "13573": {
"Type": "TRice16_7",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
},
- "14546": {
+ "13574": {
"Type": "Trice16_8",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14547": {
+ "13575": {
"Type": "trice16_9",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14548": {
+ "13576": {
"Type": "TRice16_10",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14549": {
+ "13577": {
"Type": "Trice16_11",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14550": {
+ "13578": {
"Type": "trice16_12",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14551": {
+ "13579": {
"Type": "TRice32_1",
"Strg": "msg:value=%d\\n"
},
- "14552": {
+ "13580": {
"Type": "Trice32_2",
"Strg": "msg:value=%d, %d\\n"
},
- "14553": {
+ "13581": {
"Type": "trice32_3",
"Strg": "msg:value=%d, %d, %d\\n"
},
- "14554": {
+ "13582": {
"Type": "TRice32_4",
"Strg": "msg:value=%d, %d, %d, %d\\n"
},
- "14555": {
+ "13583": {
"Type": "Trice32_5",
"Strg": "msg:value=%d, %d, %d, %d, %d\\n"
},
- "14556": {
+ "13584": {
"Type": "trice32_6",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
},
- "14557": {
+ "13585": {
"Type": "TRice32_7",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
},
- "14558": {
+ "13586": {
"Type": "Trice32_8",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14559": {
+ "13587": {
"Type": "trice32_9",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14560": {
+ "13588": {
"Type": "TRice32_10",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14561": {
+ "13589": {
"Type": "Trice32_11",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14562": {
+ "13590": {
"Type": "trice32_12",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14563": {
+ "13591": {
"Type": "TRice64_1",
"Strg": "msg:value=%d\\n"
},
- "14564": {
+ "13592": {
"Type": "Trice64_2",
"Strg": "msg:value=%d, %d\\n"
},
- "14565": {
+ "13593": {
"Type": "trice64_3",
"Strg": "msg:value=%d, %d, %d\\n"
},
- "14566": {
+ "13594": {
"Type": "TRice64_4",
"Strg": "msg:value=%d, %d, %d, %d\\n"
},
- "14567": {
+ "13595": {
"Type": "Trice64_5",
"Strg": "msg:value=%d, %d, %d, %d, %d\\n"
},
- "14568": {
+ "13596": {
"Type": "trice64_6",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
},
- "14569": {
+ "13597": {
"Type": "TRice64_7",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
},
- "14570": {
+ "13598": {
"Type": "Trice64_8",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14571": {
+ "13599": {
"Type": "trice64_9",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14572": {
+ "13600": {
"Type": "TRice64_10",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14573": {
+ "13601": {
"Type": "Trice64_11",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14574": {
+ "13602": {
"Type": "trice64_12",
"Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14575": {
+ "13603": {
"Type": "trice8",
"Strg": "value=%d\\n"
},
- "14576": {
+ "13604": {
"Type": "Trice8",
"Strg": "value=%d\\n"
},
- "14577": {
+ "13605": {
"Type": "TRice8",
"Strg": "value=%d\\n"
},
- "14578": {
+ "13606": {
"Type": "trice8_1",
"Strg": "value=%d\\n"
},
- "14579": {
+ "13607": {
"Type": "Trice8_1",
"Strg": "value=%d\\n"
},
- "14580": {
+ "13608": {
"Type": "TRice8_1",
"Strg": "value=%d\\n"
},
- "14581": {
+ "13609": {
"Type": "trice16",
"Strg": "value=%d\\n"
},
- "14582": {
+ "13610": {
"Type": "Trice16",
"Strg": "value=%d\\n"
},
- "14583": {
+ "13611": {
"Type": "TRice16",
"Strg": "value=%d\\n"
},
- "14584": {
+ "13612": {
"Type": "trice16_1",
"Strg": "value=%d\\n"
},
- "14585": {
+ "13613": {
"Type": "Trice16_1",
"Strg": "value=%d\\n"
},
- "14586": {
+ "13614": {
"Type": "TRice16_1",
"Strg": "value=%d\\n"
},
- "14587": {
+ "13615": {
"Type": "trice32",
"Strg": "value=%d\\n"
},
- "14588": {
+ "13616": {
"Type": "Trice32",
"Strg": "value=%d\\n"
},
- "14589": {
+ "13617": {
"Type": "TRice32",
"Strg": "value=%d\\n"
},
- "14590": {
+ "13618": {
"Type": "trice32_1",
"Strg": "value=%d\\n"
},
- "14591": {
+ "13619": {
"Type": "Trice32_1",
"Strg": "value=%d\\n"
},
- "14592": {
+ "13620": {
"Type": "TRice32_1",
"Strg": "value=%d\\n"
},
- "14593": {
+ "13621": {
"Type": "trice64",
"Strg": "value=%d\\n"
},
- "14594": {
+ "13622": {
"Type": "Trice64",
"Strg": "value=%d\\n"
},
- "14595": {
+ "13623": {
"Type": "TRice64",
"Strg": "value=%d\\n"
},
- "14596": {
+ "13624": {
"Type": "trice64_1",
"Strg": "value=%d\\n"
},
- "14597": {
+ "13625": {
"Type": "Trice64_1",
"Strg": "value=%d\\n"
},
- "14598": {
+ "13626": {
"Type": "TRice64_1",
"Strg": "value=%d\\n"
},
- "14599": {
+ "13627": {
"Type": "TRICE",
"Strg": "value=%d\\n"
},
- "14600": {
+ "13628": {
"Type": "TRICE",
"Strg": "value=%d\\n"
},
- "14601": {
+ "13629": {
"Type": "TRICE",
"Strg": "value=%d\\n"
},
- "14602": {
+ "13630": {
"Type": "TRICE",
"Strg": "value=%d\\n"
},
- "14603": {
+ "13631": {
"Type": "TRICE8",
"Strg": "value=%d\\n"
},
- "14604": {
+ "13632": {
"Type": "TRICE8_1",
"Strg": "value=%d\\n"
},
- "14605": {
+ "13633": {
"Type": "trice8",
"Strg": "value=%d\\n"
},
- "14606": {
+ "13634": {
"Type": "trice8_1",
"Strg": "value=%d\\n"
},
- "14607": {
+ "13635": {
"Type": "TRICE8",
"Strg": "value=%d\\n"
},
- "14608": {
+ "13636": {
"Type": "TRICE8_1",
"Strg": "value=%d\\n"
},
- "14609": {
+ "13637": {
"Type": "Trice8",
"Strg": "value=%d\\n"
},
- "14610": {
+ "13638": {
"Type": "Trice8_1",
"Strg": "value=%d\\n"
},
- "14611": {
+ "13639": {
"Type": "TRICE8",
"Strg": "value=%d\\n"
},
- "14612": {
+ "13640": {
"Type": "TRICE8_1",
"Strg": "value=%d\\n"
},
- "14613": {
+ "13641": {
"Type": "TRice8",
"Strg": "value=%d\\n"
},
- "14614": {
+ "13642": {
"Type": "TRice8_1",
"Strg": "value=%d\\n"
},
- "14615": {
+ "13643": {
"Type": "TRICE8",
"Strg": "value=%d\\n"
},
- "14616": {
+ "13644": {
"Type": "TRICE8_1",
"Strg": "value=%d\\n"
},
- "14617": {
+ "13645": {
"Type": "TRICE",
"Strg": "FATAL:magenta+b:red\\n"
},
- "14618": {
+ "13646": {
"Type": "TRICE",
"Strg": "CRITICAL:red+i:default+h\\n"
},
- "14619": {
+ "13647": {
"Type": "TRICE",
"Strg": "EMERGENCY:red+i:blue\\n"
},
- "14620": {
+ "13648": {
"Type": "TRICE",
"Strg": "ERROR:11:red\\n"
},
- "14621": {
+ "13649": {
"Type": "TRICE",
"Strg": "WARNING:11+i:red\\n"
},
- "14622": {
+ "13650": {
"Type": "TRICE",
"Strg": "ATTENTION:11:green\\n"
},
- "14623": {
+ "13651": {
"Type": "TRICE",
"Strg": "INFO:cyan+b:default+h\\n"
},
- "14624": {
+ "13652": {
"Type": "TRICE",
"Strg": "DEBUG:130+i\\n"
},
- "14625": {
+ "13653": {
"Type": "TRICE",
"Strg": "TRACE:default+i:default+h\\n"
},
- "14626": {
+ "13654": {
"Type": "TRICE",
"Strg": "TIME:blue+i:blue+h\\n"
},
- "14627": {
+ "13655": {
"Type": "TRICE",
"Strg": "MESSAGE:green+h:black\\n"
},
- "14628": {
+ "13656": {
"Type": "TRICE",
"Strg": "READ:black+i:yellow+h\\n"
},
- "14629": {
+ "13657": {
"Type": "TRICE",
"Strg": "WRITE:black+u:yellow+h\\n"
},
- "14630": {
+ "13658": {
"Type": "TRICE",
"Strg": "RECEIVE:black+h:black\\n"
},
- "14631": {
+ "13659": {
"Type": "TRICE",
"Strg": "TRANSMIT:black:black+h\\n"
},
- "14632": {
+ "13660": {
"Type": "TRICE",
"Strg": "DIAG:yellow+i:default+h\\n"
},
- "14633": {
+ "13661": {
"Type": "TRICE",
"Strg": "INTERRUPT:magenta+i:default+h\\n"
},
- "14634": {
+ "13662": {
"Type": "TRICE",
"Strg": "SIGNAL:118+i\\n"
},
- "14635": {
+ "13663": {
"Type": "TRICE",
"Strg": "TEST:yellow+h:black\\n"
},
- "14636": {
+ "13664": {
"Type": "TRICE",
"Strg": "DEFAULT:off\\n"
},
- "14637": {
+ "13665": {
"Type": "TRICE",
"Strg": "NOTICE:blue:white+h\\n"
},
- "14638": {
+ "13666": {
"Type": "TRICE",
"Strg": "ALERT:magenta:magenta+h\\n"
},
- "14639": {
+ "13667": {
"Type": "TRICE",
"Strg": "ASSERT:yellow+i:blue\\n"
},
- "14640": {
+ "13668": {
"Type": "TRICE",
"Strg": "ALARM:red+i:white+h\\n"
},
- "14641": {
+ "13669": {
"Type": "TRICE",
"Strg": "VERBOSE:blue:default\\n"
},
- "14642": {
+ "13670": {
"Type": "TRICE",
"Strg": "fatal:magenta+b:red\\n"
},
- "14643": {
+ "13671": {
"Type": "TRICE",
"Strg": "critical:red+i:default+h\\n"
},
- "14644": {
+ "13672": {
"Type": "TRICE",
"Strg": "emergency:red+i:blue\\n"
},
- "14645": {
+ "13673": {
"Type": "TRICE",
"Strg": "error:11:red\\n"
},
- "14646": {
+ "13674": {
"Type": "TRICE",
"Strg": "warning:11+i:red\\n"
},
- "14647": {
+ "13675": {
"Type": "TRICE",
"Strg": "attention:11:green\\n"
},
- "14648": {
+ "13676": {
"Type": "TRICE",
"Strg": "info:cyan+b:default+h\\n"
},
- "14649": {
+ "13677": {
"Type": "TRICE",
"Strg": "debug:130+i\\n"
},
- "14650": {
+ "13678": {
"Type": "TRICE",
"Strg": "trace:default+i:default+h\\n"
},
- "14651": {
+ "13679": {
"Type": "TRICE",
"Strg": "time:blue+i:blue+h\\n"
},
- "14652": {
+ "13680": {
"Type": "TRICE",
"Strg": "message:green+h:black\\n"
},
- "14653": {
+ "13681": {
"Type": "TRICE",
"Strg": "read:black+i:yellow+h\\n"
},
- "14654": {
+ "13682": {
"Type": "TRICE",
"Strg": "write:black+u:yellow+h\\n"
},
- "14655": {
+ "13683": {
"Type": "TRICE",
"Strg": "receive:black+h:black\\n"
},
- "14656": {
+ "13684": {
"Type": "TRICE",
"Strg": "transmit:black:black+h\\n"
},
- "14657": {
+ "13685": {
"Type": "TRICE",
"Strg": "diag:yellow+i:default+h\\n"
},
- "14658": {
+ "13686": {
"Type": "TRICE",
"Strg": "interrupt:magenta+i:default+h\\n"
},
- "14659": {
+ "13687": {
"Type": "TRICE",
"Strg": "signal:118+i\\n"
},
- "14660": {
+ "13688": {
"Type": "TRICE",
"Strg": "test:yellow+h:black\\n"
},
- "14661": {
+ "13689": {
"Type": "TRICE",
"Strg": "default:off\\n"
},
- "14662": {
+ "13690": {
"Type": "TRICE",
"Strg": "notice:blue:white+h\\n"
},
- "14663": {
+ "13691": {
"Type": "TRICE",
"Strg": "alert:magenta:magenta+h\\n"
},
- "14664": {
+ "13692": {
"Type": "TRICE",
"Strg": "assert:yellow+i:blue\\n"
},
- "14665": {
+ "13693": {
"Type": "TRICE",
"Strg": "alarm:red+i:white+h\\n"
},
- "14666": {
+ "13694": {
"Type": "TRICE",
"Strg": "verbose:blue:default\\n"
},
- "14667": {
+ "13695": {
"Type": "trice",
"Strg": "FATAL:magenta+b:red\\n"
},
- "14668": {
+ "13696": {
"Type": "trice",
"Strg": "CRITICAL:red+i:default+h\\n"
},
- "14669": {
+ "13697": {
"Type": "trice",
"Strg": "EMERGENCY:red+i:blue\\n"
},
- "14670": {
+ "13698": {
"Type": "trice",
"Strg": "ERROR:11:red\\n"
},
- "14671": {
+ "13699": {
"Type": "trice",
"Strg": "WARNING:11+i:red\\n"
},
- "14672": {
+ "13700": {
"Type": "trice",
"Strg": "ATTENTION:11:green\\n"
},
- "14673": {
+ "13701": {
"Type": "trice",
"Strg": "INFO:cyan+b:default+h\\n"
},
- "14674": {
+ "13702": {
"Type": "trice",
"Strg": "DEBUG:130+i\\n"
},
- "14675": {
+ "13703": {
"Type": "trice",
"Strg": "TRACE:default+i:default+h\\n"
},
- "14676": {
+ "13704": {
"Type": "trice",
"Strg": "TIME:blue+i:blue+h\\n"
},
- "14677": {
+ "13705": {
"Type": "trice",
"Strg": "MESSAGE:green+h:black\\n"
},
- "14678": {
+ "13706": {
"Type": "trice",
"Strg": "READ:black+i:yellow+h\\n"
},
- "14679": {
+ "13707": {
"Type": "trice",
"Strg": "WRITE:black+u:yellow+h\\n"
},
- "14680": {
+ "13708": {
"Type": "trice",
"Strg": "RECEIVE:black+h:black\\n"
},
- "14681": {
+ "13709": {
"Type": "trice",
"Strg": "TRANSMIT:black:black+h\\n"
},
- "14682": {
+ "13710": {
"Type": "trice",
"Strg": "DIAG:yellow+i:default+h\\n"
},
- "14683": {
+ "13711": {
"Type": "trice",
"Strg": "INTERRUPT:magenta+i:default+h\\n"
},
- "14684": {
+ "13712": {
"Type": "trice",
"Strg": "SIGNAL:118+i\\n"
},
- "14685": {
+ "13713": {
"Type": "trice",
"Strg": "TEST:yellow+h:black\\n"
},
- "14686": {
+ "13714": {
"Type": "trice",
"Strg": "DEFAULT:off\\n"
},
- "14687": {
+ "13715": {
"Type": "trice",
"Strg": "NOTICE:blue:white+h\\n"
},
- "14688": {
+ "13716": {
"Type": "trice",
"Strg": "ALERT:magenta:magenta+h\\n"
},
- "14689": {
+ "13717": {
"Type": "trice",
"Strg": "ASSERT:yellow+i:blue\\n"
},
- "14690": {
+ "13718": {
"Type": "trice",
"Strg": "ALARM:red+i:white+h\\n"
},
- "14691": {
+ "13719": {
"Type": "trice",
"Strg": "VERBOSE:blue:default\\n"
},
- "14692": {
+ "13720": {
"Type": "trice",
"Strg": "fatal:magenta+b:red\\n"
},
- "14693": {
+ "13721": {
"Type": "trice",
"Strg": "critical:red+i:default+h\\n"
},
- "14694": {
+ "13722": {
"Type": "trice",
"Strg": "emergency:red+i:blue\\n"
},
- "14695": {
+ "13723": {
"Type": "trice",
"Strg": "error:11:red\\n"
},
- "14696": {
+ "13724": {
"Type": "trice",
"Strg": "warning:11+i:red\\n"
},
- "14697": {
+ "13725": {
"Type": "trice",
"Strg": "attention:11:green\\n"
},
- "14698": {
+ "13726": {
"Type": "trice",
"Strg": "info:cyan+b:default+h\\n"
},
- "14699": {
+ "13727": {
"Type": "trice",
"Strg": "debug:130+i\\n"
},
- "14700": {
+ "13728": {
"Type": "trice",
"Strg": "trace:default+i:default+h\\n"
},
- "14701": {
+ "13729": {
"Type": "trice",
"Strg": "time:blue+i:blue+h\\n"
},
- "14702": {
+ "13730": {
"Type": "trice",
"Strg": "message:green+h:black\\n"
},
- "14703": {
+ "13731": {
"Type": "trice",
"Strg": "read:black+i:yellow+h\\n"
},
- "14704": {
+ "13732": {
"Type": "trice",
"Strg": "write:black+u:yellow+h\\n"
},
- "14705": {
+ "13733": {
"Type": "trice",
"Strg": "receive:black+h:black\\n"
},
- "14706": {
+ "13734": {
"Type": "trice",
"Strg": "transmit:black:black+h\\n"
},
- "14707": {
+ "13735": {
"Type": "trice",
"Strg": "diag:yellow+i:default+h\\n"
},
- "14708": {
+ "13736": {
"Type": "trice",
"Strg": "interrupt:magenta+i:default+h\\n"
},
- "14709": {
+ "13737": {
"Type": "trice",
"Strg": "signal:118+i\\n"
},
- "14710": {
+ "13738": {
"Type": "trice",
"Strg": "test:yellow+h:black\\n"
},
- "14711": {
+ "13739": {
"Type": "trice",
"Strg": "default:off\\n"
},
- "14712": {
+ "13740": {
"Type": "trice",
"Strg": "notice:blue:white+h\\n"
},
- "14713": {
+ "13741": {
"Type": "trice",
"Strg": "alert:magenta:magenta+h\\n"
},
- "14714": {
+ "13742": {
"Type": "trice",
"Strg": "assert:yellow+i:blue\\n"
},
- "14715": {
+ "13743": {
"Type": "trice",
"Strg": "alarm:red+i:white+h\\n"
},
- "14716": {
+ "13744": {
"Type": "trice",
"Strg": "verbose:blue:default\\n"
},
- "14717": {
+ "13745": {
"Type": "TRICE",
"Strg": "FATAL:magenta+b:red\\n"
},
- "14718": {
+ "13746": {
"Type": "TRICE",
"Strg": "CRITICAL:red+i:default+h\\n"
},
- "14719": {
+ "13747": {
"Type": "TRICE",
"Strg": "EMERGENCY:red+i:blue\\n"
},
- "14720": {
+ "13748": {
"Type": "TRICE",
"Strg": "ERROR:11:red\\n"
},
- "14721": {
+ "13749": {
"Type": "TRICE",
"Strg": "WARNING:11+i:red\\n"
},
- "14722": {
+ "13750": {
"Type": "TRICE",
"Strg": "ATTENTION:11:green\\n"
},
- "14723": {
+ "13751": {
"Type": "TRICE",
"Strg": "INFO:cyan+b:default+h\\n"
},
- "14724": {
+ "13752": {
"Type": "TRICE",
"Strg": "DEBUG:130+i\\n"
},
- "14725": {
+ "13753": {
"Type": "TRICE",
"Strg": "TRACE:default+i:default+h\\n"
},
- "14726": {
+ "13754": {
"Type": "TRICE",
"Strg": "TIME:blue+i:blue+h\\n"
},
- "14727": {
+ "13755": {
"Type": "TRICE",
"Strg": "MESSAGE:green+h:black\\n"
},
- "14728": {
+ "13756": {
"Type": "TRICE",
"Strg": "READ:black+i:yellow+h\\n"
},
- "14729": {
+ "13757": {
"Type": "TRICE",
"Strg": "WRITE:black+u:yellow+h\\n"
},
- "14730": {
+ "13758": {
"Type": "TRICE",
"Strg": "RECEIVE:black+h:black\\n"
},
- "14731": {
+ "13759": {
"Type": "TRICE",
"Strg": "TRANSMIT:black:black+h\\n"
},
- "14732": {
+ "13760": {
"Type": "TRICE",
"Strg": "DIAG:yellow+i:default+h\\n"
},
- "14733": {
+ "13761": {
"Type": "TRICE",
"Strg": "INTERRUPT:magenta+i:default+h\\n"
},
- "14734": {
+ "13762": {
"Type": "TRICE",
"Strg": "SIGNAL:118+i\\n"
},
- "14735": {
+ "13763": {
"Type": "TRICE",
"Strg": "TEST:yellow+h:black\\n"
},
- "14736": {
+ "13764": {
"Type": "TRICE",
"Strg": "DEFAULT:off\\n"
},
- "14737": {
+ "13765": {
"Type": "TRICE",
"Strg": "NOTICE:blue:white+h\\n"
},
- "14738": {
+ "13766": {
"Type": "TRICE",
"Strg": "ALERT:magenta:magenta+h\\n"
},
- "14739": {
+ "13767": {
"Type": "TRICE",
"Strg": "ASSERT:yellow+i:blue\\n"
},
- "14740": {
+ "13768": {
"Type": "TRICE",
"Strg": "ALARM:red+i:white+h\\n"
},
- "14741": {
+ "13769": {
"Type": "TRICE",
"Strg": "VERBOSE:blue:default\\n"
},
- "14742": {
+ "13770": {
"Type": "TRICE",
"Strg": "fatal:magenta+b:red\\n"
},
- "14743": {
+ "13771": {
"Type": "TRICE",
"Strg": "critical:red+i:default+h\\n"
},
- "14744": {
+ "13772": {
"Type": "TRICE",
"Strg": "emergency:red+i:blue\\n"
},
- "14745": {
+ "13773": {
"Type": "TRICE",
"Strg": "error:11:red\\n"
},
- "14746": {
+ "13774": {
"Type": "TRICE",
"Strg": "warning:11+i:red\\n"
},
- "14747": {
+ "13775": {
"Type": "TRICE",
"Strg": "attention:11:green\\n"
},
- "14748": {
+ "13776": {
"Type": "TRICE",
"Strg": "info:cyan+b:default+h\\n"
},
- "14749": {
+ "13777": {
"Type": "TRICE",
"Strg": "debug:130+i\\n"
},
- "14750": {
+ "13778": {
"Type": "TRICE",
"Strg": "trace:default+i:default+h\\n"
},
- "14751": {
+ "13779": {
"Type": "TRICE",
"Strg": "time:blue+i:blue+h\\n"
},
- "14752": {
+ "13780": {
"Type": "TRICE",
"Strg": "message:green+h:black\\n"
},
- "14753": {
+ "13781": {
"Type": "TRICE",
"Strg": "read:black+i:yellow+h\\n"
},
- "14754": {
+ "13782": {
"Type": "TRICE",
"Strg": "write:black+u:yellow+h\\n"
},
- "14755": {
+ "13783": {
"Type": "TRICE",
"Strg": "receive:black+h:black\\n"
},
- "14756": {
+ "13784": {
"Type": "TRICE",
"Strg": "transmit:black:black+h\\n"
},
- "14757": {
+ "13785": {
"Type": "TRICE",
"Strg": "diag:yellow+i:default+h\\n"
},
- "14758": {
+ "13786": {
"Type": "TRICE",
"Strg": "interrupt:magenta+i:default+h\\n"
},
- "14759": {
+ "13787": {
"Type": "TRICE",
"Strg": "signal:118+i\\n"
},
- "14760": {
+ "13788": {
"Type": "TRICE",
"Strg": "test:yellow+h:black\\n"
},
- "14761": {
+ "13789": {
"Type": "TRICE",
"Strg": "default:off\\n"
},
- "14762": {
+ "13790": {
"Type": "TRICE",
"Strg": "notice:blue:white+h\\n"
},
- "14763": {
+ "13791": {
"Type": "TRICE",
"Strg": "alert:magenta:magenta+h\\n"
},
- "14764": {
+ "13792": {
"Type": "TRICE",
"Strg": "assert:yellow+i:blue\\n"
},
- "14765": {
+ "13793": {
"Type": "TRICE",
"Strg": "alarm:red+i:white+h\\n"
},
- "14766": {
+ "13794": {
"Type": "TRICE",
"Strg": "verbose:blue:default\\n"
},
- "14767": {
+ "13795": {
"Type": "Trice",
"Strg": "FATAL:magenta+b:red\\n"
},
- "14768": {
+ "13796": {
"Type": "Trice",
"Strg": "CRITICAL:red+i:default+h\\n"
},
- "14769": {
+ "13797": {
"Type": "Trice",
"Strg": "EMERGENCY:red+i:blue\\n"
},
- "14770": {
+ "13798": {
"Type": "Trice",
"Strg": "ERROR:11:red\\n"
},
- "14771": {
+ "13799": {
"Type": "Trice",
"Strg": "WARNING:11+i:red\\n"
},
- "14772": {
+ "13800": {
"Type": "Trice",
"Strg": "ATTENTION:11:green\\n"
},
- "14773": {
+ "13801": {
"Type": "Trice",
"Strg": "INFO:cyan+b:default+h\\n"
},
- "14774": {
+ "13802": {
"Type": "Trice",
"Strg": "DEBUG:130+i\\n"
},
- "14775": {
+ "13803": {
"Type": "Trice",
"Strg": "TRACE:default+i:default+h\\n"
},
- "14776": {
+ "13804": {
"Type": "Trice",
"Strg": "TIME:blue+i:blue+h\\n"
},
- "14777": {
+ "13805": {
"Type": "Trice",
"Strg": "MESSAGE:green+h:black\\n"
},
- "14778": {
+ "13806": {
"Type": "Trice",
"Strg": "READ:black+i:yellow+h\\n"
},
- "14779": {
+ "13807": {
"Type": "Trice",
"Strg": "WRITE:black+u:yellow+h\\n"
},
- "14780": {
+ "13808": {
"Type": "Trice",
"Strg": "RECEIVE:black+h:black\\n"
},
- "14781": {
+ "13809": {
"Type": "Trice",
"Strg": "TRANSMIT:black:black+h\\n"
},
- "14782": {
+ "13810": {
"Type": "Trice",
"Strg": "DIAG:yellow+i:default+h\\n"
},
- "14783": {
+ "13811": {
"Type": "Trice",
"Strg": "INTERRUPT:magenta+i:default+h\\n"
},
- "14784": {
+ "13812": {
"Type": "Trice",
"Strg": "SIGNAL:118+i\\n"
},
- "14785": {
+ "13813": {
"Type": "Trice",
"Strg": "TEST:yellow+h:black\\n"
},
- "14786": {
+ "13814": {
"Type": "Trice",
"Strg": "DEFAULT:off\\n"
},
- "14787": {
+ "13815": {
"Type": "Trice",
"Strg": "NOTICE:blue:white+h\\n"
},
- "14788": {
+ "13816": {
"Type": "Trice",
"Strg": "ALERT:magenta:magenta+h\\n"
},
- "14789": {
+ "13817": {
"Type": "Trice",
"Strg": "ASSERT:yellow+i:blue\\n"
},
- "14790": {
+ "13818": {
"Type": "Trice",
"Strg": "ALARM:red+i:white+h\\n"
},
- "14791": {
+ "13819": {
"Type": "Trice",
"Strg": "VERBOSE:blue:default\\n"
},
- "14792": {
+ "13820": {
"Type": "Trice",
"Strg": "fatal:magenta+b:red\\n"
},
- "14793": {
+ "13821": {
"Type": "Trice",
"Strg": "critical:red+i:default+h\\n"
},
- "14794": {
+ "13822": {
"Type": "Trice",
"Strg": "emergency:red+i:blue\\n"
},
- "14795": {
+ "13823": {
"Type": "Trice",
"Strg": "error:11:red\\n"
},
- "14796": {
+ "13824": {
"Type": "Trice",
"Strg": "warning:11+i:red\\n"
},
- "14797": {
+ "13825": {
"Type": "Trice",
"Strg": "attention:11:green\\n"
},
- "14798": {
+ "13826": {
"Type": "Trice",
"Strg": "info:cyan+b:default+h\\n"
},
- "14799": {
+ "13827": {
"Type": "Trice",
"Strg": "debug:130+i\\n"
},
- "14800": {
+ "13828": {
"Type": "Trice",
"Strg": "trace:default+i:default+h\\n"
},
- "14801": {
+ "13829": {
"Type": "Trice",
"Strg": "time:blue+i:blue+h\\n"
},
- "14802": {
+ "13830": {
"Type": "Trice",
"Strg": "message:green+h:black\\n"
},
- "14803": {
+ "13831": {
"Type": "Trice",
"Strg": "read:black+i:yellow+h\\n"
},
- "14804": {
+ "13832": {
"Type": "Trice",
"Strg": "write:black+u:yellow+h\\n"
},
- "14805": {
+ "13833": {
"Type": "Trice",
"Strg": "receive:black+h:black\\n"
},
- "14806": {
+ "13834": {
"Type": "Trice",
"Strg": "transmit:black:black+h\\n"
},
- "14807": {
+ "13835": {
"Type": "Trice",
"Strg": "diag:yellow+i:default+h\\n"
},
- "14808": {
+ "13836": {
"Type": "Trice",
"Strg": "interrupt:magenta+i:default+h\\n"
},
- "14809": {
+ "13837": {
"Type": "Trice",
"Strg": "signal:118+i\\n"
},
- "14810": {
+ "13838": {
"Type": "Trice",
"Strg": "test:yellow+h:black\\n"
},
- "14811": {
+ "13839": {
"Type": "Trice",
"Strg": "default:off\\n"
},
- "14812": {
+ "13840": {
"Type": "Trice",
"Strg": "notice:blue:white+h\\n"
},
- "14813": {
+ "13841": {
"Type": "Trice",
"Strg": "alert:magenta:magenta+h\\n"
},
- "14814": {
+ "13842": {
"Type": "Trice",
"Strg": "assert:yellow+i:blue\\n"
},
- "14815": {
+ "13843": {
"Type": "Trice",
"Strg": "alarm:red+i:white+h\\n"
},
- "14816": {
+ "13844": {
"Type": "Trice",
"Strg": "verbose:blue:default\\n"
},
- "14817": {
+ "13845": {
"Type": "TRICE",
"Strg": "FATAL:magenta+b:red\\n"
},
- "14818": {
+ "13846": {
"Type": "TRICE",
"Strg": "CRITICAL:red+i:default+h\\n"
},
- "14819": {
+ "13847": {
"Type": "TRICE",
"Strg": "EMERGENCY:red+i:blue\\n"
},
- "14820": {
+ "13848": {
"Type": "TRICE",
"Strg": "ERROR:11:red\\n"
},
- "14821": {
+ "13849": {
"Type": "TRICE",
"Strg": "WARNING:11+i:red\\n"
},
- "14822": {
+ "13850": {
"Type": "TRICE",
"Strg": "ATTENTION:11:green\\n"
},
- "14823": {
+ "13851": {
"Type": "TRICE",
"Strg": "INFO:cyan+b:default+h\\n"
},
- "14824": {
+ "13852": {
"Type": "TRICE",
"Strg": "DEBUG:130+i\\n"
},
- "14825": {
+ "13853": {
"Type": "TRICE",
"Strg": "TRACE:default+i:default+h\\n"
},
- "14826": {
+ "13854": {
"Type": "TRICE",
"Strg": "TIME:blue+i:blue+h\\n"
},
- "14827": {
+ "13855": {
"Type": "TRICE",
"Strg": "MESSAGE:green+h:black\\n"
},
- "14828": {
+ "13856": {
"Type": "TRICE",
"Strg": "READ:black+i:yellow+h\\n"
},
- "14829": {
+ "13857": {
"Type": "TRICE",
"Strg": "WRITE:black+u:yellow+h\\n"
},
- "14830": {
+ "13858": {
"Type": "TRICE",
"Strg": "RECEIVE:black+h:black\\n"
},
- "14831": {
+ "13859": {
"Type": "TRICE",
"Strg": "TRANSMIT:black:black+h\\n"
},
- "14832": {
+ "13860": {
"Type": "TRICE",
"Strg": "DIAG:yellow+i:default+h\\n"
},
- "14833": {
+ "13861": {
"Type": "TRICE",
"Strg": "INTERRUPT:magenta+i:default+h\\n"
},
- "14834": {
+ "13862": {
"Type": "TRICE",
"Strg": "SIGNAL:118+i\\n"
},
- "14835": {
+ "13863": {
"Type": "TRICE",
"Strg": "TEST:yellow+h:black\\n"
},
- "14836": {
+ "13864": {
"Type": "TRICE",
"Strg": "DEFAULT:off\\n"
},
- "14837": {
+ "13865": {
"Type": "TRICE",
"Strg": "NOTICE:blue:white+h\\n"
},
- "14838": {
+ "13866": {
"Type": "TRICE",
"Strg": "ALERT:magenta:magenta+h\\n"
},
- "14839": {
+ "13867": {
"Type": "TRICE",
"Strg": "ASSERT:yellow+i:blue\\n"
},
- "14840": {
+ "13868": {
"Type": "TRICE",
"Strg": "ALARM:red+i:white+h\\n"
},
- "14841": {
+ "13869": {
"Type": "TRICE",
"Strg": "VERBOSE:blue:default\\n"
},
- "14842": {
+ "13870": {
"Type": "TRICE",
"Strg": "fatal:magenta+b:red\\n"
},
- "14843": {
+ "13871": {
"Type": "TRICE",
"Strg": "critical:red+i:default+h\\n"
},
- "14844": {
+ "13872": {
"Type": "TRICE",
"Strg": "emergency:red+i:blue\\n"
},
- "14845": {
+ "13873": {
"Type": "TRICE",
"Strg": "error:11:red\\n"
},
- "14846": {
+ "13874": {
"Type": "TRICE",
"Strg": "warning:11+i:red\\n"
},
- "14847": {
+ "13875": {
"Type": "TRICE",
"Strg": "attention:11:green\\n"
},
- "14848": {
+ "13876": {
"Type": "TRICE",
"Strg": "info:cyan+b:default+h\\n"
},
- "14849": {
+ "13877": {
"Type": "TRICE",
"Strg": "debug:130+i\\n"
},
- "14850": {
+ "13878": {
"Type": "TRICE",
"Strg": "trace:default+i:default+h\\n"
},
- "14851": {
+ "13879": {
"Type": "TRICE",
"Strg": "time:blue+i:blue+h\\n"
},
- "14852": {
+ "13880": {
"Type": "TRICE",
"Strg": "message:green+h:black\\n"
},
- "14853": {
+ "13881": {
"Type": "TRICE",
"Strg": "read:black+i:yellow+h\\n"
},
- "14854": {
+ "13882": {
"Type": "TRICE",
"Strg": "write:black+u:yellow+h\\n"
},
- "14855": {
+ "13883": {
"Type": "TRICE",
"Strg": "receive:black+h:black\\n"
},
- "14856": {
+ "13884": {
"Type": "TRICE",
"Strg": "transmit:black:black+h\\n"
},
- "14857": {
+ "13885": {
"Type": "TRICE",
"Strg": "diag:yellow+i:default+h\\n"
},
- "14858": {
+ "13886": {
"Type": "TRICE",
"Strg": "interrupt:magenta+i:default+h\\n"
},
- "14859": {
+ "13887": {
"Type": "TRICE",
"Strg": "signal:118+i\\n"
},
- "14860": {
+ "13888": {
"Type": "TRICE",
"Strg": "test:yellow+h:black\\n"
},
- "14861": {
+ "13889": {
"Type": "TRICE",
"Strg": "default:off\\n"
},
- "14862": {
+ "13890": {
"Type": "TRICE",
"Strg": "notice:blue:white+h\\n"
},
- "14863": {
+ "13891": {
"Type": "TRICE",
"Strg": "alert:magenta:magenta+h\\n"
},
- "14864": {
+ "13892": {
"Type": "TRICE",
"Strg": "assert:yellow+i:blue\\n"
},
- "14865": {
+ "13893": {
"Type": "TRICE",
"Strg": "alarm:red+i:white+h\\n"
},
- "14866": {
+ "13894": {
"Type": "TRICE",
"Strg": "verbose:blue:default\\n"
},
- "14867": {
+ "13895": {
"Type": "TRice",
"Strg": "FATAL:magenta+b:red\\n"
},
- "14868": {
+ "13896": {
"Type": "TRice",
"Strg": "CRITICAL:red+i:default+h\\n"
},
- "14869": {
+ "13897": {
"Type": "TRice",
"Strg": "EMERGENCY:red+i:blue\\n"
},
- "14870": {
+ "13898": {
"Type": "TRice",
"Strg": "ERROR:11:red\\n"
},
- "14871": {
+ "13899": {
"Type": "TRice",
"Strg": "WARNING:11+i:red\\n"
},
- "14872": {
+ "13900": {
"Type": "TRice",
"Strg": "ATTENTION:11:green\\n"
},
- "14873": {
+ "13901": {
"Type": "TRice",
"Strg": "INFO:cyan+b:default+h\\n"
},
- "14874": {
+ "13902": {
"Type": "TRice",
"Strg": "DEBUG:130+i\\n"
},
- "14875": {
+ "13903": {
"Type": "TRice",
"Strg": "TRACE:default+i:default+h\\n"
},
- "14876": {
+ "13904": {
"Type": "TRice",
"Strg": "TIME:blue+i:blue+h\\n"
},
- "14877": {
+ "13905": {
"Type": "TRice",
"Strg": "MESSAGE:green+h:black\\n"
},
- "14878": {
+ "13906": {
"Type": "TRice",
"Strg": "READ:black+i:yellow+h\\n"
},
- "14879": {
+ "13907": {
"Type": "TRice",
"Strg": "WRITE:black+u:yellow+h\\n"
},
- "14880": {
+ "13908": {
"Type": "TRice",
"Strg": "RECEIVE:black+h:black\\n"
},
- "14881": {
+ "13909": {
"Type": "TRice",
"Strg": "TRANSMIT:black:black+h\\n"
},
- "14882": {
+ "13910": {
"Type": "TRice",
"Strg": "DIAG:yellow+i:default+h\\n"
},
- "14883": {
+ "13911": {
"Type": "TRice",
"Strg": "INTERRUPT:magenta+i:default+h\\n"
},
- "14884": {
+ "13912": {
"Type": "TRice",
"Strg": "SIGNAL:118+i\\n"
},
- "14885": {
+ "13913": {
"Type": "TRice",
"Strg": "TEST:yellow+h:black\\n"
},
- "14886": {
+ "13914": {
"Type": "TRice",
"Strg": "DEFAULT:off\\n"
},
- "14887": {
+ "13915": {
"Type": "TRice",
"Strg": "NOTICE:blue:white+h\\n"
},
- "14888": {
+ "13916": {
"Type": "TRice",
"Strg": "ALERT:magenta:magenta+h\\n"
},
- "14889": {
+ "13917": {
"Type": "TRice",
"Strg": "ASSERT:yellow+i:blue\\n"
},
- "14890": {
+ "13918": {
"Type": "TRice",
"Strg": "ALARM:red+i:white+h\\n"
},
- "14891": {
+ "13919": {
"Type": "TRice",
"Strg": "VERBOSE:blue:default\\n"
},
- "14892": {
+ "13920": {
"Type": "TRice",
"Strg": "fatal:magenta+b:red\\n"
},
- "14893": {
+ "13921": {
"Type": "TRice",
"Strg": "critical:red+i:default+h\\n"
},
- "14894": {
+ "13922": {
"Type": "TRice",
"Strg": "emergency:red+i:blue\\n"
},
- "14895": {
+ "13923": {
"Type": "TRice",
"Strg": "error:11:red\\n"
},
- "14896": {
+ "13924": {
"Type": "TRice",
"Strg": "warning:11+i:red\\n"
},
- "14897": {
+ "13925": {
"Type": "TRice",
"Strg": "attention:11:green\\n"
},
- "14898": {
+ "13926": {
"Type": "TRice",
"Strg": "info:cyan+b:default+h\\n"
},
- "14899": {
+ "13927": {
"Type": "TRice",
"Strg": "debug:130+i\\n"
},
- "14900": {
+ "13928": {
"Type": "TRice",
"Strg": "trace:default+i:default+h\\n"
},
- "14901": {
+ "13929": {
"Type": "TRice",
"Strg": "time:blue+i:blue+h\\n"
},
- "14902": {
+ "13930": {
"Type": "TRice",
"Strg": "message:green+h:black\\n"
},
- "14903": {
+ "13931": {
"Type": "TRice",
"Strg": "read:black+i:yellow+h\\n"
},
- "14904": {
+ "13932": {
"Type": "TRice",
"Strg": "write:black+u:yellow+h\\n"
},
- "14905": {
+ "13933": {
"Type": "TRice",
"Strg": "receive:black+h:black\\n"
},
- "14906": {
+ "13934": {
"Type": "TRice",
"Strg": "transmit:black:black+h\\n"
},
- "14907": {
+ "13935": {
"Type": "TRice",
"Strg": "diag:yellow+i:default+h\\n"
},
- "14908": {
+ "13936": {
"Type": "TRice",
"Strg": "interrupt:magenta+i:default+h\\n"
},
- "14909": {
+ "13937": {
"Type": "TRice",
"Strg": "signal:118+i\\n"
},
- "14910": {
+ "13938": {
"Type": "TRice",
"Strg": "test:yellow+h:black\\n"
},
- "14911": {
+ "13939": {
"Type": "TRice",
"Strg": "default:off\\n"
},
- "14912": {
+ "13940": {
"Type": "TRice",
"Strg": "notice:blue:white+h\\n"
},
- "14913": {
+ "13941": {
"Type": "TRice",
"Strg": "alert:magenta:magenta+h\\n"
},
- "14914": {
+ "13942": {
"Type": "TRice",
"Strg": "assert:yellow+i:blue\\n"
},
- "14915": {
+ "13943": {
"Type": "TRice",
"Strg": "alarm:red+i:white+h\\n"
},
- "14916": {
+ "13944": {
"Type": "TRice",
"Strg": "verbose:blue:default\\n"
},
- "14917": {
+ "13945": {
"Type": "TRICE64",
"Strg": "msg:%d (%%d)\\n"
},
- "14918": {
+ "13946": {
"Type": "trice",
"Strg": "sig:TRICE8 with 1 to 12 values\\n"
},
- "14919": {
+ "13947": {
"Type": "trice",
"Strg": "rd:TRICE %d\\n"
},
- "14920": {
+ "13948": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d\\n"
},
- "14921": {
+ "13949": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d\\n"
},
- "14922": {
+ "13950": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d\\n"
},
- "14923": {
+ "13951": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
},
- "14924": {
+ "13952": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
},
- "14925": {
+ "13953": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14926": {
+ "13954": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14927": {
+ "13955": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14928": {
+ "13956": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14929": {
+ "13957": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14930": {
+ "13958": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14931": {
+ "13959": {
"Type": "trice",
"Strg": "rd:TRICE %d\\n"
},
- "14932": {
+ "13960": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d\\n"
},
- "14933": {
+ "13961": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d\\n"
},
- "14934": {
+ "13962": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d\\n"
},
- "14935": {
+ "13963": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
},
- "14936": {
+ "13964": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
},
- "14937": {
+ "13965": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14938": {
+ "13966": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14939": {
+ "13967": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14940": {
+ "13968": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14941": {
+ "13969": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14942": {
+ "13970": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14943": {
+ "13971": {
"Type": "trice",
"Strg": "rd:TRICE %d\\n"
},
- "14944": {
+ "13972": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d\\n"
},
- "14945": {
+ "13973": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d\\n"
},
- "14946": {
+ "13974": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d\\n"
},
- "14947": {
+ "13975": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
},
- "14948": {
+ "13976": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
},
- "14949": {
+ "13977": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14950": {
+ "13978": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14951": {
+ "13979": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14952": {
+ "13980": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14953": {
+ "13981": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14954": {
+ "13982": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14955": {
+ "13983": {
"Type": "trice",
"Strg": "sig:TRICE_n with 1 to 12 values\\n"
},
- "14956": {
+ "13984": {
"Type": "TRICE_1",
"Strg": "rd:TRICE_1 %d\\n"
},
- "14957": {
+ "13985": {
"Type": "TRICE_2",
"Strg": "rd:TRICE_2 %d, %d\\n"
},
- "14958": {
+ "13986": {
"Type": "TRICE_3",
"Strg": "rd:TRICE_3 %d, %d, %d\\n"
},
- "14959": {
+ "13987": {
"Type": "TRICE_4",
"Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
},
- "14960": {
+ "13988": {
"Type": "TRICE_5",
"Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
},
- "14961": {
+ "13989": {
"Type": "TRICE_6",
"Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
},
- "14962": {
+ "13990": {
"Type": "TRICE_7",
"Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14963": {
+ "13991": {
"Type": "TRICE_8",
"Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14964": {
+ "13992": {
"Type": "TRICE_9",
"Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14965": {
+ "13993": {
"Type": "TRICE_10",
"Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14966": {
+ "13994": {
"Type": "TRICE_11",
"Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14967": {
+ "13995": {
"Type": "TRICE_12",
"Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14968": {
+ "13996": {
"Type": "TRICE_1",
"Strg": "rd:TRICE_1 %d\\n"
},
- "14969": {
+ "13997": {
"Type": "TRICE_2",
"Strg": "rd:TRICE_2 %d, %d\\n"
},
- "14970": {
+ "13998": {
"Type": "TRICE_3",
"Strg": "rd:TRICE_3 %d, %d, %d\\n"
},
- "14971": {
+ "13999": {
"Type": "TRICE_4",
"Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
},
- "14972": {
+ "14000": {
"Type": "TRICE_5",
"Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
},
- "14973": {
+ "14001": {
"Type": "TRICE_6",
"Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
},
- "14974": {
+ "14002": {
"Type": "TRICE_7",
"Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14975": {
+ "14003": {
"Type": "TRICE_8",
"Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14976": {
+ "14004": {
"Type": "TRICE_9",
"Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14977": {
+ "14005": {
"Type": "TRICE_10",
"Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14978": {
+ "14006": {
"Type": "TRICE_11",
"Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14979": {
+ "14007": {
"Type": "TRICE_12",
"Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14980": {
+ "14008": {
"Type": "TRICE_1",
"Strg": "rd:TRICE_1 %d\\n"
},
- "14981": {
+ "14009": {
"Type": "TRICE_2",
"Strg": "rd:TRICE_2 %d, %d\\n"
},
- "14982": {
+ "14010": {
"Type": "TRICE_3",
"Strg": "rd:TRICE_3 %d, %d, %d\\n"
},
- "14983": {
+ "14011": {
"Type": "TRICE_4",
"Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
},
- "14984": {
+ "14012": {
"Type": "TRICE_5",
"Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
},
- "14985": {
+ "14013": {
"Type": "TRICE_6",
"Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
},
- "14986": {
+ "14014": {
"Type": "TRICE_7",
"Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14987": {
+ "14015": {
"Type": "TRICE_8",
"Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14988": {
+ "14016": {
"Type": "TRICE_9",
"Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14989": {
+ "14017": {
"Type": "TRICE_10",
"Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14990": {
+ "14018": {
"Type": "TRICE_11",
"Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14991": {
+ "14019": {
"Type": "TRICE_12",
"Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "14992": {
+ "14020": {
"Type": "TRICE",
"Strg": "sig:trice_n with 1 to 12 values\\n"
},
- "14993": {
+ "14021": {
"Type": "trice_1",
"Strg": "rd:trice_1 %d\\n"
},
- "14994": {
+ "14022": {
"Type": "trice_2",
"Strg": "rd:trice_2 %d, %d\\n"
},
- "14995": {
+ "14023": {
"Type": "trice_3",
"Strg": "rd:trice_3 %d, %d, %d\\n"
},
- "14996": {
+ "14024": {
"Type": "trice_4",
"Strg": "rd:trice_4 %d, %d, %d, %d\\n"
},
- "14997": {
+ "14025": {
"Type": "trice_5",
"Strg": "rd:trice_5 %d, %d, %d, %d, %d\\n"
},
- "14998": {
+ "14026": {
"Type": "trice_6",
"Strg": "rd:trice_6 %d, %d, %d, %d, %d, %d\\n"
},
- "14999": {
+ "14027": {
"Type": "trice_7",
"Strg": "rd:trice_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15000": {
+ "14028": {
"Type": "trice_8",
"Strg": "rd:trice_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15001": {
+ "14029": {
"Type": "trice_9",
"Strg": "rd:trice_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15002": {
+ "14030": {
"Type": "trice_10",
"Strg": "rd:trice_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15003": {
+ "14031": {
"Type": "trice_11",
"Strg": "rd:trice_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15004": {
+ "14032": {
"Type": "trice_12",
"Strg": "rd:trice_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15005": {
+ "14033": {
"Type": "Trice_1",
"Strg": "rd:Trice_1 %d\\n"
},
- "15006": {
+ "14034": {
"Type": "Trice_2",
"Strg": "rd:Trice_2 %d, %d\\n"
},
- "15007": {
+ "14035": {
"Type": "Trice_3",
"Strg": "rd:Trice_3 %d, %d, %d\\n"
},
- "15008": {
+ "14036": {
"Type": "Trice_4",
"Strg": "rd:Trice_4 %d, %d, %d, %d\\n"
},
- "15009": {
+ "14037": {
"Type": "Trice_5",
"Strg": "rd:Trice_5 %d, %d, %d, %d, %d\\n"
},
- "15010": {
+ "14038": {
"Type": "Trice_6",
"Strg": "rd:Trice_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15011": {
+ "14039": {
"Type": "Trice_7",
"Strg": "rd:Trice_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15012": {
+ "14040": {
"Type": "Trice_8",
"Strg": "rd:Trice_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15013": {
+ "14041": {
"Type": "Trice_9",
"Strg": "rd:Trice_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15014": {
+ "14042": {
"Type": "Trice_10",
"Strg": "rd:Trice_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15015": {
+ "14043": {
"Type": "Trice_11",
"Strg": "rd:Trice_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15016": {
+ "14044": {
"Type": "Trice_12",
"Strg": "rd:Trice_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15017": {
+ "14045": {
"Type": "TRice_1",
"Strg": "rd:TRice_1 %d\\n"
},
- "15018": {
+ "14046": {
"Type": "TRice_2",
"Strg": "rd:TRice_2 %d, %d\\n"
},
- "15019": {
+ "14047": {
"Type": "TRice_3",
"Strg": "rd:TRice_3 %d, %d, %d\\n"
},
- "15020": {
+ "14048": {
"Type": "TRice_4",
"Strg": "rd:TRice_4 %d, %d, %d, %d\\n"
},
- "15021": {
+ "14049": {
"Type": "TRice_5",
"Strg": "rd:TRice_5 %d, %d, %d, %d, %d\\n"
},
- "15022": {
+ "14050": {
"Type": "TRice_6",
"Strg": "rd:TRice_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15023": {
+ "14051": {
"Type": "TRice_7",
"Strg": "rd:TRice_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15024": {
+ "14052": {
"Type": "TRice_8",
"Strg": "rd:TRice_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15025": {
+ "14053": {
"Type": "TRice_9",
"Strg": "rd:TRice_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15026": {
+ "14054": {
"Type": "TRice_10",
"Strg": "rd:TRice_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15027": {
+ "14055": {
"Type": "TRice_11",
"Strg": "rd:TRice_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15028": {
+ "14056": {
"Type": "TRice_12",
"Strg": "rd:TRice_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15029": {
+ "14057": {
"Type": "trice",
"Strg": "sig:TRICE8 with 1 to 12 values\\n"
},
- "15030": {
+ "14058": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d\\n"
},
- "15031": {
+ "14059": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d\\n"
},
- "15032": {
+ "14060": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d\\n"
},
- "15033": {
+ "14061": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d\\n"
},
- "15034": {
+ "14062": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d\\n"
},
- "15035": {
+ "14063": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d\\n"
},
- "15036": {
+ "14064": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15037": {
+ "14065": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15038": {
+ "14066": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15039": {
+ "14067": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15040": {
+ "14068": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15041": {
+ "14069": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15042": {
+ "14070": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d\\n"
},
- "15043": {
+ "14071": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d\\n"
},
- "15044": {
+ "14072": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d\\n"
},
- "15045": {
+ "14073": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d\\n"
},
- "15046": {
+ "14074": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d\\n"
},
- "15047": {
+ "14075": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d\\n"
},
- "15048": {
+ "14076": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15049": {
+ "14077": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15050": {
+ "14078": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15051": {
+ "14079": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15052": {
+ "14080": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15053": {
+ "14081": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15054": {
+ "14082": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d\\n"
},
- "15055": {
+ "14083": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d\\n"
},
- "15056": {
+ "14084": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d\\n"
},
- "15057": {
+ "14085": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d\\n"
},
- "15058": {
+ "14086": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d\\n"
},
- "15059": {
+ "14087": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d\\n"
},
- "15060": {
+ "14088": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15061": {
+ "14089": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15062": {
+ "14090": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15063": {
+ "14091": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15064": {
+ "14092": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15065": {
+ "14093": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15066": {
+ "14094": {
"Type": "trice",
"Strg": "sig:TRICE8_n with 1 to 12 values\\n"
},
- "15067": {
+ "14095": {
"Type": "TRICE8_1",
"Strg": "rd:TRICE8_1 %d\\n"
},
- "15068": {
+ "14096": {
"Type": "TRICE8_2",
"Strg": "rd:TRICE8_2 %d, %d\\n"
},
- "15069": {
+ "14097": {
"Type": "TRICE8_3",
"Strg": "rd:TRICE8_3 %d, %d, %d\\n"
},
- "15070": {
+ "14098": {
"Type": "TRICE8_4",
"Strg": "rd:TRICE8_4 %d, %d, %d, %d\\n"
},
- "15071": {
+ "14099": {
"Type": "TRICE8_5",
"Strg": "rd:TRICE8_5 %d, %d, %d, %d, %d\\n"
},
- "15072": {
+ "14100": {
"Type": "TRICE8_6",
"Strg": "rd:TRICE8_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15073": {
+ "14101": {
"Type": "TRICE8_7",
"Strg": "rd:TRICE8_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15074": {
+ "14102": {
"Type": "TRICE8_8",
"Strg": "rd:TRICE8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15075": {
+ "14103": {
"Type": "TRICE8_9",
"Strg": "rd:TRICE8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15076": {
+ "14104": {
"Type": "TRICE8_10",
"Strg": "rd:TRICE8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15077": {
+ "14105": {
"Type": "TRICE8_11",
"Strg": "rd:TRICE8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15078": {
+ "14106": {
"Type": "TRICE8_12",
"Strg": "rd:TRICE8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15079": {
+ "14107": {
"Type": "TRICE8_1",
"Strg": "rd:TRICE8_1 %d\\n"
},
- "15080": {
+ "14108": {
"Type": "TRICE8_2",
"Strg": "rd:TRICE8_2 %d, %d\\n"
},
- "15081": {
+ "14109": {
"Type": "TRICE8_3",
"Strg": "rd:TRICE8_3 %d, %d, %d\\n"
},
- "15082": {
+ "14110": {
"Type": "TRICE8_4",
"Strg": "rd:TRICE8_4 %d, %d, %d, %d\\n"
},
- "15083": {
+ "14111": {
"Type": "TRICE8_5",
"Strg": "rd:TRICE8_5 %d, %d, %d, %d, %d\\n"
},
- "15084": {
+ "14112": {
"Type": "TRICE8_6",
"Strg": "rd:TRICE8_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15085": {
+ "14113": {
"Type": "TRICE8_7",
"Strg": "rd:TRICE8_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15086": {
+ "14114": {
"Type": "TRICE8_8",
"Strg": "rd:TRICE8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15087": {
+ "14115": {
"Type": "TRICE8_9",
"Strg": "rd:TRICE8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15088": {
+ "14116": {
"Type": "TRICE8_10",
"Strg": "rd:TRICE8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15089": {
+ "14117": {
"Type": "TRICE8_11",
"Strg": "rd:TRICE8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15090": {
+ "14118": {
"Type": "TRICE8_12",
"Strg": "rd:TRICE8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15091": {
+ "14119": {
"Type": "TRICE8_1",
"Strg": "rd:TRICE8_1 %d\\n"
},
- "15092": {
+ "14120": {
"Type": "TRICE8_2",
"Strg": "rd:TRICE8_2 %d, %d\\n"
},
- "15093": {
+ "14121": {
"Type": "TRICE8_3",
"Strg": "rd:TRICE8_3 %d, %d, %d\\n"
},
- "15094": {
+ "14122": {
"Type": "TRICE8_4",
"Strg": "rd:TRICE8_4 %d, %d, %d, %d\\n"
},
- "15095": {
+ "14123": {
"Type": "TRICE8_5",
"Strg": "rd:TRICE8_5 %d, %d, %d, %d, %d\\n"
},
- "15096": {
+ "14124": {
"Type": "TRICE8_6",
"Strg": "rd:TRICE8_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15097": {
+ "14125": {
"Type": "TRICE8_7",
"Strg": "rd:TRICE8_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15098": {
+ "14126": {
"Type": "TRICE8_8",
"Strg": "rd:TRICE8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15099": {
+ "14127": {
"Type": "TRICE8_9",
"Strg": "rd:TRICE8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15100": {
+ "14128": {
"Type": "TRICE8_10",
"Strg": "rd:TRICE8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15101": {
+ "14129": {
"Type": "TRICE8_11",
"Strg": "rd:TRICE8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15102": {
+ "14130": {
"Type": "TRICE8_12",
"Strg": "rd:TRICE8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15103": {
+ "14131": {
"Type": "trice",
"Strg": "sig:trice8 with 1 to 12 values\\n"
},
- "15104": {
+ "14132": {
"Type": "trice8",
"Strg": "rd:trice8 %d\\n"
},
- "15105": {
+ "14133": {
"Type": "trice8",
"Strg": "rd:trice8 %d, %d\\n"
},
- "15106": {
+ "14134": {
"Type": "trice8",
"Strg": "rd:trice8 %d, %d, %d\\n"
},
- "15107": {
+ "14135": {
"Type": "trice8",
"Strg": "rd:trice8 %d, %d, %d, %d\\n"
},
- "15108": {
+ "14136": {
"Type": "trice8",
"Strg": "rd:trice8 %d, %d, %d, %d, %d\\n"
},
- "15109": {
+ "14137": {
"Type": "trice8",
"Strg": "rd:trice8 %d, %d, %d, %d, %d, %d\\n"
},
- "15110": {
+ "14138": {
"Type": "trice8",
"Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15111": {
+ "14139": {
"Type": "trice8",
"Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15112": {
+ "14140": {
"Type": "trice8",
"Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15113": {
+ "14141": {
"Type": "trice8",
"Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15114": {
+ "14142": {
"Type": "trice8",
"Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15115": {
+ "14143": {
"Type": "trice8",
"Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15116": {
+ "14144": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d\\n"
},
- "15117": {
+ "14145": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d, %d\\n"
},
- "15118": {
+ "14146": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d, %d, %d\\n"
},
- "15119": {
+ "14147": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d, %d, %d, %d\\n"
},
- "15120": {
+ "14148": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d, %d, %d, %d, %d\\n"
},
- "15121": {
+ "14149": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d\\n"
},
- "15122": {
+ "14150": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15123": {
+ "14151": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15124": {
+ "14152": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15125": {
+ "14153": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15126": {
+ "14154": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15127": {
+ "14155": {
"Type": "Trice8",
"Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15128": {
+ "14156": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d\\n"
},
- "15129": {
+ "14157": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d, %d\\n"
},
- "15130": {
+ "14158": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d, %d, %d\\n"
},
- "15131": {
+ "14159": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d, %d, %d, %d\\n"
},
- "15132": {
+ "14160": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d, %d, %d, %d, %d\\n"
},
- "15133": {
+ "14161": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d\\n"
},
- "15134": {
+ "14162": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15135": {
+ "14163": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15136": {
+ "14164": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15137": {
+ "14165": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15138": {
+ "14166": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15139": {
+ "14167": {
"Type": "TRice8",
"Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15140": {
+ "14168": {
"Type": "TRICE",
"Strg": "sig:trice8_n with 1 to 12 values\\n"
},
- "15141": {
+ "14169": {
"Type": "trice8_1",
"Strg": "rd:trice8_1 %d\\n"
},
- "15142": {
+ "14170": {
"Type": "trice8_2",
"Strg": "rd:trice8_2 %d, %d\\n"
},
- "15143": {
+ "14171": {
"Type": "trice8_3",
"Strg": "rd:trice8_3 %d, %d, %d\\n"
},
- "15144": {
+ "14172": {
"Type": "trice8_4",
"Strg": "rd:trice8_4 %d, %d, %d, %d\\n"
},
- "15145": {
+ "14173": {
"Type": "trice8_5",
"Strg": "rd:trice8_5 %d, %d, %d, %d, %d\\n"
},
- "15146": {
+ "14174": {
"Type": "trice8_6",
"Strg": "rd:trice8_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15147": {
+ "14175": {
"Type": "trice8_7",
"Strg": "rd:trice8_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15148": {
+ "14176": {
"Type": "trice8_8",
"Strg": "rd:trice8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15149": {
+ "14177": {
"Type": "trice8_9",
"Strg": "rd:trice8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15150": {
+ "14178": {
"Type": "trice8_10",
"Strg": "rd:trice8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15151": {
+ "14179": {
"Type": "trice8_11",
"Strg": "rd:trice8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15152": {
+ "14180": {
"Type": "trice8_12",
"Strg": "rd:trice8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15153": {
+ "14181": {
"Type": "Trice8_1",
"Strg": "rd:Trice8_1 %d\\n"
},
- "15154": {
+ "14182": {
"Type": "Trice8_2",
"Strg": "rd:Trice8_2 %d, %d\\n"
},
- "15155": {
+ "14183": {
"Type": "Trice8_3",
"Strg": "rd:Trice8_3 %d, %d, %d\\n"
},
- "15156": {
+ "14184": {
"Type": "Trice8_4",
"Strg": "rd:Trice8_4 %d, %d, %d, %d\\n"
},
- "15157": {
+ "14185": {
"Type": "Trice8_5",
"Strg": "rd:Trice8_5 %d, %d, %d, %d, %d\\n"
},
- "15158": {
+ "14186": {
"Type": "Trice8_6",
"Strg": "rd:Trice8_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15159": {
+ "14187": {
"Type": "Trice8_7",
"Strg": "rd:Trice8_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15160": {
+ "14188": {
"Type": "Trice8_8",
"Strg": "rd:Trice8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15161": {
+ "14189": {
"Type": "Trice8_9",
"Strg": "rd:Trice8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15162": {
+ "14190": {
"Type": "Trice8_10",
"Strg": "rd:Trice8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15163": {
+ "14191": {
"Type": "Trice8_11",
"Strg": "rd:Trice8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15164": {
+ "14192": {
"Type": "Trice8_12",
"Strg": "rd:Trice8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15165": {
+ "14193": {
"Type": "TRice8_1",
"Strg": "rd:TRice8_1 %d\\n"
},
- "15166": {
+ "14194": {
"Type": "TRice8_2",
"Strg": "rd:TRice8_2 %d, %d\\n"
},
- "15167": {
+ "14195": {
"Type": "TRice8_3",
"Strg": "rd:TRice8_3 %d, %d, %d\\n"
},
- "15168": {
+ "14196": {
"Type": "TRice8_4",
"Strg": "rd:TRice8_4 %d, %d, %d, %d\\n"
},
- "15169": {
+ "14197": {
"Type": "TRice8_5",
"Strg": "rd:TRice8_5 %d, %d, %d, %d, %d\\n"
},
- "15170": {
+ "14198": {
"Type": "TRice8_6",
"Strg": "rd:TRice8_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15171": {
+ "14199": {
"Type": "TRice8_7",
"Strg": "rd:TRice8_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15172": {
+ "14200": {
"Type": "TRice8_8",
"Strg": "rd:TRice8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15173": {
+ "14201": {
"Type": "TRice8_9",
"Strg": "rd:TRice8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15174": {
+ "14202": {
"Type": "TRice8_10",
"Strg": "rd:TRice8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15175": {
+ "14203": {
"Type": "TRice8_11",
"Strg": "rd:TRice8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15176": {
+ "14204": {
"Type": "TRice8_12",
"Strg": "rd:TRice8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15177": {
+ "14205": {
"Type": "trice",
"Strg": "sig:TRICE16 with 1 to 12 values (line %d)\\n"
},
- "15178": {
+ "14206": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d\\n"
},
- "15179": {
+ "14207": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d\\n"
},
- "15180": {
+ "14208": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d\\n"
},
- "15181": {
+ "14209": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d\\n"
},
- "15182": {
+ "14210": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d\\n"
},
- "15183": {
+ "14211": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d\\n"
},
- "15184": {
+ "14212": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15185": {
+ "14213": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15186": {
+ "14214": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15187": {
+ "14215": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15188": {
+ "14216": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15189": {
+ "14217": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15190": {
+ "14218": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d\\n"
},
- "15191": {
+ "14219": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d\\n"
},
- "15192": {
+ "14220": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d\\n"
},
- "15193": {
+ "14221": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d\\n"
},
- "15194": {
+ "14222": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d\\n"
},
- "15195": {
+ "14223": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d\\n"
},
- "15196": {
+ "14224": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15197": {
+ "14225": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15198": {
+ "14226": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15199": {
+ "14227": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15200": {
+ "14228": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15201": {
+ "14229": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15202": {
+ "14230": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d\\n"
},
- "15203": {
+ "14231": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d\\n"
},
- "15204": {
+ "14232": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d\\n"
},
- "15205": {
+ "14233": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d\\n"
},
- "15206": {
+ "14234": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d\\n"
},
- "15207": {
+ "14235": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d\\n"
},
- "15208": {
+ "14236": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15209": {
+ "14237": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15210": {
+ "14238": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15211": {
+ "14239": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15212": {
+ "14240": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15213": {
+ "14241": {
"Type": "trice16",
"Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15214": {
+ "14242": {
"Type": "trice",
"Strg": "sig:TRICE16_n with 1 to 12 values (line %d)\\n"
},
- "15215": {
+ "14243": {
"Type": "TRICE16_1",
"Strg": "rd:TRICE16_1 %d\\n"
},
- "15216": {
+ "14244": {
"Type": "TRICE16_2",
"Strg": "rd:TRICE16_2 %d, %d\\n"
},
- "15217": {
+ "14245": {
"Type": "TRICE16_3",
"Strg": "rd:TRICE16_3 %d, %d, %d\\n"
},
- "15218": {
+ "14246": {
"Type": "TRICE16_4",
"Strg": "rd:TRICE16_4 %d, %d, %d, %d\\n"
},
- "15219": {
+ "14247": {
"Type": "TRICE16_5",
"Strg": "rd:TRICE16_5 %d, %d, %d, %d, %d\\n"
},
- "15220": {
+ "14248": {
"Type": "TRICE16_6",
"Strg": "rd:TRICE16_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15221": {
+ "14249": {
"Type": "TRICE16_7",
"Strg": "rd:TRICE16_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15222": {
+ "14250": {
"Type": "TRICE16_8",
"Strg": "rd:TRICE16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15223": {
+ "14251": {
"Type": "TRICE16_9",
"Strg": "rd:TRICE16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15224": {
+ "14252": {
"Type": "TRICE16_10",
"Strg": "rd:TRICE16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15225": {
+ "14253": {
"Type": "TRICE16_11",
"Strg": "rd:TRICE16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15226": {
+ "14254": {
"Type": "TRICE16_12",
"Strg": "rd:TRICE16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15227": {
+ "14255": {
"Type": "TRICE16_1",
"Strg": "rd:TRICE16_1 %d\\n"
},
- "15228": {
+ "14256": {
"Type": "TRICE16_2",
"Strg": "rd:TRICE16_2 %d, %d\\n"
},
- "15229": {
+ "14257": {
"Type": "TRICE16_3",
"Strg": "rd:TRICE16_3 %d, %d, %d\\n"
},
- "15230": {
+ "14258": {
"Type": "TRICE16_4",
"Strg": "rd:TRICE16_4 %d, %d, %d, %d\\n"
},
- "15231": {
+ "14259": {
"Type": "TRICE16_5",
"Strg": "rd:TRICE16_5 %d, %d, %d, %d, %d\\n"
},
- "15232": {
+ "14260": {
"Type": "TRICE16_6",
"Strg": "rd:TRICE16_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15233": {
+ "14261": {
"Type": "TRICE16_7",
"Strg": "rd:TRICE16_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15234": {
+ "14262": {
"Type": "TRICE16_8",
"Strg": "rd:TRICE16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15235": {
+ "14263": {
"Type": "TRICE16_9",
"Strg": "rd:TRICE16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15236": {
+ "14264": {
"Type": "TRICE16_10",
"Strg": "rd:TRICE16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15237": {
+ "14265": {
"Type": "TRICE16_11",
"Strg": "rd:TRICE16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15238": {
+ "14266": {
"Type": "TRICE16_12",
"Strg": "rd:TRICE16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15239": {
+ "14267": {
"Type": "TRICE16_1",
"Strg": "rd:TRICE16_1 %d\\n"
},
- "15240": {
+ "14268": {
"Type": "TRICE16_2",
"Strg": "rd:TRICE16_2 %d, %d\\n"
},
- "15241": {
+ "14269": {
"Type": "TRICE16_3",
"Strg": "rd:TRICE16_3 %d, %d, %d\\n"
},
- "15242": {
+ "14270": {
"Type": "TRICE16_4",
"Strg": "rd:TRICE16_4 %d, %d, %d, %d\\n"
},
- "15243": {
+ "14271": {
"Type": "TRICE16_5",
"Strg": "rd:TRICE16_5 %d, %d, %d, %d, %d\\n"
},
- "15244": {
+ "14272": {
"Type": "TRICE16_6",
"Strg": "rd:TRICE16_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15245": {
+ "14273": {
"Type": "TRICE16_7",
"Strg": "rd:TRICE16_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15246": {
+ "14274": {
"Type": "TRICE16_8",
"Strg": "rd:TRICE16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15247": {
+ "14275": {
"Type": "TRICE16_9",
"Strg": "rd:TRICE16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15248": {
+ "14276": {
"Type": "TRICE16_10",
"Strg": "rd:TRICE16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15249": {
+ "14277": {
"Type": "TRICE16_11",
"Strg": "rd:TRICE16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15250": {
+ "14278": {
"Type": "TRICE16_12",
"Strg": "rd:TRICE16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15251": {
+ "14279": {
"Type": "trice",
"Strg": "sig:trice16 with 1 to 12 values (line %d)\\n"
},
- "15252": {
+ "14280": {
"Type": "trice16",
"Strg": "rd:trice16 %d\\n"
},
- "15253": {
+ "14281": {
"Type": "trice16",
"Strg": "rd:trice16 %d, %d\\n"
},
- "15254": {
+ "14282": {
"Type": "trice16",
"Strg": "rd:trice16 %d, %d, %d\\n"
},
- "15255": {
+ "14283": {
"Type": "trice16",
"Strg": "rd:trice16 %d, %d, %d, %d\\n"
},
- "15256": {
+ "14284": {
"Type": "trice16",
"Strg": "rd:trice16 %d, %d, %d, %d, %d\\n"
},
- "15257": {
+ "14285": {
"Type": "trice16",
"Strg": "rd:trice16 %d, %d, %d, %d, %d, %d\\n"
},
- "15258": {
+ "14286": {
"Type": "trice16",
"Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15259": {
+ "14287": {
"Type": "trice16",
"Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15260": {
+ "14288": {
"Type": "trice16",
"Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15261": {
+ "14289": {
"Type": "trice16",
"Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15262": {
+ "14290": {
"Type": "trice16",
"Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15263": {
+ "14291": {
"Type": "trice16",
"Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15264": {
+ "14292": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d\\n"
},
- "15265": {
+ "14293": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d, %d\\n"
},
- "15266": {
+ "14294": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d, %d, %d\\n"
},
- "15267": {
+ "14295": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d, %d, %d, %d\\n"
},
- "15268": {
+ "14296": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d, %d, %d, %d, %d\\n"
},
- "15269": {
+ "14297": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d\\n"
},
- "15270": {
+ "14298": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15271": {
+ "14299": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15272": {
+ "14300": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15273": {
+ "14301": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15274": {
+ "14302": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15275": {
+ "14303": {
"Type": "Trice16",
"Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15276": {
+ "14304": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d\\n"
},
- "15277": {
+ "14305": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d, %d\\n"
},
- "15278": {
+ "14306": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d, %d, %d\\n"
},
- "15279": {
+ "14307": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d, %d, %d, %d\\n"
},
- "15280": {
+ "14308": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d, %d, %d, %d, %d\\n"
},
- "15281": {
+ "14309": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d\\n"
},
- "15282": {
+ "14310": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15283": {
+ "14311": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15284": {
+ "14312": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15285": {
+ "14313": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15286": {
+ "14314": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15287": {
+ "14315": {
"Type": "TRice16",
"Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15288": {
+ "14316": {
"Type": "trice",
"Strg": "sig:trice16_n with 1 to 12 values (line %d)\\n"
},
- "15289": {
+ "14317": {
"Type": "trice16_1",
"Strg": "rd:trice16_1 %d\\n"
},
- "15290": {
+ "14318": {
"Type": "trice16_2",
"Strg": "rd:trice16_2 %d, %d\\n"
},
- "15291": {
+ "14319": {
"Type": "trice16_3",
"Strg": "rd:trice16_3 %d, %d, %d\\n"
},
- "15292": {
+ "14320": {
"Type": "trice16_4",
"Strg": "rd:trice16_4 %d, %d, %d, %d\\n"
},
- "15293": {
+ "14321": {
"Type": "trice16_5",
"Strg": "rd:trice16_5 %d, %d, %d, %d, %d\\n"
},
- "15294": {
+ "14322": {
"Type": "trice16_6",
"Strg": "rd:trice16_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15295": {
+ "14323": {
"Type": "trice16_7",
"Strg": "rd:trice16_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15296": {
+ "14324": {
"Type": "trice16_8",
"Strg": "rd:trice16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15297": {
+ "14325": {
"Type": "trice16_9",
"Strg": "rd:trice16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15298": {
+ "14326": {
"Type": "trice16_10",
"Strg": "rd:trice16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15299": {
+ "14327": {
"Type": "trice16_11",
"Strg": "rd:trice16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15300": {
+ "14328": {
"Type": "trice16_12",
"Strg": "rd:trice16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15301": {
+ "14329": {
"Type": "Trice16_1",
"Strg": "rd:Trice16_1 %d\\n"
},
- "15302": {
+ "14330": {
"Type": "Trice16_2",
"Strg": "rd:Trice16_2 %d, %d\\n"
},
- "15303": {
+ "14331": {
"Type": "Trice16_3",
"Strg": "rd:Trice16_3 %d, %d, %d\\n"
},
- "15304": {
+ "14332": {
"Type": "Trice16_4",
"Strg": "rd:Trice16_4 %d, %d, %d, %d\\n"
},
- "15305": {
+ "14333": {
"Type": "Trice16_5",
"Strg": "rd:Trice16_5 %d, %d, %d, %d, %d\\n"
},
- "15306": {
+ "14334": {
"Type": "Trice16_6",
"Strg": "rd:Trice16_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15307": {
+ "14335": {
"Type": "Trice16_7",
"Strg": "rd:Trice16_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15308": {
+ "14336": {
"Type": "Trice16_8",
"Strg": "rd:Trice16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15309": {
+ "14337": {
"Type": "Trice16_9",
"Strg": "rd:Trice16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15310": {
+ "14338": {
"Type": "Trice16_10",
"Strg": "rd:Trice16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15311": {
+ "14339": {
"Type": "Trice16_11",
"Strg": "rd:Trice16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15312": {
+ "14340": {
"Type": "Trice16_12",
"Strg": "rd:Trice16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15313": {
+ "14341": {
"Type": "TRice16_1",
"Strg": "rd:TRice16_1 %d\\n"
},
- "15314": {
+ "14342": {
"Type": "TRice16_2",
"Strg": "rd:TRice16_2 %d, %d\\n"
},
- "15315": {
+ "14343": {
"Type": "TRice16_3",
"Strg": "rd:TRice16_3 %d, %d, %d\\n"
},
- "15316": {
+ "14344": {
"Type": "TRice16_4",
"Strg": "rd:TRice16_4 %d, %d, %d, %d\\n"
},
- "15317": {
+ "14345": {
"Type": "TRice16_5",
"Strg": "rd:TRice16_5 %d, %d, %d, %d, %d\\n"
},
- "15318": {
+ "14346": {
"Type": "TRice16_6",
"Strg": "rd:TRice16_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15319": {
+ "14347": {
"Type": "TRice16_7",
"Strg": "rd:TRice16_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15320": {
+ "14348": {
"Type": "TRice16_8",
"Strg": "rd:TRice16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15321": {
+ "14349": {
"Type": "TRice16_9",
"Strg": "rd:TRice16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15322": {
+ "14350": {
"Type": "TRice16_10",
"Strg": "rd:TRice16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15323": {
+ "14351": {
"Type": "TRice16_11",
"Strg": "rd:TRice16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15324": {
+ "14352": {
"Type": "TRice16_12",
"Strg": "rd:TRice16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15325": {
+ "14353": {
"Type": "trice",
"Strg": "sig:TRICE32 with 1 to 12 values (line %d)\\n"
},
- "15326": {
+ "14354": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d\\n"
},
- "15327": {
+ "14355": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d\\n"
},
- "15328": {
+ "14356": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d\\n"
},
- "15329": {
+ "14357": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d\\n"
},
- "15330": {
+ "14358": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d\\n"
},
- "15331": {
+ "14359": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d\\n"
},
- "15332": {
+ "14360": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15333": {
+ "14361": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15334": {
+ "14362": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15335": {
+ "14363": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15336": {
+ "14364": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15337": {
+ "14365": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15338": {
+ "14366": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d\\n"
},
- "15339": {
+ "14367": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d\\n"
},
- "15340": {
+ "14368": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d\\n"
},
- "15341": {
+ "14369": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d\\n"
},
- "15342": {
+ "14370": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d\\n"
},
- "15343": {
+ "14371": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d\\n"
},
- "15344": {
+ "14372": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15345": {
+ "14373": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15346": {
+ "14374": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15347": {
+ "14375": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15348": {
+ "14376": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15349": {
+ "14377": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15350": {
+ "14378": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d\\n"
},
- "15351": {
+ "14379": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d\\n"
},
- "15352": {
+ "14380": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d\\n"
},
- "15353": {
+ "14381": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d\\n"
},
- "15354": {
+ "14382": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d\\n"
},
- "15355": {
+ "14383": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d\\n"
},
- "15356": {
+ "14384": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15357": {
+ "14385": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15358": {
+ "14386": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15359": {
+ "14387": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15360": {
+ "14388": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15361": {
+ "14389": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15362": {
+ "14390": {
"Type": "trice",
"Strg": "signal:TRICE32_n with 1 to 12 values (line %d)\\n"
},
- "15363": {
+ "14391": {
"Type": "TRICE32_1",
"Strg": "rd:TRICE32_1 %d\\n"
},
- "15364": {
+ "14392": {
"Type": "TRICE32_2",
"Strg": "rd:TRICE32_2 %d, %d\\n"
},
- "15365": {
+ "14393": {
"Type": "TRICE32_3",
"Strg": "rd:TRICE32_3 %d, %d, %d\\n"
},
- "15366": {
+ "14394": {
"Type": "TRICE32_4",
"Strg": "rd:TRICE32_4 %d, %d, %d, %d\\n"
},
- "15367": {
+ "14395": {
"Type": "TRICE32_5",
"Strg": "rd:TRICE32_5 %d, %d, %d, %d, %d\\n"
},
- "15368": {
+ "14396": {
"Type": "TRICE32_6",
"Strg": "rd:TRICE32_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15369": {
+ "14397": {
"Type": "TRICE32_7",
"Strg": "rd:TRICE32_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15370": {
+ "14398": {
"Type": "TRICE32_8",
"Strg": "rd:TRICE32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15371": {
+ "14399": {
"Type": "TRICE32_9",
"Strg": "rd:TRICE32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15372": {
+ "14400": {
"Type": "TRICE32_10",
"Strg": "rd:TRICE32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15373": {
+ "14401": {
"Type": "TRICE32_11",
"Strg": "rd:TRICE32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15374": {
+ "14402": {
"Type": "TRICE32_12",
"Strg": "rd:TRICE32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15375": {
+ "14403": {
"Type": "TRICE32_1",
"Strg": "rd:TRICE32_1 %d\\n"
},
- "15376": {
+ "14404": {
"Type": "TRICE32_2",
"Strg": "rd:TRICE32_2 %d, %d\\n"
},
- "15377": {
+ "14405": {
"Type": "TRICE32_3",
"Strg": "rd:TRICE32_3 %d, %d, %d\\n"
},
- "15378": {
+ "14406": {
"Type": "TRICE32_4",
"Strg": "rd:TRICE32_4 %d, %d, %d, %d\\n"
},
- "15379": {
+ "14407": {
"Type": "TRICE32_5",
"Strg": "rd:TRICE32_5 %d, %d, %d, %d, %d\\n"
},
- "15380": {
+ "14408": {
"Type": "TRICE32_6",
"Strg": "rd:TRICE32_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15381": {
+ "14409": {
"Type": "TRICE32_7",
"Strg": "rd:TRICE32_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15382": {
+ "14410": {
"Type": "TRICE32_8",
"Strg": "rd:TRICE32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15383": {
+ "14411": {
"Type": "TRICE32_9",
"Strg": "rd:TRICE32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15384": {
+ "14412": {
"Type": "TRICE32_10",
"Strg": "rd:TRICE32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15385": {
+ "14413": {
"Type": "TRICE32_11",
"Strg": "rd:TRICE32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15386": {
+ "14414": {
"Type": "TRICE32_12",
"Strg": "rd:TRICE32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15387": {
+ "14415": {
"Type": "TRICE32_1",
"Strg": "rd:TRICE32_1 %d\\n"
},
- "15388": {
+ "14416": {
"Type": "TRICE32_2",
"Strg": "rd:TRICE32_2 %d, %d\\n"
},
- "15389": {
+ "14417": {
"Type": "TRICE32_3",
"Strg": "rd:TRICE32_3 %d, %d, %d\\n"
},
- "15390": {
+ "14418": {
"Type": "TRICE32_4",
"Strg": "rd:TRICE32_4 %d, %d, %d, %d\\n"
},
- "15391": {
+ "14419": {
"Type": "TRICE32_5",
"Strg": "rd:TRICE32_5 %d, %d, %d, %d, %d\\n"
},
- "15392": {
+ "14420": {
"Type": "TRICE32_6",
"Strg": "rd:TRICE32_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15393": {
+ "14421": {
"Type": "TRICE32_7",
"Strg": "rd:TRICE32_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15394": {
+ "14422": {
"Type": "TRICE32_8",
"Strg": "rd:TRICE32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15395": {
+ "14423": {
"Type": "TRICE32_9",
"Strg": "rd:TRICE32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15396": {
+ "14424": {
"Type": "TRICE32_10",
"Strg": "rd:TRICE32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15397": {
+ "14425": {
"Type": "TRICE32_11",
"Strg": "rd:TRICE32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15398": {
+ "14426": {
"Type": "TRICE32_12",
"Strg": "rd:TRICE32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15399": {
+ "14427": {
"Type": "trice",
"Strg": "sig:trice32 with 1 to 12 values (line %d)\\n"
},
- "15400": {
+ "14428": {
"Type": "trice32",
"Strg": "rd:trice32 %d\\n"
},
- "15401": {
+ "14429": {
"Type": "trice32",
"Strg": "rd:trice32 %d, %d\\n"
},
- "15402": {
+ "14430": {
"Type": "trice32",
"Strg": "rd:trice32 %d, %d, %d\\n"
},
- "15403": {
+ "14431": {
"Type": "trice32",
"Strg": "rd:trice32 %d, %d, %d, %d\\n"
},
- "15404": {
+ "14432": {
"Type": "trice32",
"Strg": "rd:trice32 %d, %d, %d, %d, %d\\n"
},
- "15405": {
+ "14433": {
"Type": "trice32",
"Strg": "rd:trice32 %d, %d, %d, %d, %d, %d\\n"
},
- "15406": {
+ "14434": {
"Type": "trice32",
"Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15407": {
+ "14435": {
"Type": "trice32",
"Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15408": {
+ "14436": {
"Type": "trice32",
"Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15409": {
+ "14437": {
"Type": "trice32",
"Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15410": {
+ "14438": {
"Type": "trice32",
"Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15411": {
+ "14439": {
"Type": "trice32",
"Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15412": {
+ "14440": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d\\n"
},
- "15413": {
+ "14441": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d, %d\\n"
},
- "15414": {
+ "14442": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d, %d, %d\\n"
},
- "15415": {
+ "14443": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d, %d, %d, %d\\n"
},
- "15416": {
+ "14444": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d, %d, %d, %d, %d\\n"
},
- "15417": {
+ "14445": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d\\n"
},
- "15418": {
+ "14446": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15419": {
+ "14447": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15420": {
+ "14448": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15421": {
+ "14449": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15422": {
+ "14450": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15423": {
+ "14451": {
"Type": "Trice32",
"Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15424": {
+ "14452": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d\\n"
},
- "15425": {
+ "14453": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d, %d\\n"
},
- "15426": {
+ "14454": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d, %d, %d\\n"
},
- "15427": {
+ "14455": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d, %d, %d, %d\\n"
},
- "15428": {
+ "14456": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d, %d, %d, %d, %d\\n"
},
- "15429": {
+ "14457": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d\\n"
},
- "15430": {
+ "14458": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15431": {
+ "14459": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15432": {
+ "14460": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15433": {
+ "14461": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15434": {
+ "14462": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15435": {
+ "14463": {
"Type": "TRice32",
"Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15436": {
+ "14464": {
"Type": "trice",
"Strg": "signal:trice32_n with 1 to 12 values (line %d)\\n"
},
- "15437": {
+ "14465": {
"Type": "trice32_1",
"Strg": "rd:trice32_1 %d\\n"
},
- "15438": {
+ "14466": {
"Type": "trice32_2",
"Strg": "rd:trice32_2 %d, %d\\n"
},
- "15439": {
+ "14467": {
"Type": "trice32_3",
"Strg": "rd:trice32_3 %d, %d, %d\\n"
},
- "15440": {
+ "14468": {
"Type": "trice32_4",
"Strg": "rd:trice32_4 %d, %d, %d, %d\\n"
},
- "15441": {
+ "14469": {
"Type": "trice32_5",
"Strg": "rd:trice32_5 %d, %d, %d, %d, %d\\n"
},
- "15442": {
+ "14470": {
"Type": "trice32_6",
"Strg": "rd:trice32_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15443": {
+ "14471": {
"Type": "trice32_7",
"Strg": "rd:trice32_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15444": {
+ "14472": {
"Type": "trice32_8",
"Strg": "rd:trice32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15445": {
+ "14473": {
"Type": "trice32_9",
"Strg": "rd:trice32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15446": {
+ "14474": {
"Type": "trice32_10",
"Strg": "rd:trice32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15447": {
+ "14475": {
"Type": "trice32_11",
"Strg": "rd:trice32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15448": {
+ "14476": {
"Type": "trice32_12",
"Strg": "rd:trice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15449": {
+ "14477": {
"Type": "Trice32_1",
"Strg": "rd:Trice32_1 %d\\n"
},
- "15450": {
+ "14478": {
"Type": "Trice32_2",
"Strg": "rd:Trice32_2 %d, %d\\n"
},
- "15451": {
+ "14479": {
"Type": "Trice32_3",
"Strg": "rd:Trice32_3 %d, %d, %d\\n"
},
- "15452": {
+ "14480": {
"Type": "Trice32_4",
"Strg": "rd:Trice32_4 %d, %d, %d, %d\\n"
},
- "15453": {
+ "14481": {
"Type": "Trice32_5",
"Strg": "rd:Trice32_5 %d, %d, %d, %d, %d\\n"
},
- "15454": {
+ "14482": {
"Type": "Trice32_6",
"Strg": "rd:Trice32_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15455": {
+ "14483": {
"Type": "Trice32_7",
"Strg": "rd:Trice32_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15456": {
+ "14484": {
"Type": "Trice32_8",
"Strg": "rd:Trice32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15457": {
+ "14485": {
"Type": "Trice32_9",
"Strg": "rd:Trice32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15458": {
+ "14486": {
"Type": "Trice32_10",
"Strg": "rd:Trice32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15459": {
+ "14487": {
"Type": "Trice32_11",
"Strg": "rd:Trice32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15460": {
+ "14488": {
"Type": "Trice32_12",
"Strg": "rd:Trice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15461": {
+ "14489": {
"Type": "TRice32_1",
"Strg": "rd:TRice32_1 %d\\n"
},
- "15462": {
+ "14490": {
"Type": "TRice32_2",
"Strg": "rd:TRice32_2 %d, %d\\n"
},
- "15463": {
+ "14491": {
"Type": "TRice32_3",
"Strg": "rd:TRice32_3 %d, %d, %d\\n"
},
- "15464": {
+ "14492": {
"Type": "TRice32_4",
"Strg": "rd:TRice32_4 %d, %d, %d, %d\\n"
},
- "15465": {
+ "14493": {
"Type": "TRice32_5",
"Strg": "rd:TRice32_5 %d, %d, %d, %d, %d\\n"
},
- "15466": {
+ "14494": {
"Type": "TRice32_6",
"Strg": "rd:TRice32_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15467": {
+ "14495": {
"Type": "TRice32_7",
"Strg": "rd:TRice32_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15468": {
+ "14496": {
"Type": "TRice32_8",
"Strg": "rd:TRice32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15469": {
+ "14497": {
"Type": "TRice32_9",
"Strg": "rd:TRice32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15470": {
+ "14498": {
"Type": "TRice32_10",
"Strg": "rd:TRice32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15471": {
+ "14499": {
"Type": "TRice32_11",
"Strg": "rd:TRice32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15472": {
+ "14500": {
"Type": "TRice32_12",
"Strg": "rd:TRice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15473": {
+ "14501": {
"Type": "trice",
"Strg": "sig:TRICE64 with 1 to 12 values (line %d)\\n"
},
- "15474": {
+ "14502": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d\\n"
},
- "15475": {
+ "14503": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d\\n"
},
- "15476": {
+ "14504": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d\\n"
},
- "15477": {
+ "14505": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d\\n"
},
- "15478": {
+ "14506": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d\\n"
},
- "15479": {
+ "14507": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d\\n"
},
- "15480": {
+ "14508": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15481": {
+ "14509": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15482": {
+ "14510": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15483": {
+ "14511": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15484": {
+ "14512": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15485": {
+ "14513": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15486": {
+ "14514": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d\\n"
},
- "15487": {
+ "14515": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d\\n"
},
- "15488": {
+ "14516": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d\\n"
},
- "15489": {
+ "14517": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d\\n"
},
- "15490": {
+ "14518": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d\\n"
},
- "15491": {
+ "14519": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d\\n"
},
- "15492": {
+ "14520": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15493": {
+ "14521": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15494": {
+ "14522": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15495": {
+ "14523": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15496": {
+ "14524": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15497": {
+ "14525": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15498": {
+ "14526": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d\\n"
},
- "15499": {
+ "14527": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d\\n"
},
- "15500": {
+ "14528": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d\\n"
},
- "15501": {
+ "14529": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d\\n"
},
- "15502": {
+ "14530": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d\\n"
},
- "15503": {
+ "14531": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d\\n"
},
- "15504": {
+ "14532": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15505": {
+ "14533": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15506": {
+ "14534": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15507": {
+ "14535": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15508": {
+ "14536": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15509": {
+ "14537": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15510": {
+ "14538": {
"Type": "trice",
"Strg": "signal:TRICE64_n with 1 to 12 values (line %d)\\n"
},
- "15511": {
+ "14539": {
"Type": "TRICE64_1",
"Strg": "rd:TRICE64_1 %d\\n"
},
- "15512": {
+ "14540": {
"Type": "TRICE64_2",
"Strg": "rd:TRICE64_2 %d, %d\\n"
},
- "15513": {
+ "14541": {
"Type": "TRICE64_3",
"Strg": "rd:TRICE64_3 %d, %d, %d\\n"
},
- "15514": {
+ "14542": {
"Type": "TRICE64_4",
"Strg": "rd:TRICE64_4 %d, %d, %d, %d\\n"
},
- "15515": {
+ "14543": {
"Type": "TRICE64_5",
"Strg": "rd:TRICE64_5 %d, %d, %d, %d, %d\\n"
},
- "15516": {
+ "14544": {
"Type": "TRICE64_6",
"Strg": "rd:TRICE64_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15517": {
+ "14545": {
"Type": "TRICE64_7",
"Strg": "rd:TRICE64_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15518": {
+ "14546": {
"Type": "TRICE64_8",
"Strg": "rd:TRICE64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15519": {
+ "14547": {
"Type": "TRICE64_9",
"Strg": "rd:TRICE64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15520": {
+ "14548": {
"Type": "TRICE64_10",
"Strg": "rd:TRICE64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15521": {
+ "14549": {
"Type": "TRICE64_11",
"Strg": "rd:TRICE64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15522": {
+ "14550": {
"Type": "TRICE64_12",
"Strg": "rd:TRICE64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15523": {
+ "14551": {
"Type": "TRICE64_1",
"Strg": "rd:TRICE64_1 %d\\n"
},
- "15524": {
+ "14552": {
"Type": "TRICE64_2",
"Strg": "rd:TRICE64_2 %d, %d\\n"
},
- "15525": {
+ "14553": {
"Type": "TRICE64_3",
"Strg": "rd:TRICE64_3 %d, %d, %d\\n"
},
- "15526": {
+ "14554": {
"Type": "TRICE64_4",
"Strg": "rd:TRICE64_4 %d, %d, %d, %d\\n"
},
- "15527": {
+ "14555": {
"Type": "TRICE64_5",
"Strg": "rd:TRICE64_5 %d, %d, %d, %d, %d\\n"
},
- "15528": {
+ "14556": {
"Type": "TRICE64_6",
"Strg": "rd:TRICE64_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15529": {
+ "14557": {
"Type": "TRICE64_7",
"Strg": "rd:TRICE64_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15530": {
+ "14558": {
"Type": "TRICE64_8",
"Strg": "rd:TRICE64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15531": {
+ "14559": {
"Type": "TRICE64_9",
"Strg": "rd:TRICE64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15532": {
+ "14560": {
"Type": "TRICE64_10",
"Strg": "rd:TRICE64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15533": {
+ "14561": {
"Type": "TRICE64_11",
"Strg": "rd:TRICE64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15534": {
+ "14562": {
"Type": "TRICE64_12",
"Strg": "rd:TRICE64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15535": {
+ "14563": {
"Type": "TRICE64_1",
"Strg": "rd:TRICE64_1 %d\\n"
},
- "15536": {
+ "14564": {
"Type": "TRICE64_2",
"Strg": "rd:TRICE64_2 %d, %d\\n"
},
- "15537": {
+ "14565": {
"Type": "TRICE64_3",
"Strg": "rd:TRICE64_3 %d, %d, %d\\n"
},
- "15538": {
+ "14566": {
"Type": "TRICE64_4",
"Strg": "rd:TRICE64_4 %d, %d, %d, %d\\n"
},
- "15539": {
+ "14567": {
"Type": "TRICE64_5",
"Strg": "rd:TRICE64_5 %d, %d, %d, %d, %d\\n"
},
- "15540": {
+ "14568": {
"Type": "TRICE64_6",
"Strg": "rd:TRICE64_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15541": {
+ "14569": {
"Type": "TRICE64_7",
"Strg": "rd:TRICE64_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15542": {
+ "14570": {
"Type": "TRICE64_8",
"Strg": "rd:TRICE64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15543": {
+ "14571": {
"Type": "TRICE64_9",
"Strg": "rd:TRICE64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15544": {
+ "14572": {
"Type": "TRICE64_10",
"Strg": "rd:TRICE64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15545": {
+ "14573": {
"Type": "TRICE64_11",
"Strg": "rd:TRICE64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15546": {
+ "14574": {
"Type": "TRICE64_12",
"Strg": "rd:TRICE64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15547": {
+ "14575": {
"Type": "trice",
"Strg": "sig:trice64 with 1 to 12 values (line %d)\\n"
},
- "15548": {
+ "14576": {
"Type": "trice64",
"Strg": "rd:trice64 %d\\n"
},
- "15549": {
+ "14577": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d\\n"
},
- "15550": {
+ "14578": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d, %d\\n"
},
- "15551": {
+ "14579": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d, %d, %d\\n"
},
- "15552": {
+ "14580": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d, %d, %d, %d\\n"
},
- "15553": {
+ "14581": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d, %d, %d, %d, %d\\n"
},
- "15554": {
+ "14582": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15555": {
+ "14583": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15556": {
+ "14584": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15557": {
+ "14585": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15558": {
+ "14586": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15559": {
+ "14587": {
"Type": "trice64",
"Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15560": {
+ "14588": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d\\n"
},
- "15561": {
+ "14589": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d, %d\\n"
},
- "15562": {
+ "14590": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d, %d, %d\\n"
},
- "15563": {
+ "14591": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d, %d, %d, %d\\n"
},
- "15564": {
+ "14592": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d, %d, %d, %d, %d\\n"
},
- "15565": {
+ "14593": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d\\n"
},
- "15566": {
+ "14594": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15567": {
+ "14595": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15568": {
+ "14596": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15569": {
+ "14597": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15570": {
+ "14598": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15571": {
+ "14599": {
"Type": "Trice64",
"Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15572": {
+ "14600": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d\\n"
},
- "15573": {
+ "14601": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d, %d\\n"
},
- "15574": {
+ "14602": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d, %d, %d\\n"
},
- "15575": {
+ "14603": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d, %d, %d, %d\\n"
},
- "15576": {
+ "14604": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d, %d, %d, %d, %d\\n"
},
- "15577": {
+ "14605": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d\\n"
},
- "15578": {
+ "14606": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15579": {
+ "14607": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15580": {
+ "14608": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15581": {
+ "14609": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15582": {
+ "14610": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15583": {
+ "14611": {
"Type": "TRice64",
"Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15584": {
+ "14612": {
"Type": "trice",
"Strg": "signal:trice64_n with 1 to 12 values (line %d)\\n"
},
- "15585": {
+ "14613": {
"Type": "trice64_1",
"Strg": "rd:trice64_1 %d\\n"
},
- "15586": {
+ "14614": {
"Type": "trice64_2",
"Strg": "rd:trice64_2 %d, %d\\n"
},
- "15587": {
+ "14615": {
"Type": "trice64_3",
"Strg": "rd:trice64_3 %d, %d, %d\\n"
},
- "15588": {
+ "14616": {
"Type": "trice64_4",
"Strg": "rd:trice64_4 %d, %d, %d, %d\\n"
},
- "15589": {
+ "14617": {
"Type": "trice64_5",
"Strg": "rd:trice64_5 %d, %d, %d, %d, %d\\n"
},
- "15590": {
+ "14618": {
"Type": "trice64_6",
"Strg": "rd:trice64_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15591": {
+ "14619": {
"Type": "trice64_7",
"Strg": "rd:trice64_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15592": {
+ "14620": {
"Type": "trice64_8",
"Strg": "rd:trice64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15593": {
+ "14621": {
"Type": "trice64_9",
"Strg": "rd:trice64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15594": {
+ "14622": {
"Type": "trice64_10",
"Strg": "rd:trice64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15595": {
+ "14623": {
"Type": "trice64_11",
"Strg": "rd:trice64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15596": {
+ "14624": {
"Type": "trice64_12",
"Strg": "rd:trice64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15597": {
+ "14625": {
"Type": "Trice64_1",
"Strg": "rd:Trice64_1 %d\\n"
},
- "15598": {
+ "14626": {
"Type": "Trice64_2",
"Strg": "rd:Trice64_2 %d, %d\\n"
},
- "15599": {
+ "14627": {
"Type": "Trice64_3",
"Strg": "rd:Trice64_3 %d, %d, %d\\n"
},
- "15600": {
+ "14628": {
"Type": "Trice64_4",
"Strg": "rd:Trice64_4 %d, %d, %d, %d\\n"
},
- "15601": {
+ "14629": {
"Type": "Trice64_5",
"Strg": "rd:Trice64_5 %d, %d, %d, %d, %d\\n"
},
- "15602": {
+ "14630": {
"Type": "Trice64_6",
"Strg": "rd:Trice64_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15603": {
+ "14631": {
"Type": "Trice64_7",
"Strg": "rd:Trice64_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15604": {
+ "14632": {
"Type": "Trice64_8",
"Strg": "rd:Trice64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15605": {
+ "14633": {
"Type": "Trice64_9",
"Strg": "rd:Trice64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15606": {
+ "14634": {
"Type": "Trice64_10",
"Strg": "rd:Trice64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15607": {
+ "14635": {
"Type": "Trice64_11",
"Strg": "rd:Trice64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15608": {
+ "14636": {
"Type": "Trice64_12",
"Strg": "rd:Trice64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15609": {
+ "14637": {
"Type": "TRice64_1",
"Strg": "rd:TRice64_1 %d\\n"
},
- "15610": {
+ "14638": {
"Type": "TRice64_2",
"Strg": "rd:TRice64_2 %d, %d\\n"
},
- "15611": {
+ "14639": {
"Type": "TRice64_3",
"Strg": "rd:TRice64_3 %d, %d, %d\\n"
},
- "15612": {
+ "14640": {
"Type": "TRice64_4",
"Strg": "rd:TRice64_4 %d, %d, %d, %d\\n"
},
- "15613": {
+ "14641": {
"Type": "TRice64_5",
"Strg": "rd:TRice64_5 %d, %d, %d, %d, %d\\n"
},
- "15614": {
+ "14642": {
"Type": "TRice64_6",
"Strg": "rd:TRice64_6 %d, %d, %d, %d, %d, %d\\n"
},
- "15615": {
+ "14643": {
"Type": "TRice64_7",
"Strg": "rd:TRice64_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15616": {
+ "14644": {
"Type": "TRice64_8",
"Strg": "rd:TRice64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15617": {
+ "14645": {
"Type": "TRice64_9",
"Strg": "rd:TRice64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15618": {
+ "14646": {
"Type": "TRice64_10",
"Strg": "rd:TRice64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15619": {
+ "14647": {
"Type": "TRice64_11",
"Strg": "rd:TRice64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15620": {
+ "14648": {
"Type": "TRice32_12",
"Strg": "rd:TRice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "15621": {
+ "14649": {
"Type": "TRICE",
"Strg": "sig:Colors and ticks\\n"
},
- "15622": {
+ "14650": {
"Type": "TRICE",
"Strg": "--------------------------------------------------\\n"
},
- "15623": {
+ "14651": {
"Type": "TRICE",
"Strg": "--------------------------------------------------\\n"
},
- "15624": {
+ "14652": {
"Type": "TRICE",
"Strg": "dbg:12345 as 16bit is %016b\\n"
},
- "15625": {
+ "14653": {
"Type": "TRICE",
"Strg": "--------------------------------------------------\\n"
},
- "15626": {
+ "14654": {
"Type": "TRICE",
"Strg": "sig:This ASSERT error is just a demo and no real error:\\n"
},
- "15627": {
+ "14655": {
"Type": "TRICE",
"Strg": "--------------------------------------------------\\n"
},
- "15628": {
+ "14656": {
"Type": "TRICE",
"Strg": "ERR:error message, SysTick is %6u\\n"
},
- "15629": {
+ "14657": {
"Type": "TRICE",
"Strg": "WRN:warning message, SysTick is %6u\\n"
},
- "15630": {
+ "14658": {
"Type": "TRICE",
"Strg": "ATT:attention message, SysTick is %6u\\n"
},
- "15631": {
+ "14659": {
"Type": "TRICE",
"Strg": "DIA:diagnostics message, SysTick is %6u\\n"
},
- "15632": {
+ "14660": {
"Type": "TRICE",
"Strg": "TIM:timing message, SysTick is %6u\\n"
},
- "15633": {
+ "14661": {
"Type": "TRICE",
"Strg": "DBG:debug message, SysTick is %6u\\n"
},
- "15634": {
+ "14662": {
"Type": "TRICE",
"Strg": "SIG:signal message, SysTick is %6u\\n"
},
- "15635": {
+ "14663": {
"Type": "TRICE",
"Strg": "RD:read message, SysTick is %6u\\n"
},
- "15636": {
+ "14664": {
"Type": "TRICE",
"Strg": "WR:write message, SysTick is %6u\\n"
},
- "15637": {
+ "14665": {
"Type": "TRICE",
"Strg": "ISR:interrupt message, SysTick is %6u\\n"
},
- "15638": {
+ "14666": {
"Type": "TRICE",
"Strg": "MSG:normal message, SysTick is %6u\\n"
},
- "15639": {
+ "14667": {
"Type": "TRICE",
"Strg": "INFO:informal message, SysTick is %6u\\n"
},
- "15640": {
+ "14668": {
"Type": "TRICE",
"Strg": "time:TRICE32_1 message, SysTick is %6u\\n"
},
- "15641": {
+ "14669": {
"Type": "TRICE",
"Strg": "sig:Various ranges and formats\\n"
},
- "15642": {
+ "14670": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %%03x -\u003e %03x %03x %03x %03x\\n"
},
- "15643": {
+ "14671": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %%4d -\u003e %4d %4d %4d %4d\\n"
},
- "15644": {
+ "14672": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %%4u -\u003e %4u %4u %4u %4u\\n"
},
- "15645": {
+ "14673": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %%4o -\u003e %4o %4o %4o %4o\\n"
},
- "15646": {
+ "14674": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %%4O -\u003e %4O %4O %4O %4O\\n"
},
- "15647": {
+ "14675": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %%4X -\u003e %4X %4X %4X %4X\\n"
},
- "15648": {
+ "14676": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %%4x -\u003e %4x %4x %4x %4x\\n"
},
- "15649": {
+ "14677": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %%8b -\u003e %8b %8b %8b %8b\\n"
},
- "15650": {
+ "14678": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %%08b -\u003e %08b %08b %08b %08b\\n"
},
- "15651": {
+ "14679": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %%05x -\u003e %05x %05x %05x %05x\\n"
},
- "15652": {
+ "14680": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %%6d -\u003e %6d %6d %6d %6d\\n"
},
- "15653": {
+ "14681": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %%7o -\u003e %7o %7o %7o %7o\\n"
},
- "15654": {
+ "14682": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %%09x -\u003e %09x %09x %09x %09x\\n"
},
- "15655": {
+ "14683": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %%10d -\u003e %10d %10d %10d %10x\\n"
},
- "15656": {
+ "14684": {
"Type": "TRICE32",
"Strg": "att:TRICE32 %40b\\n"
},
- "15657": {
+ "14685": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %%09x -\u003e %09x %09x %09x %09x\\n"
},
- "15658": {
+ "14686": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %%10d -\u003e %10d %10d %10d %10x\\n"
},
- "15659": {
+ "14687": {
"Type": "TRICE64",
"Strg": "att:TRICE64 %70b\\n"
},
- "15660": {
+ "14688": {
"Type": "TRICE",
"Strg": "sig:Legacy TRICE8\\n"
},
- "15661": {
+ "14689": {
"Type": "TRICE8_1",
"Strg": "tst:TRICE8_1 %02x\\n"
},
- "15662": {
+ "14690": {
"Type": "TRICE8_2",
"Strg": "tst:TRICE8_2 %02x %02x\\n"
},
- "15663": {
+ "14691": {
"Type": "TRICE8_3",
"Strg": "tst:TRICE8_3 %02x %02x %02x\\n"
},
- "15664": {
+ "14692": {
"Type": "TRICE8_4",
"Strg": "tst:TRICE8_4 %02x %02x %02x %02x\\n"
},
- "15665": {
+ "14693": {
"Type": "TRICE8_5",
"Strg": "tst:TRICE8_5 %02x %02x %02x %02x %02x\\n"
},
- "15666": {
+ "14694": {
"Type": "TRICE8_6",
"Strg": "tst:TRICE8_6 %02x %02x %02x %02x %02x %02x\\n"
},
- "15667": {
+ "14695": {
"Type": "TRICE8_7",
"Strg": "tst:TRICE8_7 %02x %02x %02x %02x %02x %02x %02x\\n"
},
- "15668": {
+ "14696": {
"Type": "TRICE8_8",
"Strg": "tst:TRICE8_8 %02X %02X %02X %02X %02x %02x %02x %02x\\n"
},
- "15669": {
+ "14697": {
"Type": "TRICE8_1",
"Strg": "tst:TRICE8_1 %d\\n"
},
- "15670": {
+ "14698": {
"Type": "TRICE8_2",
"Strg": "tst:TRICE8_2 %d %d\\n"
},
- "15671": {
+ "14699": {
"Type": "TRICE8_3",
"Strg": "tst:TRICE8_3 %d %d %d\\n"
},
- "15672": {
+ "14700": {
"Type": "TRICE8_4",
"Strg": "tst:TRICE8_4 %d %d %d %d\\n"
},
- "15673": {
+ "14701": {
"Type": "TRICE8_5",
"Strg": "tst:TRICE8_5 %d %d %d %d %d\\n"
},
- "15674": {
+ "14702": {
"Type": "TRICE8_6",
"Strg": "tst:TRICE8_6 %d %d %d %d %d %d\\n"
},
- "15675": {
+ "14703": {
"Type": "TRICE8_7",
"Strg": "tst:TRICE8_7 %d %d %d %d %d %d %d\\n"
},
- "15676": {
+ "14704": {
"Type": "TRICE8_8",
"Strg": "tst:TRICE8_8 %d %d %d %d %d %d %d %d\\n"
},
- "15677": {
+ "14705": {
"Type": "TRICE8_1",
"Strg": "tst:TRICE8_1 %d\\n"
},
- "15678": {
+ "14706": {
"Type": "TRICE8_2",
"Strg": "tst:TRICE8_2 %d %d\\n"
},
- "15679": {
+ "14707": {
"Type": "TRICE8_3",
"Strg": "tst:TRICE8_3 %d %d %d\\n"
},
- "15680": {
+ "14708": {
"Type": "TRICE8_4",
"Strg": "tst:TRICE8_4 %d %d %d %d\\n"
},
- "15681": {
+ "14709": {
"Type": "TRICE8_5",
"Strg": "tst:TRICE8_5 %d %d %d %d %d\\n"
},
- "15682": {
+ "14710": {
"Type": "TRICE8_6",
"Strg": "tst:TRICE8_6 %d %d %d %d %d %d\\n"
},
- "15683": {
+ "14711": {
"Type": "TRICE8_7",
"Strg": "tst:TRICE8_7 %d %d %d %d %d %d %d\\n"
},
- "15684": {
+ "14712": {
"Type": "TRICE8_8",
"Strg": "tst:TRICE8_8 %d %d %d %d %d %d %d %d\\n"
},
- "15685": {
+ "14713": {
"Type": "TRICE8_1",
"Strg": "tst:TRICE8_1 %u\\n"
},
- "15686": {
+ "14714": {
"Type": "TRICE8_2",
"Strg": "tst:TRICE8_2 %u %u\\n"
},
- "15687": {
+ "14715": {
"Type": "TRICE8_3",
"Strg": "tst:TRICE8_3 %u %u %u\\n"
},
- "15688": {
+ "14716": {
"Type": "TRICE8_4",
"Strg": "tst:TRICE8_4 %u %u %u %u\\n"
},
- "15689": {
+ "14717": {
"Type": "TRICE8_5",
"Strg": "tst:TRICE8_5 %u %u %u %u %u\\n"
},
- "15690": {
+ "14718": {
"Type": "TRICE8_6",
"Strg": "tst:TRICE8_6 %u %u %u %u %u %u\\n"
},
- "15691": {
+ "14719": {
"Type": "TRICE8_7",
"Strg": "tst:TRICE8_7 %u %u %u %u %u %u %u\\n"
},
- "15692": {
+ "14720": {
"Type": "TRICE8_8",
"Strg": "tst:TRICE8_8 %u %u %u %u %u %u %u %u\\n"
},
- "15693": {
+ "14721": {
"Type": "TRICE8_8",
"Strg": "tst:TRICE8_1 %%d=%d, %%u=%u, 0x%%x=0x%x, 0x%%2x=0x%2x, 0x%%02x=0x%02x, 0x%%3x=0x%3x, 0x%%03x=0x%03x, %%b=%b\\n"
},
- "15694": {
+ "14722": {
"Type": "TRICE",
"Strg": "sig:Legacy TRICE16-64\\n"
},
- "15695": {
+ "14723": {
"Type": "TRICE16_1",
"Strg": "tst:TRICE16_1 %d\\n"
},
- "15696": {
+ "14724": {
"Type": "TRICE16_2",
"Strg": "tst:TRICE16_2 %d %d\\n"
},
- "15697": {
+ "14725": {
"Type": "TRICE16_3",
"Strg": "tst:TRICE16_3 %d %d %d\\n"
},
- "15698": {
+ "14726": {
"Type": "TRICE16_4",
"Strg": "tst:TRICE16_4 %d %d %d %d\\n"
},
- "15699": {
+ "14727": {
"Type": "TRICE32_1",
"Strg": "tst:TRICE32_1 %08x\\n"
},
- "15700": {
+ "14728": {
"Type": "TRICE32_1",
"Strg": "tst:TRICE32_1 %d\\n"
},
- "15701": {
+ "14729": {
"Type": "TRICE32_2",
"Strg": "tst:TRICE32_2 %x %x\\n"
},
- "15702": {
+ "14730": {
"Type": "TRICE32_2",
"Strg": "tst:TRICE32_2 %d %d\\n"
},
- "15703": {
+ "14731": {
"Type": "TRICE32_3",
"Strg": "tst:TRICE32_3 %x %x %x\\n"
},
- "15704": {
+ "14732": {
"Type": "TRICE32_3",
"Strg": "tst:TRICE32_3 %d %d %d\\n"
},
- "15705": {
+ "14733": {
"Type": "TRICE32_4",
"Strg": "tst:TRICE32_4 %x %x %x %x\\n"
},
- "15706": {
+ "14734": {
"Type": "TRICE32_4",
"Strg": "tst:TRICE32_4 %d %d %d %d\\n"
},
- "15707": {
+ "14735": {
"Type": "TRICE64_1",
"Strg": "tst:TRICE64_1 %d\\n"
},
- "15708": {
+ "14736": {
"Type": "TRICE64_2",
"Strg": "tst:TRICE64_2 %d %d\\n"
},
- "15709": {
+ "14737": {
"Type": "TRICE16_1",
"Strg": "tst:TRICE16_1 %u\\n"
},
- "15710": {
+ "14738": {
"Type": "TRICE16_2",
"Strg": "tst:TRICE16_2 %u %u\\n"
},
- "15711": {
+ "14739": {
"Type": "TRICE16_3",
"Strg": "tst:TRICE16_3 %u %u %u\\n"
},
- "15712": {
+ "14740": {
"Type": "TRICE16_4",
"Strg": "tst:TRICE16_4 %u %u %u %u\\n"
},
- "15713": {
+ "14741": {
"Type": "TRICE32_1",
"Strg": "tst:TRICE32_1 %u\\n"
},
- "15714": {
+ "14742": {
"Type": "TRICE32_2",
"Strg": "tst:TRICE32_2 %u %u\\n"
},
- "15715": {
+ "14743": {
"Type": "TRICE32_3",
"Strg": "tst:TRICE32_3 %u %u %u\\n"
},
- "15716": {
+ "14744": {
"Type": "TRICE32_4",
"Strg": "tst:TRICE32_4 %u %u %u %u\\n"
},
- "15717": {
+ "14745": {
"Type": "TRICE64_1",
"Strg": "tst:TRICE64_1 %x\\n"
},
- "15718": {
+ "14746": {
"Type": "TRICE64_2",
"Strg": "tst:TRICE64_2 %x %x\\n"
},
- "15719": {
+ "14747": {
"Type": "TRICE64_1",
"Strg": "tst:TRICE64_1 %u\\n"
},
- "15720": {
+ "14748": {
"Type": "TRICE64_2",
"Strg": "tst:TRICE64_2 %u %u\\n"
},
- "15721": {
+ "14749": {
"Type": "trice",
"Strg": "sig:colored single letters and several TRICE macros in one line\\n"
},
- "15722": {
+ "14750": {
"Type": "trice",
"Strg": "e:A"
},
- "15723": {
+ "14751": {
"Type": "trice",
"Strg": "w:B"
},
- "15724": {
+ "14752": {
"Type": "trice",
"Strg": "a:c"
},
- "15725": {
+ "14753": {
"Type": "trice",
"Strg": "wr:d"
},
- "15726": {
+ "14754": {
"Type": "trice",
"Strg": "rd:e\\n"
},
- "15727": {
+ "14755": {
"Type": "trice",
"Strg": "diag:f"
},
- "15728": {
+ "14756": {
"Type": "trice",
"Strg": "d:G"
},
- "15729": {
+ "14757": {
"Type": "trice",
"Strg": "t:H"
},
- "15730": {
+ "14758": {
"Type": "trice",
"Strg": "time:i"
},
- "15731": {
+ "14759": {
"Type": "trice",
"Strg": "message:J"
},
- "15732": {
+ "14760": {
"Type": "trice",
"Strg": "dbg:k\\n"
},
- "15733": {
+ "14761": {
"Type": "trice",
"Strg": "1"
},
- "15734": {
+ "14762": {
"Type": "trice",
"Strg": "2"
},
- "15735": {
+ "14763": {
"Type": "trice",
"Strg": "3"
},
- "15736": {
+ "14764": {
"Type": "trice",
"Strg": "4"
},
- "15737": {
+ "14765": {
"Type": "trice",
"Strg": "e:7"
},
- "15738": {
+ "14766": {
"Type": "trice",
"Strg": "m:12"
},
- "15739": {
+ "14767": {
"Type": "trice",
"Strg": "m:123\\n"
},
- "15740": {
+ "14768": {
"Type": "trice",
"Strg": "e:A"
},
- "15741": {
+ "14769": {
"Type": "trice",
"Strg": "w:B"
},
- "15742": {
+ "14770": {
"Type": "trice",
"Strg": "a:c"
},
- "15743": {
+ "14771": {
"Type": "trice",
"Strg": "wr:d"
},
- "15744": {
+ "14772": {
"Type": "trice",
"Strg": "rd:e\\n"
},
- "15745": {
+ "14773": {
"Type": "trice",
"Strg": "diag:f"
},
- "15746": {
+ "14774": {
"Type": "trice",
"Strg": "sig:TRICE8 with variable param count 1 to 12\\n"
},
- "15747": {
+ "14775": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d\\n"
},
- "15748": {
+ "14776": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d %d\\n"
},
- "15749": {
+ "14777": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d %d %d\\n"
},
- "15750": {
+ "14778": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d %d %d %d\\n"
},
- "15751": {
+ "14779": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d %d %d %d %d\\n"
},
- "15752": {
+ "14780": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d %d %d %d %d %d\\n"
},
- "15753": {
+ "14781": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d %d %d %d %d %d %d\\n"
},
- "15754": {
+ "14782": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d\\n"
},
- "15755": {
+ "14783": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d\\n"
},
- "15756": {
+ "14784": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15757": {
+ "14785": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15758": {
+ "14786": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15759": {
+ "14787": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %t %b %x %X %d %u %o %O %p\\n"
},
- "15760": {
+ "14788": {
"Type": "TRICE8_1",
"Strg": "tst:TRICE8_1 %d\\n"
},
- "15761": {
+ "14789": {
"Type": "TRICE8_2",
"Strg": "tst:TRICE8_2 %d %d\\n"
},
- "15762": {
+ "14790": {
"Type": "TRICE8_3",
"Strg": "tst:TRICE8_3 %d %d %d\\n"
},
- "15763": {
+ "14791": {
"Type": "TRICE8_4",
"Strg": "tst:TRICE8_4 %d %d %d %d\\n"
},
- "15764": {
+ "14792": {
"Type": "TRICE8_5",
"Strg": "tst:TRICE8_5 %d %d %d %d %d\\n"
},
- "15765": {
+ "14793": {
"Type": "TRICE8_6",
"Strg": "tst:TRICE8_6 %d %d %d %d %d %d\\n"
},
- "15766": {
+ "14794": {
"Type": "TRICE8_7",
"Strg": "tst:TRICE8_7 %d %d %d %d %d %d %d\\n"
},
- "15767": {
+ "14795": {
"Type": "TRICE8_8",
"Strg": "tst:TRICE8_8 %d %d %d %d %d %d %d %d\\n"
},
- "15768": {
+ "14796": {
"Type": "TRICE8_9",
"Strg": "tst:TRICE8_9 %d %d %d %d %d %d %d %d %d\\n"
},
- "15769": {
+ "14797": {
"Type": "TRICE8_10",
"Strg": "tst:TRICE8_10 %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15770": {
+ "14798": {
"Type": "TRICE8_11",
"Strg": "tst:TRICE8_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15771": {
+ "14799": {
"Type": "TRICE8_12",
"Strg": "tst:TRICE8_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15772": {
+ "14800": {
"Type": "TRICE8",
"Strg": "tst:TRICE8 %t %b %x %X %d %u %o %O %p\\n"
},
- "15773": {
+ "14801": {
"Type": "TRICE8_9",
"Strg": "tst:TRICE8_9 %t %b %x %X %d %u %o %O %p\\n"
},
- "15774": {
+ "14802": {
"Type": "trice",
"Strg": "sig:TRICE16 with variable param count 1 to 12\\n"
},
- "15775": {
+ "14803": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d\\n"
},
- "15776": {
+ "14804": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d %d\\n"
},
- "15777": {
+ "14805": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d %d %d\\n"
},
- "15778": {
+ "14806": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d %d %d %d\\n"
},
- "15779": {
+ "14807": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d %d %d %d %d\\n"
},
- "15780": {
+ "14808": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d %d %d %d %d %d\\n"
},
- "15781": {
+ "14809": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d %d %d %d %d %d %d\\n"
},
- "15782": {
+ "14810": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d\\n"
},
- "15783": {
+ "14811": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d\\n"
},
- "15784": {
+ "14812": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15785": {
+ "14813": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15786": {
+ "14814": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15787": {
+ "14815": {
"Type": "TRICE16",
"Strg": "tst:TRICE16 %t %b %x %X %d %u %o %O %p\\n"
},
- "15788": {
+ "14816": {
"Type": "TRICE16_1",
"Strg": "tst:TRICE16_1 %d\\n"
},
- "15789": {
+ "14817": {
"Type": "TRICE16_2",
"Strg": "tst:TRICE16_2 %d %d\\n"
},
- "15790": {
+ "14818": {
"Type": "TRICE16_3",
"Strg": "tst:TRICE16_3 %d %d %d\\n"
},
- "15791": {
+ "14819": {
"Type": "TRICE16_4",
"Strg": "tst:TRICE16_4 %d %d %d %d\\n"
},
- "15792": {
+ "14820": {
"Type": "TRICE16_5",
"Strg": "tst:TRICE16_5 %d %d %d %d %d\\n"
},
- "15793": {
+ "14821": {
"Type": "TRICE16_6",
"Strg": "tst:TRICE16_6 %d %d %d %d %d %d\\n"
},
- "15794": {
+ "14822": {
"Type": "TRICE16_7",
"Strg": "tst:TRICE16_7 %d %d %d %d %d %d %d\\n"
},
- "15795": {
+ "14823": {
"Type": "TRICE16_8",
"Strg": "tst:TRICE16_8 %d %d %d %d %d %d %d %d\\n"
},
- "15796": {
+ "14824": {
"Type": "TRICE16_9",
"Strg": "tst:TRICE16_9 %d %d %d %d %d %d %d %d %d\\n"
},
- "15797": {
+ "14825": {
"Type": "TRICE16_10",
"Strg": "tst:TRICE16_10 %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15798": {
+ "14826": {
"Type": "TRICE16_11",
"Strg": "tst:TRICE16_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15799": {
+ "14827": {
"Type": "TRICE16_12",
"Strg": "tst:TRICE16_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15800": {
+ "14828": {
"Type": "TRICE16_9",
"Strg": "tst:TRICE16 %t %b %x %X %d %u %o %O %p\\n"
},
- "15801": {
+ "14829": {
"Type": "trice",
"Strg": "sig:TRICE32 with variable param count 1 to 12\\n"
},
- "15802": {
+ "14830": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d\\n"
},
- "15803": {
+ "14831": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d %d\\n"
},
- "15804": {
+ "14832": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d %d %d\\n"
},
- "15805": {
+ "14833": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d %d %d %d\\n"
},
- "15806": {
+ "14834": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d %d %d %d %d\\n"
},
- "15807": {
+ "14835": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d %d %d %d %d %d\\n"
},
- "15808": {
+ "14836": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d %d %d %d %d %d %d\\n"
},
- "15809": {
+ "14837": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d\\n"
},
- "15810": {
+ "14838": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d\\n"
},
- "15811": {
+ "14839": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15812": {
+ "14840": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15813": {
+ "14841": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15814": {
+ "14842": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
},
- "15815": {
+ "14843": {
"Type": "TRICE32_1",
"Strg": "tst:TRICE32_1 %d\\n"
},
- "15816": {
+ "14844": {
"Type": "TRICE32_2",
"Strg": "tst:TRICE32_2 %d %d\\n"
},
- "15817": {
+ "14845": {
"Type": "TRICE32_3",
"Strg": "tst:TRICE32_3 %d %d %d\\n"
},
- "15818": {
+ "14846": {
"Type": "TRICE32_4",
"Strg": "tst:TRICE32_4 %d %d %d %d\\n"
},
- "15819": {
+ "14847": {
"Type": "TRICE32_5",
"Strg": "tst:TRICE32_5 %d %d %d %d %d\\n"
},
- "15820": {
+ "14848": {
"Type": "TRICE32_6",
"Strg": "tst:TRICE32_6 %d %d %d %d %d %d\\n"
},
- "15821": {
+ "14849": {
"Type": "TRICE32_7",
"Strg": "tst:TRICE32_7 %d %d %d %d %d %d %d\\n"
},
- "15822": {
+ "14850": {
"Type": "TRICE32_8",
"Strg": "tst:TRICE32_8 %d %d %d %d %d %d %d %d\\n"
},
- "15823": {
+ "14851": {
"Type": "TRICE32_9",
"Strg": "tst:TRICE32_9 %d %d %d %d %d %d %d %d %d\\n"
},
- "15824": {
+ "14852": {
"Type": "TRICE32_10",
"Strg": "tst:TRICE32_10 %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15825": {
+ "14853": {
"Type": "TRICE32_11",
"Strg": "tst:TRICE32_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15826": {
+ "14854": {
"Type": "TRICE32_12",
"Strg": "tst:TRICE32_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15827": {
+ "14855": {
"Type": "TRICE32",
"Strg": "tst:TRICE32 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
},
- "15828": {
+ "14856": {
"Type": "TRICE32_12",
"Strg": "tst:TRICE32_12 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
},
- "15829": {
+ "14857": {
"Type": "trice",
"Strg": "sig:TRICE64 with variable param count 1 to 12\\n"
},
- "15830": {
+ "14858": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d\\n"
},
- "15831": {
+ "14859": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d %d\\n"
},
- "15832": {
+ "14860": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d %d %d\\n"
},
- "15833": {
+ "14861": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d %d %d %d\\n"
},
- "15834": {
+ "14862": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d %d %d %d %d\\n"
},
- "15835": {
+ "14863": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d %d %d %d %d %d\\n"
},
- "15836": {
+ "14864": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d %d %d %d %d %d %d\\n"
},
- "15837": {
+ "14865": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d\\n"
},
- "15838": {
+ "14866": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d\\n"
},
- "15839": {
+ "14867": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15840": {
+ "14868": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15841": {
+ "14869": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15842": {
+ "14870": {
"Type": "TRICE64",
"Strg": "tst:TRICE64 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
},
- "15843": {
+ "14871": {
"Type": "TRICE64_1",
"Strg": "tst:TRICE64_1 %d\\n"
},
- "15844": {
+ "14872": {
"Type": "TRICE64_2",
"Strg": "tst:TRICE64_2 %d %d\\n"
},
- "15845": {
+ "14873": {
"Type": "TRICE64_3",
"Strg": "tst:TRICE64_3 %d %d %d\\n"
},
- "15846": {
+ "14874": {
"Type": "TRICE64_4",
"Strg": "tst:TRICE64_4 %d %d %d %d\\n"
},
- "15847": {
+ "14875": {
"Type": "TRICE64_5",
"Strg": "tst:TRICE64_5 %d %d %d %d %d\\n"
},
- "15848": {
+ "14876": {
"Type": "TRICE64_6",
"Strg": "tst:TRICE64_6 %d %d %d %d %d %d\\n"
},
- "15849": {
+ "14877": {
"Type": "TRICE64_7",
"Strg": "tst:TRICE64_7 %d %d %d %d %d %d %d\\n"
},
- "15850": {
+ "14878": {
"Type": "TRICE64_8",
"Strg": "tst:TRICE64_8 %d %d %d %d %d %d %d %d\\n"
},
- "15851": {
+ "14879": {
"Type": "TRICE64_9",
"Strg": "tst:TRICE64_9 %d %d %d %d %d %d %d %d %d\\n"
},
- "15852": {
+ "14880": {
"Type": "TRICE64_10",
"Strg": "tst:TRICE64_10 %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15853": {
+ "14881": {
"Type": "TRICE64_11",
"Strg": "tst:TRICE64_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15854": {
+ "14882": {
"Type": "TRICE64_12",
"Strg": "tst:TRICE64_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
},
- "15855": {
+ "14883": {
"Type": "TRICE64_12",
"Strg": "tst:TRICE64_12 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
},
- "15856": {
+ "14884": {
"Type": "trice",
"Strg": "att:positive and negative float in format variants\\n"
},
- "15857": {
+ "14885": {
"Type": "trice",
"Strg": "rd:TRICE float %f (%%f)\\n"
},
- "15858": {
+ "14886": {
"Type": "trice",
"Strg": "rd:TRICE float %9f (%%9f)\\n"
},
- "15859": {
+ "14887": {
"Type": "trice",
"Strg": "rd:TRICE float %.9f (%%.9f)\\n"
},
- "15860": {
+ "14888": {
"Type": "trice",
"Strg": "rd:TRICE float %9.f (%%9.f)\\n"
},
- "15861": {
+ "14889": {
"Type": "trice",
"Strg": "rd:TRICE float %9.6f (%%9.6f)\\n"
},
- "15862": {
+ "14890": {
"Type": "trice",
"Strg": "rd:TRICE float %f (%%f)\\n"
},
- "15863": {
+ "14891": {
"Type": "trice",
"Strg": "rd:TRICE float %9f (%%9f)\\n"
},
- "15864": {
+ "14892": {
"Type": "trice",
"Strg": "rd:TRICE float %.9f (%%.9f)\\n"
},
- "15865": {
+ "14893": {
"Type": "trice",
"Strg": "rd:TRICE float %9.f (%%9.f)\\n"
},
- "15866": {
+ "14894": {
"Type": "trice",
"Strg": "rd:TRICE float %9.6f (%%9.6f)\\n"
},
- "15867": {
+ "14895": {
"Type": "trice",
"Strg": "rd:TRICE float %+f (%%f)\\n"
},
- "15868": {
+ "14896": {
"Type": "trice",
"Strg": "rd:TRICE float %+9f (%%9f)\\n"
},
- "15869": {
+ "14897": {
"Type": "trice",
"Strg": "rd:TRICE float %+.9f (%%.9f)\\n"
},
- "15870": {
+ "14898": {
"Type": "trice",
"Strg": "rd:TRICE float %+9.f (%%9.f)\\n"
},
- "15871": {
+ "14899": {
"Type": "trice",
"Strg": "rd:TRICE float %+9.6f (%%9.6f)\\n"
},
- "15872": {
+ "14900": {
"Type": "trice",
"Strg": "rd:TRICE float %+f (%%f)\\n"
},
- "15873": {
+ "14901": {
"Type": "trice",
"Strg": "rd:TRICE float %+9f (%%9f)\\n"
},
- "15874": {
+ "14902": {
"Type": "trice",
"Strg": "rd:TRICE float %+.9f (%%.9f)\\n"
},
- "15875": {
+ "14903": {
"Type": "trice",
"Strg": "rd:TRICE float %+9.f (%%9.f)\\n"
},
- "15876": {
+ "14904": {
"Type": "trice",
"Strg": "rd:TRICE float %+9.6f (%%9.6f)\\n"
},
- "15877": {
+ "14905": {
"Type": "trice",
"Strg": "rd:TRICE float %-f (%%f)\\n"
},
- "15878": {
+ "14906": {
"Type": "trice",
"Strg": "rd:TRICE float %-9f (%%9f)\\n"
},
- "15879": {
+ "14907": {
"Type": "trice",
"Strg": "rd:TRICE float %-.9f (%%.9f)\\n"
},
- "15880": {
+ "14908": {
"Type": "trice",
"Strg": "rd:TRICE float %-9.f (%%9.f)\\n"
},
- "15881": {
+ "14909": {
"Type": "trice",
"Strg": "rd:TRICE float %-9.6f (%%9.6f)\\n"
},
- "15882": {
+ "14910": {
"Type": "trice",
"Strg": "rd:TRICE float %-f (%%f)\\n"
},
- "15883": {
+ "14911": {
"Type": "trice",
"Strg": "rd:TRICE float %-9f (%%9f)\\n"
},
- "15884": {
+ "14912": {
"Type": "trice",
"Strg": "rd:TRICE float %-.9f (%%.9f)\\n"
},
- "15885": {
+ "14913": {
"Type": "trice",
"Strg": "rd:TRICE float %-9.f (%%9.f)\\n"
},
- "15886": {
+ "14914": {
"Type": "trice",
"Strg": "rd:TRICE float %-9.6f (%%9.6f)\\n"
},
- "15887": {
+ "14915": {
"Type": "trice",
"Strg": "att:positive float \u0026 double in variants\\n"
},
- "15888": {
+ "14916": {
"Type": "TRICE32_1",
"Strg": "rd:TRICE32_1 float %e (%%e)\\n"
},
- "15889": {
+ "14917": {
"Type": "TRICE32_1",
"Strg": "rd:TRICE32_1 float %f (%%f)\\n"
},
- "15890": {
+ "14918": {
"Type": "TRICE32_1",
"Strg": "rd:TRICE32_1 float %g (%%g)\\n"
},
- "15891": {
+ "14919": {
"Type": "TRICE32_1",
"Strg": "rd:TRICE32_1 float %E (%%E)\\n"
},
- "15892": {
+ "14920": {
"Type": "TRICE32_1",
"Strg": "rd:TRICE32_1 float %F (%%F)\\n"
},
- "15893": {
+ "14921": {
"Type": "TRICE32_1",
"Strg": "rd:TRICE32_1 float %G (%%G)\\n"
},
- "15894": {
+ "14922": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %e (%%e)\\n"
},
- "15895": {
+ "14923": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %f (%%f)\\n"
},
- "15896": {
+ "14924": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %g (%%g)\\n"
},
- "15897": {
+ "14925": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %E (%%E)\\n"
},
- "15898": {
+ "14926": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %F (%%F)\\n"
},
- "15899": {
+ "14927": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %G (%%G)\\n"
},
- "15900": {
+ "14928": {
"Type": "TRICE",
"Strg": "rd:TRICE float %e (%%e)\\n"
},
- "15901": {
+ "14929": {
"Type": "TRICE",
"Strg": "rd:TRICE float %f (%%f)\\n"
},
- "15902": {
+ "14930": {
"Type": "TRICE",
"Strg": "rd:TRICE float %g (%%g)\\n"
},
- "15903": {
+ "14931": {
"Type": "TRICE",
"Strg": "rd:TRICE float %E (%%E)\\n"
},
- "15904": {
+ "14932": {
"Type": "TRICE",
"Strg": "rd:TRICE float %F (%%F)\\n"
},
- "15905": {
+ "14933": {
"Type": "TRICE",
"Strg": "rd:TRICE float %G (%%G)\\n"
},
- "15906": {
+ "14934": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %e (%%e), aDouble(y)\\n"
},
- "15907": {
+ "14935": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %f (%%f), aDouble(y)\\n"
},
- "15908": {
+ "14936": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %g (%%g), aDouble(y)\\n"
},
- "15909": {
+ "14937": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %E (%%E), aDouble(y)\\n"
},
- "15910": {
+ "14938": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %F (%%F), aDouble(y)\\n"
},
- "15911": {
+ "14939": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %G (%%G), aDouble(y)\\n"
},
- "15912": {
+ "14940": {
"Type": "TRICE64_1",
"Strg": "rd:TRICE64_1 double %e (%%e), aDouble(y)\\n"
},
- "15913": {
+ "14941": {
"Type": "TRICE64_1",
"Strg": "rd:TRICE64_1 double %f (%%f), aDouble(y)\\n"
},
- "15914": {
+ "14942": {
"Type": "TRICE64_1",
"Strg": "rd:TRICE64_1 double %g (%%g), aDouble(y)\\n"
},
- "15915": {
+ "14943": {
"Type": "TRICE64_1",
"Strg": "rd:TRICE64_1 double %E (%%E), aDouble(y)\\n"
},
- "15916": {
+ "14944": {
"Type": "TRICE64_1",
"Strg": "rd:TRICE64_1 double %F (%%F), aDouble(y)\\n"
},
- "15917": {
+ "14945": {
"Type": "TRICE64_1",
"Strg": "rd:TRICE64_1 double %G (%%G), aDouble(y)\\n"
},
- "15918": {
+ "14946": {
"Type": "trice",
"Strg": "att:negative float \u0026 double\\n"
},
- "15919": {
+ "14947": {
"Type": "trice",
"Strg": "rd:TRICE float %e (%%e)\\n"
},
- "15920": {
+ "14948": {
"Type": "trice",
"Strg": "rd:TRICE float %f (%%f)\\n"
},
- "15921": {
+ "14949": {
"Type": "trice",
"Strg": "rd:TRICE float %g (%%g)\\n"
},
- "15922": {
+ "14950": {
"Type": "trice",
"Strg": "rd:TRICE float %E (%%E)\\n"
},
- "15923": {
+ "14951": {
"Type": "trice",
"Strg": "rd:TRICE float %F (%%F)\\n"
},
- "15924": {
+ "14952": {
"Type": "trice",
"Strg": "rd:TRICE float %G (%%G)\\n"
},
- "15925": {
+ "14953": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %e (%%e), aDouble(y)\\n"
},
- "15926": {
+ "14954": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %f (%%f), aDouble(y)\\n"
},
- "15927": {
+ "14955": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %g (%%g), aDouble(y)\\n"
},
- "15928": {
+ "14956": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %E (%%E), aDouble(y)\\n"
},
- "15929": {
+ "14957": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %F (%%F), aDouble(y)\\n"
},
- "15930": {
+ "14958": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %G (%%G), aDouble(y)\\n"
},
- "15931": {
+ "14959": {
"Type": "TRICE",
- "Strg": "att:formatted float \u0026 double\\n"
+ "Strg": "att:formatted float\\n"
},
- "15932": {
+ "14960": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %12.6e (%%12.6e)\\n"
},
- "15933": {
+ "14961": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %12.6f (%%12.6f)\\n"
},
- "15934": {
+ "14962": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %12.6g (%%12.6g)\\n"
},
- "15935": {
+ "14963": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %12.6E (%%12.6E)\\n"
},
- "15936": {
+ "14964": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %12.6F (%%12.6F)\\n"
},
- "15937": {
+ "14965": {
"Type": "TRICE32",
"Strg": "rd:TRICE32 float %12.6G (%%12.6G)\\n"
},
- "15938": {
+ "14966": {
+ "Type": "TRICE",
+ "Strg": "att:formatted double\\n"
+ },
+ "14967": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %12.6e (%%12.6e), aDouble(y)\\n"
},
- "15939": {
+ "14968": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %12.6f (%%12.6f), aDouble(y)\\n"
},
- "15940": {
+ "14969": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %12.6g (%%12.6g), aDouble(y)\\n"
},
- "15941": {
+ "14970": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %12.6E (%%12.6E), aDouble(y)\\n"
},
- "15942": {
+ "14971": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %12.6F (%%12.6F), aDouble(y)\\n"
},
- "15943": {
+ "14972": {
"Type": "TRICE64",
"Strg": "rd:TRICE64 double %12.6G (%%12.6G), aDouble(y)\\n"
},
- "15944": {
+ "14973": {
"Type": "TRICE",
"Strg": "att:Various single arguments\\n"
},
- "15945": {
+ "14974": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 line %t (%%t ,0)\\n"
},
- "15946": {
+ "14975": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 line %t (%%t ,2)\\n"
},
- "15947": {
+ "14976": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 line %u (%%u ,-1)\\n"
},
- "15948": {
+ "14977": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 line %b (%%b ,-1)\\n"
},
- "15949": {
+ "14978": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 line %o (%%o ,-1)\\n"
},
- "15950": {
+ "14979": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 line %O (%%O ,-1)\\n"
},
- "15951": {
+ "14980": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 line %X (%%X ,-1)\\n"
},
- "15952": {
+ "14981": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 line %x (%%x ,-1)\\n"
},
- "15953": {
+ "14982": {
"Type": "TRICE8",
"Strg": "rd:TRICE8 line %d (%%d ,-1)\\n"
},
- "15954": {
+ "14983": {
"Type": "TRICE16_1",
"Strg": "rd:TRICE16_1 line %t (%%t ,0)\\n"
},
- "15955": {
+ "14984": {
"Type": "TRICE16_1",
"Strg": "rd:TRICE16_1 line %t (%%t ,2)\\n"
},
- "15956": {
+ "14985": {
"Type": "TRICE16_1",
"Strg": "rd:TRICE16_1 line %u (%%u -1)\\n"
},
- "15957": {
+ "14986": {
"Type": "TRICE16_1",
"Strg": "rd:TRICE16_1 line %b (%%b -1)\\n"
},
- "15958": {
+ "14987": {
"Type": "TRICE16_1",
"Strg": "rd:TRICE16_1 line %o (%%o -1)\\n"
},
- "15959": {
+ "14988": {
"Type": "TRICE16_1",
"Strg": "rd:TRICE16_1 line %x (%%x -1)\\n"
},
- "15960": {
+ "14989": {
"Type": "TRICE16_1",
"Strg": "rd:TRICE16_1 line %d (%%d -1)\\n"
},
- "15961": {
- "Type": "trice",
- "Strg": "rd:TRICE line %t (%%t -1)\\n"
+ "14990": {
+ "Type": "Trice",
+ "Strg": "rd:Trice line %t (%%t -1)\\n"
},
- "15962": {
- "Type": "trice",
- "Strg": "rd:TRICE line %t (%%t -1)\\n"
+ "14991": {
+ "Type": "Trice",
+ "Strg": "rd:Trice line %t (%%t -1)\\n"
},
- "15963": {
- "Type": "trice",
- "Strg": "rd:TRICE line %u (%%u)\\n"
+ "14992": {
+ "Type": "Trice",
+ "Strg": "rd:Trice line %u (%%u)\\n"
},
- "15964": {
- "Type": "trice",
- "Strg": "rd:TRICE line %b (%%b)\\n"
+ "14993": {
+ "Type": "Trice",
+ "Strg": "rd:Trice line %b (%%b)\\n"
},
- "15965": {
- "Type": "trice",
- "Strg": "rd:TRICE line %o (%%o)\\n"
+ "14994": {
+ "Type": "Trice",
+ "Strg": "rd:Trice line %o (%%o)\\n"
},
- "15966": {
- "Type": "trice",
- "Strg": "rd:TRICE line %x (%%x)\\n"
+ "14995": {
+ "Type": "Trice",
+ "Strg": "rd:Trice line %x (%%x)\\n"
},
- "15967": {
- "Type": "trice",
- "Strg": "rd:TRICE line %d (%%d)\\n"
+ "14996": {
+ "Type": "Trice",
+ "Strg": "rd:Trice line %d (%%d)\\n"
},
- "15968": {
+ "14997": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15969": {
+ "14998": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15970": {
+ "14999": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15971": {
+ "15000": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15972": {
+ "15001": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15973": {
+ "15002": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15974": {
+ "15003": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15975": {
+ "15004": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15976": {
+ "15005": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15977": {
+ "15006": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15978": {
+ "15007": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15979": {
+ "15008": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15980": {
+ "15009": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15981": {
+ "15010": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15982": {
+ "15011": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15983": {
+ "15012": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15984": {
+ "15013": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15985": {
+ "15014": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15986": {
+ "15015": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15987": {
+ "15016": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15988": {
+ "15017": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15989": {
+ "15018": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15990": {
+ "15019": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15991": {
+ "15020": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15992": {
+ "15021": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15993": {
+ "15022": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15994": {
+ "15023": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15995": {
+ "15024": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15996": {
+ "15025": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15997": {
+ "15026": {
"Type": "TRICE_N",
"Strg": "msg:%s\\n"
},
- "15998": {
+ "15027": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "15999": {
+ "15028": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16000": {
+ "15029": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16001": {
+ "15030": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16002": {
+ "15031": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16003": {
+ "15032": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16004": {
+ "15033": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16005": {
+ "15034": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16006": {
+ "15035": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16007": {
+ "15036": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16008": {
+ "15037": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16009": {
+ "15038": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16010": {
+ "15039": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16011": {
+ "15040": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16012": {
+ "15041": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16013": {
+ "15042": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16014": {
+ "15043": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16015": {
+ "15044": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16016": {
+ "15045": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16017": {
+ "15046": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16018": {
+ "15047": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16019": {
+ "15048": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16020": {
+ "15049": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16021": {
+ "15050": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16022": {
+ "15051": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16023": {
+ "15052": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16024": {
+ "15053": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16025": {
+ "15054": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16026": {
+ "15055": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16027": {
+ "15056": {
"Type": "triceN",
"Strg": "msg:%s\\n"
},
- "16028": {
+ "15057": {
"Type": "trice",
"Strg": "sig:TRICE with 1 to 12 values\\n"
},
- "16029": {
+ "15058": {
"Type": "trice",
"Strg": "rd:TRICE %d\\n"
},
- "16030": {
+ "15059": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d\\n"
},
- "16031": {
+ "15060": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d\\n"
},
- "16032": {
+ "15061": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d\\n"
},
- "16033": {
+ "15062": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
},
- "16034": {
+ "15063": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
},
- "16035": {
+ "15064": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16036": {
+ "15065": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16037": {
+ "15066": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16038": {
+ "15067": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16039": {
+ "15068": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16040": {
+ "15069": {
"Type": "trice",
"Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16041": {
+ "15070": {
"Type": "trice",
"Strg": "sig:TRICE_n with 1 to 12 values\\n"
},
- "16042": {
+ "15071": {
"Type": "trice",
"Strg": "rd:TRICE_1 %d\\n"
},
- "16043": {
+ "15072": {
"Type": "trice",
"Strg": "rd:TRICE_2 %d, %d\\n"
},
- "16044": {
+ "15073": {
"Type": "trice",
"Strg": "rd:TRICE_3 %d, %d, %d\\n"
},
- "16045": {
+ "15074": {
"Type": "trice",
"Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
},
- "16046": {
+ "15075": {
"Type": "trice",
"Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
},
- "16047": {
+ "15076": {
"Type": "trice",
"Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
},
- "16048": {
+ "15077": {
"Type": "trice",
"Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16049": {
+ "15078": {
"Type": "trice",
"Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16050": {
+ "15079": {
"Type": "trice",
"Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16051": {
+ "15080": {
"Type": "trice",
"Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16052": {
+ "15081": {
"Type": "trice",
"Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16053": {
+ "15082": {
"Type": "trice",
"Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
},
- "16054": {
- "Type": "TRICE",
- "Strg": "sig:TRICE16 with 1 to 12 pointer\\n"
+ "15083": {
+ "Type": "TRice",
+ "Strg": "sig:Trice16 with 1 to 12 pointer\\n"
},
- "16055": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p\\n"
+ "15084": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p\\n"
},
- "16056": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p\\n"
+ "15085": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p, %p\\n"
},
- "16057": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p\\n"
+ "15086": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p, %p, %p\\n"
},
- "16058": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p\\n"
+ "15087": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p, %p, %p, %p\\n"
},
- "16059": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p\\n"
+ "15088": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p, %p, %p, %p, %p\\n"
},
- "16060": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p\\n"
+ "15089": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p, %p, %p, %p, %p, %p\\n"
},
- "16061": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p\\n"
+ "15090": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p, %p, %p, %p, %p, %p, %p\\n"
},
- "16062": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p\\n"
+ "15091": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "16063": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
+ "15092": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "16064": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
+ "15093": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "16065": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
+ "15094": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "16066": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
+ "15095": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
},
- "16067": {
- "Type": "TRICE",
+ "15096": {
+ "Type": "TRice",
"Strg": "sig:TRICE16 with 1 to 12 hex\\n"
},
- "16068": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X\\n"
+ "15097": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X\\n"
},
- "16069": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X\\n"
+ "15098": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X, %X\\n"
},
- "16070": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X\\n"
+ "15099": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X, %X, %X\\n"
},
- "16071": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X\\n"
+ "15100": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X, %X, %X, %X\\n"
},
- "16072": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X\\n"
+ "15101": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X, %X, %X, %X, %X\\n"
},
- "16073": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X\\n"
+ "15102": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X, %X, %X, %X, %X, %X\\n"
},
- "16074": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X\\n"
+ "15103": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X, %X, %X, %X, %X, %X, %X\\n"
},
- "16075": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X\\n"
+ "15104": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "16076": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
+ "15105": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "16077": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
+ "15106": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "16078": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
+ "15107": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "16079": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
+ "15108": {
+ "Type": "Trice16",
+ "Strg": "rd:Trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
},
- "16080": {
+ "15109": {
"Type": "TRICE",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16081": {
+ "15110": {
"Type": "TRICE",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16082": {
+ "15111": {
"Type": "TRICE",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16083": {
+ "15112": {
"Type": "TRICE",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16084": {
+ "15113": {
"Type": "trice",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16085": {
+ "15114": {
"Type": "Trice",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16086": {
+ "15115": {
"Type": "TRice",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16087": {
+ "15116": {
"Type": "TRICE_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16088": {
+ "15117": {
"Type": "TRICE_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16089": {
+ "15118": {
"Type": "TRICE_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16090": {
+ "15119": {
"Type": "TRICE_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16091": {
+ "15120": {
"Type": "trice_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16092": {
+ "15121": {
"Type": "Trice_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16093": {
+ "15122": {
"Type": "TRice_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16094": {
+ "15123": {
"Type": "TRICE0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16095": {
+ "15124": {
"Type": "TRICE0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16096": {
+ "15125": {
"Type": "TRICE0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16097": {
+ "15126": {
"Type": "TRICE0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16098": {
+ "15127": {
"Type": "trice0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16099": {
+ "15128": {
"Type": "Trice0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16100": {
+ "15129": {
"Type": "TRice0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16101": {
+ "15130": {
"Type": "TRICE_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16102": {
+ "15131": {
"Type": "TRICE_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16103": {
+ "15132": {
"Type": "TRICE_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16104": {
+ "15133": {
"Type": "TRICE_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16105": {
+ "15134": {
"Type": "trice_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16106": {
+ "15135": {
"Type": "Trice_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16107": {
+ "15136": {
"Type": "TRice_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16108": {
+ "15137": {
"Type": "TRICE8",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16109": {
+ "15138": {
"Type": "TRICE8",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16110": {
+ "15139": {
"Type": "TRICE8",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16111": {
+ "15140": {
"Type": "TRICE8",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16112": {
+ "15141": {
"Type": "trice8",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16113": {
+ "15142": {
"Type": "Trice8",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16114": {
+ "15143": {
"Type": "TRice8",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16115": {
+ "15144": {
"Type": "TRICE8_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16116": {
+ "15145": {
"Type": "TRICE8_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16117": {
+ "15146": {
"Type": "TRICE8_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16118": {
+ "15147": {
"Type": "TRICE8_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16119": {
+ "15148": {
"Type": "trice8_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16120": {
+ "15149": {
"Type": "Trice8_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16121": {
+ "15150": {
"Type": "TRice8_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16122": {
+ "15151": {
"Type": "trice16",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16123": {
+ "15152": {
"Type": "trice16",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16124": {
+ "15153": {
"Type": "trice16",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16125": {
+ "15154": {
"Type": "trice16",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16126": {
+ "15155": {
"Type": "trice16",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16127": {
+ "15156": {
"Type": "Trice16",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16128": {
+ "15157": {
"Type": "TRice16",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16129": {
+ "15158": {
"Type": "TRICE16_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16130": {
+ "15159": {
"Type": "TRICE16_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16131": {
+ "15160": {
"Type": "TRICE16_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16132": {
+ "15161": {
"Type": "TRICE16_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16133": {
+ "15162": {
"Type": "trice16_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16134": {
+ "15163": {
"Type": "Trice16_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16135": {
+ "15164": {
"Type": "TRice16_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16136": {
+ "15165": {
"Type": "TRICE32",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16137": {
+ "15166": {
"Type": "TRICE32",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16138": {
+ "15167": {
"Type": "TRICE32",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16139": {
+ "15168": {
"Type": "TRICE32",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16140": {
+ "15169": {
"Type": "trice32",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16141": {
+ "15170": {
"Type": "Trice32",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16142": {
+ "15171": {
"Type": "TRice32",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16143": {
+ "15172": {
"Type": "TRICE32_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16144": {
+ "15173": {
"Type": "TRICE32_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16145": {
+ "15174": {
"Type": "TRICE32_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16146": {
+ "15175": {
"Type": "TRICE32_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16147": {
+ "15176": {
"Type": "trice32_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16148": {
+ "15177": {
"Type": "Trice32_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16149": {
+ "15178": {
"Type": "TRice32_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16150": {
+ "15179": {
"Type": "TRICE64",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16151": {
+ "15180": {
"Type": "TRICE64",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16152": {
+ "15181": {
"Type": "TRICE64",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16153": {
+ "15182": {
"Type": "TRICE64",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16154": {
+ "15183": {
"Type": "trice64",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16155": {
+ "15184": {
"Type": "Trice64",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16156": {
+ "15185": {
"Type": "TRice64",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16157": {
+ "15186": {
"Type": "TRICE64_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16158": {
+ "15187": {
"Type": "TRICE64_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16159": {
+ "15188": {
"Type": "TRICE64_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16160": {
+ "15189": {
"Type": "TRICE64_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16161": {
+ "15190": {
"Type": "trice64_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16162": {
+ "15191": {
"Type": "Trice64_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16163": {
+ "15192": {
"Type": "TRice64_0",
"Strg": "w: Hello! 👋🙂 \\a\\n"
},
- "16164": {
+ "15193": {
"Type": "TRICE_S",
"Strg": "rd:sizeof(%8s)"
},
- "16165": {
+ "15194": {
"Type": "TRICE",
"Strg": " = %d\\n"
},
- "16166": {
+ "15195": {
"Type": "TRICE_S",
"Strg": "rd:sizeof(%8s)"
},
- "16167": {
+ "15196": {
"Type": "TRICE",
"Strg": " = %d\\n"
},
- "16168": {
+ "15197": {
"Type": "TRICE",
"Strg": "inf: Tryout tx struct:"
},
- "16169": {
+ "15198": {
"Type": "TRICE8_B",
"Strg": " %02x "
},
- "16170": {
+ "15199": {
"Type": "TRICE",
"Strg": "\\n"
},
- "16171": {
+ "15200": {
"Type": "TRICE",
"Strg": "inf: Tryout buffer:"
},
- "16172": {
+ "15201": {
"Type": "TRICE8_B",
"Strg": " %02x "
},
- "16173": {
+ "15202": {
"Type": "TRICE",
"Strg": "\\n"
},
- "16174": {
+ "15203": {
"Type": "TRICE",
"Strg": "inf: Tryout rx struct:"
},
- "16175": {
+ "15204": {
"Type": "TRICE8_B",
"Strg": " %02x "
},
- "16176": {
+ "15205": {
"Type": "TRICE",
"Strg": "\\n"
},
- "16177": {
+ "15206": {
"Type": "TRICE",
"Strg": "inf:sizeOf(Trypout) = %d, buffer length = %d\\n"
},
- "16178": {
+ "15207": {
"Type": "TRICE8_F",
"Strg": "info:TryoutStructFunction"
},
- "16179": {
+ "15208": {
"Type": "TRICE8_F",
"Strg": "info:TryoutBufferFunction"
},
- "16180": {
+ "15209": {
"Type": "Trice",
- "Strg": "att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\\n"
+ "Strg": "att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f})\\n"
},
- "16181": {
+ "15210": {
"Type": "trice",
"Strg": "sig:%3d:"
},
- "16182": {
+ "15211": {
"Type": "TRICE_N",
"Strg": "wr:%s\\n"
},
- "16193": {
+ "15212": {
+ "Type": "TRice",
+ "Strg": "Hello World!\\n"
+ },
+ "15213": {
+ "Type": "TRICE8_F",
+ "Strg": "info:FunctionNameWa"
+ },
+ "15214": {
+ "Type": "TRice8F",
+ "Strg": "info:FunctionNameWb"
+ },
+ "15215": {
+ "Type": "Trice8F",
+ "Strg": "info:FunctionNameWc"
+ },
+ "15216": {
+ "Type": "trice8F",
+ "Strg": "info:FunctionNameWd"
+ },
+ "15217": {
+ "Type": "TRICE16_F",
+ "Strg": "info:FunctionNameXa"
+ },
+ "15218": {
+ "Type": "TRice16F",
+ "Strg": "info:FunctionNameXb"
+ },
+ "15219": {
+ "Type": "Trice16F",
+ "Strg": "info:FunctionNameXc"
+ },
+ "15220": {
+ "Type": "trice16F",
+ "Strg": "info:FunctionNameXd"
+ },
+ "15221": {
+ "Type": "TRICE32_F",
+ "Strg": "info:FunctionNameYa"
+ },
+ "15222": {
+ "Type": "TRice32F",
+ "Strg": "rpc:FunctionNameYb"
+ },
+ "15223": {
+ "Type": "TRice",
+ "Strg": "Hello "
+ },
+ "15224": {
+ "Type": "TRice",
+ "Strg": "World!\\n"
+ },
+ "15225": {
+ "Type": "TRice64",
+ "Strg": "msg:Twelve 64-bit values: %d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d\\n"
+ },
+ "15226": {
"Type": "trice",
- "Strg": "isr:TIM17_FDCAN_IT1_IRQHandler! (%u ms)\\n"
+ "Strg": "Hello again\\n"
+ },
+ "15227": {
+ "Type": "Trice32F",
+ "Strg": "rpc:FunctionNameYc"
+ },
+ "15228": {
+ "Type": "trice32F",
+ "Strg": "call:FunctionNameYd"
+ },
+ "15229": {
+ "Type": "TRICE64_F",
+ "Strg": "info:FunctionNameZa"
+ },
+ "15230": {
+ "Type": "TRice64F",
+ "Strg": "call:FunctionNameZb"
},
- "16194": {
+ "15231": {
+ "Type": "Trice64F",
+ "Strg": "RPC:FunctionNameZc"
+ },
+ "15232": {
+ "Type": "trice64F",
+ "Strg": "Rpc:FunctionNameZd"
+ },
+ "15233": {
+ "Type": "TRice8B",
+ "Strg": "%3x\\n"
+ },
+ "15234": {
+ "Type": "TRice8B",
+ "Strg": "%3x\\n"
+ },
+ "15235": {
"Type": "TRice",
- "Strg": "msg:StartDefaultTask\\n"
+ "Strg": "Hello "
},
- "16195": {
+ "15236": {
"Type": "TRice",
- "Strg": "msg:StartTask02:Diagnostics and TriceTransfer\\n"
+ "Strg": "World!\\n"
+ },
+ "15237": {
+ "Type": "TRice64",
+ "Strg": "msg:Twelve 64-bit values: %d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d\\n"
+ },
+ "15238": {
+ "Type": "trice",
+ "Strg": "Hello again\\n"
},
"16326": {
"Type": "trice",
@@ -8917,7 +9129,7 @@
},
"16369": {
"Type": "TriceS",
- "Strg": "w: Hello! 👋🙂\\n\\n ✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨ \\n 🎈🎈🎈🎈%s🎈🎈🎈🎈\\n 🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃 \\n\\n\\n"
+ "Strg": "w: Hello! 👋🙂 \\n\\n ✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨ \\n 🎈🎈🎈🎈%s🎈🎈🎈🎈\\n 🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃 \\n\\n\\n"
},
"16370": {
"Type": "trice16",
@@ -8937,7 +9149,7 @@
},
"16374": {
"Type": "trice16",
- "Strg": "wrn:TriceDynBufTruncateCount = %u\\n"
+ "Strg": "wrn:TriceDynStringBufTruncateCount = %u\\n"
},
"16375": {
"Type": "trice16",
diff --git a/docs/ChatGPTo4-mini-high_TriceCompare.html b/docs/ChatGPTo4-mini-high_TriceCompare.html
new file mode 100644
index 000000000..30650ff6a
--- /dev/null
+++ b/docs/ChatGPTo4-mini-high_TriceCompare.html
@@ -0,0 +1,92 @@
+
+
+
+
+
Comparable Logging and Tracing Solutions for Embedded Systems
+Open-Source Solutions (C/C++ and Rust)
+Trice (Reference)
+ – License: MIT. Trice is an open-source C logging and tracing library
+providing printf-like macros. At runtime it replaces format strings with
+ 16-bit IDs, keeping the firmware image under 1 KB and achieving very
+low execution overhead. Trace data is COBS-encoded and sent via UART or
+SEGGER RTT; a Go-based host tool decodes the IDs back into
+human-readable messages. Trice is safe to use in interrupts (ISR-safe)
+and supports log levels via channels with optional colored output on the
+ host.
+Embedded Logger (elog)
+ – License: MIT. Elog offloads all format strings from the firmware
+binary: at runtime only an identifier plus parameters are stored in RAM,
+ while the actual format strings reside separately and are excluded from
+ the final image. A host-side decoder then reconstructs the original
+messages. This approach minimizes both Flash and RAM usage and supports
+custom transports for log retrieval.
+defmt (Rust)
+ – License: MIT/Apache 2.0 dual license. Defmt (“deferred formatting”)
+is a Rust-native framework that shifts all string formatting to the
+host. Macros like defmt::info!()
emit binary-encoded logs (e.g., over RTT), and a host tool (often via probe-run
)
+ uses the ELF symbols to decode them. It achieves very low footprint
+(e.g., ~1.6 KB Flash for panic logging vs. ~13.8 KB with printf) and
+supports log levels. Limitation: only available for Rust targets.
+NanoLog (C++11)
+ – License: Apache 2.0. Originally designed for high-performance server
+environments, NanoLog uses compile-time extraction of log metadata so
+that at runtime only an ID and variables are emitted. Offline tools then
+ format the messages. It demonstrates nanosecond-scale latencies (≈7 ns)
+ and tens of millions of logs per second, but is more suited to powerful
+ systems rather than constrained MCUs.
+McuLog (McuOnEclipse) – License: BSD 3-Clause. A C-based logger offering traditional printf formatting with log levels (TRACE
to FATAL
).
+ Supports multiple outputs simultaneously (UART with ANSI colors, SEGGER
+ RTT, or logging to an SD card via FAT). Around 6 KB Flash footprint and
+ moderate CPU overhead, but no external tools required beyond a host RTT
+ viewer.
+uLog (RD Poor)
+ – License: MIT. A minimalist single-file C logger inspired by Log4c:
+configurable log levels, pluggable back ends via callbacks (UART,
+memory, etc.), and full compile-time disabling of all logging code. It
+formats messages on the target (using vsnprintf
) but remains extremely lightweight and portable.
+
+Commercial Tools and Frameworks
+SEGGER SystemView
+ – Free from SEGGER (closed source). Includes a small C library (~2 KB
+ROM, 600 B RAM) that streams timed events and user logs via SEGGER RTT
+to a PC GUI. It visualizes interrupts, task switches, and custom events
+with cycle-level timestamps, with under 1% CPU overhead at 10 000
+events/s on a Cortex-M4 @ 200 MHz.
+Percepio Tracealyzer (with TraceRecorder)
+ – Commercial (~1 700 USD/user). Provides deep trace and log analysis
+for RTOS or bare-metal systems. The TraceRecorder library (2–3 KB
+footprint) captures events and logs in a ring buffer, supporting:
+
+-
+
Printf mode (on-target formatting)
+
+-
+
Offloaded formatting (parameters sent to PC for formatting)
+
+-
+
Compact mode (ID + parameters, with format strings read from the ELF file).
+Compact mode reduces overhead by ~99.8% (from 1.9 ms to ≈3 µs per log)
+and is safe in IRQs. The PC software offers timeline views, CPU load,
+heap usage, and correlates logs with RTOS events.
+
+
+Memfault
+ – SaaS platform (firmware SDK free; cloud subscription per device). Its
+ “Compact Log” feature replaces format strings with IDs on the device
+(4.5 KB Flash, 1.5 KB RAM) and uploads logs or crash dumps to the cloud,
+ where they’re reconstructed using debug symbols. Achieves ~88% data
+reduction and offloads CPU formatting. Includes log levels,
+time-stamping, remote configuration, and OTA updates. Ideal for fleet
+monitoring but requires Internet connectivity and a cloud service.
+Other Hardware-Native Approaches:
+
+-
+
ARM Keil Event Recorder (proprietary in MDK) uses ITM/SWO for low-overhead event tracing.
+
+-
+
ARM ITM/SWO can stream trace data with minimal CPU impact; custom protocols can shift formatting off the target.
+
+
+
+Comparison Table of Solutions
+Name | License / Type | Logging Approach | Overhead & Resources | Output Channels | Special Features |
---|
Trice | Open Source (MIT) | Compile-time IDs, host formatting | < 1 KB Flash; very low runtime overhead | UART, RTT (COBS binary) | ISR-safe; Go host tool; log levels via channels; colored host output |
Embedded Logger | Open Source (MIT) | Offloaded format strings; ID + args in target | Minimal Flash/RAM (strings excluded) | Custom transport | Very low resource use; host decoder required |
defmt (Rust) | Open Source (MIT/Apache) | Deferred formatting; host decoding | ~ 1.6 KB Flash vs. ~13.8 KB with printf; low runtime impact | RTT, other transports | Rust only; integrated in probe-run ; active ecosystem |
NanoLog (C++11) | Open Source (Apache 2.0) | Compile-time extraction; offline formatting | ≈ 7 ns latency; tens of millions log entries/s | File post-processing | Ultra-high throughput; less common in MCU contexts |
McuLog | Open Source (BSD 3-Clause) | On-target printf formatting with log levels | ~ 6 KB Flash; moderate CPU load | UART (ANSI color), RTT, FAT file | Multiple concurrent outputs; easy integration; configurable |
uLog | Open Source (MIT) | On-target vsnprintf ; hierarchical log levels | Tiny footprint; overhead only when enabled | Any via callbacks | Single file; fully disable logging via compiler flag |
SystemView (SEGGER) | Closed Source (free with J-Link) | Binary events + optional user logs | ~ 2 KB ROM, 600 B RAM; < 1% CPU @10 k events/s | RTT (J-Link) | Real-time timeline; multi-thread tracing; precise timestamps |
Tracealyzer | Commercial (~ 1 700 USD/user) | On-target or host formatting (compact mode: ID + args) | ~ 2–3 KB Flash; 3 µs/log (compact) vs. 1.9 ms UART | RTT, ITM, USB, RAM buffer | Extensive visualization; RTOS support; higher cost |
Memfault | Commercial SaaS (SDK free; cloud paid) | Compact log (ID + args) with cloud decoding | ~ 4.5 KB Flash; 1.5 KB RAM; ~ 88% data reduction | UART, network upload | Fleet monitoring; cloud dashboard; requires connectivity |
diff --git a/docs/GoInfos.txt b/docs/GoInfos.txt
index aab14b21d..b2439dac2 100644
--- a/docs/GoInfos.txt
+++ b/docs/GoInfos.txt
@@ -1,5 +1,4 @@
-
// github.com/onsi/ginkgo behavioral tests
// goconvey.co view test results in browser based display
// code.google.com/p/gomock
@@ -7,4 +6,3 @@
// go tool cover -func cover.out
// go tool cover -html cover.out makes a website
// go test -coverprofile cover.out -covermode count
-
diff --git a/docs/README.md b/docs/README.md
index 342bf886d..d8e313fc3 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1 +1 @@
-Look at the [TriceUserManual.md](./TriceUserManual.md) - other files here only links ⚓.
\ No newline at end of file
+# Look at the [TriceUserManual.md](./TriceUserManual.md) - other files here only links ⚓
diff --git a/docs/TriceColor.md b/docs/TriceColor.md
index e809301eb..c438d666f 100644
--- a/docs/TriceColor.md
+++ b/docs/TriceColor.md
@@ -1,3 +1,3 @@
# [TriceUserManual.md/#trice-tags-and-color](./TriceUserManual.md/#trice-tags-and-color)
-(link redirection)
\ No newline at end of file
+(link redirection)
diff --git a/docs/TriceIDManagement.md b/docs/TriceIDManagement.md
index eb7dce5f2..d6882e38d 100644
--- a/docs/TriceIDManagement.md
+++ b/docs/TriceIDManagement.md
@@ -1,3 +1,3 @@
# [TriceUserManual.md/#trice-id-management](TriceUserManual.md/#trice-id-management)
-(link redirection)
\ No newline at end of file
+(link redirection)
diff --git a/docs/TriceMessagesEncoding.md b/docs/TriceMessagesEncoding.md
index 7b2cbb2c0..c8f4cae41 100644
--- a/docs/TriceMessagesEncoding.md
+++ b/docs/TriceMessagesEncoding.md
@@ -1,3 +1,3 @@
# [TriceUserManual.md/#binary-encoding](TriceUserManual.md/#binary-encoding)
-(link redirection)
\ No newline at end of file
+(link redirection)
diff --git a/docs/TriceObsoleteEncodings.md b/docs/TriceObsoleteEncodings.md
index d0e482a07..6f3f8e686 100644
--- a/docs/TriceObsoleteEncodings.md
+++ b/docs/TriceObsoleteEncodings.md
@@ -2,4 +2,4 @@
# [./docs/_Legacy/TriceMessagesEncoding.md](../docs/_Legacy/TriceMessagesEncoding.md) (also obsolete)
-(link redirection)
\ No newline at end of file
+(link redirection)
diff --git a/docs/TriceOverOneWire.md b/docs/TriceOverOneWire.md
index 3b8e86c53..b84a775f1 100644
--- a/docs/TriceOverOneWire.md
+++ b/docs/TriceOverOneWire.md
@@ -1,3 +1,3 @@
# [TriceUserManual.md/#trice-without-uart](./TriceUserManual.md/#trice-without-uart)
-(link redirection)
\ No newline at end of file
+(link redirection)
diff --git a/docs/TriceOverRTT.md b/docs/TriceOverRTT.md
index 44b1e5708..9b991dec0 100644
--- a/docs/TriceOverRTT.md
+++ b/docs/TriceOverRTT.md
@@ -1,3 +1,3 @@
# [TriceUserManual.md/#trice-over-rtt](./TriceUserManual.md/#trice-over-rtt)
-(link redirection)
\ No newline at end of file
+(link redirection)
diff --git a/docs/TriceSpace.md b/docs/TriceSpace.md
index 4a3a8cf11..b536b2223 100644
--- a/docs/TriceSpace.md
+++ b/docs/TriceSpace.md
@@ -1,3 +1,3 @@
# [TriceUserManual.md/#trice-memory-needs](./TriceUserManual.md/#trice-memory-needs)
-(link redirection)
\ No newline at end of file
+(link redirection)
diff --git a/docs/TriceSpeed.md b/docs/TriceSpeed.md
index 89a3bc7c3..83a4b3e2a 100644
--- a/docs/TriceSpeed.md
+++ b/docs/TriceSpeed.md
@@ -1,3 +1,3 @@
# [TriceUserManual.md/#trice-speed](./TriceUserManual.md/#trice-speed)
-(link redirection)
\ No newline at end of file
+(link redirection)
diff --git a/docs/TriceUserGuide.md b/docs/TriceUserGuide.md
index 683b14ef8..0f88c1543 100644
--- a/docs/TriceUserGuide.md
+++ b/docs/TriceUserGuide.md
@@ -1,3 +1,3 @@
# [TriceUserManual.md](./TriceUserManual.md)
-(link redirection)
\ No newline at end of file
+(link redirection)
diff --git a/docs/TriceUserManual.md b/docs/TriceUserManual.md
index d7b85a787..dbdcda63f 100644
--- a/docs/TriceUserManual.md
+++ b/docs/TriceUserManual.md
@@ -3,8 +3,8 @@
# Trice User Manual
```diff
---> To Long To Read - use it as reference only❗
+ Speed of Light `printf` Comfort Within Interrupts And Everywhere +
+--> To Long; Don't Read - use it as reference only❗
```
---
@@ -14,9 +14,9 @@
@@ -43,6 +43,10 @@ Table of Contents Generation:
* 4.17. [Trice Protection](#trice-protection)
* 4.18. [Trice Diagnostics](#trice-diagnostics)
* 4.19. [Trice Cache](#trice-cache)
+ * 4.20. [Avoiding False-Positive Editor Warnings](#avoiding-false-positive-editor-warnings)
+ * 4.21. [Trice Generator](#trice-generator)
+ * 4.22. [Versions and Variants Trice Stability](#versions-and-variants-trice-stability)
+ * 4.23. [Legacy Project Code Integration](#legacy-project-code-integration)
* 5. [Project structure (Files and Folders)](#project-structure-(files-and-folders))
* 6. [Start with Trice](#start-with-trice)
* 6.1. [Get it](#get-it)
@@ -63,226 +67,276 @@ Table of Contents Generation:
* 6.6.1. [Parser Limitation](#parser-limitation)
* 6.6.2. [Trice macros in header files](#trice-macros-in-header-files)
* 6.6.3. [Trice macros inside other macros](#trice-macros-inside-other-macros)
-* 7. [Trice Cache for Compilation Speed](#trice-cache-for-compilation-speed)
- * 7.1. [Trice Cache Idea](#trice-cache-idea)
- * 7.2. [Trice Cache Logic](#trice-cache-logic)
- * 7.3. [Trice Cache Remarks](#trice-cache-remarks)
- * 7.4. [Trice Cache Tests](#trice-cache-tests)
- * 7.5. [Possible Trice Cache Editor-Issues And How To Get Around](#possible-trice-cache-editor-issues-and-how-to-get-around)
-* 8. [Trice Code Formatting](#trice-code-formatting)
- * 8.1. [File .clang-format](#file-.clang-format)
- * 8.2. [File .clang-format-ignore](#file-.clang-format-ignore)
- * 8.3. [File .editorconfig](#file-.editorconfig)
- * 8.4. [File .gitattributes](#file-.gitattributes)
-* 9. [Build Trice tool from Go sources (you can skip that)](#build-trice-tool-from-go-sources-(you-can-skip-that))
-* 10. [ Embedded system code configuration](#-embedded-system-code-configuration)
-* 11. [Trice tool in logging action](#trice-tool-in-logging-action)
-* 12. [Encryption](#encryption)
-* 13. [Trice Command Line Interface & Examples](#trice-command-line-interface-&-examples)
- * 13.1. [Common information](#common-information)
- * 13.2. [Further examples](#further-examples)
- * 13.2.1. [Automated pre-build insert command example](#automated-pre-build-insert-command-example)
- * 13.2.2. [Some Log examples](#some-log-examples)
- * 13.2.3. [Logging over a display server](#logging-over-a-display-server)
- * 13.2.4. [Logfile output](#logfile-output)
- * 13.2.5. [Binary Logfile](#binary-logfile)
- * 13.2.6. [TCP output](#tcp-output)
- * 13.2.7. [TCP input](#tcp-input)
- * 13.2.8. [Stimulate target with a user command over UART](#stimulate-target-with-a-user-command-over-uart)
- * 13.2.9. [Explpore and modify tags and their colors](#explpore-and-modify-tags-and-their-colors)
- * 13.2.10. [Location Information](#location-information)
-* 14. [Limitations](#limitations-1)
- * 14.1. [Permanent Limitations](#permanent-limitations)
- * 14.1.1. [Limitation TRICE in TRICE not possible](#limitation-trice-in-trice-not-possible)
- * 14.2. [Current Limitations](#current-limitations)
- * 14.2.1. [String Concatenation Within TRICE Macros Not Possible](#string-concatenation-within-trice-macros-not-possible)
- * 14.2.2. [Limited Trice Parser Capabilities](#limited-trice-parser-capabilities)
- * 14.2.3. [Special Care Demands](#special-care-demands)
-* 15. [Additional hints](#additional-hints)
- * 15.1. [Pre-built executables are available](#pre-built-executables-are-available)
- * 15.2. [Configuration file triceConfig.h](#configuration-file-triceconfig.h)
- * 15.3. [Setting up the very first connection](#setting-up-the-very-first-connection)
- * 15.4. [Avoid buffer overruns](#avoid-buffer-overruns)
- * 15.5. [Buffer Macros](#buffer-macros)
- * 15.6. [Logfile viewing](#logfile-viewing)
- * 15.7. [Using the Trice tool with 3rd party tools](#using-the-trice-tool-with-3rd-party-tools)
- * 15.8. [Several targets at the same time](#several-targets-at-the-same-time)
- * 15.9. [TRICE_STACK_BUFFER could cause stack overflow with -o0 optimization](#trice_stack_buffer-could-cause-stack-overflow-with--o0-optimization)
- * 15.10. [Cycle Counter](#cycle-counter)
-* 16. [Switching Trice ON and OFF](#switching-trice-on-and-off)
- * 16.1. [Target side compile-time Trice On-Off](#target-side-compile-time-trice-on-off)
- * 16.2. [Host side Trice On-Off](#host-side-trice-on-off)
-* 17. [Framing](#framing)
-* 18. [Optional XTEA Encryption](#optional-xtea-encryption)
-* 19. [Endianness](#endianness)
-* 20. [Trice (Time)Stamps](#trice-(time)stamps)
-* 21. [Binary Encoding](#binary-encoding)
- * 21.1. [Symbols](#symbols)
- * 21.2. [Package Format](#package-format)
-* 22. [Trice Decoding](#trice-decoding)
- * 22.1. [Trice ID list til.json](#trice-id-list-til.json)
- * 22.2. [Trice location information file li.json](#trice-location-information-file-li.json)
-* 23. [Trice ID Numbers](#trice-id-numbers)
- * 23.1. [ID number selection](#id-number-selection)
- * 23.1.1. [Trice tool internal Method to get fast a random ID](#trice-tool-internal-method-to-get-fast-a-random-id)
- * 23.2. [ID number usage and stability](#id-number-usage-and-stability)
- * 23.3. [Trice ID 0](#trice-id-0)
-* 24. [Trice ID management](#trice-id-management)
- * 24.1. [Trice inside source code](#trice-inside-source-code)
- * 24.1.1. [Trice in source code comments](#trice-in-source-code-comments)
- * 24.1.2. [Different IDs for same Trices](#different-ids-for-same-trices)
- * 24.1.3. [Same IDs for different Trices](#same-ids-for-different-trices)
- * 24.1.4. [ID Routing](#id-routing)
-* 25. [ID reference list til.json](#id-reference-list-til.json)
- * 25.1. [til.json Version control](#til.json-version-control)
- * 25.2. [Long Time Availability](#long-time-availability)
-* 26. [The Trice Insert Algorithm](#the-trice-insert-algorithm)
- * 26.1. [Starting Conditions](#starting-conditions)
- * 26.2. [Aims](#aims)
- * 26.3. [Method](#method)
- * 26.3.1. [Trice Insert Initialization](#trice-insert-initialization)
- * 26.4. [User Code Patching (trice insert)](#user-code-patching-(trice-insert))
- * 26.5. [User Code Patching Examples](#user-code-patching-examples)
- * 26.6. [User Code Un-Patching](#user-code-un-patching)
- * 26.7. [ID Usage Options](#id-usage-options)
- * 26.8. [General ID Management Information](#general-id-management-information)
- * 26.9. [Option Cleaning in a Post-build process](#option-cleaning-in-a-post-build-process)
- * 26.10. [Option Let the inserted Trice ID be a Part of the User Code](#option-let-the-inserted-trice-id-be-a-part-of-the-user-code)
- * 26.11. [Option Cleaning on Repository Check-In](#option-cleaning-on-repository-check-in)
-* 27. [Trice Speed](#trice-speed)
- * 27.1. [Target Implementation Options](#target-implementation-options)
- * 27.1.1. [Trice Use Cases TRICE_STATIC_BUFFER and TRICE_STACK_BUFFER - direct mode only](#trice-use-cases-trice_static_buffer-and-trice_stack_buffer---direct-mode-only)
- * 27.1.2. [Trice Use Case TRICE_DOUBLE_BUFFER - deferred mode, fastest Trice execution, more RAM needed](#trice-use-case-trice_double_buffer---deferred-mode,-fastest-trice-execution,-more-ram-needed)
- * 27.1.3. [Trice Use Case TRICE_RING_BUFFER - deferred mode, balanced Trice execution time and needed RAM](#trice-use-case-trice_ring_buffer---deferred-mode,-balanced-trice-execution-time-and-needed-ram)
- * 27.2. [A configuration for maximum Trice execution speed with the L432_inst example](#a-configuration-for-maximum-trice-execution-speed-with-the-l432_inst-example)
- * 27.3. [A configuration for normal Trice execution speed with the G0B1_inst example](#a-configuration-for-normal-trice-execution-speed-with-the-g0b1_inst-example)
-* 28. [Trice memory needs](#trice-memory-needs)
- * 28.1. [F030_bare Size](#f030_bare-size)
- * 28.2. [F030_inst Size with TRICE_OFF=1](#f030_inst-size-with-trice_off=1)
- * 28.3. [F030_inst with ring buffer](#f030_inst-with-ring-buffer)
- * 28.4. [F030_inst with ring buffer](#f030_inst-with-ring-buffer-1)
- * 28.5. [A developer setting, only enabling SEGGER_RTT](#a-developer-setting,-only-enabling-segger_rtt)
- * 28.6. [A developer setting, only enabling SEGGER_RTT and without deferred output gives after running `./build.sh TRICE_DIAGNOSTICS=0 TRICE_PROTECT=0`:](#a-developer-setting,-only-enabling-segger_rtt-and-without-deferred-output-gives-after-running-`./build.sh-trice_diagnostics=0-trice_protect=0`:)
- * 28.7. [Settings Conclusion](#settings-conclusion)
- * 28.8. [Legacy Trice Space Example (Old Version)](#legacy-trice-space-example-(old-version))
- * 28.9. [Memory Needs for Old Example 1](#memory-needs-for-old-example-1)
- * 28.10. [Memory Needs for Old Example 2](#memory-needs-for-old-example-2)
-* 29. [Trice Project Image Size Optimization](#trice-project-image-size-optimization)
- * 29.1. [Code Optimization -o3 or -oz (if supported)](#code-optimization--o3-or--oz-(if-supported))
- * 29.2. [Compiler Independent Setting (a bit outdated)](#compiler-independent-setting-(a-bit-outdated))
- * 29.3. [Linker Option --split-sections (if supported)](#linker-option---split-sections-(if-supported))
- * 29.4. [Linker Optimization -flto (if supported)](#linker-optimization--flto-(if-supported))
- * 29.4.1. [ARMCC compiler v5 "Linker Feedback"](#armcc-compiler-v5-"linker-feedback")
- * 29.4.2. [ARMCLANG compiler v6 "Link-Time Optimization"](#armclang-compiler-v6-"link-time-optimization")
- * 29.4.3. [GCC](#gcc)
- * 29.4.4. [LLVM ARM Clang](#llvm-arm-clang)
- * 29.4.5. [Other IDE´s and compilers](#other-ide´s-and-compilers)
- * 29.5. [Legacy STM32F030 Example Project - Different Build Sizes](#legacy-stm32f030-example-project---different-build-sizes)
- * 29.5.1. [ARMCC compiler v5](#armcc-compiler-v5)
-* 30. [Trice Tags and Color](#trice-tags-and-color)
- * 30.1. [How to get](#how-to-get)
- * 30.1.1. [Output options](#output-options)
- * 30.1.2. [Check Alternatives](#check-alternatives)
- * 30.2. [Color issues under Windows](#color-issues-under-windows)
-* 31. [Trice without UART](#trice-without-uart)
-* 32. [Trice over RTT](#trice-over-rtt)
- * 32.1. [For the impatient (2 possibilities)](#for-the-impatient-(2-possibilities))
- * 32.1.1. [Start JLink commander and connect over TCP](#start-jlink-commander-and-connect-over-tcp)
- * 32.1.2. [Start using JLinkLogger](#start-using-jlinklogger)
- * 32.2. [Segger Real Time Transfer (RTT)](#segger-real-time-transfer-(rtt))
- * 32.3. [J-Link option](#j-link-option)
- * 32.3.1. [Convert Evaluation Board onboard ST-Link to J-Link](#convert-evaluation-board-onboard-st-link-to-j-link)
- * 32.3.2. [Some SEGGER tools in short](#some-segger-tools-in-short)
- * 32.3.3. [JLinkRTTClient.exe](#jlinkrttclient.exe)
- * 32.3.4. [JLinkRTTViewer.exe](#jlinkrttviewer.exe)
- * 32.4. [Segger RTT](#segger-rtt)
- * 32.5. [Segger J-Link SDK (~800 EUR) Option](#segger-j-link-sdk-(~800-eur)-option)
- * 32.6. [Additional Notes (leftovers)](#additional-notes-(leftovers))
- * 32.7. [Further development](#further-development)
- * 32.8. [NUCLEO-F030R8 example](#nucleo-f030r8-example)
- * 32.8.1. [RTT with original on-board ST-LINK firmware](#rtt-with-original-on-board-st-link-firmware)
- * 32.8.2. [Change to J-LINK onboard firmware](#change-to-j-link-onboard-firmware)
- * 32.8.3. [RTT with J-LINK firmware on-board](#rtt-with-j-link-firmware-on-board)
- * 32.9. [Possible issues](#possible-issues)
- * 32.10. [OpenOCD with Darwin](#openocd-with-darwin)
- * 32.11. [Links](#links)
-* 33. [Trice Target Code Implementation](#trice-target-code-implementation)
- * 33.1. [TRICE Macro structure](#trice-macro-structure)
- * 33.1.1. [TRICE_ENTER](#trice_enter)
- * 33.1.2. [TRICE_PUT](#trice_put)
- * 33.1.3. [TRICE_LEAVE](#trice_leave)
- * 33.2. [TRICE_STACK_BUFFER](#trice_stack_buffer)
- * 33.3. [TRICE_STATIC_BUFFER](#trice_static_buffer)
- * 33.4. [TRICE_DOUBLE_BUFFER](#trice_double_buffer)
- * 33.5. [TRICE_RING_BUFFER](#trice_ring_buffer)
- * 33.6. [Deferred Out](#deferred-out)
- * 33.6.1. [Double Buffer](#double-buffer)
- * 33.6.2. [Ring Buffer](#ring-buffer)
- * 33.7. [Direct Transfer](#direct-transfer)
- * 33.8. [Possible Target Code Improvements](#possible-target-code-improvements)
-* 34. [Trice Similarities and Differences to printf Usage](#trice-similarities-and-differences-to-printf-usage)
- * 34.1. [Printf-like functions](#printf-like-functions)
- * 34.2. [Trice IDs](#trice-ids)
- * 34.3. [Trice values bit width](#trice-values-bit-width)
- * 34.4. [Many value parameters](#many-value-parameters)
- * 34.5. [Floating Point Values](#floating-point-values)
- * 34.6. [Runtime Generated 0-terminated Strings Transfer with triceS](#runtime-generated-0-terminated-strings-transfer-with-trices)
- * 34.7. [Runtime Generated counted Strings Transfer with triceN](#runtime-generated-counted-strings-transfer-with-tricen)
- * 34.8. [Runtime Generated Buffer Transfer with triceB](#runtime-generated-buffer-transfer-with-triceb)
- * 34.9. [Remote function call syntax support with triceF](#remote-function-call-syntax-support-with-tricef)
- * 34.10. [Extended format specifier possibilities](#extended-format-specifier-possibilities)
- * 34.10.1. [Trice format specifier](#trice-format-specifier)
- * 34.10.2. [Overview Table](#overview-table)
- * 34.11. [UTF-8 Support](#utf-8-support)
- * 34.12. [Switch the language without changing a bit inside the target code](#switch-the-language-without-changing-a-bit-inside-the-target-code)
- * 34.13. [Format tags prototype specifier examples](#format-tags-prototype-specifier-examples)
-* 35. [Development Environment Setup](#development-environment-setup)
- * 35.1. [Common Information](#common-information-1)
- * 35.2. [Important to know](#important-to-know)
- * 35.3. [Animation](#animation)
- * 35.4. [Setup PC](#setup-pc)
- * 35.4.1. [Setup Trice](#setup-trice)
- * 35.4.2. [Setup ARM Environment](#setup-arm-environment)
- * 35.4.3. [Setup STM32](#setup-stm32)
- * 35.4.4. [Setup Onboard J-Link on NUCLEO (other ST evaluation boards too)](#setup-onboard-j-link-on-nucleo-(other-st-evaluation-boards-too))
- * 35.4.5. [Setup VS-Code](#setup-vs-code)
- * 35.5. [Makefile with Clang too](#makefile-with-clang-too)
- * 35.6. [Download Locations](#download-locations)
- * 35.6.1. [Clang](#clang)
- * 35.6.2. [GCC](#gcc-1)
- * 35.7. [Install Locations](#install-locations)
- * 35.8. [Environment Variables](#environment-variables)
- * 35.9. [Build command](#build-command)
- * 35.10. [Run & Debug](#run-&-debug)
- * 35.11. [Logging](#logging)
- * 35.12. [Setting up a new project](#setting-up-a-new-project)
-* 36. [Example Projects without and with Trice Instrumentation](#example-projects-without-and-with-trice-instrumentation)
- * 36.1. [Nucleo-F030R8 Examples](#nucleo-f030r8-examples)
- * 36.1.1. [F030_bare](#f030_bare)
- * 36.1.2. [F030_inst](#f030_inst)
- * 36.2. [Nucleo-G0B1 Examples](#nucleo-g0b1-examples)
- * 36.2.1. [G0B1_bare](#g0b1_bare)
- * 36.2.2. [G0B1_inst](#g0b1_inst)
- * 36.3. [Nucleo-L432KC Examples](#nucleo-l432kc-examples)
- * 36.3.1. [L432_bare](#l432_bare)
- * 36.3.2. [L432_inst](#l432_inst)
-* 37. [Trice Generate](#trice-generate)
- * 37.1. [Colors](#colors)
- * 37.2. [C-Code](#c-code)
- * 37.3. [C#-Code](#c#-code)
- * 37.4. [Generating a RPC Function Pointer List](#generating-a-rpc-function-pointer-list)
-* 38. [Testing the Trice Library C-Code for the Target](#testing-the-trice-library-c-code-for-the-target)
- * 38.1. [General info](#general-info)
- * 38.2. [How to run the tests](#how-to-run-the-tests)
- * 38.3. [Tests Details](#tests-details)
- * 38.4. [How to add new test cases](#how-to-add-new-test-cases)
- * 38.5. [Test Internals](#test-internals)
- * 38.6. [Test Results](#test-results)
- * 38.7. [Special tests](#special-tests)
- * 38.8. [Test Cases](#test-cases)
- * 38.8.1. [Folder Naming Convention](#folder-naming-convention)
-* 39. [Test Issues](#test-issues)
-* 40. [Trice User Manual Changelog](#trice-user-manual-changelog)
+ * 6.6.4. [Upper case only TRICE macros should be written with id(0), Id(0) or ID(0)](#upper-case-only-trice-macros-should-be-written-with-id(0),-id(0)-or-id(0))
+* 7. [Trice Trouble Shooting Hints](#trice-trouble-shooting-hints)
+* 8. [Trice Cache for Compilation Speed](#trice-cache-for-compilation-speed)
+ * 8.1. [Trice Cache Idea](#trice-cache-idea)
+ * 8.2. [Trice Cache Logic](#trice-cache-logic)
+ * 8.3. [Trice Cache Remarks](#trice-cache-remarks)
+ * 8.4. [Trice Cache Tests](#trice-cache-tests)
+ * 8.5. [Possible Trice Cache Editor-Issues And How To Get Around](#possible-trice-cache-editor-issues-and-how-to-get-around)
+ * 8.6. [Activating the Trice Cache](#activating-the-trice-cache)
+* 9. [Trice Code Formatting](#trice-code-formatting)
+ * 9.1. [File .clang-format](#file-.clang-format)
+ * 9.2. [File .clang-format-ignore](#file-.clang-format-ignore)
+ * 9.3. [File .editorconfig](#file-.editorconfig)
+ * 9.4. [File .gitattributes](#file-.gitattributes)
+* 10. [Build Trice tool from Go sources (you can skip that)](#build-trice-tool-from-go-sources-(you-can-skip-that))
+* 11. [ Embedded system code configuration](#-embedded-system-code-configuration)
+* 12. [Trice tool in logging action](#trice-tool-in-logging-action)
+* 13. [Encryption](#encryption)
+* 14. [Trice Command Line Interface & Examples](#trice-command-line-interface-&-examples)
+ * 14.1. [Common information](#common-information)
+ * 14.2. [Further examples](#further-examples)
+ * 14.2.1. [Automated pre-build insert command example](#automated-pre-build-insert-command-example)
+ * 14.2.2. [Some Log examples](#some-log-examples)
+ * 14.2.3. [Logging over a display server](#logging-over-a-display-server)
+ * 14.2.4. [Binary Logfile](#binary-logfile)
+ * 14.2.5. [TCP output](#tcp-output)
+ * 14.2.6. [TCP4 input](#tcp4-input)
+ * 14.2.7. [UDP4 input (accepted pull request #529)](#udp4-input-(accepted-pull-request-#529))
+ * 14.2.8. [Stimulate target with a user command over UART](#stimulate-target-with-a-user-command-over-uart)
+ * 14.2.9. [Explpore and modify tags and their colors](#explpore-and-modify-tags-and-their-colors)
+ * 14.2.10. [Location Information](#location-information)
+* 15. [Limitations](#limitations-1)
+ * 15.1. [Permanent Limitations](#permanent-limitations)
+ * 15.1.1. [Limitation TRICE in TRICE not possible](#limitation-trice-in-trice-not-possible)
+ * 15.2. [Current Limitations](#current-limitations)
+ * 15.2.1. [String Concatenation Within TRICE Macros Not Possible](#string-concatenation-within-trice-macros-not-possible)
+ * 15.2.2. [Limited Trice Parser Capabilities](#limited-trice-parser-capabilities)
+ * 15.2.3. [Special Care Demands](#special-care-demands)
+* 16. [Additional hints](#additional-hints)
+ * 16.1. [Pre-built executables are available](#pre-built-executables-are-available)
+ * 16.2. [Configuration file triceConfig.h](#configuration-file-triceconfig.h)
+ * 16.3. [Setting up the very first connection](#setting-up-the-very-first-connection)
+ * 16.4. [Avoid buffer overruns](#avoid-buffer-overruns)
+ * 16.5. [Buffer Macros](#buffer-macros)
+ * 16.6. [Logfile viewing](#logfile-viewing)
+ * 16.7. [Using the Trice tool with 3rd party tools](#using-the-trice-tool-with-3rd-party-tools)
+ * 16.8. [Several targets at the same time](#several-targets-at-the-same-time)
+ * 16.9. [TRICE_STACK_BUFFER could cause stack overflow with -o0 optimization](#trice_stack_buffer-could-cause-stack-overflow-with--o0-optimization)
+ * 16.10. [Cycle Counter](#cycle-counter)
+* 17. [Switching Trice ON and OFF](#switching-trice-on-and-off)
+ * 17.1. [Target side compile-time Trice On-Off](#target-side-compile-time-trice-on-off)
+ * 17.2. [Host side Trice On-Off](#host-side-trice-on-off)
+* 18. [Framing](#framing)
+* 19. [Optional XTEA Encryption](#optional-xtea-encryption)
+* 20. [Endianness](#endianness)
+* 21. [Trice (Time)Stamps](#trice-(time)stamps)
+ * 21.1. [Target (Time)Stamps Formatting](#target-(time)stamps-formatting)
+* 22. [Binary Encoding](#binary-encoding)
+ * 22.1. [Symbols](#symbols)
+ * 22.2. [Package Format](#package-format)
+* 23. [Trice Decoding](#trice-decoding)
+ * 23.1. [Trice ID list til.json](#trice-id-list-til.json)
+ * 23.2. [Trice location information file li.json](#trice-location-information-file-li.json)
+* 24. [Trice ID Numbers](#trice-id-numbers)
+ * 24.1. [ID number selection](#id-number-selection)
+ * 24.1.1. [Trice tool internal Method to get fast a random ID](#trice-tool-internal-method-to-get-fast-a-random-id)
+ * 24.2. [ID number usage and stability](#id-number-usage-and-stability)
+ * 24.3. [Trice ID 0](#trice-id-0)
+* 25. [Trice ID management](#trice-id-management)
+ * 25.1. [Trice inside source code](#trice-inside-source-code)
+ * 25.1.1. [Trice in source code comments](#trice-in-source-code-comments)
+ * 25.1.2. [Different IDs for same Trices](#different-ids-for-same-trices)
+ * 25.1.3. [Same IDs for different Trices](#same-ids-for-different-trices)
+ * 25.1.4. [ID Routing](#id-routing)
+ * 25.1.5. [Possibility to create new tags without modifying trice tool source](#possibility-to-create-new-tags-without-modifying-trice-tool-source)
+* 26. [ID reference list til.json](#id-reference-list-til.json)
+ * 26.1. [til.json Version control](#til.json-version-control)
+ * 26.2. [Long Time Availability](#long-time-availability)
+* 27. [The Trice Insert Algorithm](#the-trice-insert-algorithm)
+ * 27.1. [Starting Conditions](#starting-conditions)
+ * 27.2. [Aims](#aims)
+ * 27.3. [Method](#method)
+ * 27.3.1. [Trice Insert Initialization](#trice-insert-initialization)
+ * 27.4. [User Code Patching (trice insert)](#user-code-patching-(trice-insert))
+ * 27.5. [User Code Patching Examples](#user-code-patching-examples)
+ * 27.6. [ Exclude folders & files from being parsed (pull request #529)](#-exclude-folders-&-files-from-being-parsed-(pull-request-#529))
+ * 27.7. [ID Usage Options](#id-usage-options)
+ * 27.8. [General ID Management Information](#general-id-management-information)
+ * 27.8.1. [Option Cleaning in a Post-build process](#option-cleaning-in-a-post-build-process)
+ * 27.8.2. [Option Let the inserted Trice ID be a Part of the User Code](#option-let-the-inserted-trice-id-be-a-part-of-the-user-code)
+ * 27.8.3. [Option Cleaning on Repository Check-In](#option-cleaning-on-repository-check-in)
+* 28. [Trice Speed](#trice-speed)
+ * 28.1. [Target Implementation Options](#target-implementation-options)
+ * 28.1.1. [Trice Use Cases TRICE_STATIC_BUFFER and TRICE_STACK_BUFFER - direct mode only](#trice-use-cases-trice_static_buffer-and-trice_stack_buffer---direct-mode-only)
+ * 28.1.2. [Trice Use Case TRICE_DOUBLE_BUFFER - deferred mode, fastest Trice execution, more RAM needed](#trice-use-case-trice_double_buffer---deferred-mode,-fastest-trice-execution,-more-ram-needed)
+ * 28.1.3. [Trice Use Case TRICE_RING_BUFFER - deferred mode, balanced Trice execution time and needed RAM](#trice-use-case-trice_ring_buffer---deferred-mode,-balanced-trice-execution-time-and-needed-ram)
+ * 28.2. [A configuration for maximum Trice execution speed with the L432_inst example](#a-configuration-for-maximum-trice-execution-speed-with-the-l432_inst-example)
+ * 28.3. [A configuration for normal Trice execution speed with the G0B1_inst example](#a-configuration-for-normal-trice-execution-speed-with-the-g0b1_inst-example)
+* 29. [Trice memory needs](#trice-memory-needs)
+ * 29.1. [F030_bare Size](#f030_bare-size)
+ * 29.2. [F030_inst Size with TRICE_OFF=1](#f030_inst-size-with-trice_off=1)
+ * 29.3. [F030_inst with ring buffer](#f030_inst-with-ring-buffer)
+ * 29.4. [F030_inst with ring buffer](#f030_inst-with-ring-buffer-1)
+ * 29.5. [A developer setting, only enabling SEGGER_RTT](#a-developer-setting,-only-enabling-segger_rtt)
+ * 29.6. [A developer setting, only enabling SEGGER_RTT and without deferred output gives after running `./build.sh TRICE_DIAGNOSTICS=0 TRICE_PROTECT=0`:](#a-developer-setting,-only-enabling-segger_rtt-and-without-deferred-output-gives-after-running-`./build.sh-trice_diagnostics=0-trice_protect=0`:)
+ * 29.7. [Settings Conclusion](#settings-conclusion)
+ * 29.8. [Legacy Trice Space Example (Old Version)](#legacy-trice-space-example-(old-version))
+ * 29.9. [Memory Needs for Old Example 1](#memory-needs-for-old-example-1)
+ * 29.10. [Memory Needs for Old Example 2](#memory-needs-for-old-example-2)
+* 30. [Trice Project Image Size Optimization](#trice-project-image-size-optimization)
+ * 30.1. [Code Optimization -o3 or -oz (if supported)](#code-optimization--o3-or--oz-(if-supported))
+ * 30.2. [Compiler Independent Setting (a bit outdated)](#compiler-independent-setting-(a-bit-outdated))
+ * 30.3. [Linker Option --split-sections (if supported)](#linker-option---split-sections-(if-supported))
+ * 30.4. [Linker Optimization -flto (if supported)](#linker-optimization--flto-(if-supported))
+ * 30.4.1. [ARMCC compiler v5 "Linker Feedback"](#armcc-compiler-v5-"linker-feedback")
+ * 30.4.2. [ARMCLANG compiler v6 "Link-Time Optimization"](#armclang-compiler-v6-"link-time-optimization")
+ * 30.4.3. [GCC](#gcc)
+ * 30.4.4. [LLVM ARM Clang](#llvm-arm-clang)
+ * 30.4.5. [Other IDE´s and compilers](#other-ide´s-and-compilers)
+ * 30.5. [Legacy STM32F030 Example Project - Different Build Sizes](#legacy-stm32f030-example-project---different-build-sizes)
+ * 30.5.1. [ARMCC compiler v5](#armcc-compiler-v5)
+* 31. [Trice Tags and Color](#trice-tags-and-color)
+ * 31.1. [How to get](#how-to-get)
+ * 31.1.1. [Output options](#output-options)
+ * 31.1.2. [Check Alternatives](#check-alternatives)
+ * 31.2. [Color issues under Windows](#color-issues-under-windows)
+* 32. [Trice without UART](#trice-without-uart)
+* 33. [Trice over RTT](#trice-over-rtt)
+ * 33.1. [For the impatient (2 possibilities)](#for-the-impatient-(2-possibilities))
+ * 33.1.1. [Start JLink commander and connect over TCP](#start-jlink-commander-and-connect-over-tcp)
+ * 33.1.2. [Start using JLinkRTTLogger](#start-using-jlinkrttlogger)
+ * 33.1.3. [JLinkRTTLogger Issue](#jlinkrttlogger-issue)
+ * 33.2. [Segger Real Time Transfer (RTT)](#segger-real-time-transfer-(rtt))
+ * 33.3. [J-Link option](#j-link-option)
+ * 33.3.1. [Convert Evaluation Board onboard ST-Link to J-Link](#convert-evaluation-board-onboard-st-link-to-j-link)
+ * 33.3.2. [Some SEGGER tools in short](#some-segger-tools-in-short)
+ * 33.3.3. [JLinkRTTClient.exe](#jlinkrttclient.exe)
+ * 33.3.4. [JLinkRTTViewer.exe](#jlinkrttviewer.exe)
+ * 33.4. [Segger RTT](#segger-rtt)
+ * 33.5. [Segger J-Link SDK (~800 EUR) Option](#segger-j-link-sdk-(~800-eur)-option)
+ * 33.6. [Additional Notes (leftovers)](#additional-notes-(leftovers))
+ * 33.7. [Further development](#further-development)
+ * 33.8. [NUCLEO-F030R8 example](#nucleo-f030r8-example)
+ * 33.8.1. [RTT with original on-board ST-LINK firmware](#rtt-with-original-on-board-st-link-firmware)
+ * 33.8.2. [Change to J-LINK onboard firmware](#change-to-j-link-onboard-firmware)
+ * 33.8.3. [RTT with J-LINK firmware on-board](#rtt-with-j-link-firmware-on-board)
+ * 33.9. [Possible issues](#possible-issues)
+ * 33.10. [OpenOCD with Darwin](#openocd-with-darwin)
+ * 33.11. [Links](#links)
+* 34. [Writing the Trice logs into an SD-card (or a user specific output)](#writing-the-trice-logs-into-an-sd-card-(or-a-user-specific-output))
+* 35. [Trice Target Code Implementation](#trice-target-code-implementation)
+ * 35.1. [TRICE Macro structure](#trice-macro-structure)
+ * 35.1.1. [TRICE_ENTER](#trice_enter)
+ * 35.1.2. [TRICE_PUT](#trice_put)
+ * 35.1.3. [TRICE_LEAVE](#trice_leave)
+ * 35.2. [TRICE_STACK_BUFFER](#trice_stack_buffer)
+ * 35.3. [TRICE_STATIC_BUFFER](#trice_static_buffer)
+ * 35.4. [TRICE_DOUBLE_BUFFER](#trice_double_buffer)
+ * 35.5. [TRICE_RING_BUFFER](#trice_ring_buffer)
+ * 35.6. [Deferred Out](#deferred-out)
+ * 35.6.1. [Double Buffer](#double-buffer)
+ * 35.6.2. [Ring Buffer](#ring-buffer)
+ * 35.7. [Direct Transfer](#direct-transfer)
+ * 35.8. [Possible Target Code Improvements](#possible-target-code-improvements)
+* 36. [Trice Similarities and Differences to printf Usage](#trice-similarities-and-differences-to-printf-usage)
+ * 36.1. [Printf-like functions](#printf-like-functions)
+ * 36.2. [Trice IDs](#trice-ids)
+ * 36.3. [Trice values bit width](#trice-values-bit-width)
+ * 36.4. [Many value parameters](#many-value-parameters)
+ * 36.5. [Floating Point Values](#floating-point-values)
+ * 36.6. [Runtime Generated 0-terminated Strings Transfer with triceS](#runtime-generated-0-terminated-strings-transfer-with-trices)
+ * 36.7. [Runtime Generated counted Strings Transfer with triceN](#runtime-generated-counted-strings-transfer-with-tricen)
+ * 36.8. [Runtime Generated Buffer Transfer with triceB](#runtime-generated-buffer-transfer-with-triceb)
+ * 36.9. [Remote function call syntax support with triceF](#remote-function-call-syntax-support-with-tricef)
+ * 36.10. [Extended format specifier possibilities](#extended-format-specifier-possibilities)
+ * 36.10.1. [Trice format specifier](#trice-format-specifier)
+ * 36.10.2. [Overview Table](#overview-table)
+ * 36.11. [UTF-8 Support](#utf-8-support)
+ * 36.12. [Switch the language without changing a bit inside the target code](#switch-the-language-without-changing-a-bit-inside-the-target-code)
+ * 36.13. [Format tags prototype specifier examples](#format-tags-prototype-specifier-examples)
+* 37. [Development Environment Setup](#development-environment-setup)
+ * 37.1. [Common Information](#common-information-1)
+ * 37.2. [Important to know](#important-to-know)
+ * 37.3. [Animation](#animation)
+ * 37.4. [Setup Linux PC - Example with Debian12 - KDE Desktop](#setup-linux-pc---example-with-debian12---kde-desktop)
+ * 37.4.1. [Basic setup](#basic-setup)
+ * 37.4.2. [Github](#github)
+ * 37.4.3. [vsCode](#vscode)
+ * 37.4.4. [Go](#go)
+ * 37.4.5. [Gitkraken (or other GUI for git)](#gitkraken-(or-other-gui-for-git))
+ * 37.4.6. [arm-none-eabi toolchain (or other target system compiler)](#arm-none-eabi-toolchain-(or-other-target-system-compiler))
+ * 37.4.7. [J-Link (if needed)](#j-link-(if-needed))
+ * 37.4.8. [Beyond Compare (if no other diff tool)](#beyond-compare-(if-no-other-diff-tool))
+ * 37.5. [Setup Windows PC Example](#setup-windows-pc-example)
+ * 37.5.1. [Setup Trice](#setup-trice)
+ * 37.5.2. [Setup ARM Environment Example](#setup-arm-environment-example)
+ * 37.5.3. [Setup STM32](#setup-stm32)
+ * 37.5.4. [Setup Onboard J-Link on NUCLEO (other ST evaluation boards too)](#setup-onboard-j-link-on-nucleo-(other-st-evaluation-boards-too))
+ * 37.5.5. [Setup VS-Code](#setup-vs-code)
+ * 37.6. [Makefile with Clang too](#makefile-with-clang-too)
+ * 37.7. [Download Locations](#download-locations)
+ * 37.7.1. [Clang](#clang)
+ * 37.7.2. [GCC](#gcc-1)
+ * 37.8. [Install Locations](#install-locations)
+ * 37.9. [Environment Variables](#environment-variables)
+ * 37.10. [Build command](#build-command)
+ * 37.11. [Run & Debug](#run-&-debug)
+ * 37.12. [Logging](#logging)
+ * 37.13. [Setting up a new project](#setting-up-a-new-project)
+* 38. [Example Projects without and with Trice Instrumentation](#example-projects-without-and-with-trice-instrumentation)
+ * 38.1. [Nucleo-F030R8 Examples](#nucleo-f030r8-examples)
+ * 38.1.1. [F030_bare](#f030_bare)
+ * 38.1.2. [F030_inst](#f030_inst)
+ * 38.2. [Nucleo-G0B1 Examples](#nucleo-g0b1-examples)
+ * 38.2.1. [G0B1_bare](#g0b1_bare)
+ * 38.2.2. [G0B1_inst](#g0b1_inst)
+ * 38.3. [Nucleo-L432KC Examples](#nucleo-l432kc-examples)
+ * 38.3.1. [L432_bare](#l432_bare)
+ * 38.3.2. [L432_inst](#l432_inst)
+* 39. [Trice Generate](#trice-generate)
+ * 39.1. [Colors](#colors)
+ * 39.2. [C-Code](#c-code)
+ * 39.3. [C#-Code](#c#-code)
+ * 39.4. [Generating a RPC Function Pointer List](#generating-a-rpc-function-pointer-list)
+* 40. [Testing the Trice Library C-Code for the Target](#testing-the-trice-library-c-code-for-the-target)
+ * 40.1. [General info](#general-info)
+ * 40.2. [How to run the tests](#how-to-run-the-tests)
+ * 40.3. [Tests Details](#tests-details)
+ * 40.4. [How to add new test cases](#how-to-add-new-test-cases)
+ * 40.5. [Test Internals](#test-internals)
+ * 40.6. [Test Results](#test-results)
+ * 40.7. [Special tests](#special-tests)
+ * 40.8. [Test Cases](#test-cases)
+ * 40.8.1. [Folder Naming Convention](#folder-naming-convention)
+* 41. [Test Issues](#test-issues)
+* 42. [Add-On Hints](#add-on-hints)
+ * 42.1. [Trice on LibOpenCM3](#trice-on-libopencm3)
+ * 42.1.1. [Prerequisites](#prerequisites)
+ * 42.1.2. [triceConfig.h](#triceconfig.h)
+ * 42.1.3. [main.c](#main.c)
+ * 42.1.4. [nucleo-f411re.ld](#nucleo-f411re.ld)
+ * 42.1.5. [Makefile](#makefile)
+ * 42.1.6. [Usage](#usage)
+ * 42.2. [Get all project files containing Trice messages](#get-all-project-files-containing-trice-messages)
+ * 42.3. [Building a trice library?](#building-a-trice-library?)
+ * 42.4. [Possible Compiler Issue when using Trice macros without parameters on old compiler or with strict-C settings](#possible-compiler-issue-when-using-trice-macros-without-parameters-on-old-compiler-or-with-strict-c-settings)
+* 43. [Working with the Trice Git Repository](#working-with-the-trice-git-repository)
+* 44. [Legacy User Code Trice Adaption](#legacy-user-code-trice-adaption)
+ * 44.1. [Separate Physically Legacy User Code Output Channel](#separate-physically-legacy-user-code-output-channel)
+ * 44.2. [Legacy User Code Trice Adaption Edits](#legacy-user-code-trice-adaption-edits)
+ * 44.3. [Legacy User Code Print Buffer Wrapping & Framing](#legacy-user-code-print-buffer-wrapping-&-framing)
+ * 44.4. [Legacy User Code Trice Aliases Adaption](#legacy-user-code-trice-aliases-adaption)
+ * 44.4.1. [PR533 Doc](#pr533-doc)
+ * 44.4.2. [PR533 Summary](#pr533-summary)
+ * 44.4.3. [PR533 Motivation](#pr533-motivation)
+ * 44.4.4. [What This PR533 Adds](#what-this-pr533-adds)
+ * 44.4.5. [PR533 Example](#pr533-example)
+ * 44.4.6. [PR536 Doc](#pr536-doc)
+ * 44.4.7. [Alias Example Project](#alias-example-project)
+* 45. [Trice Structured Logging](#trice-structured-logging)
+ * 45.1. [Trice Structured Logging Compile-time Information](#trice-structured-logging-compile-time-information)
+ * 45.2. [Trice Structured Logging Runtime Information](#trice-structured-logging-runtime-information)
+ * 45.3. [Trice Structured Logging Limitations and Special Cases](#trice-structured-logging-limitations-and-special-cases)
+ * 45.4. [A Trice Structured Logging Example](#a-trice-structured-logging-example)
+ * 45.5. [Trice Structured Logging CLI Switches and Variables](#trice-structured-logging-cli-switches-and-variables)
+ * 45.6. [Trice Structured Logging User Defined Values](#trice-structured-logging-user-defined-values)
+ * 45.7. [Trice Structured Logging CLI Switches Usage Options](#trice-structured-logging-cli-switches-usage-options)
+ * 45.8. [Trice Structured Logging Level Specific Configuration](#trice-structured-logging-level-specific-configuration)
+ * 45.9. [Trice Structured Logging Assert Macros (TODO)](#trice-structured-logging-assert-macros-(todo))
+* 46. [Trice User Manual Changelog](#trice-user-manual-changelog)
@@ -1594,9 +1897,9 @@ void fn(void) {
}
```
-With `#define TRICE_OFF 1` macros in this file are ignored completely by the compiler, but not by the Trice tool. In case of re-constructing the [**T**rice **ID** **L**ist](../_test/testdata/til.json) these no code generating macros are regarded and go into (or stay inside) the ID reference list.
+With `#define TRICE_OFF 1`, macros in this file are ignored completely by the compiler, but not by the Trice tool. In case of re-constructing the [**T**rice **ID** **L**ist](../_test/testdata/til.json) these no code generating macros are regarded and go into (or stay inside) the ID reference list.
-* Hint from @escherstair: With `-D TRICE_OFF=1` as compiler option, the trice code diappears completely from the binary.
+* Hint from [@escherstair](https://github.com/escherstair): With `-D TRICE_OFF=1` as compiler option, the trice code diappears completely from the binary.
* No runtime On-Off switch is implemented for several reasons:
* Would need a control channel to the target.
* Would add little performance and code overhead.
@@ -1608,14 +1911,14 @@ With `#define TRICE_OFF 1` macros in this file are ignored completely by the com
(back to top)
-### 16.2. Host side Trice On-Off
+### 17.2. Host side Trice On-Off
* The PC Trice tool offers command line switches to `-pick` or `-ban` for Trice tags and will be extended with display switches.
* A Trice tool `-logLevel` switch is usable too.
(back to top)
-## 17. Framing
+## 18. Framing
* Trice messages are framed binary data, if framing is not disabled.
* Framing is important for data disruption cases and is done with [TCOBS](https://github.com/rokath/tcobs) (has included data compression) but the user can force to use [COBS](https://github.com/rokath/COBS), what makes it easier to write an own decoder in some cases or disable framing at all.
@@ -1624,7 +1927,7 @@ With `#define TRICE_OFF 1` macros in this file are ignored completely by the com
(back to top)
-## 18. Optional XTEA Encryption
+## 19. Optional XTEA Encryption
* If XTEA is used, the encrypted packages have a multiple-of-8 byte length containing 1-7 padding bytes.
* The optional decryption is the next step after unpacking a data frame.
@@ -1632,7 +1935,7 @@ With `#define TRICE_OFF 1` macros in this file are ignored completely by the com
(back to top)
-## 19. Endianness
+## 20. Endianness
* To interpret a decoded package, it´s endianness needs to be known.
* For efficiency, binary trice data are normally stored and transmitted in MCU endianness and the Trice tool expects binary data in little endian format as most MCUs are little endian.
@@ -1642,14 +1945,14 @@ With `#define TRICE_OFF 1` macros in this file are ignored completely by the com
(back to top)
-## 20. Trice (Time)Stamps
+## 21. Trice (Time)Stamps
* Each Trice message can carry stamp bits, which are free usable like for time, addressing or filtering.
* By selecting the letter case (**tr**ice, **Tr**ice, **TR**ice) you decide for each single Trice macro about the stamp size.
* Default notation (function call):
| notation | stamp size | remark |
- |------------------------------|------------|-----------------------------------------------------------------------------|
+ | ---------------------------- | ---------- | --------------------------------------------------------------------------- |
| `trice( iD(n), "...", ...);` | 0-bit | no stamp at all, shortest footprint |
| `Trice( iD(n), "...", ...);` | 16-bit | calls internally `uint16_t TriceStamp16( void )` for trice message stamping |
| `TRice( iD(n), "...", ...);` | 32-bit | calls internally `uint32_t TriceStamp32( void )` for trice message stamping |
@@ -1659,21 +1962,41 @@ With `#define TRICE_OFF 1` macros in this file are ignored completely by the com
* Legacy notation (code inlining):
| notation | stamp size | remark |
- |-----------------------------|------------|-----------------------------------------------------------------------------|
+ | --------------------------- | ---------- | --------------------------------------------------------------------------- |
| `TRICE( id(n), "...", ...)` | 0-bit | no stamp at all, shortest footprint |
| `TRICE( Id(n), "...", ...)` | 16-bit | calls internally `uint16_t TriceStamp16( void )` for trice message stamping |
| `TRICE( ID(n), "...", ...)` | 32-bit | calls internally `uint32_t TriceStamp32( void )` for trice message stamping |
It is up to the user to provide the functions `TriceStamp16` and/or `TriceStamp32`. Normally they return a µs or ms tick count but any values are allowed.
+### 21.1. Target (Time)Stamps Formatting
+
+To get a short overview run [trice help -log](../internal/args/tricehelpall_test.go) and read about the CLI switches `ts`, `ts0`, `ts16`, `ts32`. The `ts32` switch supports also "epoch" now as format. That is useful for example, if the binary logs are stored internally in the device flash and read out later. Such usage assumes 1 second as ts32 unit in `uint32_t` format and the Trice tool displays the UTC time. It is also possible to adapt the displayed format like this for example: `trice log -ts32='epoch"06-01-02_15:04:05"'`. The additional passed string must match the Go time package capabilities. A few examples:
+
+```bash
+trice log -port FILEBUFFER -args myLogs.bin -ts32='"Mon Jan _2 15:04:05 2006"' # ANSIC
+trice log -port FILEBUFFER -args myLogs.bin -ts32='"Mon Jan _2 15:04:05 MST 2006"' # UnixDate
+trice log -port FILEBUFFER -args myLogs.bin -ts32='"Mon Jan 02 15:04:05 -0700 2006"' # RubyDate
+trice log -port FILEBUFFER -args myLogs.bin -ts32='"02 Jan 06 15:04 MST")' # RFC822
+trice log -port FILEBUFFER -args myLogs.bin -ts32='"02 Jan 06 15:04 -0700")' # RFC822Z (RFC822 with numeric zone)
+trice log -port FILEBUFFER -args myLogs.bin -ts32='"Monday, 02-Jan-06 15:04:05 MST")' # RFC850
+trice log -port FILEBUFFER -args myLogs.bin -ts32='"Mon, 02 Jan 2006 15:04:05 MST")' # RFC1123
+trice log -port FILEBUFFER -args myLogs.bin -ts32='"Mon, 02 Jan 2006 15:04:05 -0700")' # RFC1123Z (RFC1123 with numeric zone)
+trice log -port FILEBUFFER -args myLogs.bin -ts32='"2006-01-02T15:04:05Z07:00")' # RFC3339
+trice log -port FILEBUFFER -args myLogs.bin -ts32='"2006-01-02T15:04:05.999999999Z07:00")' # RFC3339Nano
+trice log -port FILEBUFFER -args myLogs.bin -ts32='"3:04PM")' # Kitchen
+```
+
+After the year 2106 the Trice tool needs a small modification to correctly compute the epoch time then. Probably I will not be alive anymore to do that then, but, hey, Trice is Open Source!
+
(back to top)
-## 21. Binary Encoding
+## 22. Binary Encoding
-### 21.1. Symbols
+### 22.1. Symbols
| Symbol | Meaning |
-|:-------:|------------------------------------------------------------------------------|
+| :-----: | ---------------------------------------------------------------------------- |
| `i` | ID bit |
| `I` | `iiiiiiii` = ID byte |
| `n` | number bit |
@@ -1692,13 +2015,13 @@ It is up to the user to provide the functions `TriceStamp16` and/or `TriceStamp3
| `x` | unspecified bit |
| `X` | =`xxxxxxxx` unspecified byte |
-### 21.2. Package Format
+### 22.2. Package Format
* Because of the **TCOBS** or **COBS** package framing, the package sizes are detectable by the trice tool without additionlal length information.
* All decoded frames of 0-, 1-, 2- and 3-byte size are considered as user data and ignored by the Trice tool.
| bytes | Comment |
- |:------------|---------------------------------------------------------------------------------------------------------------|
+ | :---------- | ------------------------------------------------------------------------------------------------------------- |
| `` | This is an empty package, which can have also a meaning. It is detectable by 2 consecutive 0-delimiter bytes. |
| `X` | 1-byte message, reserved for extensions or user data |
| `X` `X` | 2-byte message, reserved for extensions or user data |
@@ -1709,7 +2032,7 @@ It is up to the user to provide the functions `TriceStamp16` and/or `TriceStamp3
* The `1`, `2` and `3` stamp selector bits are followed by the 14-bit ID.
| 16-bit groups | Stamp Selector (2 msb) | Comment | Endianness sizes |
- |:-----------------------------------|:----------------------:|---------------------------------------------------------|:--------------------------------|
+ | :--------------------------------- | :--------------------: | ------------------------------------------------------- | :------------------------------ |
| _________ `00xxxxxxX ...` | 0 | >= 4-byte message, reserved for extensions or user data | ___ `u16 ?...?` |
| _________ `01iiiiiiI NC ...` | 1 | >= 4-byte message, Trice format without stamp | ___ `u16 u16 [uW] ... [uW]` |
| _________ `10iiiiiiI TT NC ...` | 2 | >= 4-byte message, Trice format with 16-bit stamp | ___ `u16 u16 u16 [uW] ... [uW]` |
@@ -1733,31 +2056,33 @@ It is up to the user to provide the functions `TriceStamp16` and/or `TriceStamp3
* In direct mode only a single message needs handling.
* In deferred mode after double buffer swap any count of trice messages is in the buffer.
* There are different policies possible:
- 1. **TRICE_FAST_MULTI_MODE**: Compact buffer by removing all padding bytes, encode it as a single package, append one 0-delimiter and transmit. This allows to reduce the transmitted data amount by paying the price of possibly more data lost in case of an error. Also the data interpretation can perform less checks.
- 2. **TRICE_SAFE_SINGLE_MODE**: Encode each buffer separate, append a 0-delimiter for each and pack them all together before transmitting. This increases the transmit data slightly but minimizes the amount of lost data in case of a data disruption.
+ 1. **TRICE_MULTI_PACK_MODE**: Compact buffer by removing all padding bytes, encode it as a single package, append one 0-delimiter and transmit. This allows to reduce the transmitted data amount by paying the price of possibly more data lost in case of an error. Also the data interpretation can perform less checks.
+ 2. **TRICE_SINGLE_PACK_MODE**: Encode each buffer separate, append a 0-delimiter for each and pack them all together before transmitting. This increases the transmit data slightly but minimizes the amount of lost data in case of a data disruption.
(back to top)
-## 22. Trice Decoding
+## 23. Trice Decoding
The 14-bit IDs are used to display the log strings. These IDs are pointing in two reference files.
-### 22.1. Trice ID list til.json
+### 23.1. Trice ID list til.json
* This file integrates all firmware variants and versions and is the key to display the message strings. With the latest version of this file all previous deployed firmware images are usable without the need to know the actual firmware version.
-* The files `til.json.h`, `til.json.c` and the like are generated to help writing an own trice decoder tool in your preferred language. Use `trice i -v` for it. That can be interesting in environments, where Go compiled binaries not executable, like [PCs running QNX OS](https://github.com/rokath/trice/discussions/263#discussioncomment-4180692).
+* The files `til.h` and `til.c` are generated to help writing an own trice decoder tool in your preferred language. Use `trice generate -tilH -tilC` for creation. That can be interesting in environments, where Go compiled binaries not executable, like [PCs running QNX OS](https://github.com/rokath/trice/discussions/263#discussioncomment-4180692). See also chapter [Trice Generate](#trice-generate).
-### 22.2. Trice location information file li.json
+### 23.2. Trice location information file li.json
* If the generated `li.json` is available, the Trice tool automatically displays file name and line number. But that is accurate only with the exact matching firmware version. That usually is the case right after compiling and of most interest at the developers table.
-* The Trice tool will silently not display location information, if the `li.json` file is not found. For in-field logging, the option `-showID string` could be used. This allows later an easy location of the relevant source code.
-* An other option is to record the binary trice messages and to play them later with the Trice tool using the correct `li.json`.
+* The Trice tool will silently not display location information, if the `li.json` file is not found. For in-field logging, the option `-showID "inf:%5d"` could be used. This allows later an easy location of the relevant source code.
+* An other option is to record the binary trice messages (`trice log -p com1 -blf aFileName`) and to play them later with the Trice tool using the correct `li.json` (`trice log -p FILEBUFFER -args aFileName` ).
+* The user has the possibility to change the default kind of the location information path. Normally it is "base" and just the source code file names, containing Trice macros occur inside the _li.json_ file. That is sufficient as long there are no files with identical names on different places possibly containing identical Trices. Then it is not guarantied that the same IDs are always assigned. For such cases "relative" or "full" is selectable for the location information path kind (CLI -liPath). But both have weaknesses: The "full" path can differ between different machines and "relative" can differ between different projects on the same PC. Again: we are talking here about identical Trice maessges in files with identical names and the worst happening is that these "exchange" their IDs between `trice insert && trice clean && trice insert`. When using the Trice cache even less inconsistencies are expected.
+ * The Trice folder itself is an example, how to deal with several projects and user library code. The "user libraries" here are inside `./_test/testdata` and `./examples/exampleData`. The "user projects" are the folders `./examples/*_inst/`. You can take the `*.sh` scripts as examples how to deal with such case.
(back to top)
-## 23. Trice ID Numbers
+## 24. Trice ID Numbers
-### 23.1. ID number selection
+### 24.1. ID number selection
* The default encoding TREX supports 14-bit IDs, so over 16000 IDs possible. Other encodings can work with other ID sizes.
* `trice("Hi!\n");` ➡ `trice i` ➡ `trice( iD(12345), "Hi!\n");` ➡ `trice c` ➡ `trice("Hi!\n");`
@@ -1771,14 +2096,14 @@ The 14-bit IDs are used to display the log strings. These IDs are pointing in tw
* Example: `trice insert -IDMin 6000 -IDMax 6999` will choose new randomly IDs only between 6000 and 6999.
* It is possible to give each Trice tag an **ID** range making it possible to implement Trice tag specific runtime on/off on the target side if that is needed. This could be interesting for routing purposes also. Please run `trice help -insert` and read about the `-IDRange` switch for more details.
-#### 23.1.1. Trice tool internal Method to get fast a random ID
+#### 24.1.1. Trice tool internal Method to get fast a random ID
* Create Slice with numbers 1...16383
* Remove all used ID numbers from this slice
* Get random number between 0 and len(slice)
* remove this ID from slice and use it as new ID
-### 23.2. ID number usage and stability
+### 24.2. ID number usage and stability
* If you write `trice( "msg:%d", 1);` again on a 2nd location, the copy gets a different **ID**, because each Trice gets its own **ID**.
* If you change `trice( "msg:%d", 1);` to `trice8( "msg:%d", 1);`, to reduce the needed parameter space, a new **ID** is assigned. That is because the parameter bit width is implicit a part of the now changed Trice. If you change that back, the previous **ID** is assigned again.
@@ -1791,80 +2116,134 @@ The 14-bit IDs are used to display the log strings. These IDs are pointing in tw
* If the same string appears again in the same file this ID is active again.
* If a trice occurs more than one time, each occurrence gets a different ID. If then 2 of them disappear, their ID numbers stay in `til.json`. If then one of them comes back, it gets its ID back.
-### 23.3. Trice ID 0
+### 24.3. Trice ID 0
* The trice ID 0 is a placeholder for "no ID", which is replaced automatically during the next `trice insert` according to the used trice switches `-IDMethod`, `-IDMin` and `IDMax`.
- * It is sufficient to write the TRICE macros just without the `id(0),` `Id(0),` `ID(0),`. It will be inserted automatically according the `-stamp` switch.
+ * It is sufficient to write the `TRICE` macros just without the `id(0),` `Id(0),` `ID(0),`. It will be inserted automatically according the `-defaultStampSize` switch. With `trice clean` these stay with 0-values in the source code to encode the intended stamp size.
+ * It is recommended to use the `trice`, `Trice` and `TRice` macros instead of `TRICE`. They encode the stamp size in their names already. There may be cases, where the user prefers to use the code inserting macros `TRICE` to get maximum performnce.
(back to top)
-## 24. Trice ID management
+## 25. Trice ID management
-### 24.1. Trice inside source code
+### 25.1. Trice inside source code
-#### 24.1.1. Trice in source code comments
+#### 25.1.1. Trice in source code comments
* Trice macros commented out, are **visible** for the `trice insert` command and therefore regarded.
* Example: `// trice("Hi!\n");` is still regarded by the `trice i`.
* During `trice insert` commented out Trice macros, are treated in the same way as active Trice macros. Even after deletion their content stays inside til.json. This is intensionally to get best stability across several firmware versions or variants.
* The trice tool does treat trice statements inside comments or excluded by compiler switches also.
-#### 24.1.2. Different IDs for same Trices
+#### 25.1.2. Different IDs for same Trices
-* When the same Trice is used several times with identical IDs, after copying, and `trice insert` is called, only one ID survives in the source code.
+* When the same Trice is used several times with identical IDs, after copying, and `trice insert` is called, only one ID survives in the source code. The other Trices get assigned new IDs. Otherwise the location information would not be correct everywhere.
-#### 24.1.3. Same IDs for different Trices
+#### 25.1.3. Same IDs for different Trices
* If duplicate ID's with different format strings found inside the source tree (case several developers or source code merging) one ID is replaced by a new ID. The probability for such case is low, because of the default random ID generation.
* Also you can simply copy a Trice statement and modify it without dealing with the ID.
* The Trice tool will detect the 2nd (or 3rd) usage of this ID and assign a new one, also extending the ID list.
* That is done silently for you during the next `trice insert`.
-* When you use the Trice cache, the IDs are invisible and all happens in the background automatically.
+* When you use the [Trice Cache](#trice-cache), the IDs are invisible and all happens in the background automatically.
-#### 24.1.4. ID Routing
+#### 25.1.4. ID Routing
With the Trice insert CLI switch `-IDRange` each Trice [tag](#tags,-color-and-log-levels) can get a specific ID range assigned and inside the project specific *triceConfig.h* the user can control, which ID range is routed to specific output channels. Search for `_MIN_ID` inside **triceDefaultConfig.h** and extend your search than for example `TRICE_UARTA_MIN_ID` to explore how to use.
+#### 25.1.5. Possibility to create new tags without modifying trice tool source
+
+According to the demand in [541](https://github.com/rokath/trice/issues/541) a CLI switch `-ulabel` exists now.
+
+Use `-ulabel` for additional user labels. Try this example in an empty folder:
+
+* File *main.c*:
+
+```C
+#include "trice.h"
+
+int main(void){
+ trice("msg:hi\n");
+ trice("man:hi\n");
+ trice("wife:hi\n");
+ trice("any:hi\n");
+}
+```
+
+* Bash:
+
+```bash
+touch til.json li.json
+trice i -IDMin 1004 -IDMax 6999 -IDRange wife:16000,16009 -IDRange man:1000,1003 -ulabel man -ulabel wife
+```
+
+* File *main.c*:
+
+```C
+#include "trice.h"
+
+int main(void){
+ trice(iD(5778), "msg:hi\n");
+ trice(iD(1002), "man:hi\n");
+ trice(iD(16004), "wife:hi\n");
+ trice(iD(2184), "any:hi\n");
+}
+```
+
(back to top)
-## 25. ID reference list til.json
+## 26. ID reference list til.json
* The `trice insert` command demands a **til.json** file - it will not work without it. That is a safety feature to avoid unwanted file generations. If you are sure to create a new **til.json** file, create an empty one: `touch til.json`.
* The name **til.json** is a default one. With the command line parameter `-i` you can use any filename.
-* It is possible to use several **til.json** files - for example one for each target project but it is easier to maintain only one **til.json*- file for all projects.
+* It is possible to use several **til.json** files - for example one for each target project but it is easier to maintain only one **til.json** file for all projects.
* The ID reference list keeps all obsolete IDs with their format strings allowing compatibility to former firmware versions.
* One can delete the ID reference list when IDs inside the code. It will be reconstructed automatically from the source tree with the next `trice clean` command, but history is lost then.
* Keeping obsolete IDs makes it more comfortable during development to deal with different firmware variants at the same time.
-### 25.1. til.json Version control
+### 26.1. til.json Version control
* The ID list should go into the version control repository of your project.
-* To keep it clean from the daily development garbage one could delete the **til.json**, then check-out again and re-build just before check-in. A small script could do that.
-* For a firmware release it makes sense to remove all unused IDs from til.json.
- * Just delete the **til.json** contents and run `trice clean`.
-* An other option is to delete **til.json** just before a release build and then check-in the new generated **til.json**.
+* To keep it clean from the daily development garbage one could `git restore til.json`, and re-build just before check-in.
+
+```diff
+--> Deleting til.json should not not be done when the sources are without IDs.
+--> That would result in a loss of the complete ID history and a assignment of a complete new set of IDs.
+```
-> For the no-ids option deleting **til.json** should not not be done when the sources are without IDs. That would result in a loss of the complete ID history and a assignment of a complete new set of IDs.
+You could write a small bash script similar to this (untested):
+
+```bash
+trice insert -cache # Insert the IDs into the source code.
+git restore til.json # Forget the todays garbage.
+
+# Add the todays IDs to the restored til.json and clean the code.
+# We have to deactivate the cache to force the file processing to get the new IDs into til.json.
+trice clean # Remove the IDs from the source code with deactivated cache.
+```
-### 25.2. Long Time Availability
+### 26.2. Long Time Availability
* You could place a download link for the Trice tool and the used **til.json** list.
-* Link a compressed/encrypted **til.json** file as resource into the target binary and optionally get it back long years later in a safe way.
* Optionally add the (compressed/encrypted) ID reference list as resource into the target FLASH memory to be sure not to loose it in the next 200 years.
(back to top)
-## 26. The Trice Insert Algorithm
+## 27. The Trice Insert Algorithm
-### 26.1. Starting Conditions
+### 27.1. Starting Conditions
+
+```diff
+@@ To understand this chapter you should look into the Trice tool source code. @@
+```
* Before `trice i` is executed on a source tree, the starting conditions are partially undefined:
* A trice ID list file `til.json` file must exist, but it is allowed to be empty.
* The `til.json` is a serialized key-value map, where
* the keys are the IDs i and
* the values are Trice format string structs (bit width plus format string) named f.
- * When de-serializing, it is not impossible, that an ID is used more than one times. This can only happen, when **til.json** was edited manually, what normally is not done.
- * The trice tool will report that as error and stop.
+ * When de-serializing, it is not impossible, that an ID is used more than one times. This can only happen, when **til.json** was edited manually, what normally is not done. But could be the result of a `git merge`.
+ * The trice tool will report that as error and stop. The user then has to correct the error manually, for example by deleting one of the doubled keys.
* This ID look-up is the key-value map `idToFmt TriceIDLookUp` as `map[TriceID]TriceFmt`.
* Each ID i as key, points to one and only one f.
* The TriceFmt structs contains the parameter width and the format string.
@@ -1884,7 +2263,7 @@ With the Trice insert CLI switch `-IDRange` each Trice [tag](#tags,-color-and-lo
* One and only one position is used and relevant, all others are ignored. If no `li.json` exists on the expected location trice insert creates one there.
* The src tree can contain IDs not present inside `til.json`. This state is seldom, for example after adding sources containing IDs.
-### 26.2. Aims
+### 27.2. Aims
* The `trice insert` main aim is to have a consistent state between `til.json`, `li.json` and the source tree with no **ID** used twice.
* Also the changes should be minimal.
@@ -1892,11 +2271,11 @@ With the Trice insert CLI switch `-IDRange` each Trice [tag](#tags,-color-and-lo
* li is rebuild from scratch.
* For faster operation files will be processed parallel.
* To keep the [Trice ID management](#trice-id-management) simple, the `insert` operation acts "per file". That means, that in case a file is renamed or code containing trice statements is copied to an other file, new IDs are generated for the affectes trices.
- * File name changes occur are not that often, so tha should be acceptable.
+ * File name changes occur are not that often, so that should be acceptable.
-### 26.3. Method
+### 27.3. Method
-#### 26.3.1. Trice Insert Initialization
+#### 27.3.1. Trice Insert Initialization
```Go
// insertIDsData holds the insert run specific data.
@@ -1909,14 +2288,14 @@ type insertIDsData struct {
}
```
-* Create a `insertIDsData` instance.
+* Create an `insertIDsData` instance.
* De-serialize `til.json` into `idToFmt` and `fmtToId`. On error abort and report for manual correction. One result is a slice with used IDs.
* De-serialize `li.json` into `idToLocRef`. On error abort and report for manual correction. As result the slice with used IDs is extended.
* If `li.json` contains IDs not already inside `til.json`, these are reported as warning.
* `idToLocRef` stays untouched and is used only in cases when identical f are found.
-* Create a slice `IDSpace` with numbers IDmin ... IDmax (1 ... 16383, or 1000 ... 1999 if specified in the command line that way)
+* Create a slice `IDSpace` with numbers IDMin ... IDMax (1 ... 16383, or 1000 ... 1999 if specified in the command line that way)
* Remove all used IDs from `IDSpace`.
- * If used IDs outside IDmin and IDmax, for example IDmin=1000, IDmax=1999 and some used IDs are bigger or smaller these are not removable from IDroom what is ok.
+ * If used IDs outside IDMin and IDmax, for example IDMin=1000, IDmax=1999 and some used IDs are bigger or smaller these are not removable from IDroom what is ok.
* Create empty `itemToId` and `idToItem`.
* Walk the src and create a **s**ource **t**ree **m**ap STM with
* key=`Trice+LI` and
@@ -1952,12 +2331,12 @@ Until here the algorithm seem to be ok.
* If after `trice i` a `trice c` and a `trice i` again is executed, all IDs are expected to be at the same place again. If in between `trice i`, an optional `trice c`and a `trice i` src was edited, most IDs are expected to be at the same place again.
-### 26.4. User Code Patching (trice insert)
+### 27.4. User Code Patching (trice insert)
* A Trice **ID** is inserted by `trice insert` as shown in the table:
| Unpatched User Code | After `trice insert` | Remark |
- |---------------------|-------------------------------|---------------|
+ | ------------------- | ----------------------------- | ------------- |
| `trice( "Hi!\n");` | `trice( iD(12345), "Hi!\n");` | no stamps |
| `Trice( "Hi!\n");` | `Trice( iD(12345), "Hi!\n");` | 16-bit stamps |
| `TRice( "Hi!\n");` | `TRice( iD(12345), "Hi!\n");` | 32-bit stamps |
@@ -1965,7 +2344,7 @@ Until here the algorithm seem to be ok.
* Legacy code is handled this way:
| Unpatched User Code | After `trice insert` | Remark |
- |---------------------------|-------------------------------|----------------------------------------------------|
+ | ------------------------- | ----------------------------- | -------------------------------------------------- |
| `TRICE( "Hi!\n");` | `TRICE( id(12345), "Hi!\n");` | no stamps after `trice i -defaultStampSize 0` |
| `TRICE( "Hi!\n");` | `TRICE( Id(12345), "Hi!\n");` | 16-bit stamps after `trice i -defaultStampSize 16` |
| `TRICE( "Hi!\n");` | `TRICE( ID(12345), "Hi!\n");` | 32-bit stamps after `trice i -defaultStampSize 32` |
@@ -1977,7 +2356,7 @@ Until here the algorithm seem to be ok.
* `trice i` in your project root expects a til.json file there and checks sources and **til.json** for changes to insert.
* `trice i -v -i ../../../til.json -src ../src -src ../lib/src -src ./` is a typical case as automated pre-build step in your project settings telling Trice to scan the project dir and two external directories. Even `trice i` is fast, it is generally quicker to search only relevant places.
-### 26.5. User Code Patching Examples
+### 27.5. User Code Patching Examples
* A Trice **ID** is modified as shown in these cases:
* Previously inserted (patched) user code copied to a different location:
@@ -2025,39 +2404,51 @@ Until here the algorithm seem to be ok.
TRice( iD(12345), "Hi!" ); // manually changed stamp size and then "trice i" performed.
```
-### 26.6. User Code Un-Patching
+### 27.6. Exclude folders & files from being parsed (pull request #529)
+
+The pull request [#529](https://github.com/rokath/trice/pull/529) introduces key enhancement:
+
+```b
+ -exclude Flag
+ Introduces a command-line flag -exclude that allows users to specify one or more source addresses to be omitted from scanning or processing. This improves flexibility in environments with known noisy or irrelevant sources.
+```
+
+-exclude Flag Example
-### 26.7. ID Usage Options
+The -exclude flag can be used multiple times to omit specific files or directories from scanning. Wildcards are not supported.
+
+trice insert -v -src ./_test/ -exclude _test/src/trice.h -exclude _test/generated/
+
+### 27.7. ID Usage Options
* Per default the `trice insert` command chooses randomly a so far unused ID for new format strings and extends `til.json`.
* After `trice c` all src IDs are removed or 0. In this state the src should go into the version management system.
-### 26.8. General ID Management Information
+### 27.8. General ID Management Information
+* Each format string gets its unique trice ID. If the same format string is used on different source code locations it gets different trice IDs this way allowing a reliable location information.
* The trice ID-instead-of-String idea lives from pre-compile patching of the user code.
* The user has full control how to deal with that.
-* There are 3 options and the user has to decide which fits best for him.
-* Each format string gets its unique trice ID. If the same format string is used on different source code locations it gets different trice IDs this way allowing a reliable location information.
+* There are the 3 following options and the user has to decide which fits best for him. The [Trice Cache](#trice-cache) is probably the best fitting setup for many users.
-
-### 26.9. Option Cleaning in a Post-build process
+#### 27.8.1. Option Cleaning in a Post-build process
* The code is visually free of IDs all the time.
-### 26.10. Option Let the inserted Trice ID be a Part of the User Code
+#### 27.8.2. Option Let the inserted Trice ID be a Part of the User Code
* This is the legacy method. It allows unchanged src translation into code without using the trice tool.
* It is very robust and maybe needed in nasty debugging situations.
* It allows to reconstruct lost til.json information.
* Recommendet for small projects.
-### 26.11. Option Cleaning on Repository Check-In
+#### 27.8.3. Option Cleaning on Repository Check-In
* The code is visually free of IDs only inside the repository.
(back to top)
-## 27. Trice Speed
+## 28. Trice Speed
A Trice macro execution can be as cheap like **3 Assembler instructions or 6 processor clocks**:
@@ -2072,7 +2463,7 @@ The MCU is clocked with 48 MHz and a Trice duration is about 2 µs, where alone

-### 27.1. Target Implementation Options
+### 28.1. Target Implementation Options
All trice macros use internally this sub-macro:
@@ -2082,7 +2473,7 @@ All trice macros use internally this sub-macro:
The usual case is `#define TRICE_HTOTL(x) (x)`. The `uint32_t* TriceBufferWritePosition` points to a buffer, which is codified and used with the Trice framing sub-macros `TRICE_ENTER` and `TRICE_LEAVE` in dependence of the use case.
-#### 27.1.1. Trice Use Cases TRICE_STATIC_BUFFER and TRICE_STACK_BUFFER - direct mode only
+#### 28.1.1. Trice Use Cases TRICE_STATIC_BUFFER and TRICE_STACK_BUFFER - direct mode only
1. Each singe Trice is build inside a common buffer and finally copied inside the sub-macro `TRICE_LEAVE`.
2. Disabled relevant interrupts between `TRICE_ENTER` and `TRICE_LEAVE` are mantadory for `TRICE_STATIC_BUFFER`.
@@ -2095,7 +2486,7 @@ The usual case is `#define TRICE_HTOTL(x) (x)`. The `uint32_t* TriceBufferWriteP
* AUX without extra copy.
* Not (yet) supported UART transfer loop with polling. With 1MBit baud rate, 4-12 bytes would last 40-120 µs.
-#### 27.1.2. Trice Use Case TRICE_DOUBLE_BUFFER - deferred mode, fastest Trice execution, more RAM needed
+#### 28.1.2. Trice Use Case TRICE_DOUBLE_BUFFER - deferred mode, fastest Trice execution, more RAM needed
1. Several *trices* are build in a half buffer.
1. No stack used.
@@ -2103,7 +2494,7 @@ The usual case is `#define TRICE_HTOTL(x) (x)`. The `uint32_t* TriceBufferWriteP
1. Usable for multiple blocking and non-blocking physical Trice channels.
1. No copy call inside `TRICE_LEAVE` but optionally an additional direct mode is supported.
-#### 27.1.3. Trice Use Case TRICE_RING_BUFFER - deferred mode, balanced Trice execution time and needed RAM
+#### 28.1.3. Trice Use Case TRICE_RING_BUFFER - deferred mode, balanced Trice execution time and needed RAM
1. Each single *trices* is build in a ring buffer segment.
1. No stack used.
@@ -2112,7 +2503,7 @@ The usual case is `#define TRICE_HTOTL(x) (x)`. The `uint32_t* TriceBufferWriteP
1. No copy call inside `TRICE_LEAVE` but optionally an additional direct mode is supported.
1. Allocation call inside `TRICE_ENTER`
-### 27.2. A configuration for maximum Trice execution speed with the L432_inst example
+### 28.2. A configuration for maximum Trice execution speed with the L432_inst example
* To not loose any clocks, the function `SomeExampleTrices` in [triceExamples.c](../examples/exampleData/triceExamples.c) uses the upper case macro `TRICE` for the first "🐁 Speedy Gonzales" Trices.
@@ -2154,7 +2545,7 @@ C:\Users\ms\repos\trice_wt_devel\examples\L432_inst/../exampleData/triceExamples
#include "trice.h"
//! TriceHeadLine emits a decorated name. The name length should be 18 characters.
-void TriceHeadLine(char* name) {
+void TriceHeadLine(char * name) {
//! This is usable as the very first trice sequence after restart. Adapt it. Use a UTF-8 capable editor like VS-Code or use pure ASCII.
TriceS("w: Hello! 👋🙂\n\n ✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨ \n 🎈🎈🎈🎈%s🎈🎈🎈🎈\n 🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃 \n\n\n", name);
0: f240 0100 movw r1, #0
@@ -2299,7 +2690,7 @@ C:\Users\ms\repos\trice_wt_devel\examples\L432_inst/../../src/trice.h:741
As you can see in the highlighted blue timestamp bar, typical 8-10 clocks are needed for one Trice macro. One clock duration @64MHz is 15.625 ns, so we need about 150 ns for a Trice. Light can travel about 50 meter in that time.
-### 27.3. A configuration for normal Trice execution speed with the G0B1_inst example
+### 28.3. A configuration for normal Trice execution speed with the G0B1_inst example
* The `triceConfig.h` settings are
@@ -2348,11 +2739,11 @@ Still fast enough for many cases but you hopefully have a good knowledge now how
(back to top)
-## 28. Trice memory needs
+## 29. Trice memory needs
Depending on your target configuration the needed space can differ:
-### 28.1. F030_bare Size
+### 29.1. F030_bare Size
* `./build.sh`:
@@ -2364,7 +2755,7 @@ arm-none-eabi-size build/F030_bare.elf
That is the basic size of an empty generated project just containing some drivers.
-### 28.2. F030_inst Size with TRICE_OFF=1
+### 29.2. F030_inst Size with TRICE_OFF=1
* `./build.sh TRICE_OFF=1` :
@@ -2376,7 +2767,7 @@ arm-none-eabi-size build/F030_inst.elf
This is exactly the same result, proofing that `TRICE_OFF 1` is working correctly.
-### 28.3. F030_inst with ring buffer
+### 29.3. F030_inst with ring buffer
* `./build.sh`:
@@ -2452,7 +2843,7 @@ com5: triceExamples.c 29 0,031_344 🐁 Speedy Gonzales a 32-bit ti
com5: triceExamples.c 30 0,031_186 🐁 Speedy Gonzales b 32-bit time stamp
```
-### 28.4. F030_inst with ring buffer
+### 29.4. F030_inst with ring buffer
* `./build.sh`:
@@ -2527,7 +2918,7 @@ com5: triceExamples.c 29 0,031_188 🐁 Speedy Gonzales a 32-bit ti
com5: triceExamples.c 30 0,030_987 🐁 Speedy Gonzales b 32-bit time stamp
```
-### 28.5. A developer setting, only enabling SEGGER_RTT
+### 29.5. A developer setting, only enabling SEGGER_RTT
* `./build.sh`:
@@ -2605,7 +2996,7 @@ Dec 6 16:14:41.191648 jlink: triceExamples.c 30 0,030_072 16355
"🐁 Speedy Gonzales" needs about 500 MCU clocks.
-### 28.6. A developer setting, only enabling SEGGER_RTT and without deferred output gives after running `./build.sh TRICE_DIAGNOSTICS=0 TRICE_PROTECT=0`:
+### 29.6. A developer setting, only enabling SEGGER_RTT and without deferred output gives after running `./build.sh TRICE_DIAGNOSTICS=0 TRICE_PROTECT=0`:
```bash
arm-none-eabi-size out/F030_inst.elf
@@ -2659,12 +3050,13 @@ Dec 6 16:20:12.453968 jlink: triceExamples.c 30 0,031_661 16355
"🐁 Speedy Gonzales" direct outout needs about 200 MCU clocks and not 500 as before.
-### 28.7. Settings Conclusion
+### 29.7. Settings Conclusion
* 4-8 KB Flash and 1.2 KB RAM needed for the Trice library.
+* The RAM size is mainly influenced by the configured buffer sizes.
* Switching off diagnostics and/or protection is ok for less memory needs and faster Trice execution after getting some experience with the project.
-### 28.8. Legacy Trice Space Example (Old Version)
+### 29.8. Legacy Trice Space Example (Old Version)
* STM32CubeMX generated empty default project: `Program Size: Code=2208 RO-data=236 RW-data=4 ZI-data=1636`
* Same project with default `Trice` instrumentation: `Program Size: Code=2828 RO-data=236 RW-data=44 ZI-data=1836`
@@ -2676,12 +3068,12 @@ Dec 6 16:20:12.453968 jlink: triceExamples.c 30 0,031_661 16355
* No format strings go into the target code anymore.
* In general Trice instrumentation **reduces** the needed memory compared to a printf-like implementation.
-### 28.9. Memory Needs for Old Example 1
+### 29.9. Memory Needs for Old Example 1
The following numbers are measured with a legacy encoding, showing that the instrumentation code can be even smaller.
| Program Size (STM32-F030R8 demo project) | trice instrumentation | buffer size | compiler optimize for time | comment |
-|-----------------------------------------------|-----------------------|-------------|----------------------------|---------------------------------|
+| --------------------------------------------- | --------------------- | ----------- | -------------------------- | ------------------------------- |
| Code=1592 RO-data=236 RW-data= 4 ZI-data=1028 | none | 0 | off | CubeMX generated, no trice |
| Code=1712 RO-data=240 RW-data=24 ZI-data=1088 | core | 64 | off | core added without trices |
| Code=3208 RO-data=240 RW-data=36 ZI-data=1540 | TriceCheckSet() | 512 | off | TRICE_SHORT_MEMORY is 1 (small) |
@@ -2691,10 +3083,10 @@ The following numbers are measured with a legacy encoding, showing that the inst
* The about 50 trices in TriceCheckSet() allocate roughly 2100 (fast mode) or 1500 (small mode) bytes.
* trices are removable without code changes with `#define TRICE_OFF 1` before `incude "trice.h"` on file level or generally on project level.
-### 28.10. Memory Needs for Old Example 2
+### 29.10. Memory Needs for Old Example 2
| Project | Compiler | Optimization | Link-Time-Optimization | Result | Remark |
-|--------------------------------|-------------|--------------|------------------------|-----------------------------------------------|--------------------------------------------------------------------|
+| ------------------------------ | ----------- | ------------ | ---------------------- | --------------------------------------------- | ------------------------------------------------------------------ |
| MDK-ARM_STM32F030_bareerated | CLANG v6.19 | -Oz | yes | Code=1020 RO-data=196 RW-data=0 ZI-data=1024 | This is the plain generated project without trice instrumentation. |
| MDK-ARM_STM32F030_instrumented | CLANG v6.19 | -Oz | yes | Code=4726 RO-data=238 RW-data=16 ZI-data=4608 | This is with full trice instrumentation with example messages. |
@@ -2702,17 +3094,17 @@ The following numbers are measured with a legacy encoding, showing that the inst
(back to top)
-## 29. Trice Project Image Size Optimization
+## 30. Trice Project Image Size Optimization
Modern compilers are optimizing out unused code automatically, but you can help to reduce trice code size if your compiler is not perfect.
-### 29.1. Code Optimization -o3 or -oz (if supported)
+### 30.1. Code Optimization -o3 or -oz (if supported)
For debugging it could be helpful to switch off code optimization what increases the code size. A good choice is `-o1`. See also
-[TRICE_STACK_BUFFER could cause stack overflow with -o0 optimization](#direct-trice-out-(trice_mode-trice_stack_buffer)-could-cause-stack-overflow-with--o0-optimization).
+[TRICE_STACK_BUFFER could cause stack overflow with -o0 optimization](#trice_stack_buffer-could-cause-stack-overflow-with--o0-optimization).
-### 29.2. Compiler Independent Setting (a bit outdated)
+### 30.2. Compiler Independent Setting (a bit outdated)
Maybe the following is a bit unhandy but it decreases the code amount, build time and the image size.
@@ -2724,44 +3116,44 @@ When having lots of program memory simply let all values be `1`. With specific l
It is possible to `#define TRICE_SINGLE_MAX_SIZE 12` for example in *triceConfig.h*. This automaticaly disables all Trice messages with payloads > 8 bytes (Trice size is 4 bytes).
-### 29.3. Linker Option --split-sections (if supported)
+### 30.3. Linker Option --split-sections (if supported)
In ARM-MDK uVision `Project -> Options -> C/C++ -> "One EFL section for each function"` allows good optimization and getting rid of unused code without additional linker optimization. This leads to a faster build process and is fine for most cases. It allows excluding unused functions.
-### 29.4. Linker Optimization -flto (if supported)
+### 30.4. Linker Optimization -flto (if supported)
* To get the smallest possible image, do _not_ use option `--split sections`.
* Use linker optimization alone.
* This increases the build time but reduces the image size significantly.
-#### 29.4.1. ARMCC compiler v5 "Linker Feedback"
+#### 30.4.1. ARMCC compiler v5 "Linker Feedback"
* In ARM-MDK uVision, when using ARMCC compiler v5, there is a check box `Project -> Options -> Target -> "Cross Module Optimization"`.
* In ARMCC this works also with the lite version.
-#### 29.4.2. ARMCLANG compiler v6 "Link-Time Optimization"
+#### 30.4.2. ARMCLANG compiler v6 "Link-Time Optimization"
* In ARM-MDK uVision, when using ARMCLANG compiler v6, the check box `Project -> Options -> C/C++(AC6) -> "Link-Time Optimization"` is usable to set the CLI `-flto` switch.
* LTO is not possible with ARMCLANG6 lite: https://developer.arm.com/documentation/ka004054/latest.
-#### 29.4.3. GCC
+#### 30.4.3. GCC
With GCC use the `-flto` CLI switch directly.
-#### 29.4.4. LLVM ARM Clang
+#### 30.4.4. LLVM ARM Clang
This compiler is much faster and creates the smallest images. Right now it uses the GCC libs and linker.
-#### 29.4.5. Other IDE´s and compilers
+#### 30.4.5. Other IDE´s and compilers
Please check the manuals and create a pull request or simply let me know.
-### 29.5. Legacy STM32F030 Example Project - Different Build Sizes
+### 30.5. Legacy STM32F030 Example Project - Different Build Sizes
-#### 29.5.1. ARMCC compiler v5
+#### 30.5.1. ARMCC compiler v5
| Compiler | Linker | Result | Comment |
-|----------|----------------|-------------------------------------------------|-----------------------------------|
+| -------- | -------------- | ----------------------------------------------- | --------------------------------- |
| o0 | | Code=46942 RO-data=266 RW-data=176 ZI-data=4896 | very big |
| o1 | | Code=22582 RO-data=258 RW-data=168 ZI-data=4896 | |
| o3 | | Code=21646 RO-data=258 RW-data=168 ZI-data=4896 | |
@@ -2774,9 +3166,9 @@ Please check the manuals and create a pull request or simply let me know.
(back to top)
-## 30. Trice Tags and Color
+## 31. Trice Tags and Color
-### 30.1. How to get
+### 31.1. How to get
* Add a tag name as color descriptor in front of each Trice format string like `"wrn:Peng!"`.
* In file [../internal/emitter/lineTransformerANSI.go](../internal/emitter/lineTransformerANSI.go) the colors are changeable and additional color tags definable.
@@ -2786,16 +3178,21 @@ Please check the manuals and create a pull request or simply let me know.
* [../_test/testdata/triceCheck.c](../_test/testdata/triceCheck.c) contains the code for this example.
* The Trice tool, if knowing `wrn:` as pattern, prepends the appropriate color code. It removes the sequence `wrn:`, if it is known and completely lower case.
+ * The Trice tool will strip full lowercase tag descriptors from the format string after setting the appropriate color, making it possible to give even each letter in a message its color.
+
+ `"wrn:fox"` will display colored "fox"
+ `"Wrn:fox"` will display colored "Wrn:fox"
+
* The user can define any pattern with any color code to create colored output with the Trice tool.
* There is no tag enable switch inside the target code. It would need a back channel and add overhead.
* An option using tag specific ID ranges with optional routing exists.
* The Trice tool offers the 2 command line switches `-pick` and `-ban` to control tag visualization during runtime.
-#### 30.1.1. Output options
+#### 31.1.1. Output options

-#### 30.1.2. Check Alternatives
+#### 31.1.2. Check Alternatives
There are over 1000 possibilities:
@@ -2803,13 +3200,13 @@ There are over 1000 possibilities:
To see them all run `trice generate -color`. Only file [../internal/emitter/lineTransformerANSI.go](../internal/emitter/lineTransformerANSI.go) needs to be changed and the Trice tool needs to be rebuild afterwards: `go install ./...`. If you design a good looking flavour, feel free to propose it.
-### 30.2. Color issues under Windows
+### 31.2. Color issues under Windows
**Currently console colors are not enabled by default in Win10**, so if you see no color but escape sequences on your powershell or cmd window, please refer to [Windows console with ANSI colors handling](https://superuser.com/questions/413073/windows-console-with-ansi-colors-handling/1050078#1050078) or simply use a Linux like terminal under windows, like git-bash. One option is also to install Microsoft *Windows Terminal (Preview)* from inside the Microsoft store and to start the Trice tool inside there. Unfortunately this can not be done automatically right now because of missing command line switches. [Alacritty](../third_party/alacritty/ReadMe.md) is one of other alternatives.
(back to top)
-## 31. Trice without UART
+## 32. Trice without UART
A very performant output path is RTT, if your MCU supports background memory access like the ARM-M ones.
@@ -2835,7 +3232,7 @@ Because the Trice tool needs only to receive, a single target UART-TX pin will d
(back to top)
-## 32. Trice over RTT
+## 33. Trice over RTT
> Allows Trice over the debug probe without using a pin or UART.
@@ -2845,16 +3242,22 @@ Because the Trice tool needs only to receive, a single target UART-TX pin will d
* Most investigations where done with a [NUCLEO64-STM32F030R8 evaluation board](https://www.st.com/en/evaluation-tools/nucleo-f030r8.html) which contains an on-board debug probe reflashed with a SEGGER J-Link OB software (see below).
* When using very high Trice loads over RTT for a long time, sometimes an on-board J-Link (re-flashed ST-Link) could get internally into an inconsistent state (probably internal buffer overrun), what needs a power cycle then.
* You could consider RTT over open-OCD as an alternative.
-* The default SEGGER up-buffer size is 1024 bytes, enough for most cases. If not, adapt it in your [SEGGER_RTT_Conf.h](../examples/F030_inst/Core/Inc/SEGGER_RTT_Conf.h) file.
+* The default SEGGER up-buffer size is 1024 bytes, enough for most cases. If not, adapt it in your *triceConfig.h* file.
+ You need only one up-channel for Trice:
+
+ ```C
+ #define BUFFER_SIZE_UP (1024) // "TRICE_DIRECT_BUFFER_SIZE"
+ ```
+
* Possible: Parallel usage of RTT direct mode with UART deferred mode. You can define `TRICE_UARTA_MIN_ID` and `TRICE_UARTA_MAX_ID` inside triceConfig.h to log only a specific ID range over UARTA in deferred mode for example. ([#446](https://github.com/rokath/trice/issues/446))
(back to top)
-### 32.1. For the impatient (2 possibilities)
+### 33.1. For the impatient (2 possibilities)
The default SEGGER tools only suport RTT channel 0.
-#### 32.1.1. Start JLink commander and connect over TCP
+#### 33.1.1. Start JLink commander and connect over TCP
* JLink.exe → `connect ⏎ ⏎ S ⏎` and keep it active.
* You can control the target with `r[eset], g[o], h[alt]` and use other commands too.
@@ -2936,20 +3339,140 @@ In this **G0B1_inst** example we use the additional `-d16` and `-pf none` switch
**This is a demonstration and test for the `-port TCP4` usage possibility**. Using RTT with J-Link is more easy possible as shown in the next point.
-#### 32.1.2. Start using JLinkLogger
+#### 33.1.2. Start using JLinkRTTLogger
* Start inside Git-Bash or s.th. similar: `trice l -p JLINK -args "-Device STM32F030R8 -if SWD -Speed 4000 -RTTChannel 0"`
* Replace CLI details with your settings.
* For **G0B1_inst**: `trice l -p JLINK -args "-Device STM32G0B1RE -if SWD -Speed 4000 -RTTChannel 0" -d16 -pf none`
* You can add the `-verbose` CLI switch for more details.
* You may **not** need a Trice tool restart after firmware reload.
-* For some reason the RTT technique does not work well with Darwin right now. The problem seems to be that the JLinkRTTLogger app cannot work correctly in the background. But there is a workaround:
- * In one terminal run `JLinkRTTLogger -Device STM32G0B1RE -if SWD -Speed 4000 -RTTChannel 0 myLogFile.bin`
- * and in an other terminal execute `trice l -p FILE -args myLogFile.bin -pf none -d16`.
+
+#### 33.1.3. JLinkRTTLogger Issue
+
+* For some reason the RTT technique does not work well with Darwin and also Linux right now. The problem seems to be that the JLinkRTTLogger app cannot work correctly in the background. But there is a workaround:
+ * Example 1:
+ * In one terminal run `JLinkRTTLogger -Device STM32G0B1RE -if SWD -Speed 4000 -RTTChannel 0 myLogFile.bin`
+ * and in an other terminal execute `trice l -p FILE -args myLogFile.bin -pf none -d16`.
+ * Example 2:
+ * Flash, start debugger and run to main()
+ * Terminal 1: `rm ./temp/trice.bin && JLinkRTTLogger -Device STM32G0B1RE -If SWD -Speed 4000 -RTTChannel 0 ./temp/trice.bin`
+ * Terminal 2: `touch ./temp/trice.bin && trice log -p FILE -args ./temp/trice.bin -prefix off -hs off -d16 -ts ms -i ../../demoTIL.json -li ../../demoLI.json -pf none`
+ * Continue to run in debugger
+ * Terminal 1:
+
+ ```bash
+ th@P51-DebianKDE:~/repos/trice/examples/G0B1_inst$ rm ./temp/trice.bin && JLinkRTTLogger -Device STM32G0B1RE -If SWD -Speed 4000 -RTTChannel 0 ./temp/trice.bin
+ SEGGER J-Link RTT Logger
+ Compiled Dec 18 2024 15:48:21
+ (c) 2016-2017 SEGGER Microcontroller GmbH, www.segger.com
+ Solutions for real time microcontroller applications
+
+ Default logfile path: /home/th/.config/SEGGER
+
+ ------------------------------------------------------------
+
+
+ ------------------------------------------------------------
+ Connected to:
+ SEGGER J-Link ST-LINK
+ S/N: 779220206
+
+ Searching for RTT Control Block...OK.
+ 1 up-channels found:
+ 0: Terminal
+ Selected RTT Channel description:
+ Index: 0
+ Name: Terminal
+ Size: 1024 bytes.
+
+ Output file: ./temp/trice.bin
+
+ Getting RTT data from target. Press any key to quit.
+ ------------------------------------------------------------
+
+ Transfer rate: 0 Bytes/s Data written: 15.71 KB
+ ```
+
+ * Terminal 2:
+
+ ```bash
+ th@P51-DebianKDE:~/repos/trice/examples/G0B1_inst$ touch ./temp/trice.bin && trice log -p FILE -args ./temp/trice.bin -prefix off -hs off -d16 -ts ms -i ../../demoTIL.json -li ../../demoLI.json -pf none
+ triceExamples.c 12 0,000 Hello! 👋🙂
+ ✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨
+ 🎈🎈🎈🎈 NUCLEO-G0B1RE 🎈🎈🎈🎈
+ 🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃
+
+
+ triceExamples.c 61 TRICE_DIRECT_OUTPUT == 1, TRICE_DEFERRED_OUTPUT == 1
+ triceExamples.c 69 TRICE_RING_BUFFER, TRICE_MULTI_PACK_MODE
+ triceExamples.c 76 _CYCLE == 1, _PROTECT == 1, _DIAG == 1, XTEA == 1
+ triceExamples.c 77 _SINGLE_MAX_SIZE=104, _BUFFER_SIZE=172, _DEFERRED_BUFFER_SIZE=2000
+ triceExamples.c 29 0:00:00,003 🐁 Speedy Gonzales a 32-bit time stamp
+ triceExamples.c 30 0:00:00,003 🐁 Speedy Gonzales b 32-bit time stamp
+ triceExamples.c 31 0:00:00,003 🐁 Speedy Gonzales c 32-bit time stamp
+ triceExamples.c 32 0:00:00,003 🐁 Speedy Gonzales d 32-bit time stamp
+ triceExamples.c 33 0,310 🐁 Speedy Gonzales e 16-bit time stamp
+ triceExamples.c 34 0,328 🐁 Speedy Gonzales f 16-bit time stamp
+ triceExamples.c 35 0,347 🐁 Speedy Gonzales g 16-bit time stamp
+ triceExamples.c 36 0,365 🐁 Speedy Gonzales h 16-bit time stamp
+ triceExamples.c 42 0,394 2.71828182845904523536 <- float number as string
+ triceExamples.c 43 0,436 2.71828182845904509080 (double with more ciphers than precision)
+ triceExamples.c 44 0,458 2.71828174591064453125 (float with more ciphers than precision)
+ triceExamples.c 45 0,479 2.718282 (default rounded float)
+ triceExamples.c 46 0,500 A Buffer:
+ triceExamples.c 47 0,520 32 2e 37 31 38 32 38 31 38 32 38 34 35 39 30 34 35 32 33 35 33 36
+ triceExamples.c 48 0,562 31372e32 31383238 34383238 34303935 35333235
+ triceExamples.c 49 0,601 ARemoteFunctionName(2e32)(3137)(3238)(3138)(3238)(3438)(3935)(3430)(3235)(3533)(3633)
+ triceExamples.c 50 3 times a 16 byte long Trice messages, which may not be written all if the buffer is too small:
+ triceExamples.c 52 0,664 i=44444400 aaaaaa00
+ triceExamples.c 52 0,687 i=44444401 aaaaaa01
+ triceExamples.c 52 0,709 i=44444402 aaaaaa02
+ main.c 312 0:00:00,003 StartDefaultTask
+ main.c 339 0:00:00,003 StartTask02:Diagnostics and TriceTransfer
+ triceLogDiagData.c 21 RTT0_writeDepthMax=365 (BUFFER_SIZE_UP=1024)
+ triceLogDiagData.c 44 triceSingleDepthMax = 96 of 172 (TRICE_BUFFER_SIZE)
+ triceLogDiagData.c 75 triceRingBufferDepthMax = 0 of 2000
+ triceCheck.c 57 line 57
+ triceCheck.c 59 0:00:02,325 Hello World!
+ triceCheck.c 61 0:00:02,405 This is a message without values and a 32-bit stamp.
+ triceCheck.c 62 0,306 This is a message without values and a 16-bit stamp.
+ triceCheck.c 63 This is a message without values and without stamp.
+ ```
+ * See also the configuration in [./examples/G0B1_inst/Core/triceConfig.h](../examples/G0B1_inst/Core/triceConfig.h)
+
+* If you install the `tmux` command your life gets esier by using a shell script like [./examples/G0B1_inst/RTTLogTmux.sh](../examples/G0B1_inst/RTTLogTmux.sh):
+
+```bash
+mkdir -p ./temp
+rm -f ./temp/trice.bin
+touch ./temp/trice.bin
+tmux new -s "tricerttlog" -d "JLinkRTTLogger -Device STM32G0B1RE -If SWD -Speed 4000 -RTTChannel 0 ./temp/trice.bin"
+trice log -p FILE -args ./temp/trice.bin -pf none -prefix off -hs off -d16 -ts16 "time:offs:%4d µs" -showID "deb:%5d" -i ../../demoTIL.json -li ../../demoLI.json -stat
+tmux kill-session -t "tricerttlog"
+```
+
+ * Usage:
+
+ ```bash
+ th@PaulPCdeb128KDE:~/repos/trice/examples/G0B1_inst$ ./RTTLogUnix.sh
+ triceExamples.c 12 0,000 Hello! 👋🙂
+ ✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨
+ 🎈🎈🎈🎈 NUCLEO-G0B1RE 🎈🎈🎈🎈
+ 🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃
+
+
+ triceExamples.c 61 TRICE_DIRECT_OUTPUT == 1, TRICE_DEFERRED_OUTPUT == 1
+ triceExamples.c 69 TRICE_RING_BUFFER, TRICE_MULTI_PACK_MODE
+ triceExamples.c 76 _CYCLE == 1, _PROTECT == 1, _DIAG == 1, XTEA == 1
+ triceExamples.c 77 _SINGLE_MAX_SIZE=104, _BUFFER_SIZE=172, _DEFERRED_BUFFER_SIZE=2000
+ triceExamples.c 29 0:00:00,002 🐁 Speedy Gonzales a 32-bit time stamp
+ ```
+
+* **Hint:** If you use *RTTLogTmux.sh* with Darwin, the "control-C" key combination seems not to work immediately. That is simply because the keyboard focus switches away after script start. Simply click into the terminal window again and then use "control-C" to terminate the Trice logging.
(back to top)
-### 32.2. Segger Real Time Transfer (RTT)
+### 33.2. Segger Real Time Transfer (RTT)
* Prerequisite is a processor with memory background access support like ARM Cortex-M cores.
* If you can use a Segger J-Link or an STM ST-Link debug probe (ST Microelectronics eval boards have it) this is an easy and fast way to use Trice without any UART or other port.
@@ -2990,11 +3513,11 @@ In this **G0B1_inst** example we use the additional `-d16` and `-pf none` switch
(back to top)
-### 32.3. J-Link option
+### 33.3. J-Link option
* Prerequisite is a SEGGER J-Link debug probe or a development board with an on-board J-Link option.
-#### 32.3.1. Convert Evaluation Board onboard ST-Link to J-Link
+#### 33.3.1. Convert Evaluation Board onboard ST-Link to J-Link
* Following steps describe the needed action for a ST Microelectronics evaluation board and windows - adapt them to your environment.
* It is always possible to turn back to the ST-Link OB firmware with the SEGGER `STLinkReflash.exe` tool but afterwards the ST-Link Upgrade tool should be used again to get the latest version.
@@ -3015,7 +3538,7 @@ See also [https://github.com/stlink-org/stlink](https://github.com/stlink-org/st
* Check [Converting ST-LINK On-Board Into a J-Link](https://www.segger.com/products/debug-probes/j-link/models/other-j-links/st-link-on-board/)
* Use `STLinkReflash.exe` to convert NUCLEO from ST-Link on-board to J-Link on-board. *`STM32 Debug+ VCP` won´t be detected by Segger reflash utility.*
-#### 32.3.2. Some SEGGER tools in short
+#### 33.3.2. Some SEGGER tools in short
* Download [J-Link Software and Documentation Pack](https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack) and install.
* You may need to add `C:\Program Files\SEGGER\JLink` to the %PATH% variable.
@@ -3087,7 +3610,7 @@ See also [https://github.com/stlink-org/stlink](https://github.com/stlink-org/st
* The Trice tool can watch the output file and display the *Trices*: `trice log -port JLINK -args "-Device STM32F030R8 -if SWD -Speed 4000 -RTTChannel 0"

-#### 32.3.3. JLinkRTTClient.exe
+#### 33.3.3. JLinkRTTClient.exe
* `JLinkRTTClient.exe` can be used for simple text transmitting to the target, it also displays strings from target coming over channel 0. It is not used by the Trice tool.
* **PLUS:**
@@ -3095,7 +3618,7 @@ See also [https://github.com/stlink-org/stlink](https://github.com/stlink-org/st
* **MINUS:**
* Unfortunately it cannot run separately parallel to stimulate the target with any proprietary protocol because it connects to localhost:19021 and therefore blockades the only one possible connection.
-#### 32.3.4. JLinkRTTViewer.exe
+#### 33.3.4. JLinkRTTViewer.exe
* `JLinkRTTViewer.exe` is a GUI tool and connects via the SEGGER API to the target. It expects ASCII codes and is not used by the Trice tool. The switching between the 16 possible terminals is done via `FF 00` ... `FF 0F`. These byte pairs can occur inside the Trice data.
@@ -3109,7 +3632,7 @@ See also [https://github.com/stlink-org/stlink](https://github.com/stlink-org/st
(back to top)
-### 32.4. Segger RTT
+### 33.4. Segger RTT
* The main advantages are:
* Speed
@@ -3123,7 +3646,7 @@ See also [https://github.com/stlink-org/stlink](https://github.com/stlink-org/st
(back to top)
-### 32.5. Segger J-Link SDK (~800 EUR) Option
+### 33.5. Segger J-Link SDK (~800 EUR) Option
* Segger offers a SeggerRTT SDK which allows to use more than just channel 0 and you can develop your own tooling with it.
* The `trice -port JLINK` is ok for usage **as is** right now. However if you wish more comfort check here:
@@ -3133,7 +3656,7 @@ See also [https://github.com/stlink-org/stlink](https://github.com/stlink-org/st
(back to top)
-### 32.6. Additional Notes (leftovers)
+### 33.6. Additional Notes (leftovers)
* `Downloading RTT target package` from [https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/](https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/).
* Read the manual [UM08001_JLink.pdf](../third_party/segger.com/UM08001_JLink.pdf).
@@ -3142,9 +3665,7 @@ See also [https://github.com/stlink-org/stlink](https://github.com/stlink-org/st
(back to top)
-### 32.7. Further development
-
-
+### 33.7. Further development
* Check OpenOCD!
* Use OpenOCD and its built-in RTT feature. OpenOCD then starts a server on localhost:17001 where it dumps all RTT messages.
@@ -3181,21 +3702,21 @@ libusb-1.0.23\examples\bin64> .\listdevs.exe
(back to top)
-### 32.8. NUCLEO-F030R8 example
+### 33.8. NUCLEO-F030R8 example
Info: [https://www.st.com/en/evaluation-tools/nucleo-f030r8.html](https://www.st.com/en/evaluation-tools/nucleo-f030r8.html)
-#### 32.8.1. RTT with original on-board ST-LINK firmware
+#### 33.8.1. RTT with original on-board ST-LINK firmware
* `#define TRICE_RTT_CHANNEL 0`:
* If you use a NUCLEO-F030R8 with the original ST-Link on board after firmware download enter: `trice l -p ST-LINK -args "-Device STM32F030R8 -if SWD -Speed 4000 -RTTChannel 0 -RTTSearchRanges 0x20000000_0x2000"`. After pressing the reset button output becomes visible: 
* It works with both ST-Link variants (with or without mass storage device.)
-#### 32.8.2. Change to J-LINK onboard firmware
+#### 33.8.2. Change to J-LINK onboard firmware

-#### 32.8.3. RTT with J-LINK firmware on-board
+#### 33.8.3. RTT with J-LINK firmware on-board

@@ -3206,7 +3727,7 @@ Info: [https://www.st.com/en/evaluation-tools/nucleo-f030r8.html](https://www.st
(back to top)
-### 32.9. Possible issues
+### 33.9. Possible issues
* These boards seem not to work reliable with RTT over J-Link on-board firmware.
* NUCLEO-G071RB
@@ -3215,7 +3736,7 @@ Info: [https://www.st.com/en/evaluation-tools/nucleo-f030r8.html](https://www.st
(back to top)
-### 32.10. OpenOCD with Darwin
+### 33.10. OpenOCD with Darwin
* OpenOCD on MacOS works out of the box after installing it.
* When using VS code with Cortex-Debug you cannot use OpenOCD at the same time.
@@ -3285,7 +3806,7 @@ Nov 14 17:32:35.710201 TCP4: triceExamples.c 26 0_504 i=4444440
...
```
-### 32.11. Links
+### 33.11. Links
* [https://www.codeinsideout.com/blog/stm32/j-link-rtt/](https://www.codeinsideout.com/blog/stm32/j-link-rtt/) (A good explanation of SEGGER J-Link Realtime Transfer - Fast Debug protocol: - only suitable for ASCII transfer)
* [USB over WSL2?](https://twitter.com/beriberikix/status/1487127732190212102?s=20&t=NQVa27qvOqPi2uGz6pJNRA) (Maybe intersting for OpenOCD)
@@ -3294,63 +3815,99 @@ Nov 14 17:32:35.710201 TCP4: triceExamples.c 26 0_504 i=4444440
(back to top)
-## 33. Trice Target Code Implementation
+## 34. Writing the Trice logs into an SD-card (or a user specific output)
+
+* Enable `TRICE_DEFERRED_AUXILIARY8` in your project specific _triceConfig.h_ file.
+* Enabling `TRICE_DEFERRED_AUXILIARY8` is possible parallel to any direct and/or deferred output.
+* The `TRICE_DEFERRED_OUT_FRAMING` value is used also for the deferred auxiliary writes.
+* Consider the value for `TRICE_DEFERRED_TRANSFER_MODE`. The `TRICE_SINGLE_PACK_MODE` would trigger a file write function on each single Trice message.
+* Provide a self-made function like this:
+
+ ```C
+ /// mySDcardWrite performs SD-card writing by appending to file myTriceLogs.bin.
+ mySDcardWrite(const uint8_t* buf, size_t bufLen){
+ ...
+ }
+
+ /// Assign this function pointer accordingly.
+ UserNonBlockingDeferredWrite8AuxiliaryFn = mySDcardWrite;
+ ```
+
+* If the SD-card write is more effective using 32-bits chunks, consider `TRICE_DEFERRED_AUXILIARY32`, what is recommended also if you use the encryption option.
+* There maybe use cases for `TRICE_DIRECT_AUXILIARY8` or `TRICE_DIRECT_AUXILIARY32`, but consider the max write time.
+* Placing the files *til.json* and *li.json* anto the SD-card as well might be meaninjful.
+* To decode *myTriceLogs.bin* later
+
+ ```bash
+ trice log -port FILEBUFFER -args myTriceLogs.bin -hs off
+ ```
+
+Related issues/discussions:
+[#253](https://github.com/rokath/trice/discussions/253)
+[#405](https://github.com/rokath/trice/discussions/405)
+[#425](https://github.com/rokath/trice/issues/425)
+[#447](https://github.com/rokath/trice/discussions/447)
+[#537](https://github.com/rokath/trice/discussions/537)
+
+(back to top)
+
+## 35. Trice Target Code Implementation
-### 33.1. TRICE Macro structure
+### 35.1. TRICE Macro structure
-#### 33.1.1. TRICE_ENTER
+#### 35.1.1. TRICE_ENTER
* Optionally disable interrupts.
* Prepare `TriceBufferWritePosition` and keep its initial value.
-#### 33.1.2. TRICE_PUT
+#### 35.1.2. TRICE_PUT
* Use and increment `TriceBufferWritePosition`.
-#### 33.1.3. TRICE_LEAVE
+#### 35.1.3. TRICE_LEAVE
* Use `TriceBufferWritePosition` and its initial value for data transfer
* Optionally restore interrupt state.
-### 33.2. TRICE_STACK_BUFFER
+### 35.2. TRICE_STACK_BUFFER
* `TRICE_ENTER`: Allocate stack
* `TRICE_LEAVE`: Call TriceDirectOut()
-### 33.3. TRICE_STATIC_BUFFER
+### 35.3. TRICE_STATIC_BUFFER
* This is like `TRICE_STACK_BUFFER` but avoids stack allocation, what is better for many stacks.
* `TRICE_ENTER`: Set TriceBufferWritePosition to buffer start.
* `TRICE_LEAVE`: Call TriceDirectOut().
-### 33.4. TRICE_DOUBLE_BUFFER
+### 35.4. TRICE_DOUBLE_BUFFER
* `TRICE_ENTER`: Keep TriceBufferWritePosition.
* `TRICE_LEAVE`: Optionally call TriceDirectOut().
-### 33.5. TRICE_RING_BUFFER
+### 35.5. TRICE_RING_BUFFER
* `TRICE_ENTER`: Keep or wrap TriceBufferWritePosition and add offset.
* `TRICE_LEAVE`: Optionally call TriceDirectOut().
The `TRICE_RING_BUFFER` allocates incremental ring buffer space and each trice location is read by a deferred task.
-### 33.6. Deferred Out
+### 35.6. Deferred Out
-#### 33.6.1. Double Buffer
+#### 35.6.1. Double Buffer
* TriceTransfer
* TriceOut
* TriceNonBlockingWrite( triceID, enc, encLen );
-#### 33.6.2. Ring Buffer
+#### 35.6.2. Ring Buffer
* TriceTransfer
* lastWordCount = TriceSingleDeferredOut(addr);
* int triceID = TriceIDAndBuffer( pData, &wordCount, &pStart, &Length );
* TriceNonBlockingWrite( triceID, pEnc, encLen );
-### 33.7. Direct Transfer
+### 35.7. Direct Transfer
* TRICE_LEAVE
* TriceDirectWrite(triceSingleBufferStartWritePosition, wordCount);
@@ -3361,7 +3918,7 @@ The `TRICE_RING_BUFFER` allocates incremental ring buffer space and each trice l
* triceDirectEncode
* triceNonBlockingDirectWrite
-### 33.8. Possible Target Code Improvements
+### 35.8. Possible Target Code Improvements
There have been 3 similar implementations for trice encode
@@ -3405,15 +3962,15 @@ size_t TriceEncode(int* pTriceID, unsigned int pCount, uint32_t * const dest, ui
(back to top)
-## 34. Trice Similarities and Differences to printf Usage
+## 36. Trice Similarities and Differences to printf Usage
-### 34.1. Printf-like functions
+### 36.1. Printf-like functions
...have a lot of things to do: Copy format string from FLASH memory into a RAM buffer and parse it for format specifiers. Also parse the variadic parameter list and convert each parameter according to its format specifier into a character sequences, what includes several divisions - costly function calls. Concatenate the parts to a new string and deliver it to the output, what often means copying again. A full-featured printf library consumes plenty space and processing time and several open source projects try to make it better in this or that way. Never ever call a printf-like function in time critical code, like an interrupt - it would crash your target in most cases.
-The *trice* calls are usable inside interrupts, because they only need a few MCU clocks for execution. Porting legacy code to use it with the Trice library, means mainly to replace Printf-like function calls with `trice` function calls.
+The *trice* calls are usable inside interrupts, because they only need a few MCU clocks for execution. Porting legacy code to use it with the Trice library, means mainly to replace Printf-like function calls with `trice` function calls. See also chapter [Trice Alias Functionality for Integrating Legacy User Code (Trice v1.1 and later)](#trice-alias-functionality-for-integrating-legacy-user-code-(trice-v1.1-and-later)).
-### 34.2. Trice IDs
+### 36.2. Trice IDs
* Each Trice caries a 14-bit nuber ID as replacement for the format string.
* This ID is automatically generated (controllable) and in the source code it is the first parameter inside the Trice macro followed by the format string and optional values.
@@ -3421,7 +3978,7 @@ The *trice* calls are usable inside interrupts, because they only need a few MCU
* The Trice cache makes this invisible to the build system, allowing full translation speed.
* The format string is **not** compiled into the target code. It goes together with the ID into a project specific reference list file [til.json](../_test/testdata/til.json) (example).
-### 34.3. Trice values bit width
+### 36.3. Trice values bit width
* No need to explicit express the value bit width.
* The default parameter width for the Trice macro is 32 bit. It is changeable to 8, 16 or 64-bit:
@@ -3432,7 +3989,7 @@ The *trice* calls are usable inside interrupts, because they only need a few MCU
* The fastest Trice macro execution is, when MCU bit width matches the macro bit width.
* The implicit TCOBS compression compacts the binary Trice data during the framing.
-### 34.4. Many value parameters
+### 36.4. Many value parameters
* No need to explicit express the values count.
* Up to 12 values are supported directly. Example:
@@ -3443,7 +4000,7 @@ The *trice* calls are usable inside interrupts, because they only need a few MCU
* The _Trice_ tool compares the number of given format specifiers with the written parameters in a precimpile step to minimize the risk of runtime errors.
* There is no variadic values scanning during runtime. The C preprocessor does the work.
-### 34.5. Floating Point Values
+### 36.5. Floating Point Values
These types are mixable with integer types but need to be covered by converter function.
@@ -3488,7 +4045,7 @@ static inline uint64_t aDouble( double x ){
}
```
-### 34.6. Runtime Generated 0-terminated Strings Transfer with triceS
+### 36.6. Runtime Generated 0-terminated Strings Transfer with triceS
* The `%s` format specifier is supported by the Trice macro too but needs specific treatment.
* Strings, known at compile time should be a part of a format string to reduce runtime overhead.
@@ -3497,16 +4054,16 @@ static inline uint64_t aDouble( double x ){
```c
char s[] = "Hello again!";
- triceS( "A runtime string %20s\n", s;
+ triceS("A runtime string %20s\n", s);
```
-### 34.7. Runtime Generated counted Strings Transfer with triceN
+### 36.7. Runtime Generated counted Strings Transfer with triceN
* It is also possible to transfer a buffer with length n using the `TRICE_N` (or `triceN`, `TriceN`, `TRiceN`) macro.
* This becomes handy for example, when a possibly not 0-terminated string in FLASH memory needs transmission: `triceN( "msg: FLASH string is %s", addr, 16 );`
* There are also specific macros like `trice32B` or `trice16F`. Please look into [triceCheck.c](../_test/testdata/triceCheck.c) for usage or see the following.
-### 34.8. Runtime Generated Buffer Transfer with triceB
+### 36.8. Runtime Generated Buffer Transfer with triceB
* A buffer is transmittable with `TRICE_B` (or `triceB`, `TriceB`, `TRiceB`) and specifying just one format specifier, which is then repeated. Example:
@@ -3525,7 +4082,7 @@ static inline uint64_t aDouble( double x ){
If the buffer is not 8 but 16, 32 or 32 bits wide, the macros `TRICE8_B`, `TRICE16_B`, `TRICE32_B` and `TRICE64_B`, are usable in the same manner.
-### 34.9. Remote function call syntax support with triceF
+### 36.9. Remote function call syntax support with triceF
The `TRICE8_F`, `TRICE16_F`, `TRICE32_F`, `TRICE64_F`, macros expect a string without format specifiers which is usable later as a function call. Examples:
@@ -3545,65 +4102,69 @@ Trice64F( "call:FunctionNameZ", b64, sizeof(b64)/sizeof(int64_t) ); //exp: tim
trice64F( "call:FunctionNameZ", b64, sizeof(b64)/sizeof(int64_t) ); //exp: time: default: call:FunctionNameZ(0000000000000000)(ffffffffffffffff)(fffffffffffffffe)(3344555566666666)
```
-The Trice tool displays the parameter buffer in the shown manner. It is planned to code a FunctionPointerList Generator (See [issue #303](https://github.com/rokath/trice/issues/303), which generates mainly a function pointer list with associated IDs. This list can get part of the source code of a remote device. Then, when receiving a Trice message, the remote device can execute the assigned function call using the transferred parameters. This way several devices can communicate in an easy and reliable way.
+The Trice tool displays the parameter buffer in the shown manner. There is a [FunctionPointerList Generator](#generating-a-rpc-function-pointer-list), which generates mainly a function pointer list with associated IDs. This list can get part of the source code of a remote device. Then, when receiving a Trice message, the remote device can execute the assigned function call using the transferred parameters. This way several devices can communicate in an easy and reliable way.
+
+With `#define TRICE_F TRICE16_F` in the project specific _triceConfig.h_ file the user can specify which should be the bitwidth (16 in this example) for `triceF` macros. The default value is 8.
+
+**Hint:** If you add for example `"rpc"` as [tag](#explpore-and-modify-tags-and-their-colors) and call `trice log -ban "rpc"`, the Trice tool will not display the RPC Trices, but all others. That could be helpful, if you have frequent RPCs and do not wish to spoil your log output with them.
* Future extensions are possible:
* `triceD( "dump:32", addr, 160 );` -> The Trice tool dumps in 32 byte rows.
* An appropriate syntax is needed.
-### 34.10. Extended format specifier possibilities
+### 36.10. Extended format specifier possibilities
* Because the format string is interpreted by the Trice tool written in [Go](https://en.wikipedia.org/wiki/Go_(programming_language)), the **Go** capabilities partial usable.
-#### 34.10.1. Trice format specifier
+#### 36.10.1. Trice format specifier
* The Trice macros are used in **C** code.
* The format strings are interpreted by the Trice tool, which is written in **Go**.
* The **C** and **Go** format specifier are not equal but similar.
* Therefore, a **T**rice adaption is internally performed.
-#### 34.10.2. Overview Table
-
-| Format Specifier Type | C | Go | T | (T =Trice) \| remark |
-|-----------------------------------------------------------------|---|----|---|-----------------------------------------------------------------------------|
-| signed decimal integer | d | d | d | Supported. |
-| unsigned decimal integer | u | - | u | The Trice tool changes %u into %d and treats value as unsigned. |
-| signed decimal integer | i | d | i | The Trice tool changes %i into %d and treats value as signed. |
-| signed octal integer | - | o | o | With `trice log -unsigned=false` value is treated as signed. |
-| unsigned octal integer | o | - | o | With `trice log` value is treated as unsigned. |
-| signed octal integer with 0o prefix | - | O | O | With `trice log -unsigned=false` value is treated as signed. |
-| unsigned octal integer with 0o prefix | - | - | O | With `trice log` value is treated as unsigned. |
-| signed hexadecimal integer lowercase | - | x | x | With `trice log -unsigned=false` value is treated as signed. |
-| unsigned hexadecimal integer lowercase | x | - | x | With `trice log` value is treated as unsigned. |
-| signed hexadecimal integer uppercase | - | X | X | With `trice log -unsigned=false` value is treated as signed. |
-| unsigned hexadecimal integer uppercase | X | - | X | With `trice log` value is treated as unsigned. |
-| signed binary integer | - | b | b | With `trice log -unsigned=false` value is treated as signed. |
-| unsigned binary integer | - | - | b | With `trice log` value is treated as unsigned. |
-| decimal floating point, lowercase | f | f | f | `aFloat(value)`\|`aDouble(value)` |
-| decimal floating point, uppercase | - | F | F | `aFloat(value)`\|`aDouble(value)` |
-| scientific notation (mantissa/exponent), lowercase | e | e | e | `aFloat(value)`\|`aDouble(value)` |
-| scientific notation (mantissa/exponent), uppercase | E | E | E | `aFloat(value)`\|`aDouble(value)` |
-| the shortest representation of %e or %f | g | g | g | `aFloat(value)`\|`aDouble(value)` |
-| the shortest representation of %E or %F | G | G | G | `aFloat(value)`\|`aDouble(value)` |
-| a character as byte | c | - | c | Value can contain ASCII character. |
-| a character represented by the corresponding Unicode code point | c | c | c | Value can contain UTF-8 characters if the C-File is edited in UTF-8 format. |
-| a quoted character | - | q | q | Supported. |
-| the word true or false | - | t | t | Supported. |
-| a string | s | s | s | Use `triceS` macro with one and only one runtime generated string. |
-| pointer address | p | p | p | Supported. |
-| a double %% prints a single % | % | % | % | Supported. |
-| Unicode escape sequence | - | U | - | **Not supported.** |
-| value in default format | - | v | - | **Not supported.** |
-| Go-syntax representation of the value | - | #v | - | **Not supported.** |
-| a Go-syntax representation of the type of the value | - | T | - | **Not supported.** |
-| nothing printed | n | - | - | **Not supported.** |
+#### 36.10.2. Overview Table
+
+| Format Specifier Type | C | Go | T | (T =Trice) \| remark |
+| --------------------------------------------------------------- | --- | --- | --- | --------------------------------------------------------------------------- |
+| signed decimal integer | d | d | d | Supported. |
+| unsigned decimal integer | u | - | u | The Trice tool changes %u into %d and treats value as unsigned. |
+| signed decimal integer | i | d | i | The Trice tool changes %i into %d and treats value as signed. |
+| signed octal integer | - | o | o | With `trice log -unsigned=false` value is treated as signed. |
+| unsigned octal integer | o | - | o | With `trice log` value is treated as unsigned. |
+| signed octal integer with 0o prefix | - | O | O | With `trice log -unsigned=false` value is treated as signed. |
+| unsigned octal integer with 0o prefix | - | - | O | With `trice log` value is treated as unsigned. |
+| signed hexadecimal integer lowercase | - | x | x | With `trice log -unsigned=false` value is treated as signed. |
+| unsigned hexadecimal integer lowercase | x | - | x | With `trice log` value is treated as unsigned. |
+| signed hexadecimal integer uppercase | - | X | X | With `trice log -unsigned=false` value is treated as signed. |
+| unsigned hexadecimal integer uppercase | X | - | X | With `trice log` value is treated as unsigned. |
+| signed binary integer | - | b | b | With `trice log -unsigned=false` value is treated as signed. |
+| unsigned binary integer | - | - | b | With `trice log` value is treated as unsigned. |
+| decimal floating point, lowercase | f | f | f | `aFloat(value)`\|`aDouble(value)` |
+| decimal floating point, uppercase | - | F | F | `aFloat(value)`\|`aDouble(value)` |
+| scientific notation (mantissa/exponent), lowercase | e | e | e | `aFloat(value)`\|`aDouble(value)` |
+| scientific notation (mantissa/exponent), uppercase | E | E | E | `aFloat(value)`\|`aDouble(value)` |
+| the shortest representation of %e or %f | g | g | g | `aFloat(value)`\|`aDouble(value)` |
+| the shortest representation of %E or %F | G | G | G | `aFloat(value)`\|`aDouble(value)` |
+| a character as byte | c | - | c | Value can contain ASCII character. |
+| a character represented by the corresponding Unicode code point | c | c | c | Value can contain UTF-8 characters if the C-File is edited in UTF-8 format. |
+| a quoted character | - | q | q | Supported. |
+| the word true or false | - | t | t | Supported. |
+| a string | s | s | s | Use `triceS` macro with one and only one runtime generated string. |
+| pointer address | p | p | p | Supported. |
+| a double %% prints a single % | % | % | % | Supported. |
+| Unicode escape sequence | - | U | - | **Not supported.** |
+| value in default format | - | v | - | **Not supported.** |
+| Go-syntax representation of the value | - | #v | - | **Not supported.** |
+| a Go-syntax representation of the type of the value | - | T | - | **Not supported.** |
+| nothing printed | n | - | - | **Not supported.** |
* [x] Long story short: Use the `-unsigned=false` switch when you like to see hex numbers and the like as signed values.
* [x] Look in [triceCheck.c](../_test/testdata/triceCheck.c) for exampe code producing this:

-### 34.11. UTF-8 Support
+### 36.11. UTF-8 Support
This is gratis, if you edit your source files containing the format strings in UTF-8:
@@ -3611,11 +4172,11 @@ This is gratis, if you edit your source files containing the format strings in U
The target does not even "know" about that, because it gets only the Trice IDs.
-### 34.12. Switch the language without changing a bit inside the target code
+### 36.12. Switch the language without changing a bit inside the target code
Once the [til.json](../examples/F030_inst/til.json) list is done the user can translate it in any language and exchanging the list switches to another language.
-### 34.13. Format tags prototype specifier examples
+### 36.13. Format tags prototype specifier examples
This syntax is supported: `%[flags][width][.precision][length]`
@@ -3630,94 +4191,508 @@ This syntax is supported: `%[flags][width][.precision][length]`
(back to top)
-## 35. Development Environment Setup
+## 37. Development Environment Setup
* Trice is usable with any C-compiler for any processor type, bit width and endianness. The example projects here are STM32 ones but illustrate how to setup Trice.
* The [examples](../examples) folder contains some instrumented example projects together with bare counterparts. Comparing a bare project with its intrumented counterpart gives a quick overview what needs to be done to get started.
-### 35.1. Common Information
+### 37.1. Common Information
- All used tools are **Open Source** (despite the [ARM-Keil µVision IDE](https://www2.keil.com/mdk5/uvision/), for new projects vsCode is a better choice).
- All provided information is just as example and needs adaption to your needs.
- There is no need to setup the environment in the given order.
-### 35.2. Important to know
+### 37.2. Important to know
The [ARM-Keil µVision IDE](https://www2.keil.com/mdk5/uvision/) does sometimes not recognize external file modifications. That means for example: After editing `main.c` by adding a `trice( "Hi!\n" )` and executing `trice insert` as pre-compile step it could happen, that an updated `trice( iD(12345), "Hi!\n" )` was inserted and correct compiled but the update in `main.c` is not shown. Simply close and reopen `main.c` before editing again. This seems to be a [ARM-Keil µVision IDE](https://www2.keil.com/mdk5/uvision/) "feature" or be caused Windows not signaling a file change.
-### 35.3. Animation
+### 37.3. Animation
(The trice IDs occur just during the compilation.)
-### 35.4. Setup PC
-
-Setting up a PC is for Linux mostly straightforward but Windows PCs are more problematic. The steps shown here are just one example.
+### 37.4. Setup Linux PC - Example with Debian12 - KDE Desktop
-- Create folder `repos` in your home directory.
- - Clone all repositories here.
-- Create `C:\bin` folder.
- - When installing toolchains, put them here then and avoid spaces in created paths.
-- Add `C:\bin` to PATH variable at the beginning.
- - This allows to copy tools like `trice.exe` simply into `C:\bin`.
-- Install "Git for windows" from https://git-scm.com/downloads to get the neat git bash.
- - Select the Standalone Installer. This gives you useful context menu entries in the Windows explorer.
-- BTW: For managing git repositories I like https://www.gitkraken.com/. Its free of charge for open source programs.
-- Install VS-Code
- - This is my favorite editor with many optional Add-Ons. It is used for debugging as well.
-- Install Go if you wish to compile Go programs.
- - Install latest [TDM GCC](https://jmeubank.github.io/tdm-gcc/download/).
- - TDM GCC is needed only if you wish to use CGO as well.
- - If you just want compile the Trice tool TDM GCC is not needed. But for performing all tests it is nessecary.
-- Setup J-Link if you use this debug probe as hardware or software (see below).
- - Install SEGGER [J-Link Software and Documentation Pack](https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack)
-- Install [Make for Windows](https://sourceforge.net/projects/gnuwin32/) and add its installation bin folder location to the PATH variable.
+#### 37.4.1. Basic setup
-#### 35.4.1. Setup Trice
+* Add yourself to the sudo group:
-- from inside folder `repos` clone trice repo with `git clone https://github.com/rokath/trice.git`.
-- Run `go install ./cmd/trice/...` from folder `repos/trice`.
+```bash
+su
+apt install sudo
+adduser sudo
+exit
+```
-OR
+* Logout and login.
+* Install and verify:
-- Download the latest release archive and extract.
-- Put trice binary into C:\bin.
-- Put trice/src into `repos` if you want access the trice library code from several projects and have it only once.
- - Alternatively copy it into your project.
+```bash
+groups
+sudo apt update
+sudo apt upgrade
+sudo apt install build-essential
+make --version
+gcc --version
+git --version
+git config --global user.email "you@example.com"
+git config --global user.name "Your Name"
+```
-#### 35.4.2. Setup ARM Environment
+#### 37.4.2. Github
-Install ARM GCC
+* Create github account.
+* Create ssh pair:
-- Uninstall existing ARM GCC compilers optionally.
-- Check if $PATH is clean.
- - In fact you can leave it as it is.
-- Check if `C_INCLUDE_PATH` is not defined.
- - It would cause issues performing Go tests with CGO.
- - The environment variable `C_INCLUDE_PATH` is needed by Clang, but is set temporarily inside the Makefile.
-- Open a console.
- - `which arm-none-eabi-gcc` should return `no arm-none-eabi-gcc` if no legacy compilers installed.
-- Download latest version from https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads.
-- Install exactly into `C:\bin\ArmGNUToolchain` and add `C:\bin\ArmGNUToolchain\bin` it to the **beginning** of the path variable.
- - The path is temporarily extendable inside the manually edited Makefiles as well, but for debugging the Windows path is used directly.
- - The path is used directly also in generated Makefiles.
- - Extending the path variable at the beginning avoids accidentally usage of installed legacy compilers with the same name.
- - To use exactly `C:\bin\ArmGNUToolchain` as install location allows a more easy project collaboration.
+ ```bash
+ ssh-keygen -t ed25519
+ ```
-MacOS
+* Add ssh key to your github account.
+* Clone Trice repository:
-- In terminal `brew install arm-none-eabi-gcc`
-- Restart terminal
-- In teminal `arm-non-eabi-gcc --version` delivers `arm-none-eabi-gcc (GCC) 14.2.0`
-- In terminal `brew install arm-none-eabi-clang`
-- Restart terminal
-- In teminal `clang -target arm-none-eabi --version` delivers:
```bash
- Apple clang version 15.0.0 (clang-1500.3.9.4)
- Target: arm-none-unknown-eabi
- Thread model: posix
- InstalledDir: /Library/Developer/CommandLineTools/usr/bin
+ cd ~
+ mkdir repos
+ cd repos
+ git clone git@github.com:rokath/trice.git
+ ```
+
+#### 37.4.3. vsCode
+
+* Download vsCode from https://code.visualstudio.com/download.
+* Install vsCode (adapt to downloaded version) and start it inside the Trice folder:
+
+ ```bash
+ sudo apt update
+ sudo apt upgrade
+ sudo apt install ~/Downloads/code_1.96.2-1734607745_amd64.deb
+ code .
+ ```
+
+#### 37.4.4. Go
+
+* Download the **Go** language from https://go.dev/doc/install and install:
+
+ ```bash
+ cd ~/Downloads
+ sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.23.4.linux-amd64.tar.gz
+ ```
+
+ Extend PATH variable with `/usr/local/go/bin:~/go/bin` for example by by adding a file like `/etc/profile.d/gopath.sh`:
+
+ ```bash
+ su
+ sudo echo export PATH='$PATH':/usr/local/go/bin:/home//go/bin > /etc/profile.d/gopath.sh
+ exit
+ ```
+
+* Logout, login and compile Trice:
+
+ ```bash
+ th@P51-DebianKDE:~/repos$ go version
+ go version go1.23.4 linux/amd64
+ th@P51-DebianKDE:~/repos$ cd trice
+ th@P51-DebianKDE:~/repos/trice$ go install ./cmd/...
+ go: downloading github.com/spf13/afero v1.9.5
+ go: downloading github.com/kr/pretty v0.1.0
+ go: downloading go.bug.st/serial v1.6.0
+ go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
+ go: downloading github.com/rokath/cobs v0.0.0-20230425030040-4ebbe9b903b9
+ go: downloading github.com/rokath/tcobs v0.9.1
+ go: downloading golang.org/x/crypto v0.31.0
+ go: downloading github.com/fsnotify/fsnotify v1.6.0
+ go: downloading github.com/pkg/errors v0.9.1
+ go: downloading golang.org/x/sys v0.28.0
+ go: downloading golang.org/x/text v0.21.0
+ go: downloading github.com/kr/text v0.1.0
+ go: downloading github.com/mattn/go-colorable v0.1.13
+ go: downloading github.com/creack/goselect v0.1.2
+ go: downloading github.com/mattn/go-isatty v0.0.19
+ th@P51-DebianKDE:~/repos/trice$ trice version
+ version=devel, built 2025-01-04 16:29:30.51921408 +0100 CET
+ th@P51-DebianKDE:~/repos/trice$ go test ./...
+ go: downloading github.com/tj/assert v0.0.3
+ go: downloading github.com/stretchr/testify v1.8.4
+ go: downloading github.com/udhos/equalfile v0.3.0
+ go: downloading github.com/pmezard/go-difflib v1.0.0
+ go: downloading gopkg.in/yaml.v3 v3.0.1
+ go: downloading github.com/davecgh/go-spew v1.1.1
+ ? github.com/rokath/trice/internal/do [no test files]
+ ? github.com/rokath/trice/internal/translator [no test files]
+ ? github.com/rokath/trice/pkg/ant [no test files]
+ ok github.com/rokath/trice/cmd/trice 1.014s
+ ok github.com/rokath/trice/internal/args 0.009s
+ ok github.com/rokath/trice/internal/charDecoder 0.005s
+ ok github.com/rokath/trice/internal/com 0.005s
+ ok github.com/rokath/trice/internal/decoder 0.005s
+ ok github.com/rokath/trice/internal/dumpDecoder 0.006s
+ ok github.com/rokath/trice/internal/emitter 0.006s
+ ok github.com/rokath/trice/internal/id 2.744s
+ ok github.com/rokath/trice/internal/keybcmd 0.006s
+ ok github.com/rokath/trice/internal/link 0.006s
+ ok github.com/rokath/trice/internal/receiver 0.007s
+ ok github.com/rokath/trice/internal/trexDecoder 0.008s
+ ok github.com/rokath/trice/pkg/cipher 0.006s
+ ok github.com/rokath/trice/pkg/endian 0.002s
+ ok github.com/rokath/trice/pkg/msg 0.005s
+ ok github.com/rokath/trice/pkg/tst 0.003s
+ th@P51-DebianKDE:~/repos/trice$
+ th@P51-DebianKDE:~/repos/trice$ gcc --version
+ gcc (Debian 12.2.0-14) 12.2.0
+ Copyright (C) 2022 Free Software Foundation, Inc.
+ This is free software; see the source for copying conditions. There is NO
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ th@P51-DebianKDE:~/repos/trice$ ./testAll.sh
+ Sa 4. Jan 16:33:57 CET 2025
+ This can take several minutes ...
+ ? github.com/rokath/trice/internal/do [no test files]
+ ok github.com/rokath/trice/cmd/trice 1.013s
+ ok github.com/rokath/trice/internal/args 0.007s
+ ok github.com/rokath/trice/internal/charDecoder 0.004s
+ ok github.com/rokath/trice/internal/com 0.004s
+ ok github.com/rokath/trice/internal/decoder 0.003s
+ ok github.com/rokath/trice/internal/dumpDecoder 0.004s
+ ok github.com/rokath/trice/internal/emitter 0.003s
+ ? github.com/rokath/trice/internal/translator [no test files]
+ ? github.com/rokath/trice/pkg/ant [no test files]
+ ok github.com/rokath/trice/internal/id 2.742s
+ ok github.com/rokath/trice/internal/keybcmd 0.004s
+ ok github.com/rokath/trice/internal/link 0.004s
+ ok github.com/rokath/trice/internal/receiver 0.005s
+ ok github.com/rokath/trice/internal/trexDecoder 0.005s
+ ok github.com/rokath/trice/pkg/cipher 0.004s
+ ok github.com/rokath/trice/pkg/endian 0.002s
+ ok github.com/rokath/trice/pkg/msg 0.004s
+ ok github.com/rokath/trice/pkg/tst 0.004s
+ ok github.com/rokath/trice/_test/be_dblB_de_tcobs_ua 144.000s
+ ok github.com/rokath/trice/_test/be_staticB_di_xtea_cobs_rtt32 143.927s
+ ok github.com/rokath/trice/_test/dblB_de_cobs_ua 144.006s
+ ok github.com/rokath/trice/_test/dblB_de_multi_cobs_ua 143.824s
+ ok github.com/rokath/trice/_test/dblB_de_multi_nopf_ua 144.087s
+ ok github.com/rokath/trice/_test/dblB_de_multi_tcobs_ua 144.100s
+ ok github.com/rokath/trice/_test/dblB_de_multi_xtea_cobs_ua 143.928s
+ ok github.com/rokath/trice/_test/dblB_de_multi_xtea_tcobs_ua 144.034s
+ ok github.com/rokath/trice/_test/dblB_de_nopf_ua 142.399s
+ ok github.com/rokath/trice/_test/dblB_de_tcobs_ua 142.520s
+ ok github.com/rokath/trice/_test/dblB_de_xtea_cobs_ua 142.526s
+ ok github.com/rokath/trice/_test/dblB_de_xtea_tcobs_ua 142.246s
+ ok github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_cobs_ua 281.643s
+ ok github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_multi_cobs_ua 281.201s
+ ok github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_multi_tcobs_ua 281.518s
+ ok github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_tcobs_ua 281.536s
+ ok github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_xtea_cobs_ua 279.814s
+ ok github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_cobs_ua 280.173s
+ ok github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_multi_cobs_ua 280.095s
+ ok github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_multi_tcobs_ua 279.693s
+ ok github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_tcobs_ua 291.037s
+ ok github.com/rokath/trice/_test/ringB_de_cobs_ua 140.861s
+ ok github.com/rokath/trice/_test/ringB_de_multi_tcobs_ua 140.802s
+ ok github.com/rokath/trice/_test/ringB_de_multi_xtea_cobs_ua 141.037s
+ ok github.com/rokath/trice/_test/ringB_de_multi_xtea_tcobs_ua 149.046s
+ ok github.com/rokath/trice/_test/ringB_de_nopf_ua 149.114s
+ ok github.com/rokath/trice/_test/ringB_de_tcobs_ua 149.121s
+ ok github.com/rokath/trice/_test/ringB_de_xtea_cobs_ua 149.089s
+ ok github.com/rokath/trice/_test/ringB_de_xtea_tcobs_ua 149.164s
+ ok github.com/rokath/trice/_test/ringB_di_cobs_rtt32__de_tcobs_ua 288.603s
+ ok github.com/rokath/trice/_test/ringB_di_cobs_rtt8__de_tcobs_ua 288.569s
+ ok github.com/rokath/trice/_test/ringB_di_nopf_rtt32__de_tcobs_ua 278.409s
+ ok github.com/rokath/trice/_test/ringB_di_nopf_rtt32__de_xtea_cobs_ua 278.493s
+ ok github.com/rokath/trice/_test/ringB_di_nopf_rtt8__de_tcobs_ua 278.301s
+ ok github.com/rokath/trice/_test/ringB_di_tcobs_rtt32__de_tcobs_ua 278.462s
+ ok github.com/rokath/trice/_test/ringB_di_xtea_cobs_rtt32__de_xtea_cobs_ua 278.590s
+ ok github.com/rokath/trice/_test/special_for_debug 0.129s
+ ok github.com/rokath/trice/_test/special_protect_dblB_de_tcobs_ua 0.130s
+ ok github.com/rokath/trice/_test/stackB_di_nopf_aux32 139.984s
+ ok github.com/rokath/trice/_test/stackB_di_nopf_aux8 139.358s
+ ok github.com/rokath/trice/_test/stackB_di_nopf_rtt32 139.366s
+ ok github.com/rokath/trice/_test/stackB_di_nopf_rtt8 143.107s
+ ok github.com/rokath/trice/_test/stackB_di_xtea_cobs_rtt8 141.896s
+ ok github.com/rokath/trice/_test/staticB_di_nopf_aux32 141.398s
+ ok github.com/rokath/trice/_test/staticB_di_nopf_aux8 141.677s
+ ok github.com/rokath/trice/_test/staticB_di_nopf_rtt32 141.779s
+ ok github.com/rokath/trice/_test/staticB_di_nopf_rtt8 141.609s
+ ok github.com/rokath/trice/_test/staticB_di_tcobs_rtt32 141.487s
+ ok github.com/rokath/trice/_test/staticB_di_tcobs_rtt8 141.559s
+ ok github.com/rokath/trice/_test/staticB_di_xtea_cobs_rtt32 139.048s
+ Script run 1300 seconds.
+ th@P51-DebianKDE:~/repos/trice$
+ ```
+
+#### 37.4.5. Gitkraken (or other GUI for git)
+
+* Gitkraken download from https://www.gitkraken.com/download and Install:
+
+ ```bash
+ mv ./gitkraken-amd64.deb /tmp; sudo apt install /tmp/gitkraken-amd64.deb
+ ```
+
+#### 37.4.6. arm-none-eabi toolchain (or other target system compiler)
+
+```bash
+sudo apt install gcc-arm-none-eabi
+sudo apt install binutils-arm-none-eabi
+sudo apt install gdb-arm-none-eabi
+sudo apt install openocd
+arm-none-eabi-gcc --version
+arm-none-eabi-gcc (15:12.2.rel1-1) 12.2.1 20221205
+Copyright (C) 2022 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+```
+ * See installed toolchain:
+
+ ```bash
+ ls -l /usr/bin/ | grep arm-none-eabi
+ -rwxr-xr-x 1 root root 1033504 Feb 28 2023 arm-none-eabi-addr2line
+ -rwxr-xr-x 2 root root 1066088 Feb 28 2023 arm-none-eabi-ar
+ -rwxr-xr-x 2 root root 2095024 Feb 28 2023 arm-none-eabi-as
+ -rwxr-xr-x 2 root root 1514496 Dec 22 2022 arm-none-eabi-c++
+ -rwxr-xr-x 1 root root 1032992 Feb 28 2023 arm-none-eabi-c++filt
+ -rwxr-xr-x 1 root root 1514496 Dec 22 2022 arm-none-eabi-cpp
+ -rwxr-xr-x 1 root root 43640 Feb 28 2023 arm-none-eabi-elfedit
+ -rwxr-xr-x 2 root root 1514496 Dec 22 2022 arm-none-eabi-g++
+ -rwxr-xr-x 2 root root 1514496 Dec 22 2022 arm-none-eabi-gcc
+ -rwxr-xr-x 2 root root 1514496 Dec 22 2022 arm-none-eabi-gcc-12.2.1
+ -rwxr-xr-x 1 root root 35376 Dec 22 2022 arm-none-eabi-gcc-ar
+ -rwxr-xr-x 1 root root 35376 Dec 22 2022 arm-none-eabi-gcc-nm
+ -rwxr-xr-x 1 root root 35376 Dec 22 2022 arm-none-eabi-gcc-ranlib
+ -rwxr-xr-x 1 root root 749664 Dec 22 2022 arm-none-eabi-gcov
+ -rwxr-xr-x 1 root root 585688 Dec 22 2022 arm-none-eabi-gcov-dump
+ -rwxr-xr-x 1 root root 610328 Dec 22 2022 arm-none-eabi-gcov-tool
+ -rwxr-xr-x 1 root root 1104256 Feb 28 2023 arm-none-eabi-gprof
+ -rwxr-xr-x 4 root root 1709968 Feb 28 2023 arm-none-eabi-ld
+ -rwxr-xr-x 4 root root 1709968 Feb 28 2023 arm-none-eabi-ld.bfd
+ -rwxr-xr-x 1 root root 24982344 Dec 22 2022 arm-none-eabi-lto-dump
+ -rwxr-xr-x 2 root root 1054720 Feb 28 2023 arm-none-eabi-nm
+ -rwxr-xr-x 2 root root 1180744 Feb 28 2023 arm-none-eabi-objcopy
+ -rwxr-xr-x 2 root root 1867744 Feb 28 2023 arm-none-eabi-objdump
+ -rwxr-xr-x 2 root root 1066120 Feb 28 2023 arm-none-eabi-ranlib
+ -rwxr-xr-x 2 root root 973400 Feb 28 2023 arm-none-eabi-readelf
+ -rwxr-xr-x 1 root root 1033280 Feb 28 2023 arm-none-eabi-size
+ -rwxr-xr-x 1 root root 1037504 Feb 28 2023 arm-none-eabi-strings
+ -rwxr-xr-x 2 root root 1180744 Feb 28 2023 arm-none-eabi-strip
+ ```
+
+* For some reason `sudo apt install gdb-arm-none-eabi` gives the message `Note, selecting 'gdb-multiarch' instead of 'gdb-arm-none-eabi'` and *arm-none-eabi-gdb* is not installed afterwards.
+* To try the newest version, download it from https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads.
+ * Setup:
+ * Unpack and extend $PATH at the beginning:
+
+ ```bash
+ cd ~/Downloads
+ tar xf arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi.tar.xz
+ su
+ echo export PATH=/home/th/Downloads/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/:'$PATH' > /etc/profile.d/arm14.2path.sh
+ exit
+ ```
+
+ * Logout and login
+
+ ```bash
+ arm-none-eabi-gcc --version
+ arm-none-eabi-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119
+ Copyright (C) 2024 Free Software Foundation, Inc.
+ This is free software; see the source for copying conditions. There is NO
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ ```
+
+ ```bash
+ arm-none-eabi-gdb --version
+ GNU gdb (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 15.2.90.20241130-git
+ Copyright (C) 2024 Free Software Foundation, Inc.
+ License GPLv3+: GNU GPL version 3 or later
+ This is free software: you are free to change and redistribute it.
+ There is NO WARRANTY, to the extent permitted by law.
+ ```
+
+ * Remove: Delete `/etc/profile.d/arm14.2path.sh` and `~/Downloads/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi`
+
+#### 37.4.7. J-Link (if needed)
+
+* Download and install from https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack
+
+```bash
+sudo apt install ~/Downloads/JLink_Linux_V812_x86_64.deb
+```
+
+* Logout & login & check:
+
+```bash
+th@P51-DebianKDE:~/Downloads$ JLinkRTTLogger -?
+SEGGER J-Link RTT Logger
+Compiled Dec 18 2024 15:48:21
+(c) 2016-2017 SEGGER Microcontroller GmbH, www.segger.com
+ Solutions for real time microcontroller applications
+
+Default logfile path: /home/th/.config/SEGGER
+
+------------------------------------------------------------
+
+Available options:
+-Device
+-If
+-Speed
+-USB
+-IP
+-RTTAddress
+-RTTSearchRanges " [, , ...]
+"-RTTChannel
+-JLinkScriptFile
+
+
+Shutting down... Done.th@P51-DebianKDE:~/Downloads$
+```
+
+
+#### 37.4.8. Beyond Compare (if no other diff tool)
+
+* Download and install from https://www.scootersoftware.com
+
+### 37.5. Setup Windows PC Example
+
+Setting up a PC is for Linux mostly straightforward but Windows PCs are more problematic. The steps shown here are just one example.
+
+- Create folder `repos` in your home directory.
+ - Clone all repositories here.
+- Create `C:\bin` folder.
+ - When installing toolchains, put them here then and avoid spaces in created paths.
+- Add `C:\bin` to PATH variable at the beginning.
+ - This allows to copy tools like `trice.exe` simply into `C:\bin`.
+- Install "Git for windows" from https://git-scm.com/downloads to get the neat git bash.
+ - Select the Standalone Installer. This gives you useful context menu entries in the Windows explorer.
+- BTW: For managing git repositories I like https://www.gitkraken.com/. Its free of charge for open source programs.
+- Install VS-Code
+ - This is my favorite editor with many optional Add-Ons. It is used for debugging as well.
+- Install Go if you wish to compile Go programs.
+ - `go test ./...` should succeed in a terminal window.
+ - When GCC is not installed you get some strange errors with `TestAll.sh`:
+ ```bash
+ ms@PaulPCWin11 MINGW64 ~/repos/trice (devel)
+ $ ./testAll.sh
+ Fri Jan 10 11:19:39 WEST 2025
+ This can take several minutes ...
+
+ ...
+
+ ok github.com/rokath/trice/pkg/tst 0.601s
+ # github.com/rokath/trice/_test/dblB_de_cobs_ua [github.com/rokath/trice/_test/dblB_de_cobs_ua.test]
+ dblB_de_cobs_ua\cgo_test.go:20:110: undefined: triceDir
+ dblB_de_cobs_ua\cgo_test.go:24:2: undefined: triceLogTest
+ dblB_de_cobs_ua\cgo_test.go:24:28: undefined: testLines
+ # github.com/rokath/trice/_test/dblB_de_tcobs_ua [github.com/rokath/trice/_test/dblB_de_tcobs_ua.test]
+ dblB_de_tcobs_ua\cgo_test.go:20:92: undefined: triceDir
+ dblB_de_tcobs_ua\cgo_test.go:24:2: undefined: triceLogTest
+ dblB_de_tcobs_ua\cgo_test.go:24:28: undefined: testLines
+ ```
+ - Download and install latest GCC then, from https://winlibs.com for example.
+ - Extract to `C:\bin\mingw64` and extend PATH with `C:\bin\mingw64\bin`
+ - Open terminal and execute `gcc --version` to check success.
+- Setup J-Link if you use this debug probe as hardware or software (see below).
+ - Install SEGGER [J-Link Software and Documentation Pack](https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack)
+- Install [Make for Windows](#install-make) and add its installation bin folder location to the PATH variable.
+
+#### 37.5.1. Setup Trice
+
+- from inside folder `repos` clone trice repo with `git clone https://github.com/rokath/trice.git`.
+- Run `go install ./cmd/trice/...` from folder `repos/trice`.
+
+OR
+
+- Download the latest release archive and extract.
+- Put trice binary into C:\bin.
+- Put trice/src into `repos` if you want access the trice library code from several projects and have it only once.
+ - Alternatively copy it into your project.
+
+#### 37.5.2. Setup ARM Environment Example
+
+Install make
+
+* Fast lane: Go to https://sourceforge.net/projects/ezwinports/files/, download ans extract **make-4.4.1-without-guile-w32-bin.zip**. Put the *make.exe* file somewhere in you $PATH.
+
+* OR open the Windows Powershell and:
+
+```bash
+ms@PaulPCWin11 MINGW64 ~/repos/trice/examples (devel)
+$ winget install ezwinports.make
+The `msstore` source requires that you view the following agreements before using.
+Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction
+The source requires the current machine's 2-letter geographic region to be sent to the backend service to function properly (ex. "US").
+
+Do you agree to all the source agreements terms?
+[Y] Yes [N] No: Y
+Found ezwinports: make [ezwinports.make] Version 4.4.1
+This application is licensed to you by its owner.
+Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
+Downloading https://downloads.sourceforge.net/project/ezwinports/make-4.4.1-without-guile-w32-bin.zip
+ ██████████████████████████████ 383 KB / 383 KB
+Successfully verified installer hash
+Extracting archive...
+Successfully extracted archive
+Starting package install...
+Path environment variable modified; restart your shell to use the new value.
+Command line alias added: "make"
+Successfully installed
+
+ms@PaulPCWin11 MINGW64 ~/repos/trice/examples (devel)
+```
+
+* Check:
+
+```bash
+$ make --version
+GNU Make 4.4.1
+Built for Windows32
+Copyright (C) 1988-2023 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+```
+
+Install ARM GCC
+
+- Uninstall existing ARM GCC compilers optionally.
+- Check if $PATH is clean.
+ - In fact you can leave it as it is.
+- Check if `C_INCLUDE_PATH` is not defined.
+ - It would cause issues performing Go tests with CGO.
+ - The environment variable `C_INCLUDE_PATH` is needed by Clang, but is set temporarily inside the Makefile.
+- Open a console.
+ - `which arm-none-eabi-gcc` should return `no arm-none-eabi-gcc` if no legacy compilers installed.
+- Download latest version from https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads.
+- Install exactly into `C:\bin\ArmGNUToolchain` and add `C:\bin\ArmGNUToolchain\bin` it to the **beginning** of the path variable.
+ - The path is temporarily extendable inside the manually edited Makefiles as well, but for debugging the Windows path is used directly.
+ - The path is used directly also in generated Makefiles.
+ - Extending the path variable at the beginning avoids accidentally usage of installed legacy compilers with the same name.
+ - To use exactly `C:\bin\ArmGNUToolchain` as install location allows a more easy project collaboration.
+ - Check path:
+ ```bash
+ $ echo $PATH | tr : '\n'
+ ...
+ /c/bin
+ /c/bin/ArmGNUToolchain/bin
+ /c/bin/mingw64/bin
+ /c/Program Files/Go/bin
+ /c/Users/ms/go/bin
+ /c/Users/ms/AppData/Local/Microsoft/WinGet/Packages/ezwinports.make_Microsoft.Winget.Source_8wekyb3d8bbwe/bin
+ ...
+ ```
+
+MacOS
+
+- In terminal `brew install arm-none-eabi-gcc`
+- Restart terminal
+- In teminal `arm-non-eabi-gcc --version` delivers `arm-none-eabi-gcc (GCC) 14.2.0`
+- In terminal `brew install arm-none-eabi-clang`
+- Restart terminal
+- In teminal `clang -target arm-none-eabi --version` delivers:
+ ```bash
+ Apple clang version 15.0.0 (clang-1500.3.9.4)
+ Target: arm-none-unknown-eabi
+ Thread model: posix
+ InstalledDir: /Library/Developer/CommandLineTools/usr/bin
```
- In terminal `brew install arm-none-eabi-gdb`
- In terminal `brew install --cask gcc-arm-embedded`
@@ -3774,7 +4749,7 @@ InstalledDir: C:\bin\ArmClang\bin
The paths must match with the installation locations.
-#### 35.4.3. Setup STM32
+#### 37.5.3. Setup STM32
Generate Base Project
@@ -3807,7 +4782,7 @@ This step is recommended before re-flashing with the J-Link onboard debugger sof
- Selecting the other option, would not allow to update with the SEGGER STLinkReflash tool.
- Close
-#### 35.4.4. Setup Onboard J-Link on NUCLEO (other ST evaluation boards too)
+#### 37.5.4. Setup Onboard J-Link on NUCLEO (other ST evaluation boards too)
(https://www.segger.com/products/debug-probes/j-link/models/other-j-links/st-link-on-board/)
@@ -3823,7 +4798,7 @@ Unfortunately this is not possible with **v3** onboard debugger hardware! But yo
- Re-Flash onboard debugger.
- You can undo this step anytime.
-#### 35.4.5. Setup VS-Code
+#### 37.5.5. Setup VS-Code
- Start VS Code
- Install Go rich language support if you want to use Go as well (not needed for ARM debugging).
@@ -3844,43 +4819,43 @@ Unfortunately this is not possible with **v3** onboard debugger hardware! But yo
- Download file [`./STM32L4x2.svd`](./STM32L4x2.svd) from https://www.st.com/resource/en/svd/stm32l4_svd.zip (example)
- Installing the **Cortex Debug** extension allow you to debug the target code.
-### 35.5. Makefile with Clang too
+### 37.6. Makefile with Clang too
- After STM32 CubeMX code generation the Makefile was edited and spitted.
- STM32 CubeMX code generation accepts the edited Makefile, so re-generation is no issue.
- It modifies the settings according to the changes.
-### 35.6. Download Locations
+### 37.7. Download Locations
-#### 35.6.1. Clang
+#### 37.7.1. Clang
https://releases.llvm.org/download.html -> https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.0 (example)
-#### 35.6.2. GCC
+#### 37.7.2. GCC
https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain -> https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads (example))
-### 35.7. Install Locations
+### 37.8. Install Locations
Do not use locations containing spaces, like `C:\Program Files`. Take `C:\bin` for example. This avoids trouble caused by spaces inside path names.
-### 35.8. Environment Variables
+### 37.9. Environment Variables
Extend the path variable:
- PATH += `C:\bin\ArmGNUToolchain\bin`
-- PATH += `C:\Program Files\SEGGER\JLink`.
+- PATH += `C:\Program Files\SEGGER\JLink`. (may be C:\Program Files\SEGGER\JLink_V812a or similar)
-### 35.9. Build command
+### 37.10. Build command
-- Clang: `make` or to get it faster `make -j8`.
+- Clang: `make` or to get it faster `make -j`.
- GCC: `make GCC`.
-### 35.10. Run & Debug
+### 37.11. Run & Debug
- In terminal after `make` click Run&Debug & click green triangle.
-### 35.11. Logging
+### 37.12. Logging
- In terminal type `make log`. This executes the command in project folder:
@@ -3888,7 +4863,7 @@ Extend the path variable:
-### 35.12. Setting up a new project
+### 37.13. Setting up a new project
- Copy this project folder under a new name like `myAwesomeNewProject` or name it as you like.
- Make a temporary folder `myTemp` and generate with STM CubeMX the base project.
@@ -3904,10 +4879,10 @@ Extend the path variable:
(back to top)
-## 36. Example Projects without and with Trice Instrumentation
+## 38. Example Projects without and with Trice Instrumentation
| Project Name | Description |
-|------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | |
| [F030_bare](../examples/F030_bare) | This is a minimal STM32CubeMX generated Makefile project adapted to Clang and GCC. It serves as a reference for diff to [F030_inst](../examples/F030_inst) so see quickly the needed instrumentation steps you need for your own project. |
| [F030_inst](../examples/F030_inst) | This is a minimal STM32CubeMX generated Makefile project adapted to Clang and GCC and afterward instrumented with the Trice library. Compare it with [F030_bare](../examples/F030_bare) to see quickly how to instrument your project. |
@@ -3923,11 +4898,11 @@ Extend the path variable:
(back to top)
-### 36.1. Nucleo-F030R8 Examples
+### 38.1. Nucleo-F030R8 Examples
-#### 36.1.1. F030_bare
+#### 38.1.1. F030_bare
Folder: [../examples/F030_bare/](../examples/F030_bare/)
@@ -3955,7 +4930,7 @@ This is a STMCubeMX generated project without Trice instrumentation for easy com
- Start a terminal and type `make`. The output should be similar to:
```bash
-PS E:\repos\trice\examples\F030_bare> make -j8
+PS E:\repos\trice\examples\F030_bare> make -j
mkdir build
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/main.d" -Wa,-a,-ad,-alms=build/main.lst Core/Src/main.c -o build/main.o
@@ -4015,7 +4990,7 @@ PS E:\repos\trice\examples\F030_bare>
__weak int _write(void) { return -1; }
```
-#### 36.1.2. F030_inst
+#### 38.1.2. F030_inst
Folder: [../examples/F030_inst/](../examples/F030_inst/)
@@ -4041,26 +5016,26 @@ This is a working example with deferred encrypted out over UART. By uncommenting
(back to top)
-### 36.2. Nucleo-G0B1 Examples
+### 38.2. Nucleo-G0B1 Examples
-#### 36.2.1. G0B1_bare
+#### 38.2.1. G0B1_bare
Folder: [../examples/G0B1_bare/](../examples/G0B1_bare/)
-G0B1_gen Description
+G0B1_bare Description
- This is a working example with CLang and also GCC.
- This is a STMCubeMX generated project. It was then manually adapted to Clang.
- It is without TRICE instrumentation for easy compare with [../G0B1_inst](../G0B1_inst) to figure out the needed changes to set up trice.
-Setting Up G0B1_gen
+Setting Up G0B1_bare
- See and adapt steps from [F030_bare](#f030_bare).
- Then add/modify the files to reach this folder layot.
-#### 36.2.2. G0B1_inst
+#### 38.2.2. G0B1_inst
Folder: [../examples/G0B1_inst/](../examples/G0B1_inst/)
@@ -4079,11 +5054,11 @@ This is an example with direct out without framing over RTT and deferred out in
(back to top)
-### 36.3. Nucleo-L432KC Examples
+### 38.3. Nucleo-L432KC Examples
-#### 36.3.1. L432_bare
+#### 38.3.1. L432_bare
Folder: [../examples/L432_bare/](../examples/L432_bare/)
@@ -4094,7 +5069,7 @@ Folder: [../examples/L432_bare/](../examples/L432_bare/)
* It was then manually adapted additionally to Clang.
* It was additionally configured for FreeRTOS.
-#### 36.3.2. L432_inst
+#### 38.3.2. L432_inst
Folder: [../examples/L432_inst/](../examples/L432_inst/)
@@ -4270,9 +5245,9 @@ Receive signal 0. Exiting...
(back to top)
-## 37. Trice Generate
+## 39. Trice Generate
-### 37.1. Colors
+### 39.1. Colors
Support for finding a color style:
@@ -4280,7 +5255,7 @@ Support for finding a color style:
See [Check Alternatives](#check-alternatives) chapter.
-### 37.2. C-Code
+### 39.2. C-Code
If you intend to get the `trice log` functionality full or partially as a `tlog` C-Source and do not wish to parse the _til.json_ file, you can run `trice generate -tilH --tilC` to create a C-file with header as starting point. That could be interesting for compiling the log functionality into a small separate microcontroller board.
@@ -4318,7 +5293,7 @@ const unsigned triceFormatStringListElements = sizeof(triceFormatStringList) / s
```
-### 37.3. C#-Code
+### 39.3. C#-Code
With `trice generate -tilCS` a starting point for a C-Sharp application is generated:
@@ -4365,7 +5340,7 @@ namespace TriceIDList;
}
```
-### 37.4. Generating a RPC Function Pointer List
+### 39.4. Generating a RPC Function Pointer List
When several embedded devices are going to communicate, `trice generate -rpcH -rpcC` could be helpful.
@@ -4472,11 +5447,13 @@ void FunctionNameYa( int32_t* p, int cnt) __attribute__((weak)) {}
// End of file
```
-Assume a project with several devices. You can add these 2 files to all targets and if a special target should execute any functions, simply implement them. These functions on their own can execute other Trice statements to transmit results. If a client performs a RPC call this way, the request is transmitted with the Trice speed. Several target devices (servers) can respond and the client can wait for the first or some of them. That waiting functionality is of course not the job of the Trice library.
+Assume a project with several devices. You can add these 2 files to all targets and if a special target should execute any functions, simply implement them. These functions on their own can execute other Trice statements to transmit results. If a client executes a RPC function this way, the request is transmitted with the Trice speed. Several target devices (servers) can receive and respond and the client can wait for the first or some of them. That server receiving and client waiting functionality is not part of the Trice library.
-## 38. Testing the Trice Library C-Code for the Target
+(back to top)
-### 38.1. General info
+## 40. Testing the Trice Library C-Code for the Target
+
+### 40.1. General info
This folder is per default named to `_test` to avoid vsCode slow down. Also, when running `go test ./...`, the tests in the `_test` folder are excluded, because they take a long time. Run `./testAll.sh` to include them.
@@ -4487,14 +5464,15 @@ The main aim of these tests is to automatic compile and run the target code in d
For the user it could be helpful to start with a `triceConfig.h`file from here and to adapt the Trice tool command line from the matching `cgo_test.go` if no close match in the `examples` folder was found.
-### 38.2. How to run the tests
+### 40.2. How to run the tests
-- In `_trice` folder first execute `go clean -cache`. Cleaning the **Go** cache is recommended, because the CGO tests keep pre-compiled files and when editing C-files, this can led to confusing results.
-- Execute `./renewIDs_in_examples_and_test_folder.sh` after you edited files in the `./examples` or `_test` folder.
-- To run the tests manually `cd` into `_test` and execute `trice insert -i ./testdata/til.json -li ./testdata/li.json` and then `go test ./...` fom there.
-- It is convenient to run `testAll.sh` from the Trice root folder to perform this.
+* In `_trice` folder first execute `go clean -cache`. Cleaning the **Go** cache is recommended, because the CGO tests keep pre-compiled files and when editing C-files, this can led to confusing results.
+* Execute `./renewIDs_in_examples_and_test_folder.sh` after you edited files in the `./examples` or `_test` folder.
+* To run the tests manually `cd` into `_test` and execute `trice insert -i ../demoTIL.json -li ../demoLI.json` and then `go test ./...` fom there. It is more handy to run `trice_insertIDs_in_examples_and_test_folder.sh` from the Trice root folder.
+* It is convenient to run `testAll.sh` from the Trice root folder to perform this.
+* It is possible to start the tests individually, but for some the default `-timeout 30s` maybe too short.
-### 38.3. Tests Details
+### 40.3. Tests Details
All folders despite `testdata` are test folders and the name `tf` is used as a place holder for them in this document.
@@ -4516,14 +5494,14 @@ The whole process is relatively slow because of the often passed Go - C barrier,
The `testdata\cgoPackage.go` file contains a variable `testLines = n`, which limits the amount of performed trices for each test case to `n`. Changing this value will heavily influence the test duration. The value `-1` is reserved for testing all test lines.
-### 38.4. How to add new test cases
+### 40.4. How to add new test cases
- Choose a test folder similar to the intended test and copy it under a new descriptive name like `newTest`.
- Extend file `./renewIDs_in_examples_and_test_folder.sh` accordingly.
- Edit files `newTest/triceConfig.h` and `newTest/cgo_test.go` in a matching way.
- Run command `go test test/newTest/...`
-### 38.5. Test Internals
+### 40.5. Test Internals
The `./trice/_test/testdata/*.c` and `./trice/src/*.c` are compiled together with the actual cgot package into one singe Trice test binary, resulting in as many test binaries as there are test folders. Calling its TestFunction(s) causes the activation of the Trice statement(s) inside *triceCheck.c*. The ususally into an embedded device compiled Trice code generates a few bytes according to the configuration into a buffer. These bytes are transmitted usually in real life over a (serial) port or RTT. In the tests here, this buffer is then read out by the Trice tool handler function according to the used CLI switches and processed to a log string using the *til.json* file. This string is then compared to the expected string for the activated line.
@@ -4543,7 +5521,7 @@ Some C-code lines contain Trice statements and comments starting with `//exp: `
Because each test runs a different configuration, all possible combinations are testable.
-### 38.6. Test Results
+### 40.6. Test Results
```bash
ms@DESKTOP-7POEGPB MINGW64 ~/repos/trice (master)
@@ -4690,14 +5668,14 @@ ms@DESKTOP-7POEGPB MINGW64 ~/repos/trice (master)
$
```
-### 38.7. Special tests
+### 40.7. Special tests
-### 38.8. Test Cases
+### 40.8. Test Cases
-#### 38.8.1. Folder Naming Convention
+#### 40.8.1. Folder Naming Convention
| Folder Name Part | Meaning |
-|:----------------:|----------------------------------------------------------------------------------------------------------|
+| :--------------: | -------------------------------------------------------------------------------------------------------- |
| `testdata` | This is no test folder. It contains data common to all tests. |
| `_...` | Folder starting with an undescore `_` are excluded when `go test ./...` is executed. |
| `_di_` | direct mode |
@@ -4717,19 +5695,1145 @@ $
| `_multi_` | Usually each Trice is handled separately. In multi mode, groups of available Trices are framed together. |
| `_ua` | simulated UART A output (for deferred modes) |
-## 39. Test Issues
+(back to top)
+
+## 41. Test Issues
Test folders starting with `ERROR_` have issues. These cases are **usable** on the target. These tests fail for an unknown reason. Probably it is a test implementation issue. Especially when XTEA is used in one output but not in the other, the tests fail.
+(back to top)
+
+## 42. Add-On Hints
+
+### 42.1. Trice on LibOpenCM3
+
+* This is a OpenCM3_STM32F411_Nucleo Contribution from [kraiskil](https://github.com/kraiskil).
+* See also pull request [#269](https://github.com/rokath/trice/pull/269).
+* It is here because the code need some re-work to be compatible with Trice version 1.0.
+
+[LibOpenCM3](https://libopencm3.org/) is a hardware abstraction library for many microcontrollers.
+
+This is an exampe using STM's [STM32F411 Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f411re.html) board.
+
+```diff
+--> This code uses a legacy Trice version and needs adaption!
+```
+
+#### 42.1.1. Prerequisites
+
+- Suitable ARM GCC cross compiler (`arm-none-eabi-gcc`) found in your system's PATH
+- GNU Make, or compatible
+- Environment variable `OPENCM3_DIR` points to the base install of libopencm3.
+ This is e.g. the libopencm3 source directory, if you also built it in the source directory.
+- OpenOCD
+
+#### 42.1.2. triceConfig.h
+
+```C
+/*! \file triceConfig.h
+\author Thomas.Hoehenleitner [at] seerose.net
+LibOpenCM3 adapatation by Kalle Raiskila.
+*******************************************************************************/
+
+#ifndef TRICE_CONFIG_H_
+#define TRICE_CONFIG_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include
+#include
+#include
+#include
+
+// Local (to this demo) time keeping functions
+#include "time.h"
+
+#define TRICE_UART USART2 //!< Enable and set UART for serial output.
+// The alternative, TRICE_RTT_CHANNEL is not available with OpenCM3
+// #define TRICE_RTT_CHANNEL 0
+
+// Timestamping function to be provided by user. In this demo from time.h
+#define TRICE_TIMESTAMP wallclock_ms() // todo: replace with TRICE_TREX_ENCODING stuff
+
+// Enabling next 2 lines results in XTEA TriceEncryption with the key.
+// #define TRICE_ENCRYPT XTEA_KEY( ea, bb, ec, 6f, 31, 80, 4e, b9, 68, e2, fa, ea, ae, f1, 50, 54 ); //!< -password MySecret
+// #define TRICE_DECRYPT //!< TRICE_DECRYPT is usually not needed. Enable for checks.
+
+// #define TRICE_BIG_ENDIANNESS //!< TRICE_BIG_ENDIANNESS needs to be defined for TRICE64 macros on big endian devices. (Untested!)
+
+//
+///////////////////////////////////////////////////////////////////////////////
+
+///////////////////////////////////////////////////////////////////////////////
+// Predefined trice modes: Adapt or creeate your own trice mode.
+//
+#ifndef TRICE_MODE
+#error Define TRICE_MODE to 0, 200 or 201
+#endif
+
+//! Direct output to UART or RTT with cycle counter. Trices inside interrupts forbidden. Direct TRICE macro execution.
+//! This mode is mainly for a quick tryout start or if no timing constrains for the TRICE macros exist.
+//! Only a putchar() function is required - look for triceBlockingPutChar().
+//! UART Command line similar to: `trice log -p COM1 -baud 115200`
+//! RTT needs additional tools installed - see RTT documentation.
+//! J-LINK Command line similar to: `trice log -args="-Device STM32G071RB -if SWD -Speed 4000 -RTTChannel 0 -RTTSearchRanges 0x20000000_0x1000"`
+//! ST-LINK Command line similar to: `trice log -p ST-LINK -args="-Device STM32G071RB -if SWD -Speed 4000 -RTTChannel 0 -RTTSearchRanges 0x20000000_0x1000"`
+#if TRICE_MODE == 0 // must not use TRICE_ENCRYPT!
+#define TRICE_STACK_BUFFER_MAX_SIZE 128 //!< This minus TRICE_DATA_OFFSET the max allowed single trice size. Usually ~40 is enough.
+#ifndef TRICE_ENTER
+#define TRICE_ENTER \
+ { /*! Start of TRICE macro */ \
+ uint32_t co[TRICE_STACK_BUFFER_MAX_SIZE >> 2]; /* Check TriceDepthMax at runtime. */ \
+ uint32_t* TriceBufferWritePosition = co + (TRICE_DATA_OFFSET >> 2);
+#endif
+#ifndef TRICE_LEAVE
+#define TRICE_LEAVE \
+ { /*! End of TRICE macro */ \
+ unsigned tLen = ((TriceBufferWritePosition - co) << 2) - TRICE_DATA_OFFSET; \
+ TriceOut(co, tLen); \
+ } \
+ }
+#endif
+#endif // #if TRICE_MODE == 0
+
+//! Double Buffering output to RTT or UART with cycle counter. Trices inside interrupts allowed. Fast TRICE macro execution.
+//! UART Command line similar to: `trice log -p COM1 -baud 115200`
+//! RTT Command line similar to: `trice l -args="-Device STM32F030R8 -if SWD -Speed 4000 -RTTChannel 0 -RTTSearchRanges 0x20000000_0x1000"`
+#if TRICE_MODE == 200
+#ifndef TRICE_ENTER
+#define TRICE_ENTER TRICE_ENTER_CRITICAL_SECTION //! TRICE_ENTER is the start of TRICE macro. The TRICE macros are a bit slower. Inside interrupts TRICE macros allowed.
+#endif
+#ifndef TRICE_LEAVE
+#define TRICE_LEAVE TRICE_LEAVE_CRITICAL_SECTION //! TRICE_LEAVE is the end of TRICE macro.
+#endif
+#define TRICE_HALF_BUFFER_SIZE 1000 //!< This is the size of each of both buffers. Must be able to hold the max TRICE burst count within TRICE_TRANSFER_INTERVAL_MS or even more, if the write out speed is small. Must not exceed SEGGER BUFFER_SIZE_UP
+#define TRICE_SINGLE_MAX_SIZE 100 //!< must not exeed TRICE_HALF_BUFFER_SIZE!
+#endif // #if TRICE_MODE == 200
+
+//! Double Buffering output to UART without cycle counter. No trices inside interrupts allowed. Fastest TRICE macro execution.
+//! Command line similar to: `trice log -p COM1 -baud 115200`
+#if TRICE_MODE == 201
+#define TRICE_CYCLE_COUNTER 0 //! Do not add cycle counter, The TRICE macros are a bit faster. Lost TRICEs are not detectable by the trice tool.
+#define TRICE_ENTER //! TRICE_ENTER is the start of TRICE macro. The TRICE macros are a bit faster. Inside interrupts TRICE macros forbidden.
+#define TRICE_LEAVE //! TRICE_LEAVE is the end of TRICE macro.
+#define TRICE_HALF_BUFFER_SIZE 2000 //!< This is the size of each of both buffers. Must be able to hold the max TRICE burst count within TRICE_TRANSFER_INTERVAL_MS or even more, if the write out speed is small. Must not exceed SEGGER BUFFER_SIZE_UP
+#define TRICE_SINGLE_MAX_SIZE 800 //!< must not exeed TRICE_HALF_BUFFER_SIZE!
+#endif // #if TRICE_MODE == 201
+
+//
+///////////////////////////////////////////////////////////////////////////////
+
+///////////////////////////////////////////////////////////////////////////////
+// Headline info
+//
+
+#ifdef TRICE_HALF_BUFFER_SIZE
+#define TRICE_BUFFER_INFO \
+ do { \
+ TRICE32(Id(0), "att: Trice 2x half buffer size:%4u ", TRICE_HALF_BUFFER_SIZE); \
+ } while (0)
+#else
+#define TRICE_BUFFER_INFO \
+ do { \
+ TRICE32(Id(0), "att:Single Trice Stack buf size:%4u", TRICE_SINGLE_MAX_SIZE + TRICE_DATA_OFFSET); \
+ } while (0)
+#endif
+
+//! This is usable as the very first trice sequence after restart. Adapt and use it or ignore it.
+#define TRICE_HEADLINE \
+ TRICE0(Id(0), "s: \n"); \
+ TRICE8(Id(0), "s: NUCLEO-F411RE TRICE_MODE %3u \n", TRICE_MODE); \
+ TRICE0(Id(0), "s: \n"); \
+ TRICE0(Id(0), "s: "); \
+ TRICE_BUFFER_INFO; \
+ TRICE0(Id(0), "s: \n"); \
+ TRICE0(Id(0), "s: \n");
+
+//
+///////////////////////////////////////////////////////////////////////////////
+
+///////////////////////////////////////////////////////////////////////////////
+// Compiler Adaption
+//
+
+#if defined(__GNUC__) /* gnu compiler ###################################### */
+
+#define TRICE_INLINE static inline //! used for trice code
+
+#define ALIGN4 //!< align to 4 byte boundary preamble
+#define ALIGN4_END __attribute__((aligned(4))) //!< align to 4 byte boundary post declaration
+
+//! TRICE_ENTER_CRITICAL_SECTION saves interrupt state and disables Interrupts.
+#define TRICE_ENTER_CRITICAL_SECTION \
+ { \
+ uint32_t old_mask = cm_mask_interrupts(1); \
+ {
+
+//! TRICE_LEAVE_CRITICAL_SECTION restores interrupt state.
+#define TRICE_LEAVE_CRITICAL_SECTION \
+ } \
+ cm_mask_interrupts(old_mask); \
+ }
+
+#else
+#error unknown compliler
+#endif // compiler adaptions ##################################################
+
+//
+///////////////////////////////////////////////////////////////////////////////
+
+///////////////////////////////////////////////////////////////////////////////
+// Optical feedback: Adapt to your device.
+//
+
+TRICE_INLINE void ToggleOpticalFeedbackLED(void) {
+ // The only user controllable LED available on the
+ // Nucleo is LD2, on port A5. This is set up in main.c
+ gpio_toggle(GPIOA, GPIO5);
+}
+
+//
+///////////////////////////////////////////////////////////////////////////////
+
+///////////////////////////////////////////////////////////////////////////////
+// UART interface: Adapt to your device.
+//
+
+#ifdef TRICE_UART
+
+//! Check if a new byte can be written into trice transmit register.
+//! \retval 0 == not empty
+//! \retval !0 == empty
+//! User must provide this function.
+TRICE_INLINE uint32_t triceTxDataRegisterEmpty(void) {
+ uint32_t reg = USART_SR(TRICE_UART);
+ return (reg & USART_SR_TXE);
+}
+
+//! Write value v into trice transmit register.
+//! \param v byte to transmit
+//! User must provide this function.
+TRICE_INLINE void triceTransmitData8(uint8_t v) {
+ usart_send_blocking(TRICE_UART, v);
+ ToggleOpticalFeedbackLED();
+}
+
+//! Allow interrupt for empty trice data transmit register.
+//! User must provide this function.
+TRICE_INLINE void triceEnableTxEmptyInterrupt(void) {
+ usart_enable_tx_interrupt(TRICE_UART);
+}
+
+//! Disallow interrupt for empty trice data transmit register.
+//! User must provide this function.
+TRICE_INLINE void triceDisableTxEmptyInterrupt(void) {
+ usart_disable_tx_interrupt(TRICE_UART);
+}
+
+#endif // #ifdef TRICE_UART
+
+///////////////////////////////////////////////////////////////////////////////
+// Default TRICE macro bitwidth: 32 (optionally adapt to MCU bit width)
+//
+
+#define TRICE_1 TRICE32_1 //!< Default parameter bit width for 1 parameter count TRICE is 32, change for a different value.
+#define TRICE_2 TRICE32_2 //!< Default parameter bit width for 2 parameter count TRICE is 32, change for a different value.
+#define TRICE_3 TRICE32_3 //!< Default parameter bit width for 3 parameter count TRICE is 32, change for a different value.
+#define TRICE_4 TRICE32_4 //!< Default parameter bit width for 4 parameter count TRICE is 32, change for a different value.
+#define TRICE_5 TRICE32_5 //!< Default parameter bit width for 5 parameter count TRICE is 32, change for a different value.
+#define TRICE_6 TRICE32_6 //!< Default parameter bit width for 6 parameter count TRICE is 32, change for a different value.
+#define TRICE_7 TRICE32_7 //!< Default parameter bit width for 7 parameter count TRICE is 32, change for a different value.
+#define TRICE_8 TRICE32_8 //!< Default parameter bit width for 8 parameter count TRICE is 32, change for a different value.
+#define TRICE_9 TRICE32_9 //!< Default parameter bit width for 9 parameter count TRICE is 32, change for a different value.
+#define TRICE_10 TRICE32_10 //!< Default parameter bit width for 10 parameter count TRICE is 32, change for a different value.
+#define TRICE_11 TRICE32_11 //!< Default parameter bit width for 11 parameter count TRICE is 32, change for a different value.
+#define TRICE_12 TRICE32_12 //!< Default parameter bit width for 12 parameter count TRICE is 32, change for a different value.
+
+//
+///////////////////////////////////////////////////////////////////////////////
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* TRICE_CONFIG_H_ */
+
+```
+
+#### 42.1.3. main.c
+
+```C
+/*
+ * Demo to test/show TRICE usage in a libopencm3
+ * environment.
+ */
+
+#include
+#include
+#include
+#include
+#include
+#include
+
+#include
+void msleep(uint32_t delay);
+uint32_t wallclock_ms(void);
+
+#include "trice.h"
+
+static void hardware_setup(void)
+{
+ /* Set device clocks from opencm3 provided preset.*/
+ const struct rcc_clock_scale *clocks = &rcc_hsi_configs[RCC_CLOCK_3V3_84MHZ];
+ rcc_clock_setup_pll( clocks );
+
+ /* Set up driving the LED connected to port A, pin 5. */
+ rcc_periph_clock_enable(RCC_GPIOA);
+ gpio_mode_setup(GPIOA, GPIO_MODE_OUTPUT, GPIO_PUPD_NONE, GPIO5);
+
+ /* User-button is connected to port C, pin 13. Set up button push
+ * to cause an interrupt. */
+ gpio_mode_setup(GPIOC, GPIO_MODE_INPUT, GPIO_PUPD_NONE, GPIO13);
+ rcc_periph_clock_enable(RCC_SYSCFG); // clock for the EXTI handler
+ nvic_enable_irq(NVIC_EXTI15_10_IRQ);
+ exti_select_source(EXTI13, GPIOC);
+ exti_set_trigger(EXTI13, EXTI_TRIGGER_FALLING);
+ exti_enable_request(EXTI13);
+
+ /* USART2 is connected to the nucleo's onboard ST-Link, which forwards
+ * it as a serial terminal over the ST-Link USB connection.
+ * This UART is given to the Trice data. */
+ rcc_periph_clock_enable(RCC_USART2);
+ usart_set_baudrate(USART2, 115200);
+ usart_set_databits(USART2, 8);
+ usart_set_stopbits(USART2, USART_STOPBITS_1);
+ usart_set_mode(USART2, USART_MODE_TX);
+ usart_set_parity(USART2, USART_PARITY_NONE);
+ usart_set_flow_control(USART2, USART_FLOWCONTROL_NONE);
+
+ // Enable UART2 interrupts in the system's interrupt controller
+ // but do NOT enable generating interrupts in the UART at this
+ // time. Let Trice enable them with triceEnableTxEmptyInterrupt()
+ nvic_enable_irq(NVIC_USART2_IRQ);
+ //usart_enable_tx_interrupt(USART2);
+ usart_enable(USART2);
+
+ /* Configure USART TX pin only. We don't get any input via the TRICE
+ * channel, so the RX pin can be left unconnected to the USART2 */
+ gpio_mode_setup(GPIOA, GPIO_MODE_AF, GPIO_PUPD_NONE, GPIO2);
+ gpio_set_af(GPIOA, GPIO_AF7, GPIO2);
+
+ /* Enable systick at a 1mS interrupt rate */
+ systick_set_reload(84000);
+ systick_set_clocksource(STK_CSR_CLKSOURCE_AHB);
+ systick_counter_enable();
+ systick_interrupt_enable();
+}
+
+//////////////////////////
+// Time handling utilities
+static volatile uint32_t system_millis;
+
+/* "sleep" for delay milliseconds */
+void msleep(uint32_t delay)
+{
+ uint32_t wake = system_millis + delay;
+ while (wake > system_millis);
+}
+
+uint32_t wallclock_ms(void)
+{
+ return system_millis;
+}
+
+//////////////////////////
+// Interupt handlers
+// These are weak symbols in libopencm3
+// that get overridden here.
+
+// Trice USART
+void usart2_isr(void)
+{
+ #if TRICE_MODE == 200
+ triceServeTransmit();
+ #endif
+}
+
+// External interrupts on pins 10-15, all ports.
+// Only PC13 (User button on Nucleo) is enabled in this program.
+void exti15_10_isr(void)
+{
+ exti_reset_request(EXTI13);
+ #if TRICE_MODE == 200
+ TRICE(Id(0), "Button press at, %d\n", system_millis);
+ #endif
+}
+
+// Systick timer set to 1ms
+void sys_tick_handler(void)
+{
+ system_millis++;
+ #if TRICE_MODE == 200
+ // Start sending what is currently in the Trice transmit buffer
+ triceTriggerTransmit();
+ #endif
+}
+
+int main(void)
+{
+ hardware_setup();
+ TRICE_HEADLINE;
+ while (1) {
+ msleep(1000);
+
+ // Depending on mode, either print this string to
+ // UART (mode 0), or the Trice write buffer (mode 200).
+ TRICE(Id(0), "Hello, TRICE, %d\n", 42);
+
+ // TRICE("") with a string parameter only is problematic.
+ // See discussion on https://github.com/rokath/trice/issues/279
+ // TRICE0("") works in either case
+ #ifdef __STRICT_ANSI__
+ // if compiled with e.g. --std=c99
+ TRICE0(Id(0), "Hello, TRICE\n");
+ #else
+ TRICE(Id(0), "Hello, TRICE\n");
+ TRICE0(Id(0), "Hello, TRICE0()\n");
+ #endif
+
+ #if TRICE_MODE == 200
+ // Swap Trice transmit/write ping-pong buffers.
+ // Stuff printed with TRICE() since the last
+ // call to TriceTransfer() will be sent once
+ // triceTriggerTransmit() is called.
+ TriceTransfer();
+ #endif
+ }
+
+ return 0;
+}
+
+```
+
+#### 42.1.4. nucleo-f411re.ld
+
+```ld
+/* Use the LibOpenCM3-provided defaults for the linker details.
+ */
+MEMORY
+{
+ rom (rx) : ORIGIN = 0x08000000, LENGTH = 512K
+ ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
+}
+
+INCLUDE cortex-m-generic.ld
+```
+
+#### 42.1.5. Makefile
+
+```mak
+# Makefile for compiling the Trice demo on LibOpenCM3
+# for STM32F411-Nucleo boards
+CC=arm-none-eabi-gcc
+C_FLAGS=-O0 -std=c99 -ggdb3
+C_FLAGS+=-mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16
+C_FLAGS+=-Wextra -Wshadow -Wimplicit-function-declaration -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes
+C_FLAGS+=-fno-common -ffunction-sections -fdata-sections -MD -Wall -Wundef
+C_FLAGS+=-DSTM32F4 -I/home/kraiskil/stuff/libopencm3/include
+# These two are for trice.h and triceConfig.h
+C_FLAGS+=-I../../pkg/src/ -I.
+
+LFLAGS=-L${OPENCM3_DIR}/lib -lopencm3_stm32f4 -lm -Wl,--start-group -lc -lgcc -lnosys -Wl,--end-group
+LFLAGS+=-T nucleo-f411re.ld
+LFLAGS+=--static -nostartfiles
+LFLAGS+=-Wl,-Map=memorymap.txt
+
+all: direct_mode.elf irq_mode.elf
+.PHONY: flash clean
+
+# Annotate Trice-enabled code.
+# trice does this annotation in-place, so here we take
+# a copy before running trice.
+# I.e. write TRICE macros in foo.c, and this will generate
+# the TRICE( Id(1234) .. ) macros into foo.trice.c
+%.trice.c: %.c til.json
+ cp -f $< $<.bak
+ trice update
+ cp -f $< $@
+ cp -f $<.bak $<
+
+# trice expects this file to exist, can be empty.
+til.json:
+ touch til.json
+
+direct_mode.elf: main.trice.c ../../pkg/src/trice.c
+ ${CC} ${C_FLAGS} $^ -o $@ ${LFLAGS} -DTRICE_MODE=0
+
+flash_direct_mode: direct_mode.elf
+ openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg -c "program direct_mode.elf verify reset exit"
+
+irq_mode.elf: main.trice.c ../../pkg/src/trice.c
+ ${CC} ${C_FLAGS} $^ -o $@ ${LFLAGS} -DTRICE_MODE=200
+
+flash_irq_mode: irq_mode.elf
+ openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg -c "program irq_mode.elf verify reset exit"
+
+
+clean:
+ @rm -f *.elf til.json main.trice.c
+```
+
+#### 42.1.6. Usage
+
+- Run `make direct_mode.elf` to compile with Trice mode 0.
+- Run `make flash_direct_mode` to program the board.
+- Run trice: `trice l -p /dev/ttyACM0`.
+
+### 42.2. Get all project files containing Trice messages
+
+We check the location information file. Every Trice is registered here.
+
+```bash
+cat demoLI.json | grep '"File":' | sort | uniq
+ "File": "_test/_ringB_protect_de_tcobs_ua/TargetActivity.c",
+ "File": "_test/special_dblB_de_tcobs_ua/TargetActivity.c",
+ "File": "_test/special_for_debug/TargetActivity.c",
+ "File": "_test/special_protect_dblB_de_tcobs_ua/TargetActivity.c",
+ "File": "_test/testdata/triceCheck.c",
+ "File": "examples/F030_inst/Core/Src/stm32f0xx_it.c",
+ "File": "examples/G0B1_inst/Core/Src/main.c",
+ "File": "examples/G0B1_inst/Core/Src/stm32g0xx_it.c",
+ "File": "examples/L432_inst/Core/Inc/triceConfig.h",
+ "File": "examples/L432_inst/Core/Src/main.c",
+ "File": "examples/L432_inst/Core/Src/stm32l4xx_it.c",
+ "File": "examples/exampleData/triceExamples.c",
+ "File": "examples/exampleData/triceLogDiagData.c",
+```
+
+### 42.3. Building a trice library?
+The triceConfig.h is mandatory for the trice code. It controls which parts of the trice code are included. There is no big advantage having a trice library, because it would work only with unchanged settings in the project specific triceConfig.h. Once the trice source files are translated, their objects are rebuilt automatically and only when the triceConfig.h is changed. So only the linker has a bit less to do when it finds a trice library compared to a bunch of trice objects. But does that influence the build time heavily?
+
+The triceConfig.h is the only part of the trice sources which should be modified by the users. It is ment to be a individual part of the user projects. The examples folder shows the usage.
+
+### 42.4. Possible Compiler Issue when using Trice macros without parameters on old compiler or with strict-C settings
+
+If you encounter a compilation error on `trice( "hi");` for example, but not on `trice( "%u stars", 5 );`, this is probably caused by the way your compiler interprets variadic macros. Simply change to `trice0( "hi");` or change your compiler settings. See issue [#279](https://github.com/rokath/trice/issues/279) for more details. If your project needs to be translated with strict-C settings for some reason, you have to use the `trice0` macros when no values exist for the Trice macros.
+
+(back to top)
+
+## 43. Working with the Trice Git Repository
+
+| Action | Command |
+| ----------------------------------------- | --------------------------------------------- |
+| Get a local repository copy. | `git clone github.com/rokath/trice.git trice` |
+| Show current folder | `pwd` |
+| Switch to repository root. | `cd` ... |
+| Show repository status. | `git status` |
+| Clean the repo, if needed. | `git stash push` |
+| Show all branches. | `git branch -a` |
+| Switch to master. | `git switch master` |
+| Fetch a pull request as new branch PRIDa. | `git fetch origin pull/ID/head:PRIDa` |
+| List worktree. | `git worktree list` |
+| Add to worktree. | `git worktree add ../trice_wt_PRIDa PRIDa` |
+| Rstore the repo if needed. | `git stash pop` |
+| Change to new folder. | `cd ../trice_wt_PRIDa` |
+| Show repository status. | `git status` |
+| Test pull request. | `./testAll.sh full` |
+| Show repository status. | `git status` |
+| Clean pull request. | `git restore .` |
+| Change to previous folder. | `cd -` |
+| Delete worktree branch. | `git worktree remove ../trice_wt_PRIDa` |
+| Delete git branch. | `git branch -d PRIDa` |
+
+(back to top)
+
+## 44. Legacy User Code Trice Adaption
+
+When it comes to use legacy sources together with Trice, there are several ways doing so, which do not exclude each other:
+
+* [Separate Physically Legacy User Code Output Channel](#separate-physically-legacy-user-code-output-channel)
+* [Legacy User Code Trice Adaption Edits](#legacy-user-code-trice-adaption-edits)
+* [Legacy User Code Print Buffer Wrapping and Framing](#legacy-user-code-print-buffer-wrapping-and-framing)
+* [Legacy User Code Trice Aliases Adaption](#legacy-user-code-trice-aliases-adaption)
+
+### 44.1. Separate Physically Legacy User Code Output Channel
+
+*Advantages:*
+
+* No user code adaption at all needed.
+* Code can mix user prints and Trices.
+
+*Disadvantages:*
+
+* A 2nd physical output is needed.
+* The log output goes to one or the other app, what may result in a partial sequence information loss.
+* Suboptimal result for target image size and speed, because the legacy user code still prints and transmits strings.
+
+*Details:*
+
+* The legacy user code output drives a terminal app and the Trice output feeds the Trice binary data into the Trice tool.
+
+### 44.2. Legacy User Code Trice Adaption Edits
+
+*Advantages:*
+
+* This is the most straight forward method.
+* Optimal result for target image size and speed.
+
+*Disadvantages:*
+
+* No mixed user prints and Trices.
+* Legacy code gets changed, needs new testing and is not usable parallel in other existing projects anymore.
+* Error prone, even when done KI supported.
+ * Max 12 integers/floats **OR** a single runtime generated string in one Trice possible, otherwise splitting into several Trices is needed.
+ * `float x` values need wrapping with `aFloat(x)`.
+ * `double x` needs wrapping with `aDouble(x)`.
+ * `int64` and `double` need `trice64` instead of `trice` or generally use 64-bit width `trice`.
+* Not applicable for a large legacy code basis.
+
+*Details:*
+
+* All exising user prints are replaced with appropriate Trice macros according chapter [Trice Similarities and Differences to printf Usage](#trice-similarities-and-differences-to-printf-usage).
+* When using 64-bit as default Trice bit width, more RAM is used compared to 32-bit, but in combination with the default [TCOBS](https://github.com/rokath/tcobs) compressing framing the transmitted Trice packets do not increase much compared to 32-bit width.
+
+### 44.3. Legacy User Code Print Buffer Wrapping and Framing
+
+> **Trice >= v1.1 feature**, see also issue [#550](https://github.com/rokath/trice/issues/550)
+
+*Advantages:*
+
+* Code can mix user prints and Trices.
+* Legacy code stays unchanged and is usable parallel in other existing projects.
+
+*Disadvantages:*
+
+* Suboptimal result for target image size and speed, because the legacy user code still prints and transmits strings.
+* The reserved case, both [Binary Encoding](#binary-encoding) stamp selector bits are 0, is not available anymore for additional use cases.
+
+*Details:*
+
+The Trice binary encoding uses states 1, 2, 3 of the 4 states, the 2 [Binary Encoding](#binary-encoding) stamp selector bits can have. They located in the starting `uint16_t` ID value to encode the Trice (time) stamp size. If both bits are zero (state 0), the Trice tool can interpret the incoming data buffer according to a passed CLI switch; in this special case just printing it as string.
+
+If the Trice library and the user print both write to the same output, an easy modification would be, to prepend the user print output with a 2-byte count as long its size is < 16383, so that the 2 most significant bits are zero. Additionally, the this way counted buffer needs the same buffer framing as the Trice binary data.
+
+### 44.4. Legacy User Code Trice Aliases Adaption
+
+> **Trice >= v1.1 feature**, see also accepted pull requests [533](https://github.com/rokath/trice/pull/533) and [536](https://github.com/rokath/trice/pull/536)
+
+*Advantages:*
+
+* Code can mix user prints and Trices.
+* Legacy code stays unchanged or mainly unchanged and is usable parallel in other existing projects.
+* Nearly optimal result for target image size and speed.
+* No special wrapping and need to use the [Binary Encoding](#binary-encoding) stamp selector bits state 0 for this.
+* Especially, when adapting user specific ASSERT macros with `-salias` (see below), even their strings are compiled into the Target image, only in error cases the strings are prited and transmitted.
+
+*Disadvantages:*
+
+* The legacy user code could *partially* still print and transmit strings, especially when `float` or `double` are used.
+
+*Details:*
+
+This cool functionality was contributed by [@srgg](https://github.com/srgg) in pull requests (PR) [#533](https://github.com/rokath/trice/pull/533) and [#536](https://github.com/rokath/trice/pull/536) (to be considered as one PR only). It allows code integration containing user specific log statements into Trice instrumented projects without the need to rename the user specific log statements.
+
+In the assumption, most user `printi` statements having only up to 12 integers, those user prints could get covered by adding `-alias printi` to the `trice insert` and `trice clean` commands.
+
+The user `printi` statements containing floats, doubles, strings could get simply renamed into user `prints` and then `-salias prints` will cover them too. That, of course, is a legacy user code change, but it allows to use this slightly modified legacy user code parallel in other projects.
+
+Yes, user `printi` and user `prints` need to be defined too. See [./_test/alias_dblB_de_tcobs_ua/triceConfig.h/triceConfig](../_test/alias_dblB_de_tcobs_ua/triceConfig.h) as a simple example and its usage in [./_test/alias_dblB_de_tcobs_ua/TargetActivity.c](../_test/alias_dblB_de_tcobs_ua/TargetActivity.c)
+
+This technique allows also to cover legacy user code specific ASSERT macros, as shown in [./_test/aliasassert_dblB_de_tcobs_ua/triceConfig.h](../_test/aliasassert_dblB_de_tcobs_ua/triceConfig.h) in the tests [./_test/aliasassert_dblB_de_tcobs_ua/TargetActivity.c](../_test/aliasassert_dblB_de_tcobs_ua/TargetActivity.c).
+
+Despite of these 2 CGO tests the real-world example [./examples/G0B1_inst](../examples/G0B1_inst/Core/Src/main.c) shows the usage too.
+
+The following sub-chapters are mainly written by [@srgg](https://github.com/srgg) as accompanying documentation to its pull requests.
+
+#### 44.4.1. PR533 Doc
+
+#### 44.4.2. PR533 Summary
+
+This PR introduces support for treating user-defined macros as aliases to trice and triceS within the Trice CLI toolchain. The goal is to enable project-specific logging macros to be processed just like built-in Trice macros — including ID generation, decoding, and binary format support — without requiring projects to directly call `trice()` or `triceS()` in their source code.
+
+PR leverages the `-exclude` source feature added in [#529](https://github.com/rokath/trice/pull/529).
+
+#### 44.4.3. PR533 Motivation
+
+Trice uses a source-scanning and ID generation approach, where the toolchain scans for `trice(...)` and `triceS(...)` calls, injects numeric trace IDs, and builds a mapping database. However, it currently only supports built-in(hardcoded) macros and allows only global on/off control via compile-time flags.
+
+This makes it difficult to:
+
+- Adopt custom naming conventions (`DBG()`, `APP_LOG()`, `MON()`, etc.).
+- Redirect trace/logging behavior to other backends (e.g., MicroSD, raw printf, no-op).
+- Change behavior per module or configuration without losing Trice tooling support.
+
+#### 44.4.4. What This PR533 Adds
+
+**CLI-level aliasing**: Developers can now declare custom macros to be treated as `trice` or `triceS` equivalents. These user-defined macros will be recognized during scanning, ID injection, and decoding.
+
+#### 44.4.5. PR533 Example
+
+*print_macro.h*:
+
+```C
+#ifndef TRICE_OFF
+ #define DEBUG_PRINT(...) trice(__VA_ARGS__)
+ #define DEBUG_PRINT_S(...) triceS(__VA_ARGS__)
+#else
+ #define DEBUG_PRINT(...) Serial.println(__VA_ARGS__)
+ #define DEBUG_PRINT_S(...) Serial.printf(__VA_ARGS__)
+#endif
+```
+
+*example.c*:
+
+```C
+#include "trice.h"
+#include "print_macro.h"
+
+void setup() {
+ Serial.begin(115200);
+
+ while (!Serial) {
+ delay(10);
+ }
+
+ // Add code here to initialize whatever Trice sender TCP/UDP/UART, etc.
+
+ // No argument
+ DEBUG_PRINT("DEBUG_PRINT test: no args\n");
+
+ char* str = "Test string";
+ DEBUG_PRINT_S("DEBUG_PRINT_S test: %s\n", str);
+ }
+```
+
+##### 44.5.1. PR533 Check with Trice
+
+Insert trice IDs:
+
+```shell
+trice insert -alias DEBUG_PRINT -salias DEBUG_PRINT_S -exclude ./print_macro.h -v
+```
+
+Flash the MCU and run the trice receiver on your host machine to receive probes (cli command is config and receiver dependent), for UDP4, it can be:
+
+```shell
+ trice log -p UDP4 -v -pf none
+```
+
+##### 44.5.2. PR533 Check without Trice:
+
+Clean trice IDs, if any:
+
+```shell
+trice clean -alias DEBUG_PRINT -salias DEBUG_PRINT_S -exclude ./print_macro.h -v
+```
+
+Flash with `-DTRICE_OFF`.
+
+#### 44.4.6. PR536 Doc
+
+##### 44.6.1. What This PR536 Adds
+
+This is a follow-up to [#533](https://github.com/rokath/trice/pull/533). It **enforces the consistent use of the "%s" format in all triceS aliases** and fixes that behavior in the newly added test case.
+
+The following simplified example reflects a real use case where custom macros wrap formatting logic:
+
+```C
+#define CUSTOM_PRINT_S(id, fmt, ....) triceS(id, "%s", format_message(fmt, ##__VA_ARGS__))
+```
+
+##### 44.6.2. PR536 - The Problem Statement
+
+Determining the Strg argument reliably is challenging due to:
+
+* The unrestricted flexibility of macros (_which I would like to preserve and utilize_).
+* Trice core’s limited parsing, which relies on regular expressions.
+
+For instance, custom macros like these show the variability:
+
+``` c
+CUSTOM_ASSERT(false, "Message: %s", msg);
+CUSTOM_ASSERT(false, "Message without args");
+CUSTOM_ASSERT(false);
+```
+
+Improving this would likely require Clang integration—adding complexity (e.g., full build flags, complete source context)—whereas Trice’s current regex-based approach remains lightweight and simple to use.
+
+##### 44.6.3. PR536 Implementation Details:
+
+`matchTrice()` was re-implemented to improve robustness. It now:
+
+* Locates the macro or alias name followed by (.
+* Finds the matching closing parenthesis, correctly handling nested structures.
+* Parses the arguments within.
+
+This approach simplifies the logic and allows the parser to skip invalid or partial matches without aborting, enabling continued scanning of the file for valid constructs.
+
+#### 44.4.7. Alias Example Project
+
+To use the Alias technique with `examples/G0B1_inst` the following adaptions where made:
+
+* Copied file [./examples/G0B1_inst/Core/Inc/nanoprintf.h](../examples/G0B1_inst/Core/Inc/nanoprintf.h) from https://github.com/charlesnicholson/nanoprintf
+* Created file [./examples/G0B1_inst/Core/Inc/triceCustomAliases.h](../examples/G0B1_inst/Core/Inc/triceCustomAliases.h) to cover the user code specific `CUSTUM_PRINT` and `CUSTUM_ASSERT`.
+* *Core/Src/main.c*:
+
+ ```diff
+ /* Private includes ----------------------------------------------------------*/
+ /* USER CODE BEGIN Includes */
+ - #include "trice.h"
+ + #include "triceCustomAliases.h"
+ #include // INT_MAX
+ /* USER CODE END Includes */
+
+ ...
+
+ /* USER CODE BEGIN 2 */
+ #if !TRICE_OFF
+ LogTriceConfiguration();
+ SomeExampleTrices(3);
+ - #endif
+ + /* Some Custom Trice Alias Examples */
+ + const int theRightAnswer = 42;
+ + const int theFastFoundAnswer = 24;
+ + const char* theQuestion = "What could be the answer to the Ultimate Question of + Life, the Universe, and Everything?";
+ +
+ + // Some Trice custom alias examples
+ + CUSTOM_PRINT("CUSTOM_PRINT example: the right answer is: %d\n", theRightAnswer);
+ +
+ + // Assert with condition
+ + CUSTOM_ASSERT(theFastFoundAnswer == theRightAnswer);
+ +
+ + // Assert with condition and a message: This works too, but triggers a clang + compiler warning, we cannot suppress.
+ + CUSTOM_ASSERT(theFastFoundAnswer == theRightAnswer, (char*)theQuestion ); // + https://stackoverflow.com/questions/52692564/+ how-can-i-disable-format-security-error-with-clang
+ +
+ + // Assert with condition and a message and some extra message arguments
+ + CUSTOM_ASSERT(theFastFoundAnswer == theRightAnswer, (char*)"'%s' Am, it is %d", + (char*)theQuestion, theRightAnswer);
+ + #endif
+ /* USER CODE END 2 */
+
+ ```
+
+* After flashing:
+
+
+
+(back to top)
+
+## 45. Trice Structured Logging
+
+> **Specification Draft**
+
+Structured logging, in contrast to unformatted logging, automatically adds compile time and runtime data to logs as well as log level information. The user should be able to configure, which data get added and also should have control about the data formatting. The generic data insertion allows later an automatic log file analysis and frees the developer from manually typing defaults, what is also error-prone.
+
+Trice is considerable already a bit as a (very limited) structured logger, if we look at the file and line insertion capability and the timestamp options. The following is about how Trice could get full structured logging capability without making a breaking change.
+
+### 45.1. Trice Structured Logging Compile-time Information
+
+*file, line, function, compiler version, module, build time, firmware version, machine name, user name, locale, host OS version, log level, an (unstructured) format string, compiler flags, (locally) defined values...*
+
+These data can be strings or numbers.
+
+### 45.2. Trice Structured Logging Runtime Information
+
+*uptime, timestamp, hw serial, task ID, stack depth, event count, core ID, position, variables values, parameter values ...*
+
+In an initial approach we assume, these data do not contain runtime generated strings. If really needed, a derived hash is usable instead for now. Despite of this, runtime generated strings are an important feature and therefore Trice supports `triceS`, capable to transmit a single string up to 32KB long, and its relatives. We could add compile-time data (as inserted fixed strings) but runtime information can only get as an additional part of the runtime generated string into the structured log. This should be acceptable and we will deal with this later.
+
+### 45.3. Trice Structured Logging Limitations and Special Cases
+
+For performance reasons, Trice was designed to only transmit 0-12 (straight forward extendable) numbers of equal bit-width **OR** a single runtime generated string. Firstly we look at only "normal" Trice macros `trice`, `Trice`, `TRice` and exclude the special cases `triceS`, `TriceS`, `TRiceS`. Also we consider just trices without specified bit-width, assume 32-bit and exlude cases like `trice32_4` firstly.
+
+### 45.4. A Trice Structured Logging Example
+
+User may have written inside *val.c*:
+
+```C
+void doStuff( void ){
+ // ...
+ trice("info:The answer is %d.", 42);
+ // ...
+}
+```
+
+and (as we know) a `trice insert` command would change that into (revertable with `trice clean`):
+
+```C
+void doStuff( void ){
+ // ...
+ trice(iD(123), "info:The answer is %d.", 42);
+ // ...
+}
+```
+
+But a `trice insert` command with context option will, for example, change that line into (revertable with `trice clean`):
+
+```C
+void doStuff( void ){
+ // ...
+ trice(iD(456), "[level=info][file=\"val.c\"][line=321][func=doStuff][taskID=%x][fmt=\"The answer is %d.\"][uptime=%08us][temperature=%3.1f°C]\n", getTaskID(), 42, uptime(), aFloat(sensorValue));
+ // ...
+}
+```
+
+### 45.5. Trice Structured Logging CLI Switches and Variables
+
+To achieve that, 2 structured logging CLI switches `-stf` and `-stv` on `trice insert` and `trice clean` are usable:
+
+| CLI switch | meaning |
+| ---------- | ------------------------- |
+| `-stf` | structured logging format |
+| `-stv` | structured logging values |
+
+Additionally the Trice tool uses these internal variables (no bash variables!) as replacements during `trice insert` and `trice clean`:
+
+| Variable | Example | Comment |
+| --------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `$level` | `info` | The bare trice format string part until the first colon (`:`), if known as channel/tag value. |
+| `$file` | `val.c` | The file name, where the Trice log occures. |
+| `$line` | `321` | The file line, where the Trice log occures. |
+| `$func` | `doStuff` | The function name, where the Trice log occures. |
+| `$fmt` | `The asnwer is %d.` | The bare Trice format string stripped from the channel/tag specifier including the colon (`:`) according to the Trice rule (lowercase-only ones) |
+| `$values` | `42` | The bare Trice statement values. |
+| `$usr0` | `abc` \| ` ` \| `xyz` | A predefined string value with location dependent values (see below). |
+
+### 45.6. Trice Structured Logging User Defined Values
+
+This use case is not expected for most cases, but mentioned here to show the possibilities. Adding user specific values like `$usr0` can be done in this way:
+
+* File *main.c*:
+
+```C
+ 88 | ...
+ 89 | #define XSTR(x) STR(x)
+ 90 | #define STR(x) #x
+ 91 |
+ 92 | trice("info:hi");
+ 93 |
+ 94 | #define TRICE_ETC "xyz"
+ 95 | #pragma message "$usr0=" XSTR(TRICE_ETC)
+ 96 | trice("info:hi");
+ 97 |
+ 98 | #undef TRICE_ETC
+ 99 | #pragma message "$usr0=" XSTR(TRICE_ETC)
+100 | trice("info:hi");
+101 |
+102 | #define TRICE_ETC "abc"
+103 | #pragma message "$usr0=" XSTR(TRICE_ETC)
+104 | trice("info:hi");
+105 | ...
+```
+
+This is just a demonstration. The `#pragma message "$usr0=" XSTR(TRICE_ETC)` line probably is needed only on a few lines in the project. A pre-compile output
+
+```bash
+$ ./build.sh 2>&1 | grep "pragma message:"
+Core/Src/main.c:95:9: note: '#pragma message: $usr0="xyz"'
+Core/Src/main.c:99:9: note: '#pragma message: $usr0=""'
+Core/Src/main.c:103:9: note: '#pragma message: $usr0="abc"'
+```
+
+could get transferred automatically to the Trice tool, with a user generator script to tell, that normally `$usr0=""`, but `$usr0="xyz"` for Trices in file *main.c* from line 95 to 99, that `$usr0="abc"` is valid for *main.c* after line 103.
+
+Those things are compiler and user specific and not part of the Trice tool design. But on demand a CLI multi switch `-stu` can get invented, to inject such information into the `trice insert` process automatically. With
+
+```bash
+
+STF='{"level":"%s","loc":"%s:%d","fmt":"$fmt","etc":"%s"}'
+STV='$level, $file, $line, $values, $usr0'
+
+# user script generated begin ################################################
+ST0='usr0="xyz":main.c:95' # user script generated line
+ST1='usr0="":main.c:99' # user script generated line
+ST2='usr0="abc":main.c:103' # user script generated line
+STU="-stu $ST0 -stu $ST1 -stu $ST2" # user script generated line
+# user script generated end ##################################################
+
+trice insert $STU -stf $STF -stv $STV
+```
+
+The structured log output would be:
+
+```bash
+{...}
+{"level":"info","loc":"main.c:92","fmt":"hi","etc":""}
+{"level":"info","loc":"main.c:96","fmt":"hi","etc":"xyz"}
+{"level":"info","loc":"main.c:100","fmt":"hi","etc":""}
+{"level":"info","loc":"main.c:104","fmt":"hi","etc":"abc"}
+{...}
+```
+
+### 45.7. Trice Structured Logging CLI Switches Usage Options
+
+The in [A Trice Structured Logging Example](#a-trice-structured-logging-example) shown `trice insert` result is possible with
+
+```bash
+trice insert \
+-stf='[level=$level][file=$file][line=$line][func=$func][taskID=%x][fmt=$fmt][uptime=%08us][temperature=%3.1f°C]' \
+-stv='getTaskID(), $values, uptime(), aFloat(sensorValue)'
+```
+
+The raw string syntax is mandatory here, to pass the internal Trice tool variables names.
+
+Adding variable values like `$line` as strings has performance advantages, but on each such value change a new Trice ID is generated then. Those variables are better inserted as values, if the code is under development. A `$line` value insertion looks like this:
+
+```bash
+trice insert \
+-stf='[level=$level][file=$file][line=%5d][func=$func][taskID=%04x][fmt=$fmt][uptime=%08us][temperature=%3.1f°C]' \
+-stv='$line, getTaskID(), $values, uptime(), aFloat(sensorValue)'
+```
+
+It is also possible to use string format specifiers to allow somehow aligned values. For example:
+
+```bash
+trice insert \
+-stf='[level=%-6s][file=%24s][line=%5d][func=%-16s][taskID=%04x][fmt=$fmt][uptime=%08us][temperature=%3.1f°C]' \
+-stv='$level, $file, $line, $func, getTaskID(), $values, uptime(), aFloat(sensorValue)'
+```
+
+Or, if you like alignment after the format string, even:
+
+```bash
+trice insert \
+-stf='[level=%-6s][file=%24s][line=%5d][func=%-16s][taskID=%04x][fmt=%64s][uptime=%08us][temperature=%3.1f°C]' \
+-stv='$level, $file, $line, $func, getTaskID(), $fmt, $values, uptime(), aFloat(sensorValue)'
+```
+
+The user has full control and could also use any other syntax like a JSON format. Only the format specifiers are requested to match the passed values after the Trice tool internal variables replacement during `trice insert`, so that the Trice tool can perform a printf during logging.
+
+To achieve a log output in compact JSON with line as string we can use:
+
+```bash
+trice insert \
+-stf='{"level":"$level","file":"$file","line:"$line","taskID":"%04x","fmt":$fmt,"uptime":%08u us"}' \
+-stv='getTaskID(), $values, uptime()'
+```
+
+**To put things together:** Any structured format string design is possible and the user can insert the $line (example) value:
+
+* directly as string (fastest execution, straight forward)
+* indirectly as formatted string (fastest execution alignment option)
+* indirectly as formatted number (recommended when often changing)
+
+After `trice insert` we get this (compact JSON) log line according to `-stf` and `-stv`:
+
+```C
+void doStuff( void ){
+ // ...
+ trice(iD(789), "{\"level\":\"info\",\"file\":\"val.c\",\"line\":\"321\",\"taskID\":\"%04x\",\"fmt\":\"The answer is %d.\",\"uptime\":\"%08u us\"}\n', getTaskID(), 42, uptime());
+ // ...
+}
+```
+
+All compile time strings are part of the Trice format string now, which is registered inside the *til.json* file. The needed Trice byte count stays 4 bytes only plus the 3 times 4 bytes for the runtime parameter values taskID, 42, uptime. The default [TCOBS](https://github.com/rokath/tcobs) compression will afterwards reduce these 16 bytes to 12 or 13 or so.
+
+A `trice clean` command will remove the context information completely including the ID. Please keep in mind, that with `trice insert` as a pre-compile and `trice clean` as post-compile step, the user all the time sees only the original written code:
+
+```C
+void doStuff( void ){
+ // ...
+ trice("info:The answer is %d.", 42);
+ // ...
+}
+```
+
+The optional `-cache` switch makes things blazing fast.
+
+The appropriate Trice tool log line output would be similar to
+
+```bash
+{...}
+{"level":"info","file":"val.c","line":"321","taskID":"0123","fmt":"The answer is 42.","uptime":"12345678 us"}
+{...}
+```
+
+When *stf* and *stv* are empty strings (default), `trice insert` and `trice clean` commands will work the ususal way. If they are not empty, the `trice insert` command will on each Trice statement use a heuristic to check if the context information was inserted already and update it or otherwise insert it. **ATTENTION:** That will work only, if *stf* and *stv* where not changed by the user inbetween. In the same way `trice clean` would remove the context information only, if *stf* and *stv* kept unchanged. If the user wants to change *stf* and *stv* during development, first a `trice clean` is needed. Use a `build.sh` script like this:
+
+```bash
+#!/bin/bash
+
+# Run "rm -rf ~/.trice/cache/*" automatically after changing this file !!!
+
+STF='{"level":"$level","file":"$file","line:"$line","taskID":"%04x","fmt":$fmt,"uptime":%08u us"}'
+STV='getTaskID(), $values, uptime()'
+
+trice insert -cache -stf="$STF" -stv="$STV"
+# make
+trice clean -cache -stf="$STF" -stv="$STV"
+```
+
+The `-cache` switch is still experimental - to stay safe, use (here again with `$line` as string):
+
+```bash
+#!/bin/bash
+STF='{"level":"$level","file":"$file","line:"$line","taskID":"%04x","fmt":$fmt,"uptime":%08u us"}'
+STV='getTaskID(), $values, uptime()'
+
+trice insert -stf="$STF" -stv="$STV"
+# make
+trice clean -stf="$STF" -stv="$STV"
+```
+
+### 45.8. Trice Structured Logging Level Specific Configuration
+
+Configure the Trice Structured Logging selectively in a way, to provide as much helpful diagnostic info as possible on `ERROR` level for example. Example script:
+
+```bash
+#!/bin/bash
+
+# Specify `-stf` and `-stv` differently for different channels/tags.
+
+STL="" # Trice Structured Logging configuration
+
+# Trices with an `ERROR:` tag `trice("err:...", ...);`:
+STF_ERROR='ERROR:{"log level":"%-6s","file":"%24s","line:"%5d","func":"%-16s","taskID":"%x","fmt":"$fmt","uptime":"%08u us"}'` # (with location)
+STV_ERROR='ERROR:$level, $file, $line, $func, getTaskID(), $values, uptime()'`
+STL+=" -stf $STF_ERROR -stv $STV_ERROR "
+
+# Trices with an underscore tag, like `trice("_DEBUG:...", ...);` or `trice("_info:...", ...);`:
+STF_underscoreTagStart='_*:{"log level":"%-6s","file":"%24s","line:"%5d","func":"%-16s","fmt":"$fmt","uptime":"%08u us"}'` # (no task ID)
+STV_underscoreTagStart='_*:$level, $file, $line, $func, $values, uptime()'`
+STL+=" -stf $STF_underscoreTagStart -stv $STV_underscoreTagStart "
+
+# Tices with any other tag:
+STF_anyTag='*:{"log level":"%-6s","file":"%24s","line:"%5d","func":"%-16s","fmt":"$fmt"}'` # (no task ID, no uptime)
+STV_anyTag='*:$level, $file, $line, $func, $values'`
+STL+=" -stf $STF_anyTag -stv $STV_anyTag "
+
+# Trices with no tag at all:
+STF_noTag='{"file":"%24s","line:"%5d","fmt":"$fmt"}'` # (only location information)
+STV_noTag='$file, $line, $values'`
+STL+=" -stf $STF_noTag -stv $STV_noTag "
+
+trice insert $STL ...
+source make.sh # build process
+trice clean $STL ...
+```
+
+### 45.9. Trice Structured Logging Assert Macros (TODO)
+
+Configure `TriceAssert` like macros and this works also with the `-salias` switch.
+
+(back to top)
-## 40. Trice User Manual Changelog
+## 46. Trice User Manual Changelog
Details (click to expand)
-| Date | Version | Comment |
-|-------------|---------|---------------|
-| 2024-DEC-01 | 0.0.0 | Initial Draft |
+| Date | Version | Comment |
+| ----------- | ------- | -------------------------------------------------------------------------------------------------- |
+| 2024-DEC-01 | 0.0.0 | Initial Draft |
+| ... | 1.0.0 | ... |
+| 2025-MAY-00 | pre 1.1 | ++ [UDP4 input (accepted pull request #529)](#udp4-input-(accepted-pull-request-#529)) |
+| 2025-JUN-20 | pre 1.1 | ++ [Legacy Project Code Integration](#legacy-project-code-integration) |
+| 2025-JUN-20 | pre 1.1 | ++ [Alias Example Project](#alias-example-project) |
+| 2025-JUN-21 | pre 1.1 | ++ [Trice Structured Logging](#trice-structured-logging) |
+| 2025-JUN-23 | pre 1.1 | ++ [Trice Trouble Shooting Hints](#trice-trouble-shooting-hints) added/improved |
+| 2025-JUN-30 | pre 1.1 | In [Target (Time)Stamps Formatting](#target-(time)stamps-formatting) -ts32 epoch better documented |
+| 2025-JUL-10 | pre 1.1 | ++ [Legacy User Code Trice Adaption](#legacy-user-code-trice-adaption) |
(back to top)
@@ -4738,10 +6842,15 @@ Test folders starting with `ERROR_` have issues. These cases are **usable** on t
```diff
- text in red
+-- text in red
+ text in green
+++ text in green
! text in orange
+!! text in orange
# text in gray
-@@ text in purple (and bold)@@
+## text in gray
+@ text in purple
+@@ text in purple
```
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
diff --git a/docs/TriceUserManual.pdf b/docs/TriceUserManual.pdf
new file mode 100644
index 000000000..d2c52220b
Binary files /dev/null and b/docs/TriceUserManual.pdf differ
diff --git a/docs/TriceVsPrintfSimilaritiesAndDifferences.md b/docs/TriceVsPrintfSimilaritiesAndDifferences.md
index 951b6bbca..5cb041b72 100644
--- a/docs/TriceVsPrintfSimilaritiesAndDifferences.md
+++ b/docs/TriceVsPrintfSimilaritiesAndDifferences.md
@@ -1,3 +1,3 @@
# [TriceUserManual.md/#trice-similarities-and-differences-to-`printf`-usage](./TriceUserManual.md/#trice-similarities-and-differences-to-printf-usage)
-(link redirection)
\ No newline at end of file
+(link redirection)
diff --git a/docs/ref/G0B1AliasExample.png b/docs/ref/G0B1AliasExample.png
new file mode 100644
index 000000000..7ad378232
Binary files /dev/null and b/docs/ref/G0B1AliasExample.png differ
diff --git a/docs/ref/triceHello.png b/docs/ref/triceHello.png
new file mode 100644
index 000000000..ba4267300
Binary files /dev/null and b/docs/ref/triceHello.png differ
diff --git a/docs/ref/triceHelloOKnoID.png b/docs/ref/triceHelloOKnoID.png
new file mode 100644
index 000000000..cb2e26ef0
Binary files /dev/null and b/docs/ref/triceHelloOKnoID.png differ
diff --git a/docs/ref/triceHelloOKwithID.png b/docs/ref/triceHelloOKwithID.png
new file mode 100644
index 000000000..04b71334c
Binary files /dev/null and b/docs/ref/triceHelloOKwithID.png differ
diff --git a/examples/F030_bare/OS_Darwin.mak b/examples/F030_bare/OS_Darwin.mak
deleted file mode 100644
index 845e94bb3..000000000
--- a/examples/F030_bare/OS_Darwin.mak
+++ /dev/null
@@ -1,10 +0,0 @@
-# OS_Darwin.mak
-
-export PATH := /usr/bin:/opt/homebrew/bin:$(PATH)
-
-export C_INCLUDE_PATH := \
-/opt/homebrew/Cellar/arm-none-eabi-gcc/14.2.0/lib/gcc/arm-none-eabi/14.2.0/include:\
-/opt/homebrew/Cellar/arm-none-eabi-gcc/14.2.0/lib/gcc/arm-none-eabi/14.2.0/include-fixed
-
-include Makefile
-
diff --git a/examples/F030_bare/OS_Linux.mak b/examples/F030_bare/OS_Linux.mak
deleted file mode 100644
index ba42cca91..000000000
--- a/examples/F030_bare/OS_Linux.mak
+++ /dev/null
@@ -1,6 +0,0 @@
-# OS_Linux.mak
-
-todo
-
-include Makefile
-
diff --git a/examples/F030_bare/OS_Windows.mak b/examples/F030_bare/OS_Windows.mak
deleted file mode 100644
index f6100e76f..000000000
--- a/examples/F030_bare/OS_Windows.mak
+++ /dev/null
@@ -1,10 +0,0 @@
-# OS-Windows.mak
-
-# Put ARM Clang first in path temporary to avoid compiler variants issues.
-export PATH := C:\bin\ArmClang\bin:C:\bin\ArmGNUToolchain\bin:$(PATH)
-
-# ARM Clang uses the ARM GNU toolchain libraries and finds them over C_INCLUDE_PATH.
-export C_INCLUDE_PATH := C:\bin\ArmGNUToolchain\arm-none-eabi\include
-
-include Makefile
-
diff --git a/examples/F030_bare/ReadMe.md b/examples/F030_bare/ReadMe.md
index ebddf41ed..77020e94d 100644
--- a/examples/F030_bare/ReadMe.md
+++ b/examples/F030_bare/ReadMe.md
@@ -1 +1 @@
-# [../docs/TriceUserManual.md/#f030_bare-example](../docs/TriceUserManual.md/#f030_bare-example)
\ No newline at end of file
+# [../docs/TriceUserManual.md/#f030_bare](../docs/TriceUserManual.md/#f030_bare)
\ No newline at end of file
diff --git a/examples/F030_bare/build.sh b/examples/F030_bare/build.sh
old mode 100644
new mode 100755
index db100ec37..29d7312e6
--- a/examples/F030_bare/build.sh
+++ b/examples/F030_bare/build.sh
@@ -1,12 +1,4 @@
#!/bin/bash
-case "$OSTYPE" in
- darwin*) make -j $(sysctl -n hw.ncpu) -f OS_Darwin.mak ;;
- linux*) make -j $(nproc --all) -f OS_Linux.mak ;;
- msys*) make -j $(nproc --all) -f OS_Windows.mak ;;
- cygwin*) make -j $(nproc --all) -f OS_Windows.mak ;;
- *) echo "unknown: $OSTYPE" ;;
- solaris*) echo "SOLARIS not implemented" ;;
- bsd*) echo "BSD not implemented" ;;
-esac
-
+source ../../build_environment.sh
+make $MAKE_JOBS
diff --git a/examples/F030_bare/clean.sh b/examples/F030_bare/clean.sh
deleted file mode 100644
index 8fafcd557..000000000
--- a/examples/F030_bare/clean.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-make clean
diff --git a/examples/F030_inst/Core/Inc/SEGGER_RTT_Conf.h b/examples/F030_inst/Core/Inc/SEGGER_RTT_Conf.h
index 12941094c..dc37b31e9 100644
--- a/examples/F030_inst/Core/Inc/SEGGER_RTT_Conf.h
+++ b/examples/F030_inst/Core/Inc/SEGGER_RTT_Conf.h
@@ -42,7 +42,7 @@
* *
**********************************************************************
* *
-* RTT version: 7.60g *
+* RTT version: 8.12a *
* *
**********************************************************************
@@ -80,7 +80,7 @@ Revision: $Rev: 24316 $
// Up-channel 1: SystemView
//
#ifndef SEGGER_RTT_MAX_NUM_UP_BUFFERS
- #define SEGGER_RTT_MAX_NUM_UP_BUFFERS (1) // Max. number of up-buffers (T->H) available on this target (Default: 3)
+ #define SEGGER_RTT_MAX_NUM_UP_BUFFERS (3) // Max. number of up-buffers (T->H) available on this target (Default: 3)
#endif
//
// Most common case:
@@ -170,7 +170,7 @@ Revision: $Rev: 24316 $
: \
); \
}
- #elif (defined(__ARM_ARCH_7M__) || defined(__ARM_ARCH_7EM__) || defined(__ARM_ARCH_8M_MAIN__))
+ #elif (defined(__ARM_ARCH_7M__) || defined(__ARM_ARCH_7EM__) || defined(__ARM_ARCH_8M_MAIN__) || defined(__ARM_ARCH_8_1M_MAIN__))
#ifndef SEGGER_RTT_MAX_INTERRUPT_PRIORITY
#define SEGGER_RTT_MAX_INTERRUPT_PRIORITY (0x20)
#endif
@@ -338,7 +338,7 @@ Revision: $Rev: 24316 $
#define SEGGER_RTT_UNLOCK() _SEGGER_RTT__PRIMASK = _SEGGER_RTT__LockState; \
__schedule_barrier(); \
}
- #elif (defined(__TARGET_ARCHM_7) || defined(__TARGET_ARCH_7E_M))
+ #elif (defined(__TARGET_ARCH_7_M) || defined(__TARGET_ARCH_7E_M))
#ifndef SEGGER_RTT_MAX_INTERRUPT_PRIORITY
#define SEGGER_RTT_MAX_INTERRUPT_PRIORITY (0x20)
#endif
diff --git a/examples/F030_inst/Core/Inc/triceConfig.h b/examples/F030_inst/Core/Inc/triceConfig.h
index e8e835cb7..374412c3f 100644
--- a/examples/F030_inst/Core/Inc/triceConfig.h
+++ b/examples/F030_inst/Core/Inc/triceConfig.h
@@ -15,24 +15,36 @@ extern "C" {
extern uint32_t ms32; //! ms32 is a 32-bit millisecond counter, counting circular in steps of 1 every ms.
#include "stm32f0xx_ll_system.h"
#define TriceStamp16 (SysTick->VAL) // Counts from 31999 -> 0 in each ms.
-#define TriceStamp32 (SysTick->VAL) // ms32
+#define TriceStamp32 ms32 // 1ms, wraps after 2^32 ms ~= 49,7 days
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
+#define TRICE_DEFERRED_BUFFER_SIZE 2048
-// trice l -p jlink -args "-Device STM32F030R8 -if SWD -Speed 4000 -RTTChannel 0" -pf none -d16 -showID "deb:%5d"
+// Windows: trice log -p jlink -args "-Device STM32F030R8" -pf none -prefix off -hs off -d16 -showID "deb:%5d" -i ../../demoTIL.json -li ../../demoLI.json
+// Unix: ./RTTLogUnix.sh or manually:
+// Terminal 1: rm ./temp/trice.bin && JLinkRTTLogger -Device STM32G0B1RE -If SWD -Speed 4000 -RTTChannel 0 ./temp/trice.bin
+// Terminal 2: touch ./temp/trice.bin && trice log -p FILE -args ./temp/trice.bin -pf none -prefix off -hs off -d16 -ts16 time:tick #%6d -i ../../demoTIL.json -li ../../demoLI.json
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
-// trice l -p com5 -ts16 "time: #%6d"
+// Windows: trice log -p com4 -ts16 "time:tick #%6d" -i ../../demoTIL.json -li ../../demoLI.json
+// Unix: trice log -p /dev/ttyACM0 -ts16 "time:tick #%6d" -i ../../demoTIL.json -li ../../demoLI.json
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_DEFERRED_UARTA 1
#define TRICE_UARTA USART2
#include "cmsis_gcc.h"
-#define TRICE_ENTER_CRITICAL_SECTION { uint32_t primaskstate = __get_PRIMASK(); __disable_irq(); {
-#define TRICE_LEAVE_CRITICAL_SECTION } __set_PRIMASK(primaskstate); }
-
-void TriceHeadLine(char* name);
+#define TRICE_ENTER_CRITICAL_SECTION \
+ { \
+ uint32_t primaskstate = __get_PRIMASK(); \
+ __disable_irq(); \
+ {
+#define TRICE_LEAVE_CRITICAL_SECTION \
+ } \
+ __set_PRIMASK(primaskstate); \
+ }
+
+void TriceHeadLine(char * name);
void LogTriceConfiguration(void);
void SomeExampleTrices(int burstCount);
diff --git a/examples/F030_inst/Core/Inc/triceUart.h b/examples/F030_inst/Core/Inc/triceUart.h
index 22c4dfff4..d03f4ae47 100644
--- a/examples/F030_inst/Core/Inc/triceUart.h
+++ b/examples/F030_inst/Core/Inc/triceUart.h
@@ -12,8 +12,8 @@ extern "C" {
#include "trice.h"
#include "main.h" // hardware specific definitions
-TRICE_INLINE void ToggleOpticalFeedbackLED( void ){
- //LL_GPIO_TogglePin(LD2_GPIO_Port, LD2_Pin);
+TRICE_INLINE void ToggleOpticalFeedbackLED(void) {
+ // LL_GPIO_TogglePin(LD2_GPIO_Port, LD2_Pin);
}
#if TRICE_DEFERRED_UARTA == 1
@@ -23,27 +23,27 @@ TRICE_INLINE void ToggleOpticalFeedbackLED( void ){
//! \retval !0 == empty
//! User must provide this function.
TRICE_INLINE uint32_t triceTxDataRegisterEmptyUartA(void) {
- return LL_USART_IsActiveFlag_TXE(TRICE_UARTA);
+ return LL_USART_IsActiveFlag_TXE(TRICE_UARTA);
}
//! Write value v into trice transmit register.
//! \param v byte to transmit
//! User must provide this function.
TRICE_INLINE void triceTransmitData8UartA(uint8_t v) {
- LL_USART_TransmitData8(TRICE_UARTA, v);
- ToggleOpticalFeedbackLED();
+ LL_USART_TransmitData8(TRICE_UARTA, v);
+ ToggleOpticalFeedbackLED();
}
//! Allow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceEnableTxEmptyInterruptUartA(void) {
- LL_USART_EnableIT_TXE(TRICE_UARTA);
+ LL_USART_EnableIT_TXE(TRICE_UARTA);
}
//! Disallow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceDisableTxEmptyInterruptUartA(void) {
- LL_USART_DisableIT_TXE(TRICE_UARTA);
+ LL_USART_DisableIT_TXE(TRICE_UARTA);
}
#endif // #if TRICE_DEFERRED_UARTA == 1
@@ -54,27 +54,27 @@ TRICE_INLINE void triceDisableTxEmptyInterruptUartA(void) {
//! \retval !0 == empty
//! User must provide this function.
TRICE_INLINE uint32_t triceTxDataRegisterEmptyUartB(void) {
- return LL_USART_IsActiveFlag_TXE(TRICE_UARTB);
+ return LL_USART_IsActiveFlag_TXE(TRICE_UARTB);
}
//! Write value v into trice transmit register.
//! \param v byte to transmit
//! User must provide this function.
TRICE_INLINE void triceTransmitData8UartB(uint8_t v) {
- LL_USART_TransmitData8(TRICE_UARTB, v);
- ToggleOpticalFeedbackLED();
+ LL_USART_TransmitData8(TRICE_UARTB, v);
+ ToggleOpticalFeedbackLED();
}
//! Allow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceEnableTxEmptyInterruptUartB(void) {
- LL_USART_EnableIT_TXE(TRICE_UARTB);
+ LL_USART_EnableIT_TXE(TRICE_UARTB);
}
//! Disallow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceDisableTxEmptyInterruptUartB(void) {
- LL_USART_DisableIT_TXE(TRICE_UARTB);
+ LL_USART_DisableIT_TXE(TRICE_UARTB);
}
#endif // #if TRICE_DEFERRED_UARTB == 1
diff --git a/examples/F030_inst/Core/Src/main.c b/examples/F030_inst/Core/Src/main.c
index 354b1a442..0f54d5a9b 100644
--- a/examples/F030_inst/Core/Src/main.c
+++ b/examples/F030_inst/Core/Src/main.c
@@ -69,8 +69,6 @@ int main(void)
#if !TRICE_OFF
TriceInit(); // This so early, to allow trice logs inside interrupts from the beginning. Only needed for RTT.
TriceHeadLine(" 𝕹𝖀𝕮𝕷𝕰𝕺-F030R8 ");
- LogTriceConfiguration();
- SomeExampleTrices(3);
#endif
/* USER CODE END 1 */
@@ -96,7 +94,9 @@ int main(void)
MX_USART2_UART_Init();
/* USER CODE BEGIN 2 */
#if !TRICE_OFF
- SysTick->CTRL |= SysTick_CTRL_TICKINT_Msk; // enable SysTick interrupt
+ SysTick->CTRL |= SysTick_CTRL_TICKINT_Msk; // enable SysTick interrupt
+ LogTriceConfiguration();
+ SomeExampleTrices(3);
#endif
/* USER CODE END 2 */
diff --git a/examples/F030_inst/F030_inst.code-workspace b/examples/F030_inst/F030_inst.code-workspace
index 9dba55d42..56ad6bd06 100644
--- a/examples/F030_inst/F030_inst.code-workspace
+++ b/examples/F030_inst/F030_inst.code-workspace
@@ -11,6 +11,9 @@
},
{
"path": "../../src"
+ },
+ {
+ "path": "../.."
}
],
"settings": {
diff --git a/examples/F030_inst/OS_Darwin.mak b/examples/F030_inst/OS_Darwin.mak
deleted file mode 100644
index 845e94bb3..000000000
--- a/examples/F030_inst/OS_Darwin.mak
+++ /dev/null
@@ -1,10 +0,0 @@
-# OS_Darwin.mak
-
-export PATH := /usr/bin:/opt/homebrew/bin:$(PATH)
-
-export C_INCLUDE_PATH := \
-/opt/homebrew/Cellar/arm-none-eabi-gcc/14.2.0/lib/gcc/arm-none-eabi/14.2.0/include:\
-/opt/homebrew/Cellar/arm-none-eabi-gcc/14.2.0/lib/gcc/arm-none-eabi/14.2.0/include-fixed
-
-include Makefile
-
diff --git a/examples/F030_inst/OS_Linux.mak b/examples/F030_inst/OS_Linux.mak
deleted file mode 100644
index ba42cca91..000000000
--- a/examples/F030_inst/OS_Linux.mak
+++ /dev/null
@@ -1,6 +0,0 @@
-# OS_Linux.mak
-
-todo
-
-include Makefile
-
diff --git a/examples/F030_inst/OS_Windows.mak b/examples/F030_inst/OS_Windows.mak
deleted file mode 100644
index f6100e76f..000000000
--- a/examples/F030_inst/OS_Windows.mak
+++ /dev/null
@@ -1,10 +0,0 @@
-# OS-Windows.mak
-
-# Put ARM Clang first in path temporary to avoid compiler variants issues.
-export PATH := C:\bin\ArmClang\bin:C:\bin\ArmGNUToolchain\bin:$(PATH)
-
-# ARM Clang uses the ARM GNU toolchain libraries and finds them over C_INCLUDE_PATH.
-export C_INCLUDE_PATH := C:\bin\ArmGNUToolchain\arm-none-eabi\include
-
-include Makefile
-
diff --git a/examples/F030_inst/RTTLogTmux.sh b/examples/F030_inst/RTTLogTmux.sh
new file mode 100755
index 000000000..9630f1563
--- /dev/null
+++ b/examples/F030_inst/RTTLogTmux.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+# Linux: Needs "sudo apt install tmux" or similar done before.
+# Darwin: needs "brew install tmux"
+# Matching CLI values are matching triceConfig.h TRICE_DIRECT_OUTPUT=1 settings in this project.
+
+mkdir -p ./temp
+rm -f ./temp/trice.bin
+touch ./temp/trice.bin
+tmux new -s "tricerttlog" -d "JLinkRTTLogger -Device STM32F030R8 -If SWD -Speed 4000 -RTTChannel 0 ./temp/trice.bin"
+trice log -p FILE -args ./temp/trice.bin -pf none -prefix off -hs off -d16 -ts16 "time:tick #%6d" -showID "deb:%5d" -i ../../demoTIL.json -li ../../demoLI.json -stat
+tmux kill-session -t "tricerttlog"
diff --git a/examples/F030_inst/RTTLogWindows.sh b/examples/F030_inst/RTTLogWindows.sh
new file mode 100644
index 000000000..cdd744b29
--- /dev/null
+++ b/examples/F030_inst/RTTLogWindows.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+
+# Matching CLI values are matching triceConfig.h TRICE_DIRECT_OUTPUT=1 settings in this project.
+
+
+
+
+
+trice.exe log -p jlink -args "-Device STM32F030R8" -pf none -prefix off -hs off -d16 -showID "deb:%5d" -i ../../demoTIL.json -li ../../demoLI.json -stat
diff --git a/examples/F030_inst/ReadMe.md b/examples/F030_inst/ReadMe.md
index 22d8400ae..730df3405 100644
--- a/examples/F030_inst/ReadMe.md
+++ b/examples/F030_inst/ReadMe.md
@@ -1 +1 @@
-# [../docs/TriceUserManual.md/#f030_inst-example](../docs/TriceUserManual.md/#f030_inst-example)
\ No newline at end of file
+# [../docs/TriceUserManual.md/#f030_inst](../docs/TriceUserManual.md/#f030_inst)
\ No newline at end of file
diff --git a/examples/F030_inst/build.sh b/examples/F030_inst/build.sh
old mode 100644
new mode 100755
index de24d831b..8204dc2ca
--- a/examples/F030_inst/build.sh
+++ b/examples/F030_inst/build.sh
@@ -9,18 +9,10 @@ for arg in "$@"; do
done
# Trice is called here and not within make, to guarantee, it is finished before any other job starts.
-trice clean -cache -src ../../_test/testdata -src ../exampleData -src ./Core # Run this first to trigger the used editor to show the Trice IDs cleaned state.
-trice insert -cache -src ../../_test/testdata -src ../exampleData -src ./Core -IDMin 16200 -IDMax 16383 -IDMethod upward # Add project data.
+../../trice_cleanIDs_in_examples_and_test_folder.sh # Run this first to trigger the used editor to show the Trice IDs cleaned state.
+../../trice_insertIDs_in_examples_and_test_folder.sh
-case "$OSTYPE" in
- darwin*) make -j $(sysctl -n hw.ncpu) TRICE_FLAGS="$flags" -f OS_Darwin.mak ;;
- linux*) make -j $(nproc --all) TRICE_FLAGS="$flags" -f OS_Linux.mak ;;
- msys*) make -j $(nproc --all) TRICE_FLAGS="$flags" -f OS_Windows.mak ;;
- cygwin*) make -j $(nproc --all) TRICE_FLAGS="$flags" -f OS_Windows.mak ;;
- *) echo "unknown: $OSTYPE" ;;
- solaris*) echo "SOLARIS not implemented" ;;
- bsd*) echo "BSD not implemented" ;;
-esac
-
-trice clean -cache -src ../../_test/testdata -src ../exampleData -src ./Core # Run this again to get the Trice IDs cleaned state.
+source ../../build_environment.sh
+make $MAKE_JOBS TRICE_FLAGS="$flags"
+../../trice_cleanIDs_in_examples_and_test_folder.sh # Run this again to get the Trice IDs cleaned state.
diff --git a/examples/F030_inst/clean.sh b/examples/F030_inst/clean.sh
deleted file mode 100644
index feea4585e..000000000
--- a/examples/F030_inst/clean.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-# Calling "make clean" does not remove the Trice IDs from the source code but "clean.sh" will do as well.
-trice clean -cache -src ./Core -src ../exampleData -src ../../_test/testdata
-make clean
diff --git a/examples/F030_inst/jlinkgdbserver.sh b/examples/F030_inst/jlinkgdbserver.sh
old mode 100644
new mode 100755
diff --git a/examples/F030_inst/li.json b/examples/F030_inst/li.json
deleted file mode 100644
index af762ddc9..000000000
--- a/examples/F030_inst/li.json
+++ /dev/null
@@ -1,8974 +0,0 @@
-{
- "14000": {
- "File": "triceCheck.c",
- "Line": 34
- },
- "14001": {
- "File": "triceCheck.c",
- "Line": 55
- },
- "14002": {
- "File": "triceCheck.c",
- "Line": 57
- },
- "14003": {
- "File": "triceCheck.c",
- "Line": 59
- },
- "14004": {
- "File": "triceCheck.c",
- "Line": 60
- },
- "14005": {
- "File": "triceCheck.c",
- "Line": 61
- },
- "14006": {
- "File": "triceCheck.c",
- "Line": 137
- },
- "14007": {
- "File": "triceCheck.c",
- "Line": 138
- },
- "14008": {
- "File": "triceCheck.c",
- "Line": 139
- },
- "14009": {
- "File": "triceCheck.c",
- "Line": 140
- },
- "14010": {
- "File": "triceCheck.c",
- "Line": 141
- },
- "14011": {
- "File": "triceCheck.c",
- "Line": 142
- },
- "14012": {
- "File": "triceCheck.c",
- "Line": 143
- },
- "14013": {
- "File": "triceCheck.c",
- "Line": 144
- },
- "14014": {
- "File": "triceCheck.c",
- "Line": 145
- },
- "14015": {
- "File": "triceCheck.c",
- "Line": 146
- },
- "14016": {
- "File": "triceCheck.c",
- "Line": 147
- },
- "14017": {
- "File": "triceCheck.c",
- "Line": 148
- },
- "14018": {
- "File": "triceCheck.c",
- "Line": 149
- },
- "14019": {
- "File": "triceCheck.c",
- "Line": 150
- },
- "14020": {
- "File": "triceCheck.c",
- "Line": 152
- },
- "14021": {
- "File": "triceCheck.c",
- "Line": 153
- },
- "14022": {
- "File": "triceCheck.c",
- "Line": 154
- },
- "14023": {
- "File": "triceCheck.c",
- "Line": 155
- },
- "14024": {
- "File": "triceCheck.c",
- "Line": 156
- },
- "14025": {
- "File": "triceCheck.c",
- "Line": 157
- },
- "14026": {
- "File": "triceCheck.c",
- "Line": 158
- },
- "14027": {
- "File": "triceCheck.c",
- "Line": 159
- },
- "14028": {
- "File": "triceCheck.c",
- "Line": 160
- },
- "14029": {
- "File": "triceCheck.c",
- "Line": 161
- },
- "14030": {
- "File": "triceCheck.c",
- "Line": 162
- },
- "14031": {
- "File": "triceCheck.c",
- "Line": 163
- },
- "14032": {
- "File": "triceCheck.c",
- "Line": 164
- },
- "14033": {
- "File": "triceCheck.c",
- "Line": 165
- },
- "14034": {
- "File": "triceCheck.c",
- "Line": 167
- },
- "14035": {
- "File": "triceCheck.c",
- "Line": 168
- },
- "14036": {
- "File": "triceCheck.c",
- "Line": 169
- },
- "14037": {
- "File": "triceCheck.c",
- "Line": 170
- },
- "14038": {
- "File": "triceCheck.c",
- "Line": 171
- },
- "14039": {
- "File": "triceCheck.c",
- "Line": 172
- },
- "14040": {
- "File": "triceCheck.c",
- "Line": 173
- },
- "14041": {
- "File": "triceCheck.c",
- "Line": 174
- },
- "14042": {
- "File": "triceCheck.c",
- "Line": 175
- },
- "14043": {
- "File": "triceCheck.c",
- "Line": 176
- },
- "14044": {
- "File": "triceCheck.c",
- "Line": 177
- },
- "14045": {
- "File": "triceCheck.c",
- "Line": 178
- },
- "14046": {
- "File": "triceCheck.c",
- "Line": 179
- },
- "14047": {
- "File": "triceCheck.c",
- "Line": 180
- },
- "14048": {
- "File": "triceCheck.c",
- "Line": 182
- },
- "14049": {
- "File": "triceCheck.c",
- "Line": 183
- },
- "14050": {
- "File": "triceCheck.c",
- "Line": 184
- },
- "14051": {
- "File": "triceCheck.c",
- "Line": 185
- },
- "14052": {
- "File": "triceCheck.c",
- "Line": 186
- },
- "14053": {
- "File": "triceCheck.c",
- "Line": 187
- },
- "14054": {
- "File": "triceCheck.c",
- "Line": 188
- },
- "14055": {
- "File": "triceCheck.c",
- "Line": 189
- },
- "14056": {
- "File": "triceCheck.c",
- "Line": 190
- },
- "14057": {
- "File": "triceCheck.c",
- "Line": 191
- },
- "14058": {
- "File": "triceCheck.c",
- "Line": 192
- },
- "14059": {
- "File": "triceCheck.c",
- "Line": 193
- },
- "14060": {
- "File": "triceCheck.c",
- "Line": 194
- },
- "14061": {
- "File": "triceCheck.c",
- "Line": 196
- },
- "14062": {
- "File": "triceCheck.c",
- "Line": 197
- },
- "14063": {
- "File": "triceCheck.c",
- "Line": 199
- },
- "14064": {
- "File": "triceCheck.c",
- "Line": 201
- },
- "14065": {
- "File": "triceCheck.c",
- "Line": 202
- },
- "14066": {
- "File": "triceCheck.c",
- "Line": 203
- },
- "14067": {
- "File": "triceCheck.c",
- "Line": 204
- },
- "14068": {
- "File": "triceCheck.c",
- "Line": 205
- },
- "14069": {
- "File": "triceCheck.c",
- "Line": 206
- },
- "14070": {
- "File": "triceCheck.c",
- "Line": 207
- },
- "14071": {
- "File": "triceCheck.c",
- "Line": 208
- },
- "14072": {
- "File": "triceCheck.c",
- "Line": 209
- },
- "14073": {
- "File": "triceCheck.c",
- "Line": 210
- },
- "14074": {
- "File": "triceCheck.c",
- "Line": 211
- },
- "14075": {
- "File": "triceCheck.c",
- "Line": 212
- },
- "14076": {
- "File": "triceCheck.c",
- "Line": 214
- },
- "14077": {
- "File": "triceCheck.c",
- "Line": 215
- },
- "14078": {
- "File": "triceCheck.c",
- "Line": 217
- },
- "14079": {
- "File": "triceCheck.c",
- "Line": 221
- },
- "14080": {
- "File": "triceCheck.c",
- "Line": 225
- },
- "14081": {
- "File": "triceCheck.c",
- "Line": 226
- },
- "14082": {
- "File": "triceCheck.c",
- "Line": 228
- },
- "14083": {
- "File": "triceCheck.c",
- "Line": 229
- },
- "14084": {
- "File": "triceCheck.c",
- "Line": 231
- },
- "14085": {
- "File": "triceCheck.c",
- "Line": 233
- },
- "14086": {
- "File": "triceCheck.c",
- "Line": 235
- },
- "14087": {
- "File": "triceCheck.c",
- "Line": 237
- },
- "14088": {
- "File": "triceCheck.c",
- "Line": 240
- },
- "14089": {
- "File": "triceCheck.c",
- "Line": 242
- },
- "14090": {
- "File": "triceCheck.c",
- "Line": 243
- },
- "14091": {
- "File": "triceCheck.c",
- "Line": 245
- },
- "14092": {
- "File": "triceCheck.c",
- "Line": 246
- },
- "14093": {
- "File": "triceCheck.c",
- "Line": 247
- },
- "14094": {
- "File": "triceCheck.c",
- "Line": 248
- },
- "14095": {
- "File": "triceCheck.c",
- "Line": 249
- },
- "14096": {
- "File": "triceCheck.c",
- "Line": 251
- },
- "14097": {
- "File": "triceCheck.c",
- "Line": 252
- },
- "14098": {
- "File": "triceCheck.c",
- "Line": 253
- },
- "14099": {
- "File": "triceCheck.c",
- "Line": 254
- },
- "14100": {
- "File": "triceCheck.c",
- "Line": 256
- },
- "14101": {
- "File": "triceCheck.c",
- "Line": 257
- },
- "14102": {
- "File": "triceCheck.c",
- "Line": 258
- },
- "14103": {
- "File": "triceCheck.c",
- "Line": 259
- },
- "14104": {
- "File": "triceCheck.c",
- "Line": 261
- },
- "14105": {
- "File": "triceCheck.c",
- "Line": 262
- },
- "14106": {
- "File": "triceCheck.c",
- "Line": 263
- },
- "14107": {
- "File": "triceCheck.c",
- "Line": 264
- },
- "14108": {
- "File": "triceCheck.c",
- "Line": 266
- },
- "14109": {
- "File": "triceCheck.c",
- "Line": 267
- },
- "14110": {
- "File": "triceCheck.c",
- "Line": 268
- },
- "14111": {
- "File": "triceCheck.c",
- "Line": 269
- },
- "14112": {
- "File": "triceCheck.c",
- "Line": 271
- },
- "14113": {
- "File": "triceCheck.c",
- "Line": 272
- },
- "14114": {
- "File": "triceCheck.c",
- "Line": 273
- },
- "14115": {
- "File": "triceCheck.c",
- "Line": 274
- },
- "14116": {
- "File": "triceCheck.c",
- "Line": 275
- },
- "14117": {
- "File": "triceCheck.c",
- "Line": 276
- },
- "14118": {
- "File": "triceCheck.c",
- "Line": 277
- },
- "14119": {
- "File": "triceCheck.c",
- "Line": 279
- },
- "14120": {
- "File": "triceCheck.c",
- "Line": 280
- },
- "14121": {
- "File": "triceCheck.c",
- "Line": 281
- },
- "14122": {
- "File": "triceCheck.c",
- "Line": 282
- },
- "14123": {
- "File": "triceCheck.c",
- "Line": 283
- },
- "14124": {
- "File": "triceCheck.c",
- "Line": 284
- },
- "14125": {
- "File": "triceCheck.c",
- "Line": 285
- },
- "14126": {
- "File": "triceCheck.c",
- "Line": 287
- },
- "14127": {
- "File": "triceCheck.c",
- "Line": 288
- },
- "14128": {
- "File": "triceCheck.c",
- "Line": 289
- },
- "14129": {
- "File": "triceCheck.c",
- "Line": 290
- },
- "14130": {
- "File": "triceCheck.c",
- "Line": 291
- },
- "14131": {
- "File": "triceCheck.c",
- "Line": 292
- },
- "14132": {
- "File": "triceCheck.c",
- "Line": 293
- },
- "14133": {
- "File": "triceCheck.c",
- "Line": 294
- },
- "14134": {
- "File": "triceCheck.c",
- "Line": 295
- },
- "14135": {
- "File": "triceCheck.c",
- "Line": 296
- },
- "14136": {
- "File": "triceCheck.c",
- "Line": 299
- },
- "14137": {
- "File": "triceCheck.c",
- "Line": 300
- },
- "14138": {
- "File": "triceCheck.c",
- "Line": 301
- },
- "14139": {
- "File": "triceCheck.c",
- "Line": 302
- },
- "14140": {
- "File": "triceCheck.c",
- "Line": 303
- },
- "14141": {
- "File": "triceCheck.c",
- "Line": 304
- },
- "14142": {
- "File": "triceCheck.c",
- "Line": 305
- },
- "14143": {
- "File": "triceCheck.c",
- "Line": 306
- },
- "14144": {
- "File": "triceCheck.c",
- "Line": 307
- },
- "14145": {
- "File": "triceCheck.c",
- "Line": 308
- },
- "14146": {
- "File": "triceCheck.c",
- "Line": 309
- },
- "14147": {
- "File": "triceCheck.c",
- "Line": 310
- },
- "14148": {
- "File": "triceCheck.c",
- "Line": 312
- },
- "14149": {
- "File": "triceCheck.c",
- "Line": 314
- },
- "14150": {
- "File": "triceCheck.c",
- "Line": 315
- },
- "14151": {
- "File": "triceCheck.c",
- "Line": 316
- },
- "14152": {
- "File": "triceCheck.c",
- "Line": 319
- },
- "14153": {
- "File": "triceCheck.c",
- "Line": 321
- },
- "14154": {
- "File": "triceCheck.c",
- "Line": 322
- },
- "14155": {
- "File": "triceCheck.c",
- "Line": 324
- },
- "14156": {
- "File": "triceCheck.c",
- "Line": 325
- },
- "14157": {
- "File": "triceCheck.c",
- "Line": 326
- },
- "14158": {
- "File": "triceCheck.c",
- "Line": 327
- },
- "14159": {
- "File": "triceCheck.c",
- "Line": 328
- },
- "14160": {
- "File": "triceCheck.c",
- "Line": 329
- },
- "14161": {
- "File": "triceCheck.c",
- "Line": 330
- },
- "14162": {
- "File": "triceCheck.c",
- "Line": 331
- },
- "14163": {
- "File": "triceCheck.c",
- "Line": 332
- },
- "14164": {
- "File": "triceCheck.c",
- "Line": 333
- },
- "14165": {
- "File": "triceCheck.c",
- "Line": 334
- },
- "14166": {
- "File": "triceCheck.c",
- "Line": 335
- },
- "14167": {
- "File": "triceCheck.c",
- "Line": 336
- },
- "14168": {
- "File": "triceCheck.c",
- "Line": 337
- },
- "14169": {
- "File": "triceCheck.c",
- "Line": 339
- },
- "14170": {
- "File": "triceCheck.c",
- "Line": 341
- },
- "14171": {
- "File": "triceCheck.c",
- "Line": 342
- },
- "14172": {
- "File": "triceCheck.c",
- "Line": 343
- },
- "14173": {
- "File": "triceCheck.c",
- "Line": 344
- },
- "14174": {
- "File": "triceCheck.c",
- "Line": 345
- },
- "14175": {
- "File": "triceCheck.c",
- "Line": 346
- },
- "14176": {
- "File": "triceCheck.c",
- "Line": 348
- },
- "14177": {
- "File": "triceCheck.c",
- "Line": 349
- },
- "14178": {
- "File": "triceCheck.c",
- "Line": 350
- },
- "14179": {
- "File": "triceCheck.c",
- "Line": 351
- },
- "14180": {
- "File": "triceCheck.c",
- "Line": 352
- },
- "14181": {
- "File": "triceCheck.c",
- "Line": 353
- },
- "14182": {
- "File": "triceCheck.c",
- "Line": 355
- },
- "14183": {
- "File": "triceCheck.c",
- "Line": 356
- },
- "14184": {
- "File": "triceCheck.c",
- "Line": 357
- },
- "14185": {
- "File": "triceCheck.c",
- "Line": 358
- },
- "14186": {
- "File": "triceCheck.c",
- "Line": 359
- },
- "14187": {
- "File": "triceCheck.c",
- "Line": 360
- },
- "14188": {
- "File": "triceCheck.c",
- "Line": 361
- },
- "14189": {
- "File": "triceCheck.c",
- "Line": 363
- },
- "14190": {
- "File": "triceCheck.c",
- "Line": 364
- },
- "14191": {
- "File": "triceCheck.c",
- "Line": 365
- },
- "14192": {
- "File": "triceCheck.c",
- "Line": 366
- },
- "14193": {
- "File": "triceCheck.c",
- "Line": 367
- },
- "14194": {
- "File": "triceCheck.c",
- "Line": 368
- },
- "14195": {
- "File": "triceCheck.c",
- "Line": 370
- },
- "14196": {
- "File": "triceCheck.c",
- "Line": 371
- },
- "14197": {
- "File": "triceCheck.c",
- "Line": 372
- },
- "14198": {
- "File": "triceCheck.c",
- "Line": 373
- },
- "14199": {
- "File": "triceCheck.c",
- "Line": 375
- },
- "14200": {
- "File": "triceCheck.c",
- "Line": 376
- },
- "14201": {
- "File": "triceCheck.c",
- "Line": 377
- },
- "14202": {
- "File": "triceCheck.c",
- "Line": 378
- },
- "14203": {
- "File": "triceCheck.c",
- "Line": 379
- },
- "14204": {
- "File": "triceCheck.c",
- "Line": 380
- },
- "14205": {
- "File": "triceCheck.c",
- "Line": 381
- },
- "14206": {
- "File": "triceCheck.c",
- "Line": 382
- },
- "14207": {
- "File": "triceCheck.c",
- "Line": 383
- },
- "14208": {
- "File": "triceCheck.c",
- "Line": 385
- },
- "14209": {
- "File": "triceCheck.c",
- "Line": 386
- },
- "14210": {
- "File": "triceCheck.c",
- "Line": 387
- },
- "14211": {
- "File": "triceCheck.c",
- "Line": 388
- },
- "14212": {
- "File": "triceCheck.c",
- "Line": 389
- },
- "14213": {
- "File": "triceCheck.c",
- "Line": 390
- },
- "14214": {
- "File": "triceCheck.c",
- "Line": 391
- },
- "14215": {
- "File": "triceCheck.c",
- "Line": 392
- },
- "14216": {
- "File": "triceCheck.c",
- "Line": 393
- },
- "14217": {
- "File": "triceCheck.c",
- "Line": 395
- },
- "14218": {
- "File": "triceCheck.c",
- "Line": 396
- },
- "14219": {
- "File": "triceCheck.c",
- "Line": 397
- },
- "14220": {
- "File": "triceCheck.c",
- "Line": 398
- },
- "14221": {
- "File": "triceCheck.c",
- "Line": 399
- },
- "14222": {
- "File": "triceCheck.c",
- "Line": 400
- },
- "14223": {
- "File": "triceCheck.c",
- "Line": 401
- },
- "14224": {
- "File": "triceCheck.c",
- "Line": 402
- },
- "14225": {
- "File": "triceCheck.c",
- "Line": 403
- },
- "14226": {
- "File": "triceCheck.c",
- "Line": 405
- },
- "14227": {
- "File": "triceCheck.c",
- "Line": 406
- },
- "14228": {
- "File": "triceCheck.c",
- "Line": 407
- },
- "14229": {
- "File": "triceCheck.c",
- "Line": 408
- },
- "14230": {
- "File": "triceCheck.c",
- "Line": 409
- },
- "14231": {
- "File": "triceCheck.c",
- "Line": 410
- },
- "14232": {
- "File": "triceCheck.c",
- "Line": 411
- },
- "14233": {
- "File": "triceCheck.c",
- "Line": 412
- },
- "14234": {
- "File": "triceCheck.c",
- "Line": 413
- },
- "14235": {
- "File": "triceCheck.c",
- "Line": 414
- },
- "14236": {
- "File": "triceCheck.c",
- "Line": 415
- },
- "14237": {
- "File": "triceCheck.c",
- "Line": 416
- },
- "14238": {
- "File": "triceCheck.c",
- "Line": 417
- },
- "14239": {
- "File": "triceCheck.c",
- "Line": 418
- },
- "14240": {
- "File": "triceCheck.c",
- "Line": 419
- },
- "14241": {
- "File": "triceCheck.c",
- "Line": 420
- },
- "14242": {
- "File": "triceCheck.c",
- "Line": 421
- },
- "14243": {
- "File": "triceCheck.c",
- "Line": 422
- },
- "14244": {
- "File": "triceCheck.c",
- "Line": 423
- },
- "14245": {
- "File": "triceCheck.c",
- "Line": 424
- },
- "14246": {
- "File": "triceCheck.c",
- "Line": 425
- },
- "14247": {
- "File": "triceCheck.c",
- "Line": 426
- },
- "14248": {
- "File": "triceCheck.c",
- "Line": 428
- },
- "14249": {
- "File": "triceCheck.c",
- "Line": 429
- },
- "14250": {
- "File": "triceCheck.c",
- "Line": 430
- },
- "14251": {
- "File": "triceCheck.c",
- "Line": 431
- },
- "14252": {
- "File": "triceCheck.c",
- "Line": 432
- },
- "14253": {
- "File": "triceCheck.c",
- "Line": 433
- },
- "14254": {
- "File": "triceCheck.c",
- "Line": 434
- },
- "14255": {
- "File": "triceCheck.c",
- "Line": 435
- },
- "14256": {
- "File": "triceCheck.c",
- "Line": 436
- },
- "14257": {
- "File": "triceCheck.c",
- "Line": 437
- },
- "14258": {
- "File": "triceCheck.c",
- "Line": 438
- },
- "14259": {
- "File": "triceCheck.c",
- "Line": 439
- },
- "14260": {
- "File": "triceCheck.c",
- "Line": 441
- },
- "14261": {
- "File": "triceCheck.c",
- "Line": 444
- },
- "14262": {
- "File": "triceCheck.c",
- "Line": 452
- },
- "14263": {
- "File": "triceCheck.c",
- "Line": 456
- },
- "14264": {
- "File": "triceCheck.c",
- "Line": 458
- },
- "14265": {
- "File": "triceCheck.c",
- "Line": 459
- },
- "14266": {
- "File": "triceCheck.c",
- "Line": 460
- },
- "14267": {
- "File": "triceCheck.c",
- "Line": 461
- },
- "14268": {
- "File": "triceCheck.c",
- "Line": 462
- },
- "14269": {
- "File": "triceCheck.c",
- "Line": 463
- },
- "14270": {
- "File": "triceCheck.c",
- "Line": 464
- },
- "14271": {
- "File": "triceCheck.c",
- "Line": 465
- },
- "14272": {
- "File": "triceCheck.c",
- "Line": 466
- },
- "14273": {
- "File": "triceCheck.c",
- "Line": 467
- },
- "14274": {
- "File": "triceCheck.c",
- "Line": 468
- },
- "14275": {
- "File": "triceCheck.c",
- "Line": 470
- },
- "14276": {
- "File": "triceCheck.c",
- "Line": 472
- },
- "14277": {
- "File": "triceCheck.c",
- "Line": 473
- },
- "14278": {
- "File": "triceCheck.c",
- "Line": 474
- },
- "14279": {
- "File": "triceCheck.c",
- "Line": 475
- },
- "14280": {
- "File": "triceCheck.c",
- "Line": 476
- },
- "14281": {
- "File": "triceCheck.c",
- "Line": 478
- },
- "14282": {
- "File": "triceCheck.c",
- "Line": 479
- },
- "14283": {
- "File": "triceCheck.c",
- "Line": 481
- },
- "14284": {
- "File": "triceCheck.c",
- "Line": 482
- },
- "14285": {
- "File": "triceCheck.c",
- "Line": 483
- },
- "14286": {
- "File": "triceCheck.c",
- "Line": 484
- },
- "14287": {
- "File": "triceCheck.c",
- "Line": 485
- },
- "14288": {
- "File": "triceCheck.c",
- "Line": 486
- },
- "14289": {
- "File": "triceCheck.c",
- "Line": 488
- },
- "14290": {
- "File": "triceCheck.c",
- "Line": 490
- },
- "14291": {
- "File": "triceCheck.c",
- "Line": 491
- },
- "14292": {
- "File": "triceCheck.c",
- "Line": 492
- },
- "14293": {
- "File": "triceCheck.c",
- "Line": 493
- },
- "14294": {
- "File": "triceCheck.c",
- "Line": 494
- },
- "14295": {
- "File": "triceCheck.c",
- "Line": 495
- },
- "14296": {
- "File": "triceCheck.c",
- "Line": 497
- },
- "14297": {
- "File": "triceCheck.c",
- "Line": 498
- },
- "14298": {
- "File": "triceCheck.c",
- "Line": 499
- },
- "14299": {
- "File": "triceCheck.c",
- "Line": 500
- },
- "14300": {
- "File": "triceCheck.c",
- "Line": 501
- },
- "14301": {
- "File": "triceCheck.c",
- "Line": 502
- },
- "14302": {
- "File": "triceCheck.c",
- "Line": 504
- },
- "14303": {
- "File": "triceCheck.c",
- "Line": 505
- },
- "14304": {
- "File": "triceCheck.c",
- "Line": 506
- },
- "14305": {
- "File": "triceCheck.c",
- "Line": 507
- },
- "14306": {
- "File": "triceCheck.c",
- "Line": 508
- },
- "14307": {
- "File": "triceCheck.c",
- "Line": 509
- },
- "14308": {
- "File": "triceCheck.c",
- "Line": 510
- },
- "14309": {
- "File": "triceCheck.c",
- "Line": 512
- },
- "14310": {
- "File": "triceCheck.c",
- "Line": 516
- },
- "14311": {
- "File": "triceCheck.c",
- "Line": 517
- },
- "14312": {
- "File": "triceCheck.c",
- "Line": 518
- },
- "14313": {
- "File": "triceCheck.c",
- "Line": 520
- },
- "14314": {
- "File": "triceCheck.c",
- "Line": 522
- },
- "14315": {
- "File": "triceCheck.c",
- "Line": 528
- },
- "14316": {
- "File": "triceCheck.c",
- "Line": 529
- },
- "14317": {
- "File": "triceCheck.c",
- "Line": 538
- },
- "14318": {
- "File": "triceCheck.c",
- "Line": 539
- },
- "14319": {
- "File": "triceCheck.c",
- "Line": 552
- },
- "14320": {
- "File": "triceCheck.c",
- "Line": 553
- },
- "14321": {
- "File": "triceCheck.c",
- "Line": 569
- },
- "14322": {
- "File": "triceCheck.c",
- "Line": 570
- },
- "14323": {
- "File": "triceCheck.c",
- "Line": 594
- },
- "14324": {
- "File": "triceCheck.c",
- "Line": 595
- },
- "14325": {
- "File": "triceCheck.c",
- "Line": 601
- },
- "14326": {
- "File": "triceCheck.c",
- "Line": 602
- },
- "14327": {
- "File": "triceCheck.c",
- "Line": 603
- },
- "14328": {
- "File": "triceCheck.c",
- "Line": 604
- },
- "14329": {
- "File": "triceCheck.c",
- "Line": 605
- },
- "14330": {
- "File": "triceCheck.c",
- "Line": 606
- },
- "14331": {
- "File": "triceCheck.c",
- "Line": 608
- },
- "14332": {
- "File": "triceCheck.c",
- "Line": 609
- },
- "14333": {
- "File": "triceCheck.c",
- "Line": 610
- },
- "14334": {
- "File": "triceCheck.c",
- "Line": 611
- },
- "14335": {
- "File": "triceCheck.c",
- "Line": 612
- },
- "14336": {
- "File": "triceCheck.c",
- "Line": 613
- },
- "14337": {
- "File": "triceCheck.c",
- "Line": 615
- },
- "14338": {
- "File": "triceCheck.c",
- "Line": 616
- },
- "14339": {
- "File": "triceCheck.c",
- "Line": 617
- },
- "14340": {
- "File": "triceCheck.c",
- "Line": 618
- },
- "14341": {
- "File": "triceCheck.c",
- "Line": 619
- },
- "14342": {
- "File": "triceCheck.c",
- "Line": 620
- },
- "14343": {
- "File": "triceCheck.c",
- "Line": 621
- },
- "14344": {
- "File": "triceCheck.c",
- "Line": 622
- },
- "14345": {
- "File": "triceCheck.c",
- "Line": 623
- },
- "14346": {
- "File": "triceCheck.c",
- "Line": 624
- },
- "14347": {
- "File": "triceCheck.c",
- "Line": 625
- },
- "14348": {
- "File": "triceCheck.c",
- "Line": 626
- },
- "14349": {
- "File": "triceCheck.c",
- "Line": 627
- },
- "14350": {
- "File": "triceCheck.c",
- "Line": 629
- },
- "14351": {
- "File": "triceCheck.c",
- "Line": 630
- },
- "14352": {
- "File": "triceCheck.c",
- "Line": 631
- },
- "14353": {
- "File": "triceCheck.c",
- "Line": 632
- },
- "14354": {
- "File": "triceCheck.c",
- "Line": 633
- },
- "14355": {
- "File": "triceCheck.c",
- "Line": 634
- },
- "14356": {
- "File": "triceCheck.c",
- "Line": 635
- },
- "14357": {
- "File": "triceCheck.c",
- "Line": 636
- },
- "14358": {
- "File": "triceCheck.c",
- "Line": 637
- },
- "14359": {
- "File": "triceCheck.c",
- "Line": 638
- },
- "14360": {
- "File": "triceCheck.c",
- "Line": 639
- },
- "14361": {
- "File": "triceCheck.c",
- "Line": 640
- },
- "14362": {
- "File": "triceCheck.c",
- "Line": 641
- },
- "14363": {
- "File": "triceCheck.c",
- "Line": 642
- },
- "14364": {
- "File": "triceCheck.c",
- "Line": 643
- },
- "14365": {
- "File": "triceCheck.c",
- "Line": 645
- },
- "14366": {
- "File": "triceCheck.c",
- "Line": 646
- },
- "14367": {
- "File": "triceCheck.c",
- "Line": 647
- },
- "14368": {
- "File": "triceCheck.c",
- "Line": 648
- },
- "14369": {
- "File": "triceCheck.c",
- "Line": 649
- },
- "14370": {
- "File": "triceCheck.c",
- "Line": 650
- },
- "14371": {
- "File": "triceCheck.c",
- "Line": 651
- },
- "14372": {
- "File": "triceCheck.c",
- "Line": 652
- },
- "14373": {
- "File": "triceCheck.c",
- "Line": 653
- },
- "14374": {
- "File": "triceCheck.c",
- "Line": 654
- },
- "14375": {
- "File": "triceCheck.c",
- "Line": 655
- },
- "14376": {
- "File": "triceCheck.c",
- "Line": 656
- },
- "14377": {
- "File": "triceCheck.c",
- "Line": 657
- },
- "14378": {
- "File": "triceCheck.c",
- "Line": 658
- },
- "14379": {
- "File": "triceCheck.c",
- "Line": 659
- },
- "14380": {
- "File": "triceCheck.c",
- "Line": 661
- },
- "14381": {
- "File": "triceCheck.c",
- "Line": 662
- },
- "14382": {
- "File": "triceCheck.c",
- "Line": 663
- },
- "14383": {
- "File": "triceCheck.c",
- "Line": 664
- },
- "14384": {
- "File": "triceCheck.c",
- "Line": 665
- },
- "14385": {
- "File": "triceCheck.c",
- "Line": 666
- },
- "14386": {
- "File": "triceCheck.c",
- "Line": 667
- },
- "14387": {
- "File": "triceCheck.c",
- "Line": 668
- },
- "14388": {
- "File": "triceCheck.c",
- "Line": 669
- },
- "14389": {
- "File": "triceCheck.c",
- "Line": 670
- },
- "14390": {
- "File": "triceCheck.c",
- "Line": 671
- },
- "14391": {
- "File": "triceCheck.c",
- "Line": 672
- },
- "14392": {
- "File": "triceCheck.c",
- "Line": 673
- },
- "14393": {
- "File": "triceCheck.c",
- "Line": 674
- },
- "14394": {
- "File": "triceCheck.c",
- "Line": 675
- },
- "14395": {
- "File": "triceCheck.c",
- "Line": 677
- },
- "14396": {
- "File": "triceCheck.c",
- "Line": 678
- },
- "14397": {
- "File": "triceCheck.c",
- "Line": 679
- },
- "14398": {
- "File": "triceCheck.c",
- "Line": 680
- },
- "14399": {
- "File": "triceCheck.c",
- "Line": 681
- },
- "14400": {
- "File": "triceCheck.c",
- "Line": 682
- },
- "14401": {
- "File": "triceCheck.c",
- "Line": 683
- },
- "14402": {
- "File": "triceCheck.c",
- "Line": 684
- },
- "14403": {
- "File": "triceCheck.c",
- "Line": 685
- },
- "14404": {
- "File": "triceCheck.c",
- "Line": 686
- },
- "14405": {
- "File": "triceCheck.c",
- "Line": 687
- },
- "14406": {
- "File": "triceCheck.c",
- "Line": 688
- },
- "14407": {
- "File": "triceCheck.c",
- "Line": 689
- },
- "14408": {
- "File": "triceCheck.c",
- "Line": 690
- },
- "14409": {
- "File": "triceCheck.c",
- "Line": 691
- },
- "14410": {
- "File": "triceCheck.c",
- "Line": 692
- },
- "14411": {
- "File": "triceCheck.c",
- "Line": 693
- },
- "14412": {
- "File": "triceCheck.c",
- "Line": 694
- },
- "14413": {
- "File": "triceCheck.c",
- "Line": 695
- },
- "14414": {
- "File": "triceCheck.c",
- "Line": 696
- },
- "14415": {
- "File": "triceCheck.c",
- "Line": 697
- },
- "14416": {
- "File": "triceCheck.c",
- "Line": 699
- },
- "14417": {
- "File": "triceCheck.c",
- "Line": 700
- },
- "14418": {
- "File": "triceCheck.c",
- "Line": 701
- },
- "14419": {
- "File": "triceCheck.c",
- "Line": 703
- },
- "14420": {
- "File": "triceCheck.c",
- "Line": 704
- },
- "14421": {
- "File": "triceCheck.c",
- "Line": 705
- },
- "14422": {
- "File": "triceCheck.c",
- "Line": 707
- },
- "14423": {
- "File": "triceCheck.c",
- "Line": 708
- },
- "14424": {
- "File": "triceCheck.c",
- "Line": 709
- },
- "14425": {
- "File": "triceCheck.c",
- "Line": 711
- },
- "14426": {
- "File": "triceCheck.c",
- "Line": 712
- },
- "14427": {
- "File": "triceCheck.c",
- "Line": 713
- },
- "14428": {
- "File": "triceCheck.c",
- "Line": 715
- },
- "14429": {
- "File": "triceCheck.c",
- "Line": 716
- },
- "14430": {
- "File": "triceCheck.c",
- "Line": 717
- },
- "14431": {
- "File": "triceCheck.c",
- "Line": 719
- },
- "14432": {
- "File": "triceCheck.c",
- "Line": 720
- },
- "14433": {
- "File": "triceCheck.c",
- "Line": 721
- },
- "14434": {
- "File": "triceCheck.c",
- "Line": 722
- },
- "14435": {
- "File": "triceCheck.c",
- "Line": 723
- },
- "14436": {
- "File": "triceCheck.c",
- "Line": 724
- },
- "14437": {
- "File": "triceCheck.c",
- "Line": 725
- },
- "14438": {
- "File": "triceCheck.c",
- "Line": 726
- },
- "14439": {
- "File": "triceCheck.c",
- "Line": 727
- },
- "14440": {
- "File": "triceCheck.c",
- "Line": 728
- },
- "14441": {
- "File": "triceCheck.c",
- "Line": 729
- },
- "14442": {
- "File": "triceCheck.c",
- "Line": 730
- },
- "14443": {
- "File": "triceCheck.c",
- "Line": 732
- },
- "14444": {
- "File": "triceCheck.c",
- "Line": 733
- },
- "14445": {
- "File": "triceCheck.c",
- "Line": 734
- },
- "14446": {
- "File": "triceCheck.c",
- "Line": 735
- },
- "14447": {
- "File": "triceCheck.c",
- "Line": 736
- },
- "14448": {
- "File": "triceCheck.c",
- "Line": 737
- },
- "14449": {
- "File": "triceCheck.c",
- "Line": 738
- },
- "14450": {
- "File": "triceCheck.c",
- "Line": 739
- },
- "14451": {
- "File": "triceCheck.c",
- "Line": 740
- },
- "14452": {
- "File": "triceCheck.c",
- "Line": 741
- },
- "14453": {
- "File": "triceCheck.c",
- "Line": 742
- },
- "14454": {
- "File": "triceCheck.c",
- "Line": 743
- },
- "14455": {
- "File": "triceCheck.c",
- "Line": 745
- },
- "14456": {
- "File": "triceCheck.c",
- "Line": 746
- },
- "14457": {
- "File": "triceCheck.c",
- "Line": 747
- },
- "14458": {
- "File": "triceCheck.c",
- "Line": 748
- },
- "14459": {
- "File": "triceCheck.c",
- "Line": 749
- },
- "14460": {
- "File": "triceCheck.c",
- "Line": 750
- },
- "14461": {
- "File": "triceCheck.c",
- "Line": 751
- },
- "14462": {
- "File": "triceCheck.c",
- "Line": 752
- },
- "14463": {
- "File": "triceCheck.c",
- "Line": 753
- },
- "14464": {
- "File": "triceCheck.c",
- "Line": 754
- },
- "14465": {
- "File": "triceCheck.c",
- "Line": 755
- },
- "14466": {
- "File": "triceCheck.c",
- "Line": 756
- },
- "14467": {
- "File": "triceCheck.c",
- "Line": 758
- },
- "14468": {
- "File": "triceCheck.c",
- "Line": 759
- },
- "14469": {
- "File": "triceCheck.c",
- "Line": 760
- },
- "14470": {
- "File": "triceCheck.c",
- "Line": 761
- },
- "14471": {
- "File": "triceCheck.c",
- "Line": 762
- },
- "14472": {
- "File": "triceCheck.c",
- "Line": 763
- },
- "14473": {
- "File": "triceCheck.c",
- "Line": 764
- },
- "14474": {
- "File": "triceCheck.c",
- "Line": 765
- },
- "14475": {
- "File": "triceCheck.c",
- "Line": 766
- },
- "14476": {
- "File": "triceCheck.c",
- "Line": 767
- },
- "14477": {
- "File": "triceCheck.c",
- "Line": 768
- },
- "14478": {
- "File": "triceCheck.c",
- "Line": 769
- },
- "14479": {
- "File": "triceCheck.c",
- "Line": 773
- },
- "14480": {
- "File": "triceCheck.c",
- "Line": 774
- },
- "14481": {
- "File": "triceCheck.c",
- "Line": 775
- },
- "14482": {
- "File": "triceCheck.c",
- "Line": 776
- },
- "14483": {
- "File": "triceCheck.c",
- "Line": 777
- },
- "14484": {
- "File": "triceCheck.c",
- "Line": 778
- },
- "14485": {
- "File": "triceCheck.c",
- "Line": 779
- },
- "14486": {
- "File": "triceCheck.c",
- "Line": 780
- },
- "14487": {
- "File": "triceCheck.c",
- "Line": 781
- },
- "14488": {
- "File": "triceCheck.c",
- "Line": 782
- },
- "14489": {
- "File": "triceCheck.c",
- "Line": 783
- },
- "14490": {
- "File": "triceCheck.c",
- "Line": 784
- },
- "14491": {
- "File": "triceCheck.c",
- "Line": 786
- },
- "14492": {
- "File": "triceCheck.c",
- "Line": 787
- },
- "14493": {
- "File": "triceCheck.c",
- "Line": 788
- },
- "14494": {
- "File": "triceCheck.c",
- "Line": 789
- },
- "14495": {
- "File": "triceCheck.c",
- "Line": 790
- },
- "14496": {
- "File": "triceCheck.c",
- "Line": 791
- },
- "14497": {
- "File": "triceCheck.c",
- "Line": 792
- },
- "14498": {
- "File": "triceCheck.c",
- "Line": 793
- },
- "14499": {
- "File": "triceCheck.c",
- "Line": 794
- },
- "14500": {
- "File": "triceCheck.c",
- "Line": 795
- },
- "14501": {
- "File": "triceCheck.c",
- "Line": 796
- },
- "14502": {
- "File": "triceCheck.c",
- "Line": 797
- },
- "14503": {
- "File": "triceCheck.c",
- "Line": 799
- },
- "14504": {
- "File": "triceCheck.c",
- "Line": 800
- },
- "14505": {
- "File": "triceCheck.c",
- "Line": 801
- },
- "14506": {
- "File": "triceCheck.c",
- "Line": 802
- },
- "14507": {
- "File": "triceCheck.c",
- "Line": 803
- },
- "14508": {
- "File": "triceCheck.c",
- "Line": 804
- },
- "14509": {
- "File": "triceCheck.c",
- "Line": 805
- },
- "14510": {
- "File": "triceCheck.c",
- "Line": 806
- },
- "14511": {
- "File": "triceCheck.c",
- "Line": 807
- },
- "14512": {
- "File": "triceCheck.c",
- "Line": 808
- },
- "14513": {
- "File": "triceCheck.c",
- "Line": 809
- },
- "14514": {
- "File": "triceCheck.c",
- "Line": 810
- },
- "14515": {
- "File": "triceCheck.c",
- "Line": 812
- },
- "14516": {
- "File": "triceCheck.c",
- "Line": 813
- },
- "14517": {
- "File": "triceCheck.c",
- "Line": 814
- },
- "14518": {
- "File": "triceCheck.c",
- "Line": 815
- },
- "14519": {
- "File": "triceCheck.c",
- "Line": 816
- },
- "14520": {
- "File": "triceCheck.c",
- "Line": 817
- },
- "14521": {
- "File": "triceCheck.c",
- "Line": 818
- },
- "14522": {
- "File": "triceCheck.c",
- "Line": 819
- },
- "14523": {
- "File": "triceCheck.c",
- "Line": 820
- },
- "14524": {
- "File": "triceCheck.c",
- "Line": 821
- },
- "14525": {
- "File": "triceCheck.c",
- "Line": 822
- },
- "14526": {
- "File": "triceCheck.c",
- "Line": 823
- },
- "14527": {
- "File": "triceCheck.c",
- "Line": 825
- },
- "14528": {
- "File": "triceCheck.c",
- "Line": 826
- },
- "14529": {
- "File": "triceCheck.c",
- "Line": 827
- },
- "14530": {
- "File": "triceCheck.c",
- "Line": 828
- },
- "14531": {
- "File": "triceCheck.c",
- "Line": 829
- },
- "14532": {
- "File": "triceCheck.c",
- "Line": 830
- },
- "14533": {
- "File": "triceCheck.c",
- "Line": 831
- },
- "14534": {
- "File": "triceCheck.c",
- "Line": 832
- },
- "14535": {
- "File": "triceCheck.c",
- "Line": 833
- },
- "14536": {
- "File": "triceCheck.c",
- "Line": 834
- },
- "14537": {
- "File": "triceCheck.c",
- "Line": 835
- },
- "14538": {
- "File": "triceCheck.c",
- "Line": 836
- },
- "14539": {
- "File": "triceCheck.c",
- "Line": 838
- },
- "14540": {
- "File": "triceCheck.c",
- "Line": 839
- },
- "14541": {
- "File": "triceCheck.c",
- "Line": 840
- },
- "14542": {
- "File": "triceCheck.c",
- "Line": 841
- },
- "14543": {
- "File": "triceCheck.c",
- "Line": 842
- },
- "14544": {
- "File": "triceCheck.c",
- "Line": 843
- },
- "14545": {
- "File": "triceCheck.c",
- "Line": 844
- },
- "14546": {
- "File": "triceCheck.c",
- "Line": 845
- },
- "14547": {
- "File": "triceCheck.c",
- "Line": 846
- },
- "14548": {
- "File": "triceCheck.c",
- "Line": 847
- },
- "14549": {
- "File": "triceCheck.c",
- "Line": 848
- },
- "14550": {
- "File": "triceCheck.c",
- "Line": 849
- },
- "14551": {
- "File": "triceCheck.c",
- "Line": 851
- },
- "14552": {
- "File": "triceCheck.c",
- "Line": 852
- },
- "14553": {
- "File": "triceCheck.c",
- "Line": 853
- },
- "14554": {
- "File": "triceCheck.c",
- "Line": 854
- },
- "14555": {
- "File": "triceCheck.c",
- "Line": 855
- },
- "14556": {
- "File": "triceCheck.c",
- "Line": 856
- },
- "14557": {
- "File": "triceCheck.c",
- "Line": 857
- },
- "14558": {
- "File": "triceCheck.c",
- "Line": 858
- },
- "14559": {
- "File": "triceCheck.c",
- "Line": 859
- },
- "14560": {
- "File": "triceCheck.c",
- "Line": 860
- },
- "14561": {
- "File": "triceCheck.c",
- "Line": 861
- },
- "14562": {
- "File": "triceCheck.c",
- "Line": 862
- },
- "14563": {
- "File": "triceCheck.c",
- "Line": 864
- },
- "14564": {
- "File": "triceCheck.c",
- "Line": 865
- },
- "14565": {
- "File": "triceCheck.c",
- "Line": 866
- },
- "14566": {
- "File": "triceCheck.c",
- "Line": 867
- },
- "14567": {
- "File": "triceCheck.c",
- "Line": 868
- },
- "14568": {
- "File": "triceCheck.c",
- "Line": 869
- },
- "14569": {
- "File": "triceCheck.c",
- "Line": 870
- },
- "14570": {
- "File": "triceCheck.c",
- "Line": 871
- },
- "14571": {
- "File": "triceCheck.c",
- "Line": 872
- },
- "14572": {
- "File": "triceCheck.c",
- "Line": 873
- },
- "14573": {
- "File": "triceCheck.c",
- "Line": 874
- },
- "14574": {
- "File": "triceCheck.c",
- "Line": 875
- },
- "14575": {
- "File": "triceCheck.c",
- "Line": 878
- },
- "14576": {
- "File": "triceCheck.c",
- "Line": 879
- },
- "14577": {
- "File": "triceCheck.c",
- "Line": 880
- },
- "14578": {
- "File": "triceCheck.c",
- "Line": 881
- },
- "14579": {
- "File": "triceCheck.c",
- "Line": 882
- },
- "14580": {
- "File": "triceCheck.c",
- "Line": 883
- },
- "14581": {
- "File": "triceCheck.c",
- "Line": 886
- },
- "14582": {
- "File": "triceCheck.c",
- "Line": 887
- },
- "14583": {
- "File": "triceCheck.c",
- "Line": 888
- },
- "14584": {
- "File": "triceCheck.c",
- "Line": 889
- },
- "14585": {
- "File": "triceCheck.c",
- "Line": 890
- },
- "14586": {
- "File": "triceCheck.c",
- "Line": 891
- },
- "14587": {
- "File": "triceCheck.c",
- "Line": 894
- },
- "14588": {
- "File": "triceCheck.c",
- "Line": 895
- },
- "14589": {
- "File": "triceCheck.c",
- "Line": 896
- },
- "14590": {
- "File": "triceCheck.c",
- "Line": 897
- },
- "14591": {
- "File": "triceCheck.c",
- "Line": 898
- },
- "14592": {
- "File": "triceCheck.c",
- "Line": 899
- },
- "14593": {
- "File": "triceCheck.c",
- "Line": 902
- },
- "14594": {
- "File": "triceCheck.c",
- "Line": 903
- },
- "14595": {
- "File": "triceCheck.c",
- "Line": 904
- },
- "14596": {
- "File": "triceCheck.c",
- "Line": 905
- },
- "14597": {
- "File": "triceCheck.c",
- "Line": 906
- },
- "14598": {
- "File": "triceCheck.c",
- "Line": 907
- },
- "14599": {
- "File": "triceCheck.c",
- "Line": 910
- },
- "14600": {
- "File": "triceCheck.c",
- "Line": 911
- },
- "14601": {
- "File": "triceCheck.c",
- "Line": 912
- },
- "14602": {
- "File": "triceCheck.c",
- "Line": 913
- },
- "14603": {
- "File": "triceCheck.c",
- "Line": 916
- },
- "14604": {
- "File": "triceCheck.c",
- "Line": 917
- },
- "14605": {
- "File": "triceCheck.c",
- "Line": 920
- },
- "14606": {
- "File": "triceCheck.c",
- "Line": 921
- },
- "14607": {
- "File": "triceCheck.c",
- "Line": 922
- },
- "14608": {
- "File": "triceCheck.c",
- "Line": 923
- },
- "14609": {
- "File": "triceCheck.c",
- "Line": 926
- },
- "14610": {
- "File": "triceCheck.c",
- "Line": 927
- },
- "14611": {
- "File": "triceCheck.c",
- "Line": 928
- },
- "14612": {
- "File": "triceCheck.c",
- "Line": 929
- },
- "14613": {
- "File": "triceCheck.c",
- "Line": 932
- },
- "14614": {
- "File": "triceCheck.c",
- "Line": 933
- },
- "14615": {
- "File": "triceCheck.c",
- "Line": 934
- },
- "14616": {
- "File": "triceCheck.c",
- "Line": 935
- },
- "14617": {
- "File": "triceCheck.c",
- "Line": 938
- },
- "14618": {
- "File": "triceCheck.c",
- "Line": 939
- },
- "14619": {
- "File": "triceCheck.c",
- "Line": 940
- },
- "14620": {
- "File": "triceCheck.c",
- "Line": 941
- },
- "14621": {
- "File": "triceCheck.c",
- "Line": 942
- },
- "14622": {
- "File": "triceCheck.c",
- "Line": 943
- },
- "14623": {
- "File": "triceCheck.c",
- "Line": 944
- },
- "14624": {
- "File": "triceCheck.c",
- "Line": 945
- },
- "14625": {
- "File": "triceCheck.c",
- "Line": 946
- },
- "14626": {
- "File": "triceCheck.c",
- "Line": 947
- },
- "14627": {
- "File": "triceCheck.c",
- "Line": 948
- },
- "14628": {
- "File": "triceCheck.c",
- "Line": 949
- },
- "14629": {
- "File": "triceCheck.c",
- "Line": 950
- },
- "14630": {
- "File": "triceCheck.c",
- "Line": 951
- },
- "14631": {
- "File": "triceCheck.c",
- "Line": 952
- },
- "14632": {
- "File": "triceCheck.c",
- "Line": 953
- },
- "14633": {
- "File": "triceCheck.c",
- "Line": 954
- },
- "14634": {
- "File": "triceCheck.c",
- "Line": 955
- },
- "14635": {
- "File": "triceCheck.c",
- "Line": 956
- },
- "14636": {
- "File": "triceCheck.c",
- "Line": 957
- },
- "14637": {
- "File": "triceCheck.c",
- "Line": 958
- },
- "14638": {
- "File": "triceCheck.c",
- "Line": 959
- },
- "14639": {
- "File": "triceCheck.c",
- "Line": 960
- },
- "14640": {
- "File": "triceCheck.c",
- "Line": 961
- },
- "14641": {
- "File": "triceCheck.c",
- "Line": 962
- },
- "14642": {
- "File": "triceCheck.c",
- "Line": 963
- },
- "14643": {
- "File": "triceCheck.c",
- "Line": 964
- },
- "14644": {
- "File": "triceCheck.c",
- "Line": 965
- },
- "14645": {
- "File": "triceCheck.c",
- "Line": 966
- },
- "14646": {
- "File": "triceCheck.c",
- "Line": 967
- },
- "14647": {
- "File": "triceCheck.c",
- "Line": 968
- },
- "14648": {
- "File": "triceCheck.c",
- "Line": 969
- },
- "14649": {
- "File": "triceCheck.c",
- "Line": 970
- },
- "14650": {
- "File": "triceCheck.c",
- "Line": 971
- },
- "14651": {
- "File": "triceCheck.c",
- "Line": 972
- },
- "14652": {
- "File": "triceCheck.c",
- "Line": 973
- },
- "14653": {
- "File": "triceCheck.c",
- "Line": 974
- },
- "14654": {
- "File": "triceCheck.c",
- "Line": 975
- },
- "14655": {
- "File": "triceCheck.c",
- "Line": 976
- },
- "14656": {
- "File": "triceCheck.c",
- "Line": 977
- },
- "14657": {
- "File": "triceCheck.c",
- "Line": 978
- },
- "14658": {
- "File": "triceCheck.c",
- "Line": 979
- },
- "14659": {
- "File": "triceCheck.c",
- "Line": 980
- },
- "14660": {
- "File": "triceCheck.c",
- "Line": 981
- },
- "14661": {
- "File": "triceCheck.c",
- "Line": 982
- },
- "14662": {
- "File": "triceCheck.c",
- "Line": 983
- },
- "14663": {
- "File": "triceCheck.c",
- "Line": 984
- },
- "14664": {
- "File": "triceCheck.c",
- "Line": 985
- },
- "14665": {
- "File": "triceCheck.c",
- "Line": 986
- },
- "14666": {
- "File": "triceCheck.c",
- "Line": 987
- },
- "14667": {
- "File": "triceCheck.c",
- "Line": 989
- },
- "14668": {
- "File": "triceCheck.c",
- "Line": 990
- },
- "14669": {
- "File": "triceCheck.c",
- "Line": 991
- },
- "14670": {
- "File": "triceCheck.c",
- "Line": 992
- },
- "14671": {
- "File": "triceCheck.c",
- "Line": 993
- },
- "14672": {
- "File": "triceCheck.c",
- "Line": 994
- },
- "14673": {
- "File": "triceCheck.c",
- "Line": 995
- },
- "14674": {
- "File": "triceCheck.c",
- "Line": 996
- },
- "14675": {
- "File": "triceCheck.c",
- "Line": 997
- },
- "14676": {
- "File": "triceCheck.c",
- "Line": 998
- },
- "14677": {
- "File": "triceCheck.c",
- "Line": 999
- },
- "14678": {
- "File": "triceCheck.c",
- "Line": 1000
- },
- "14679": {
- "File": "triceCheck.c",
- "Line": 1001
- },
- "14680": {
- "File": "triceCheck.c",
- "Line": 1002
- },
- "14681": {
- "File": "triceCheck.c",
- "Line": 1003
- },
- "14682": {
- "File": "triceCheck.c",
- "Line": 1004
- },
- "14683": {
- "File": "triceCheck.c",
- "Line": 1005
- },
- "14684": {
- "File": "triceCheck.c",
- "Line": 1006
- },
- "14685": {
- "File": "triceCheck.c",
- "Line": 1007
- },
- "14686": {
- "File": "triceCheck.c",
- "Line": 1008
- },
- "14687": {
- "File": "triceCheck.c",
- "Line": 1009
- },
- "14688": {
- "File": "triceCheck.c",
- "Line": 1010
- },
- "14689": {
- "File": "triceCheck.c",
- "Line": 1011
- },
- "14690": {
- "File": "triceCheck.c",
- "Line": 1012
- },
- "14691": {
- "File": "triceCheck.c",
- "Line": 1013
- },
- "14692": {
- "File": "triceCheck.c",
- "Line": 1014
- },
- "14693": {
- "File": "triceCheck.c",
- "Line": 1015
- },
- "14694": {
- "File": "triceCheck.c",
- "Line": 1016
- },
- "14695": {
- "File": "triceCheck.c",
- "Line": 1017
- },
- "14696": {
- "File": "triceCheck.c",
- "Line": 1018
- },
- "14697": {
- "File": "triceCheck.c",
- "Line": 1019
- },
- "14698": {
- "File": "triceCheck.c",
- "Line": 1020
- },
- "14699": {
- "File": "triceCheck.c",
- "Line": 1021
- },
- "14700": {
- "File": "triceCheck.c",
- "Line": 1022
- },
- "14701": {
- "File": "triceCheck.c",
- "Line": 1023
- },
- "14702": {
- "File": "triceCheck.c",
- "Line": 1024
- },
- "14703": {
- "File": "triceCheck.c",
- "Line": 1025
- },
- "14704": {
- "File": "triceCheck.c",
- "Line": 1026
- },
- "14705": {
- "File": "triceCheck.c",
- "Line": 1027
- },
- "14706": {
- "File": "triceCheck.c",
- "Line": 1028
- },
- "14707": {
- "File": "triceCheck.c",
- "Line": 1029
- },
- "14708": {
- "File": "triceCheck.c",
- "Line": 1030
- },
- "14709": {
- "File": "triceCheck.c",
- "Line": 1031
- },
- "14710": {
- "File": "triceCheck.c",
- "Line": 1032
- },
- "14711": {
- "File": "triceCheck.c",
- "Line": 1033
- },
- "14712": {
- "File": "triceCheck.c",
- "Line": 1034
- },
- "14713": {
- "File": "triceCheck.c",
- "Line": 1035
- },
- "14714": {
- "File": "triceCheck.c",
- "Line": 1036
- },
- "14715": {
- "File": "triceCheck.c",
- "Line": 1037
- },
- "14716": {
- "File": "triceCheck.c",
- "Line": 1038
- },
- "14717": {
- "File": "triceCheck.c",
- "Line": 1040
- },
- "14718": {
- "File": "triceCheck.c",
- "Line": 1041
- },
- "14719": {
- "File": "triceCheck.c",
- "Line": 1042
- },
- "14720": {
- "File": "triceCheck.c",
- "Line": 1043
- },
- "14721": {
- "File": "triceCheck.c",
- "Line": 1044
- },
- "14722": {
- "File": "triceCheck.c",
- "Line": 1045
- },
- "14723": {
- "File": "triceCheck.c",
- "Line": 1046
- },
- "14724": {
- "File": "triceCheck.c",
- "Line": 1047
- },
- "14725": {
- "File": "triceCheck.c",
- "Line": 1048
- },
- "14726": {
- "File": "triceCheck.c",
- "Line": 1049
- },
- "14727": {
- "File": "triceCheck.c",
- "Line": 1050
- },
- "14728": {
- "File": "triceCheck.c",
- "Line": 1051
- },
- "14729": {
- "File": "triceCheck.c",
- "Line": 1052
- },
- "14730": {
- "File": "triceCheck.c",
- "Line": 1053
- },
- "14731": {
- "File": "triceCheck.c",
- "Line": 1054
- },
- "14732": {
- "File": "triceCheck.c",
- "Line": 1055
- },
- "14733": {
- "File": "triceCheck.c",
- "Line": 1056
- },
- "14734": {
- "File": "triceCheck.c",
- "Line": 1057
- },
- "14735": {
- "File": "triceCheck.c",
- "Line": 1058
- },
- "14736": {
- "File": "triceCheck.c",
- "Line": 1059
- },
- "14737": {
- "File": "triceCheck.c",
- "Line": 1060
- },
- "14738": {
- "File": "triceCheck.c",
- "Line": 1061
- },
- "14739": {
- "File": "triceCheck.c",
- "Line": 1062
- },
- "14740": {
- "File": "triceCheck.c",
- "Line": 1063
- },
- "14741": {
- "File": "triceCheck.c",
- "Line": 1064
- },
- "14742": {
- "File": "triceCheck.c",
- "Line": 1065
- },
- "14743": {
- "File": "triceCheck.c",
- "Line": 1066
- },
- "14744": {
- "File": "triceCheck.c",
- "Line": 1067
- },
- "14745": {
- "File": "triceCheck.c",
- "Line": 1068
- },
- "14746": {
- "File": "triceCheck.c",
- "Line": 1069
- },
- "14747": {
- "File": "triceCheck.c",
- "Line": 1070
- },
- "14748": {
- "File": "triceCheck.c",
- "Line": 1071
- },
- "14749": {
- "File": "triceCheck.c",
- "Line": 1072
- },
- "14750": {
- "File": "triceCheck.c",
- "Line": 1073
- },
- "14751": {
- "File": "triceCheck.c",
- "Line": 1074
- },
- "14752": {
- "File": "triceCheck.c",
- "Line": 1075
- },
- "14753": {
- "File": "triceCheck.c",
- "Line": 1076
- },
- "14754": {
- "File": "triceCheck.c",
- "Line": 1077
- },
- "14755": {
- "File": "triceCheck.c",
- "Line": 1078
- },
- "14756": {
- "File": "triceCheck.c",
- "Line": 1079
- },
- "14757": {
- "File": "triceCheck.c",
- "Line": 1080
- },
- "14758": {
- "File": "triceCheck.c",
- "Line": 1081
- },
- "14759": {
- "File": "triceCheck.c",
- "Line": 1082
- },
- "14760": {
- "File": "triceCheck.c",
- "Line": 1083
- },
- "14761": {
- "File": "triceCheck.c",
- "Line": 1084
- },
- "14762": {
- "File": "triceCheck.c",
- "Line": 1085
- },
- "14763": {
- "File": "triceCheck.c",
- "Line": 1086
- },
- "14764": {
- "File": "triceCheck.c",
- "Line": 1087
- },
- "14765": {
- "File": "triceCheck.c",
- "Line": 1088
- },
- "14766": {
- "File": "triceCheck.c",
- "Line": 1089
- },
- "14767": {
- "File": "triceCheck.c",
- "Line": 1091
- },
- "14768": {
- "File": "triceCheck.c",
- "Line": 1092
- },
- "14769": {
- "File": "triceCheck.c",
- "Line": 1093
- },
- "14770": {
- "File": "triceCheck.c",
- "Line": 1094
- },
- "14771": {
- "File": "triceCheck.c",
- "Line": 1095
- },
- "14772": {
- "File": "triceCheck.c",
- "Line": 1096
- },
- "14773": {
- "File": "triceCheck.c",
- "Line": 1097
- },
- "14774": {
- "File": "triceCheck.c",
- "Line": 1098
- },
- "14775": {
- "File": "triceCheck.c",
- "Line": 1099
- },
- "14776": {
- "File": "triceCheck.c",
- "Line": 1100
- },
- "14777": {
- "File": "triceCheck.c",
- "Line": 1101
- },
- "14778": {
- "File": "triceCheck.c",
- "Line": 1102
- },
- "14779": {
- "File": "triceCheck.c",
- "Line": 1103
- },
- "14780": {
- "File": "triceCheck.c",
- "Line": 1104
- },
- "14781": {
- "File": "triceCheck.c",
- "Line": 1105
- },
- "14782": {
- "File": "triceCheck.c",
- "Line": 1106
- },
- "14783": {
- "File": "triceCheck.c",
- "Line": 1107
- },
- "14784": {
- "File": "triceCheck.c",
- "Line": 1108
- },
- "14785": {
- "File": "triceCheck.c",
- "Line": 1109
- },
- "14786": {
- "File": "triceCheck.c",
- "Line": 1110
- },
- "14787": {
- "File": "triceCheck.c",
- "Line": 1111
- },
- "14788": {
- "File": "triceCheck.c",
- "Line": 1112
- },
- "14789": {
- "File": "triceCheck.c",
- "Line": 1113
- },
- "14790": {
- "File": "triceCheck.c",
- "Line": 1114
- },
- "14791": {
- "File": "triceCheck.c",
- "Line": 1115
- },
- "14792": {
- "File": "triceCheck.c",
- "Line": 1116
- },
- "14793": {
- "File": "triceCheck.c",
- "Line": 1117
- },
- "14794": {
- "File": "triceCheck.c",
- "Line": 1118
- },
- "14795": {
- "File": "triceCheck.c",
- "Line": 1119
- },
- "14796": {
- "File": "triceCheck.c",
- "Line": 1120
- },
- "14797": {
- "File": "triceCheck.c",
- "Line": 1121
- },
- "14798": {
- "File": "triceCheck.c",
- "Line": 1122
- },
- "14799": {
- "File": "triceCheck.c",
- "Line": 1123
- },
- "14800": {
- "File": "triceCheck.c",
- "Line": 1124
- },
- "14801": {
- "File": "triceCheck.c",
- "Line": 1125
- },
- "14802": {
- "File": "triceCheck.c",
- "Line": 1126
- },
- "14803": {
- "File": "triceCheck.c",
- "Line": 1127
- },
- "14804": {
- "File": "triceCheck.c",
- "Line": 1128
- },
- "14805": {
- "File": "triceCheck.c",
- "Line": 1129
- },
- "14806": {
- "File": "triceCheck.c",
- "Line": 1130
- },
- "14807": {
- "File": "triceCheck.c",
- "Line": 1131
- },
- "14808": {
- "File": "triceCheck.c",
- "Line": 1132
- },
- "14809": {
- "File": "triceCheck.c",
- "Line": 1133
- },
- "14810": {
- "File": "triceCheck.c",
- "Line": 1134
- },
- "14811": {
- "File": "triceCheck.c",
- "Line": 1135
- },
- "14812": {
- "File": "triceCheck.c",
- "Line": 1136
- },
- "14813": {
- "File": "triceCheck.c",
- "Line": 1137
- },
- "14814": {
- "File": "triceCheck.c",
- "Line": 1138
- },
- "14815": {
- "File": "triceCheck.c",
- "Line": 1139
- },
- "14816": {
- "File": "triceCheck.c",
- "Line": 1140
- },
- "14817": {
- "File": "triceCheck.c",
- "Line": 1142
- },
- "14818": {
- "File": "triceCheck.c",
- "Line": 1143
- },
- "14819": {
- "File": "triceCheck.c",
- "Line": 1144
- },
- "14820": {
- "File": "triceCheck.c",
- "Line": 1145
- },
- "14821": {
- "File": "triceCheck.c",
- "Line": 1146
- },
- "14822": {
- "File": "triceCheck.c",
- "Line": 1147
- },
- "14823": {
- "File": "triceCheck.c",
- "Line": 1148
- },
- "14824": {
- "File": "triceCheck.c",
- "Line": 1149
- },
- "14825": {
- "File": "triceCheck.c",
- "Line": 1150
- },
- "14826": {
- "File": "triceCheck.c",
- "Line": 1151
- },
- "14827": {
- "File": "triceCheck.c",
- "Line": 1152
- },
- "14828": {
- "File": "triceCheck.c",
- "Line": 1153
- },
- "14829": {
- "File": "triceCheck.c",
- "Line": 1154
- },
- "14830": {
- "File": "triceCheck.c",
- "Line": 1155
- },
- "14831": {
- "File": "triceCheck.c",
- "Line": 1156
- },
- "14832": {
- "File": "triceCheck.c",
- "Line": 1157
- },
- "14833": {
- "File": "triceCheck.c",
- "Line": 1158
- },
- "14834": {
- "File": "triceCheck.c",
- "Line": 1159
- },
- "14835": {
- "File": "triceCheck.c",
- "Line": 1160
- },
- "14836": {
- "File": "triceCheck.c",
- "Line": 1161
- },
- "14837": {
- "File": "triceCheck.c",
- "Line": 1162
- },
- "14838": {
- "File": "triceCheck.c",
- "Line": 1163
- },
- "14839": {
- "File": "triceCheck.c",
- "Line": 1164
- },
- "14840": {
- "File": "triceCheck.c",
- "Line": 1165
- },
- "14841": {
- "File": "triceCheck.c",
- "Line": 1166
- },
- "14842": {
- "File": "triceCheck.c",
- "Line": 1167
- },
- "14843": {
- "File": "triceCheck.c",
- "Line": 1168
- },
- "14844": {
- "File": "triceCheck.c",
- "Line": 1169
- },
- "14845": {
- "File": "triceCheck.c",
- "Line": 1170
- },
- "14846": {
- "File": "triceCheck.c",
- "Line": 1171
- },
- "14847": {
- "File": "triceCheck.c",
- "Line": 1172
- },
- "14848": {
- "File": "triceCheck.c",
- "Line": 1173
- },
- "14849": {
- "File": "triceCheck.c",
- "Line": 1174
- },
- "14850": {
- "File": "triceCheck.c",
- "Line": 1175
- },
- "14851": {
- "File": "triceCheck.c",
- "Line": 1176
- },
- "14852": {
- "File": "triceCheck.c",
- "Line": 1177
- },
- "14853": {
- "File": "triceCheck.c",
- "Line": 1178
- },
- "14854": {
- "File": "triceCheck.c",
- "Line": 1179
- },
- "14855": {
- "File": "triceCheck.c",
- "Line": 1180
- },
- "14856": {
- "File": "triceCheck.c",
- "Line": 1181
- },
- "14857": {
- "File": "triceCheck.c",
- "Line": 1182
- },
- "14858": {
- "File": "triceCheck.c",
- "Line": 1183
- },
- "14859": {
- "File": "triceCheck.c",
- "Line": 1184
- },
- "14860": {
- "File": "triceCheck.c",
- "Line": 1185
- },
- "14861": {
- "File": "triceCheck.c",
- "Line": 1186
- },
- "14862": {
- "File": "triceCheck.c",
- "Line": 1187
- },
- "14863": {
- "File": "triceCheck.c",
- "Line": 1188
- },
- "14864": {
- "File": "triceCheck.c",
- "Line": 1189
- },
- "14865": {
- "File": "triceCheck.c",
- "Line": 1190
- },
- "14866": {
- "File": "triceCheck.c",
- "Line": 1191
- },
- "14867": {
- "File": "triceCheck.c",
- "Line": 1193
- },
- "14868": {
- "File": "triceCheck.c",
- "Line": 1194
- },
- "14869": {
- "File": "triceCheck.c",
- "Line": 1195
- },
- "14870": {
- "File": "triceCheck.c",
- "Line": 1196
- },
- "14871": {
- "File": "triceCheck.c",
- "Line": 1197
- },
- "14872": {
- "File": "triceCheck.c",
- "Line": 1198
- },
- "14873": {
- "File": "triceCheck.c",
- "Line": 1199
- },
- "14874": {
- "File": "triceCheck.c",
- "Line": 1200
- },
- "14875": {
- "File": "triceCheck.c",
- "Line": 1201
- },
- "14876": {
- "File": "triceCheck.c",
- "Line": 1202
- },
- "14877": {
- "File": "triceCheck.c",
- "Line": 1203
- },
- "14878": {
- "File": "triceCheck.c",
- "Line": 1204
- },
- "14879": {
- "File": "triceCheck.c",
- "Line": 1205
- },
- "14880": {
- "File": "triceCheck.c",
- "Line": 1206
- },
- "14881": {
- "File": "triceCheck.c",
- "Line": 1207
- },
- "14882": {
- "File": "triceCheck.c",
- "Line": 1208
- },
- "14883": {
- "File": "triceCheck.c",
- "Line": 1209
- },
- "14884": {
- "File": "triceCheck.c",
- "Line": 1210
- },
- "14885": {
- "File": "triceCheck.c",
- "Line": 1211
- },
- "14886": {
- "File": "triceCheck.c",
- "Line": 1212
- },
- "14887": {
- "File": "triceCheck.c",
- "Line": 1213
- },
- "14888": {
- "File": "triceCheck.c",
- "Line": 1214
- },
- "14889": {
- "File": "triceCheck.c",
- "Line": 1215
- },
- "14890": {
- "File": "triceCheck.c",
- "Line": 1216
- },
- "14891": {
- "File": "triceCheck.c",
- "Line": 1217
- },
- "14892": {
- "File": "triceCheck.c",
- "Line": 1218
- },
- "14893": {
- "File": "triceCheck.c",
- "Line": 1219
- },
- "14894": {
- "File": "triceCheck.c",
- "Line": 1220
- },
- "14895": {
- "File": "triceCheck.c",
- "Line": 1221
- },
- "14896": {
- "File": "triceCheck.c",
- "Line": 1222
- },
- "14897": {
- "File": "triceCheck.c",
- "Line": 1223
- },
- "14898": {
- "File": "triceCheck.c",
- "Line": 1224
- },
- "14899": {
- "File": "triceCheck.c",
- "Line": 1225
- },
- "14900": {
- "File": "triceCheck.c",
- "Line": 1226
- },
- "14901": {
- "File": "triceCheck.c",
- "Line": 1227
- },
- "14902": {
- "File": "triceCheck.c",
- "Line": 1228
- },
- "14903": {
- "File": "triceCheck.c",
- "Line": 1229
- },
- "14904": {
- "File": "triceCheck.c",
- "Line": 1230
- },
- "14905": {
- "File": "triceCheck.c",
- "Line": 1231
- },
- "14906": {
- "File": "triceCheck.c",
- "Line": 1232
- },
- "14907": {
- "File": "triceCheck.c",
- "Line": 1233
- },
- "14908": {
- "File": "triceCheck.c",
- "Line": 1234
- },
- "14909": {
- "File": "triceCheck.c",
- "Line": 1235
- },
- "14910": {
- "File": "triceCheck.c",
- "Line": 1236
- },
- "14911": {
- "File": "triceCheck.c",
- "Line": 1237
- },
- "14912": {
- "File": "triceCheck.c",
- "Line": 1238
- },
- "14913": {
- "File": "triceCheck.c",
- "Line": 1239
- },
- "14914": {
- "File": "triceCheck.c",
- "Line": 1240
- },
- "14915": {
- "File": "triceCheck.c",
- "Line": 1241
- },
- "14916": {
- "File": "triceCheck.c",
- "Line": 1242
- },
- "14917": {
- "File": "triceCheck.c",
- "Line": 1246
- },
- "14918": {
- "File": "triceCheck.c",
- "Line": 1248
- },
- "14919": {
- "File": "triceCheck.c",
- "Line": 1250
- },
- "14920": {
- "File": "triceCheck.c",
- "Line": 1251
- },
- "14921": {
- "File": "triceCheck.c",
- "Line": 1252
- },
- "14922": {
- "File": "triceCheck.c",
- "Line": 1253
- },
- "14923": {
- "File": "triceCheck.c",
- "Line": 1254
- },
- "14924": {
- "File": "triceCheck.c",
- "Line": 1255
- },
- "14925": {
- "File": "triceCheck.c",
- "Line": 1256
- },
- "14926": {
- "File": "triceCheck.c",
- "Line": 1257
- },
- "14927": {
- "File": "triceCheck.c",
- "Line": 1258
- },
- "14928": {
- "File": "triceCheck.c",
- "Line": 1259
- },
- "14929": {
- "File": "triceCheck.c",
- "Line": 1260
- },
- "14930": {
- "File": "triceCheck.c",
- "Line": 1261
- },
- "14931": {
- "File": "triceCheck.c",
- "Line": 1262
- },
- "14932": {
- "File": "triceCheck.c",
- "Line": 1263
- },
- "14933": {
- "File": "triceCheck.c",
- "Line": 1264
- },
- "14934": {
- "File": "triceCheck.c",
- "Line": 1265
- },
- "14935": {
- "File": "triceCheck.c",
- "Line": 1266
- },
- "14936": {
- "File": "triceCheck.c",
- "Line": 1267
- },
- "14937": {
- "File": "triceCheck.c",
- "Line": 1268
- },
- "14938": {
- "File": "triceCheck.c",
- "Line": 1269
- },
- "14939": {
- "File": "triceCheck.c",
- "Line": 1270
- },
- "14940": {
- "File": "triceCheck.c",
- "Line": 1271
- },
- "14941": {
- "File": "triceCheck.c",
- "Line": 1272
- },
- "14942": {
- "File": "triceCheck.c",
- "Line": 1273
- },
- "14943": {
- "File": "triceCheck.c",
- "Line": 1274
- },
- "14944": {
- "File": "triceCheck.c",
- "Line": 1275
- },
- "14945": {
- "File": "triceCheck.c",
- "Line": 1276
- },
- "14946": {
- "File": "triceCheck.c",
- "Line": 1277
- },
- "14947": {
- "File": "triceCheck.c",
- "Line": 1278
- },
- "14948": {
- "File": "triceCheck.c",
- "Line": 1279
- },
- "14949": {
- "File": "triceCheck.c",
- "Line": 1280
- },
- "14950": {
- "File": "triceCheck.c",
- "Line": 1281
- },
- "14951": {
- "File": "triceCheck.c",
- "Line": 1282
- },
- "14952": {
- "File": "triceCheck.c",
- "Line": 1283
- },
- "14953": {
- "File": "triceCheck.c",
- "Line": 1284
- },
- "14954": {
- "File": "triceCheck.c",
- "Line": 1285
- },
- "14955": {
- "File": "triceCheck.c",
- "Line": 1287
- },
- "14956": {
- "File": "triceCheck.c",
- "Line": 1289
- },
- "14957": {
- "File": "triceCheck.c",
- "Line": 1290
- },
- "14958": {
- "File": "triceCheck.c",
- "Line": 1291
- },
- "14959": {
- "File": "triceCheck.c",
- "Line": 1292
- },
- "14960": {
- "File": "triceCheck.c",
- "Line": 1293
- },
- "14961": {
- "File": "triceCheck.c",
- "Line": 1294
- },
- "14962": {
- "File": "triceCheck.c",
- "Line": 1295
- },
- "14963": {
- "File": "triceCheck.c",
- "Line": 1296
- },
- "14964": {
- "File": "triceCheck.c",
- "Line": 1297
- },
- "14965": {
- "File": "triceCheck.c",
- "Line": 1298
- },
- "14966": {
- "File": "triceCheck.c",
- "Line": 1299
- },
- "14967": {
- "File": "triceCheck.c",
- "Line": 1300
- },
- "14968": {
- "File": "triceCheck.c",
- "Line": 1301
- },
- "14969": {
- "File": "triceCheck.c",
- "Line": 1302
- },
- "14970": {
- "File": "triceCheck.c",
- "Line": 1303
- },
- "14971": {
- "File": "triceCheck.c",
- "Line": 1304
- },
- "14972": {
- "File": "triceCheck.c",
- "Line": 1305
- },
- "14973": {
- "File": "triceCheck.c",
- "Line": 1306
- },
- "14974": {
- "File": "triceCheck.c",
- "Line": 1307
- },
- "14975": {
- "File": "triceCheck.c",
- "Line": 1308
- },
- "14976": {
- "File": "triceCheck.c",
- "Line": 1309
- },
- "14977": {
- "File": "triceCheck.c",
- "Line": 1310
- },
- "14978": {
- "File": "triceCheck.c",
- "Line": 1311
- },
- "14979": {
- "File": "triceCheck.c",
- "Line": 1312
- },
- "14980": {
- "File": "triceCheck.c",
- "Line": 1313
- },
- "14981": {
- "File": "triceCheck.c",
- "Line": 1314
- },
- "14982": {
- "File": "triceCheck.c",
- "Line": 1315
- },
- "14983": {
- "File": "triceCheck.c",
- "Line": 1316
- },
- "14984": {
- "File": "triceCheck.c",
- "Line": 1317
- },
- "14985": {
- "File": "triceCheck.c",
- "Line": 1318
- },
- "14986": {
- "File": "triceCheck.c",
- "Line": 1319
- },
- "14987": {
- "File": "triceCheck.c",
- "Line": 1320
- },
- "14988": {
- "File": "triceCheck.c",
- "Line": 1321
- },
- "14989": {
- "File": "triceCheck.c",
- "Line": 1322
- },
- "14990": {
- "File": "triceCheck.c",
- "Line": 1323
- },
- "14991": {
- "File": "triceCheck.c",
- "Line": 1324
- },
- "14992": {
- "File": "triceCheck.c",
- "Line": 1326
- },
- "14993": {
- "File": "triceCheck.c",
- "Line": 1328
- },
- "14994": {
- "File": "triceCheck.c",
- "Line": 1329
- },
- "14995": {
- "File": "triceCheck.c",
- "Line": 1330
- },
- "14996": {
- "File": "triceCheck.c",
- "Line": 1331
- },
- "14997": {
- "File": "triceCheck.c",
- "Line": 1332
- },
- "14998": {
- "File": "triceCheck.c",
- "Line": 1333
- },
- "14999": {
- "File": "triceCheck.c",
- "Line": 1334
- },
- "15000": {
- "File": "triceCheck.c",
- "Line": 1335
- },
- "15001": {
- "File": "triceCheck.c",
- "Line": 1336
- },
- "15002": {
- "File": "triceCheck.c",
- "Line": 1337
- },
- "15003": {
- "File": "triceCheck.c",
- "Line": 1338
- },
- "15004": {
- "File": "triceCheck.c",
- "Line": 1339
- },
- "15005": {
- "File": "triceCheck.c",
- "Line": 1340
- },
- "15006": {
- "File": "triceCheck.c",
- "Line": 1341
- },
- "15007": {
- "File": "triceCheck.c",
- "Line": 1342
- },
- "15008": {
- "File": "triceCheck.c",
- "Line": 1343
- },
- "15009": {
- "File": "triceCheck.c",
- "Line": 1344
- },
- "15010": {
- "File": "triceCheck.c",
- "Line": 1345
- },
- "15011": {
- "File": "triceCheck.c",
- "Line": 1346
- },
- "15012": {
- "File": "triceCheck.c",
- "Line": 1347
- },
- "15013": {
- "File": "triceCheck.c",
- "Line": 1348
- },
- "15014": {
- "File": "triceCheck.c",
- "Line": 1349
- },
- "15015": {
- "File": "triceCheck.c",
- "Line": 1350
- },
- "15016": {
- "File": "triceCheck.c",
- "Line": 1351
- },
- "15017": {
- "File": "triceCheck.c",
- "Line": 1352
- },
- "15018": {
- "File": "triceCheck.c",
- "Line": 1353
- },
- "15019": {
- "File": "triceCheck.c",
- "Line": 1354
- },
- "15020": {
- "File": "triceCheck.c",
- "Line": 1355
- },
- "15021": {
- "File": "triceCheck.c",
- "Line": 1356
- },
- "15022": {
- "File": "triceCheck.c",
- "Line": 1357
- },
- "15023": {
- "File": "triceCheck.c",
- "Line": 1358
- },
- "15024": {
- "File": "triceCheck.c",
- "Line": 1359
- },
- "15025": {
- "File": "triceCheck.c",
- "Line": 1360
- },
- "15026": {
- "File": "triceCheck.c",
- "Line": 1361
- },
- "15027": {
- "File": "triceCheck.c",
- "Line": 1362
- },
- "15028": {
- "File": "triceCheck.c",
- "Line": 1363
- },
- "15029": {
- "File": "triceCheck.c",
- "Line": 1365
- },
- "15030": {
- "File": "triceCheck.c",
- "Line": 1367
- },
- "15031": {
- "File": "triceCheck.c",
- "Line": 1368
- },
- "15032": {
- "File": "triceCheck.c",
- "Line": 1369
- },
- "15033": {
- "File": "triceCheck.c",
- "Line": 1370
- },
- "15034": {
- "File": "triceCheck.c",
- "Line": 1371
- },
- "15035": {
- "File": "triceCheck.c",
- "Line": 1372
- },
- "15036": {
- "File": "triceCheck.c",
- "Line": 1373
- },
- "15037": {
- "File": "triceCheck.c",
- "Line": 1374
- },
- "15038": {
- "File": "triceCheck.c",
- "Line": 1375
- },
- "15039": {
- "File": "triceCheck.c",
- "Line": 1376
- },
- "15040": {
- "File": "triceCheck.c",
- "Line": 1377
- },
- "15041": {
- "File": "triceCheck.c",
- "Line": 1378
- },
- "15042": {
- "File": "triceCheck.c",
- "Line": 1379
- },
- "15043": {
- "File": "triceCheck.c",
- "Line": 1380
- },
- "15044": {
- "File": "triceCheck.c",
- "Line": 1381
- },
- "15045": {
- "File": "triceCheck.c",
- "Line": 1382
- },
- "15046": {
- "File": "triceCheck.c",
- "Line": 1383
- },
- "15047": {
- "File": "triceCheck.c",
- "Line": 1384
- },
- "15048": {
- "File": "triceCheck.c",
- "Line": 1385
- },
- "15049": {
- "File": "triceCheck.c",
- "Line": 1386
- },
- "15050": {
- "File": "triceCheck.c",
- "Line": 1387
- },
- "15051": {
- "File": "triceCheck.c",
- "Line": 1388
- },
- "15052": {
- "File": "triceCheck.c",
- "Line": 1389
- },
- "15053": {
- "File": "triceCheck.c",
- "Line": 1390
- },
- "15054": {
- "File": "triceCheck.c",
- "Line": 1391
- },
- "15055": {
- "File": "triceCheck.c",
- "Line": 1392
- },
- "15056": {
- "File": "triceCheck.c",
- "Line": 1393
- },
- "15057": {
- "File": "triceCheck.c",
- "Line": 1394
- },
- "15058": {
- "File": "triceCheck.c",
- "Line": 1395
- },
- "15059": {
- "File": "triceCheck.c",
- "Line": 1396
- },
- "15060": {
- "File": "triceCheck.c",
- "Line": 1397
- },
- "15061": {
- "File": "triceCheck.c",
- "Line": 1398
- },
- "15062": {
- "File": "triceCheck.c",
- "Line": 1399
- },
- "15063": {
- "File": "triceCheck.c",
- "Line": 1400
- },
- "15064": {
- "File": "triceCheck.c",
- "Line": 1401
- },
- "15065": {
- "File": "triceCheck.c",
- "Line": 1402
- },
- "15066": {
- "File": "triceCheck.c",
- "Line": 1404
- },
- "15067": {
- "File": "triceCheck.c",
- "Line": 1406
- },
- "15068": {
- "File": "triceCheck.c",
- "Line": 1407
- },
- "15069": {
- "File": "triceCheck.c",
- "Line": 1408
- },
- "15070": {
- "File": "triceCheck.c",
- "Line": 1409
- },
- "15071": {
- "File": "triceCheck.c",
- "Line": 1410
- },
- "15072": {
- "File": "triceCheck.c",
- "Line": 1411
- },
- "15073": {
- "File": "triceCheck.c",
- "Line": 1412
- },
- "15074": {
- "File": "triceCheck.c",
- "Line": 1413
- },
- "15075": {
- "File": "triceCheck.c",
- "Line": 1414
- },
- "15076": {
- "File": "triceCheck.c",
- "Line": 1415
- },
- "15077": {
- "File": "triceCheck.c",
- "Line": 1416
- },
- "15078": {
- "File": "triceCheck.c",
- "Line": 1417
- },
- "15079": {
- "File": "triceCheck.c",
- "Line": 1418
- },
- "15080": {
- "File": "triceCheck.c",
- "Line": 1419
- },
- "15081": {
- "File": "triceCheck.c",
- "Line": 1420
- },
- "15082": {
- "File": "triceCheck.c",
- "Line": 1421
- },
- "15083": {
- "File": "triceCheck.c",
- "Line": 1422
- },
- "15084": {
- "File": "triceCheck.c",
- "Line": 1423
- },
- "15085": {
- "File": "triceCheck.c",
- "Line": 1424
- },
- "15086": {
- "File": "triceCheck.c",
- "Line": 1425
- },
- "15087": {
- "File": "triceCheck.c",
- "Line": 1426
- },
- "15088": {
- "File": "triceCheck.c",
- "Line": 1427
- },
- "15089": {
- "File": "triceCheck.c",
- "Line": 1428
- },
- "15090": {
- "File": "triceCheck.c",
- "Line": 1429
- },
- "15091": {
- "File": "triceCheck.c",
- "Line": 1430
- },
- "15092": {
- "File": "triceCheck.c",
- "Line": 1431
- },
- "15093": {
- "File": "triceCheck.c",
- "Line": 1432
- },
- "15094": {
- "File": "triceCheck.c",
- "Line": 1433
- },
- "15095": {
- "File": "triceCheck.c",
- "Line": 1434
- },
- "15096": {
- "File": "triceCheck.c",
- "Line": 1435
- },
- "15097": {
- "File": "triceCheck.c",
- "Line": 1436
- },
- "15098": {
- "File": "triceCheck.c",
- "Line": 1437
- },
- "15099": {
- "File": "triceCheck.c",
- "Line": 1438
- },
- "15100": {
- "File": "triceCheck.c",
- "Line": 1439
- },
- "15101": {
- "File": "triceCheck.c",
- "Line": 1440
- },
- "15102": {
- "File": "triceCheck.c",
- "Line": 1441
- },
- "15103": {
- "File": "triceCheck.c",
- "Line": 1443
- },
- "15104": {
- "File": "triceCheck.c",
- "Line": 1445
- },
- "15105": {
- "File": "triceCheck.c",
- "Line": 1446
- },
- "15106": {
- "File": "triceCheck.c",
- "Line": 1447
- },
- "15107": {
- "File": "triceCheck.c",
- "Line": 1448
- },
- "15108": {
- "File": "triceCheck.c",
- "Line": 1449
- },
- "15109": {
- "File": "triceCheck.c",
- "Line": 1450
- },
- "15110": {
- "File": "triceCheck.c",
- "Line": 1451
- },
- "15111": {
- "File": "triceCheck.c",
- "Line": 1452
- },
- "15112": {
- "File": "triceCheck.c",
- "Line": 1453
- },
- "15113": {
- "File": "triceCheck.c",
- "Line": 1454
- },
- "15114": {
- "File": "triceCheck.c",
- "Line": 1455
- },
- "15115": {
- "File": "triceCheck.c",
- "Line": 1456
- },
- "15116": {
- "File": "triceCheck.c",
- "Line": 1457
- },
- "15117": {
- "File": "triceCheck.c",
- "Line": 1458
- },
- "15118": {
- "File": "triceCheck.c",
- "Line": 1459
- },
- "15119": {
- "File": "triceCheck.c",
- "Line": 1460
- },
- "15120": {
- "File": "triceCheck.c",
- "Line": 1461
- },
- "15121": {
- "File": "triceCheck.c",
- "Line": 1462
- },
- "15122": {
- "File": "triceCheck.c",
- "Line": 1463
- },
- "15123": {
- "File": "triceCheck.c",
- "Line": 1464
- },
- "15124": {
- "File": "triceCheck.c",
- "Line": 1465
- },
- "15125": {
- "File": "triceCheck.c",
- "Line": 1466
- },
- "15126": {
- "File": "triceCheck.c",
- "Line": 1467
- },
- "15127": {
- "File": "triceCheck.c",
- "Line": 1468
- },
- "15128": {
- "File": "triceCheck.c",
- "Line": 1469
- },
- "15129": {
- "File": "triceCheck.c",
- "Line": 1470
- },
- "15130": {
- "File": "triceCheck.c",
- "Line": 1471
- },
- "15131": {
- "File": "triceCheck.c",
- "Line": 1472
- },
- "15132": {
- "File": "triceCheck.c",
- "Line": 1473
- },
- "15133": {
- "File": "triceCheck.c",
- "Line": 1474
- },
- "15134": {
- "File": "triceCheck.c",
- "Line": 1475
- },
- "15135": {
- "File": "triceCheck.c",
- "Line": 1476
- },
- "15136": {
- "File": "triceCheck.c",
- "Line": 1477
- },
- "15137": {
- "File": "triceCheck.c",
- "Line": 1478
- },
- "15138": {
- "File": "triceCheck.c",
- "Line": 1479
- },
- "15139": {
- "File": "triceCheck.c",
- "Line": 1480
- },
- "15140": {
- "File": "triceCheck.c",
- "Line": 1482
- },
- "15141": {
- "File": "triceCheck.c",
- "Line": 1484
- },
- "15142": {
- "File": "triceCheck.c",
- "Line": 1485
- },
- "15143": {
- "File": "triceCheck.c",
- "Line": 1486
- },
- "15144": {
- "File": "triceCheck.c",
- "Line": 1487
- },
- "15145": {
- "File": "triceCheck.c",
- "Line": 1488
- },
- "15146": {
- "File": "triceCheck.c",
- "Line": 1489
- },
- "15147": {
- "File": "triceCheck.c",
- "Line": 1490
- },
- "15148": {
- "File": "triceCheck.c",
- "Line": 1491
- },
- "15149": {
- "File": "triceCheck.c",
- "Line": 1492
- },
- "15150": {
- "File": "triceCheck.c",
- "Line": 1493
- },
- "15151": {
- "File": "triceCheck.c",
- "Line": 1494
- },
- "15152": {
- "File": "triceCheck.c",
- "Line": 1495
- },
- "15153": {
- "File": "triceCheck.c",
- "Line": 1496
- },
- "15154": {
- "File": "triceCheck.c",
- "Line": 1497
- },
- "15155": {
- "File": "triceCheck.c",
- "Line": 1498
- },
- "15156": {
- "File": "triceCheck.c",
- "Line": 1499
- },
- "15157": {
- "File": "triceCheck.c",
- "Line": 1500
- },
- "15158": {
- "File": "triceCheck.c",
- "Line": 1501
- },
- "15159": {
- "File": "triceCheck.c",
- "Line": 1502
- },
- "15160": {
- "File": "triceCheck.c",
- "Line": 1503
- },
- "15161": {
- "File": "triceCheck.c",
- "Line": 1504
- },
- "15162": {
- "File": "triceCheck.c",
- "Line": 1505
- },
- "15163": {
- "File": "triceCheck.c",
- "Line": 1506
- },
- "15164": {
- "File": "triceCheck.c",
- "Line": 1507
- },
- "15165": {
- "File": "triceCheck.c",
- "Line": 1508
- },
- "15166": {
- "File": "triceCheck.c",
- "Line": 1509
- },
- "15167": {
- "File": "triceCheck.c",
- "Line": 1510
- },
- "15168": {
- "File": "triceCheck.c",
- "Line": 1511
- },
- "15169": {
- "File": "triceCheck.c",
- "Line": 1512
- },
- "15170": {
- "File": "triceCheck.c",
- "Line": 1513
- },
- "15171": {
- "File": "triceCheck.c",
- "Line": 1514
- },
- "15172": {
- "File": "triceCheck.c",
- "Line": 1515
- },
- "15173": {
- "File": "triceCheck.c",
- "Line": 1516
- },
- "15174": {
- "File": "triceCheck.c",
- "Line": 1517
- },
- "15175": {
- "File": "triceCheck.c",
- "Line": 1518
- },
- "15176": {
- "File": "triceCheck.c",
- "Line": 1519
- },
- "15177": {
- "File": "triceCheck.c",
- "Line": 1521
- },
- "15178": {
- "File": "triceCheck.c",
- "Line": 1523
- },
- "15179": {
- "File": "triceCheck.c",
- "Line": 1524
- },
- "15180": {
- "File": "triceCheck.c",
- "Line": 1525
- },
- "15181": {
- "File": "triceCheck.c",
- "Line": 1526
- },
- "15182": {
- "File": "triceCheck.c",
- "Line": 1527
- },
- "15183": {
- "File": "triceCheck.c",
- "Line": 1528
- },
- "15184": {
- "File": "triceCheck.c",
- "Line": 1529
- },
- "15185": {
- "File": "triceCheck.c",
- "Line": 1530
- },
- "15186": {
- "File": "triceCheck.c",
- "Line": 1531
- },
- "15187": {
- "File": "triceCheck.c",
- "Line": 1532
- },
- "15188": {
- "File": "triceCheck.c",
- "Line": 1533
- },
- "15189": {
- "File": "triceCheck.c",
- "Line": 1534
- },
- "15190": {
- "File": "triceCheck.c",
- "Line": 1535
- },
- "15191": {
- "File": "triceCheck.c",
- "Line": 1536
- },
- "15192": {
- "File": "triceCheck.c",
- "Line": 1537
- },
- "15193": {
- "File": "triceCheck.c",
- "Line": 1538
- },
- "15194": {
- "File": "triceCheck.c",
- "Line": 1539
- },
- "15195": {
- "File": "triceCheck.c",
- "Line": 1540
- },
- "15196": {
- "File": "triceCheck.c",
- "Line": 1541
- },
- "15197": {
- "File": "triceCheck.c",
- "Line": 1542
- },
- "15198": {
- "File": "triceCheck.c",
- "Line": 1543
- },
- "15199": {
- "File": "triceCheck.c",
- "Line": 1544
- },
- "15200": {
- "File": "triceCheck.c",
- "Line": 1545
- },
- "15201": {
- "File": "triceCheck.c",
- "Line": 1546
- },
- "15202": {
- "File": "triceCheck.c",
- "Line": 1547
- },
- "15203": {
- "File": "triceCheck.c",
- "Line": 1548
- },
- "15204": {
- "File": "triceCheck.c",
- "Line": 1549
- },
- "15205": {
- "File": "triceCheck.c",
- "Line": 1550
- },
- "15206": {
- "File": "triceCheck.c",
- "Line": 1551
- },
- "15207": {
- "File": "triceCheck.c",
- "Line": 1552
- },
- "15208": {
- "File": "triceCheck.c",
- "Line": 1553
- },
- "15209": {
- "File": "triceCheck.c",
- "Line": 1554
- },
- "15210": {
- "File": "triceCheck.c",
- "Line": 1555
- },
- "15211": {
- "File": "triceCheck.c",
- "Line": 1556
- },
- "15212": {
- "File": "triceCheck.c",
- "Line": 1557
- },
- "15213": {
- "File": "triceCheck.c",
- "Line": 1558
- },
- "15214": {
- "File": "triceCheck.c",
- "Line": 1560
- },
- "15215": {
- "File": "triceCheck.c",
- "Line": 1562
- },
- "15216": {
- "File": "triceCheck.c",
- "Line": 1563
- },
- "15217": {
- "File": "triceCheck.c",
- "Line": 1564
- },
- "15218": {
- "File": "triceCheck.c",
- "Line": 1565
- },
- "15219": {
- "File": "triceCheck.c",
- "Line": 1566
- },
- "15220": {
- "File": "triceCheck.c",
- "Line": 1567
- },
- "15221": {
- "File": "triceCheck.c",
- "Line": 1568
- },
- "15222": {
- "File": "triceCheck.c",
- "Line": 1569
- },
- "15223": {
- "File": "triceCheck.c",
- "Line": 1570
- },
- "15224": {
- "File": "triceCheck.c",
- "Line": 1571
- },
- "15225": {
- "File": "triceCheck.c",
- "Line": 1572
- },
- "15226": {
- "File": "triceCheck.c",
- "Line": 1573
- },
- "15227": {
- "File": "triceCheck.c",
- "Line": 1574
- },
- "15228": {
- "File": "triceCheck.c",
- "Line": 1575
- },
- "15229": {
- "File": "triceCheck.c",
- "Line": 1576
- },
- "15230": {
- "File": "triceCheck.c",
- "Line": 1577
- },
- "15231": {
- "File": "triceCheck.c",
- "Line": 1578
- },
- "15232": {
- "File": "triceCheck.c",
- "Line": 1579
- },
- "15233": {
- "File": "triceCheck.c",
- "Line": 1580
- },
- "15234": {
- "File": "triceCheck.c",
- "Line": 1581
- },
- "15235": {
- "File": "triceCheck.c",
- "Line": 1582
- },
- "15236": {
- "File": "triceCheck.c",
- "Line": 1583
- },
- "15237": {
- "File": "triceCheck.c",
- "Line": 1584
- },
- "15238": {
- "File": "triceCheck.c",
- "Line": 1585
- },
- "15239": {
- "File": "triceCheck.c",
- "Line": 1586
- },
- "15240": {
- "File": "triceCheck.c",
- "Line": 1587
- },
- "15241": {
- "File": "triceCheck.c",
- "Line": 1588
- },
- "15242": {
- "File": "triceCheck.c",
- "Line": 1589
- },
- "15243": {
- "File": "triceCheck.c",
- "Line": 1590
- },
- "15244": {
- "File": "triceCheck.c",
- "Line": 1591
- },
- "15245": {
- "File": "triceCheck.c",
- "Line": 1592
- },
- "15246": {
- "File": "triceCheck.c",
- "Line": 1593
- },
- "15247": {
- "File": "triceCheck.c",
- "Line": 1594
- },
- "15248": {
- "File": "triceCheck.c",
- "Line": 1595
- },
- "15249": {
- "File": "triceCheck.c",
- "Line": 1596
- },
- "15250": {
- "File": "triceCheck.c",
- "Line": 1597
- },
- "15251": {
- "File": "triceCheck.c",
- "Line": 1599
- },
- "15252": {
- "File": "triceCheck.c",
- "Line": 1601
- },
- "15253": {
- "File": "triceCheck.c",
- "Line": 1602
- },
- "15254": {
- "File": "triceCheck.c",
- "Line": 1603
- },
- "15255": {
- "File": "triceCheck.c",
- "Line": 1604
- },
- "15256": {
- "File": "triceCheck.c",
- "Line": 1605
- },
- "15257": {
- "File": "triceCheck.c",
- "Line": 1606
- },
- "15258": {
- "File": "triceCheck.c",
- "Line": 1607
- },
- "15259": {
- "File": "triceCheck.c",
- "Line": 1608
- },
- "15260": {
- "File": "triceCheck.c",
- "Line": 1609
- },
- "15261": {
- "File": "triceCheck.c",
- "Line": 1610
- },
- "15262": {
- "File": "triceCheck.c",
- "Line": 1611
- },
- "15263": {
- "File": "triceCheck.c",
- "Line": 1612
- },
- "15264": {
- "File": "triceCheck.c",
- "Line": 1613
- },
- "15265": {
- "File": "triceCheck.c",
- "Line": 1614
- },
- "15266": {
- "File": "triceCheck.c",
- "Line": 1615
- },
- "15267": {
- "File": "triceCheck.c",
- "Line": 1616
- },
- "15268": {
- "File": "triceCheck.c",
- "Line": 1617
- },
- "15269": {
- "File": "triceCheck.c",
- "Line": 1618
- },
- "15270": {
- "File": "triceCheck.c",
- "Line": 1619
- },
- "15271": {
- "File": "triceCheck.c",
- "Line": 1620
- },
- "15272": {
- "File": "triceCheck.c",
- "Line": 1621
- },
- "15273": {
- "File": "triceCheck.c",
- "Line": 1622
- },
- "15274": {
- "File": "triceCheck.c",
- "Line": 1623
- },
- "15275": {
- "File": "triceCheck.c",
- "Line": 1624
- },
- "15276": {
- "File": "triceCheck.c",
- "Line": 1625
- },
- "15277": {
- "File": "triceCheck.c",
- "Line": 1626
- },
- "15278": {
- "File": "triceCheck.c",
- "Line": 1627
- },
- "15279": {
- "File": "triceCheck.c",
- "Line": 1628
- },
- "15280": {
- "File": "triceCheck.c",
- "Line": 1629
- },
- "15281": {
- "File": "triceCheck.c",
- "Line": 1630
- },
- "15282": {
- "File": "triceCheck.c",
- "Line": 1631
- },
- "15283": {
- "File": "triceCheck.c",
- "Line": 1632
- },
- "15284": {
- "File": "triceCheck.c",
- "Line": 1633
- },
- "15285": {
- "File": "triceCheck.c",
- "Line": 1634
- },
- "15286": {
- "File": "triceCheck.c",
- "Line": 1635
- },
- "15287": {
- "File": "triceCheck.c",
- "Line": 1636
- },
- "15288": {
- "File": "triceCheck.c",
- "Line": 1638
- },
- "15289": {
- "File": "triceCheck.c",
- "Line": 1640
- },
- "15290": {
- "File": "triceCheck.c",
- "Line": 1641
- },
- "15291": {
- "File": "triceCheck.c",
- "Line": 1642
- },
- "15292": {
- "File": "triceCheck.c",
- "Line": 1643
- },
- "15293": {
- "File": "triceCheck.c",
- "Line": 1644
- },
- "15294": {
- "File": "triceCheck.c",
- "Line": 1645
- },
- "15295": {
- "File": "triceCheck.c",
- "Line": 1646
- },
- "15296": {
- "File": "triceCheck.c",
- "Line": 1647
- },
- "15297": {
- "File": "triceCheck.c",
- "Line": 1648
- },
- "15298": {
- "File": "triceCheck.c",
- "Line": 1649
- },
- "15299": {
- "File": "triceCheck.c",
- "Line": 1650
- },
- "15300": {
- "File": "triceCheck.c",
- "Line": 1651
- },
- "15301": {
- "File": "triceCheck.c",
- "Line": 1652
- },
- "15302": {
- "File": "triceCheck.c",
- "Line": 1653
- },
- "15303": {
- "File": "triceCheck.c",
- "Line": 1654
- },
- "15304": {
- "File": "triceCheck.c",
- "Line": 1655
- },
- "15305": {
- "File": "triceCheck.c",
- "Line": 1656
- },
- "15306": {
- "File": "triceCheck.c",
- "Line": 1657
- },
- "15307": {
- "File": "triceCheck.c",
- "Line": 1658
- },
- "15308": {
- "File": "triceCheck.c",
- "Line": 1659
- },
- "15309": {
- "File": "triceCheck.c",
- "Line": 1660
- },
- "15310": {
- "File": "triceCheck.c",
- "Line": 1661
- },
- "15311": {
- "File": "triceCheck.c",
- "Line": 1662
- },
- "15312": {
- "File": "triceCheck.c",
- "Line": 1663
- },
- "15313": {
- "File": "triceCheck.c",
- "Line": 1664
- },
- "15314": {
- "File": "triceCheck.c",
- "Line": 1665
- },
- "15315": {
- "File": "triceCheck.c",
- "Line": 1666
- },
- "15316": {
- "File": "triceCheck.c",
- "Line": 1667
- },
- "15317": {
- "File": "triceCheck.c",
- "Line": 1668
- },
- "15318": {
- "File": "triceCheck.c",
- "Line": 1669
- },
- "15319": {
- "File": "triceCheck.c",
- "Line": 1670
- },
- "15320": {
- "File": "triceCheck.c",
- "Line": 1671
- },
- "15321": {
- "File": "triceCheck.c",
- "Line": 1672
- },
- "15322": {
- "File": "triceCheck.c",
- "Line": 1673
- },
- "15323": {
- "File": "triceCheck.c",
- "Line": 1674
- },
- "15324": {
- "File": "triceCheck.c",
- "Line": 1675
- },
- "15325": {
- "File": "triceCheck.c",
- "Line": 1677
- },
- "15326": {
- "File": "triceCheck.c",
- "Line": 1679
- },
- "15327": {
- "File": "triceCheck.c",
- "Line": 1680
- },
- "15328": {
- "File": "triceCheck.c",
- "Line": 1681
- },
- "15329": {
- "File": "triceCheck.c",
- "Line": 1682
- },
- "15330": {
- "File": "triceCheck.c",
- "Line": 1683
- },
- "15331": {
- "File": "triceCheck.c",
- "Line": 1684
- },
- "15332": {
- "File": "triceCheck.c",
- "Line": 1685
- },
- "15333": {
- "File": "triceCheck.c",
- "Line": 1686
- },
- "15334": {
- "File": "triceCheck.c",
- "Line": 1687
- },
- "15335": {
- "File": "triceCheck.c",
- "Line": 1688
- },
- "15336": {
- "File": "triceCheck.c",
- "Line": 1689
- },
- "15337": {
- "File": "triceCheck.c",
- "Line": 1690
- },
- "15338": {
- "File": "triceCheck.c",
- "Line": 1691
- },
- "15339": {
- "File": "triceCheck.c",
- "Line": 1692
- },
- "15340": {
- "File": "triceCheck.c",
- "Line": 1693
- },
- "15341": {
- "File": "triceCheck.c",
- "Line": 1694
- },
- "15342": {
- "File": "triceCheck.c",
- "Line": 1695
- },
- "15343": {
- "File": "triceCheck.c",
- "Line": 1696
- },
- "15344": {
- "File": "triceCheck.c",
- "Line": 1697
- },
- "15345": {
- "File": "triceCheck.c",
- "Line": 1698
- },
- "15346": {
- "File": "triceCheck.c",
- "Line": 1699
- },
- "15347": {
- "File": "triceCheck.c",
- "Line": 1700
- },
- "15348": {
- "File": "triceCheck.c",
- "Line": 1701
- },
- "15349": {
- "File": "triceCheck.c",
- "Line": 1702
- },
- "15350": {
- "File": "triceCheck.c",
- "Line": 1703
- },
- "15351": {
- "File": "triceCheck.c",
- "Line": 1704
- },
- "15352": {
- "File": "triceCheck.c",
- "Line": 1705
- },
- "15353": {
- "File": "triceCheck.c",
- "Line": 1706
- },
- "15354": {
- "File": "triceCheck.c",
- "Line": 1707
- },
- "15355": {
- "File": "triceCheck.c",
- "Line": 1708
- },
- "15356": {
- "File": "triceCheck.c",
- "Line": 1709
- },
- "15357": {
- "File": "triceCheck.c",
- "Line": 1710
- },
- "15358": {
- "File": "triceCheck.c",
- "Line": 1711
- },
- "15359": {
- "File": "triceCheck.c",
- "Line": 1712
- },
- "15360": {
- "File": "triceCheck.c",
- "Line": 1713
- },
- "15361": {
- "File": "triceCheck.c",
- "Line": 1714
- },
- "15362": {
- "File": "triceCheck.c",
- "Line": 1716
- },
- "15363": {
- "File": "triceCheck.c",
- "Line": 1718
- },
- "15364": {
- "File": "triceCheck.c",
- "Line": 1719
- },
- "15365": {
- "File": "triceCheck.c",
- "Line": 1720
- },
- "15366": {
- "File": "triceCheck.c",
- "Line": 1721
- },
- "15367": {
- "File": "triceCheck.c",
- "Line": 1722
- },
- "15368": {
- "File": "triceCheck.c",
- "Line": 1723
- },
- "15369": {
- "File": "triceCheck.c",
- "Line": 1724
- },
- "15370": {
- "File": "triceCheck.c",
- "Line": 1725
- },
- "15371": {
- "File": "triceCheck.c",
- "Line": 1726
- },
- "15372": {
- "File": "triceCheck.c",
- "Line": 1727
- },
- "15373": {
- "File": "triceCheck.c",
- "Line": 1728
- },
- "15374": {
- "File": "triceCheck.c",
- "Line": 1729
- },
- "15375": {
- "File": "triceCheck.c",
- "Line": 1730
- },
- "15376": {
- "File": "triceCheck.c",
- "Line": 1731
- },
- "15377": {
- "File": "triceCheck.c",
- "Line": 1732
- },
- "15378": {
- "File": "triceCheck.c",
- "Line": 1733
- },
- "15379": {
- "File": "triceCheck.c",
- "Line": 1734
- },
- "15380": {
- "File": "triceCheck.c",
- "Line": 1735
- },
- "15381": {
- "File": "triceCheck.c",
- "Line": 1736
- },
- "15382": {
- "File": "triceCheck.c",
- "Line": 1737
- },
- "15383": {
- "File": "triceCheck.c",
- "Line": 1738
- },
- "15384": {
- "File": "triceCheck.c",
- "Line": 1739
- },
- "15385": {
- "File": "triceCheck.c",
- "Line": 1740
- },
- "15386": {
- "File": "triceCheck.c",
- "Line": 1741
- },
- "15387": {
- "File": "triceCheck.c",
- "Line": 1742
- },
- "15388": {
- "File": "triceCheck.c",
- "Line": 1743
- },
- "15389": {
- "File": "triceCheck.c",
- "Line": 1744
- },
- "15390": {
- "File": "triceCheck.c",
- "Line": 1745
- },
- "15391": {
- "File": "triceCheck.c",
- "Line": 1746
- },
- "15392": {
- "File": "triceCheck.c",
- "Line": 1747
- },
- "15393": {
- "File": "triceCheck.c",
- "Line": 1748
- },
- "15394": {
- "File": "triceCheck.c",
- "Line": 1749
- },
- "15395": {
- "File": "triceCheck.c",
- "Line": 1750
- },
- "15396": {
- "File": "triceCheck.c",
- "Line": 1751
- },
- "15397": {
- "File": "triceCheck.c",
- "Line": 1752
- },
- "15398": {
- "File": "triceCheck.c",
- "Line": 1753
- },
- "15399": {
- "File": "triceCheck.c",
- "Line": 1755
- },
- "15400": {
- "File": "triceCheck.c",
- "Line": 1757
- },
- "15401": {
- "File": "triceCheck.c",
- "Line": 1758
- },
- "15402": {
- "File": "triceCheck.c",
- "Line": 1759
- },
- "15403": {
- "File": "triceCheck.c",
- "Line": 1760
- },
- "15404": {
- "File": "triceCheck.c",
- "Line": 1761
- },
- "15405": {
- "File": "triceCheck.c",
- "Line": 1762
- },
- "15406": {
- "File": "triceCheck.c",
- "Line": 1763
- },
- "15407": {
- "File": "triceCheck.c",
- "Line": 1764
- },
- "15408": {
- "File": "triceCheck.c",
- "Line": 1765
- },
- "15409": {
- "File": "triceCheck.c",
- "Line": 1766
- },
- "15410": {
- "File": "triceCheck.c",
- "Line": 1767
- },
- "15411": {
- "File": "triceCheck.c",
- "Line": 1768
- },
- "15412": {
- "File": "triceCheck.c",
- "Line": 1769
- },
- "15413": {
- "File": "triceCheck.c",
- "Line": 1770
- },
- "15414": {
- "File": "triceCheck.c",
- "Line": 1771
- },
- "15415": {
- "File": "triceCheck.c",
- "Line": 1772
- },
- "15416": {
- "File": "triceCheck.c",
- "Line": 1773
- },
- "15417": {
- "File": "triceCheck.c",
- "Line": 1774
- },
- "15418": {
- "File": "triceCheck.c",
- "Line": 1775
- },
- "15419": {
- "File": "triceCheck.c",
- "Line": 1776
- },
- "15420": {
- "File": "triceCheck.c",
- "Line": 1777
- },
- "15421": {
- "File": "triceCheck.c",
- "Line": 1778
- },
- "15422": {
- "File": "triceCheck.c",
- "Line": 1779
- },
- "15423": {
- "File": "triceCheck.c",
- "Line": 1780
- },
- "15424": {
- "File": "triceCheck.c",
- "Line": 1781
- },
- "15425": {
- "File": "triceCheck.c",
- "Line": 1782
- },
- "15426": {
- "File": "triceCheck.c",
- "Line": 1783
- },
- "15427": {
- "File": "triceCheck.c",
- "Line": 1784
- },
- "15428": {
- "File": "triceCheck.c",
- "Line": 1785
- },
- "15429": {
- "File": "triceCheck.c",
- "Line": 1786
- },
- "15430": {
- "File": "triceCheck.c",
- "Line": 1787
- },
- "15431": {
- "File": "triceCheck.c",
- "Line": 1788
- },
- "15432": {
- "File": "triceCheck.c",
- "Line": 1789
- },
- "15433": {
- "File": "triceCheck.c",
- "Line": 1790
- },
- "15434": {
- "File": "triceCheck.c",
- "Line": 1791
- },
- "15435": {
- "File": "triceCheck.c",
- "Line": 1792
- },
- "15436": {
- "File": "triceCheck.c",
- "Line": 1794
- },
- "15437": {
- "File": "triceCheck.c",
- "Line": 1796
- },
- "15438": {
- "File": "triceCheck.c",
- "Line": 1797
- },
- "15439": {
- "File": "triceCheck.c",
- "Line": 1798
- },
- "15440": {
- "File": "triceCheck.c",
- "Line": 1799
- },
- "15441": {
- "File": "triceCheck.c",
- "Line": 1800
- },
- "15442": {
- "File": "triceCheck.c",
- "Line": 1801
- },
- "15443": {
- "File": "triceCheck.c",
- "Line": 1802
- },
- "15444": {
- "File": "triceCheck.c",
- "Line": 1803
- },
- "15445": {
- "File": "triceCheck.c",
- "Line": 1804
- },
- "15446": {
- "File": "triceCheck.c",
- "Line": 1805
- },
- "15447": {
- "File": "triceCheck.c",
- "Line": 1806
- },
- "15448": {
- "File": "triceCheck.c",
- "Line": 1807
- },
- "15449": {
- "File": "triceCheck.c",
- "Line": 1808
- },
- "15450": {
- "File": "triceCheck.c",
- "Line": 1809
- },
- "15451": {
- "File": "triceCheck.c",
- "Line": 1810
- },
- "15452": {
- "File": "triceCheck.c",
- "Line": 1811
- },
- "15453": {
- "File": "triceCheck.c",
- "Line": 1812
- },
- "15454": {
- "File": "triceCheck.c",
- "Line": 1813
- },
- "15455": {
- "File": "triceCheck.c",
- "Line": 1814
- },
- "15456": {
- "File": "triceCheck.c",
- "Line": 1815
- },
- "15457": {
- "File": "triceCheck.c",
- "Line": 1816
- },
- "15458": {
- "File": "triceCheck.c",
- "Line": 1817
- },
- "15459": {
- "File": "triceCheck.c",
- "Line": 1818
- },
- "15460": {
- "File": "triceCheck.c",
- "Line": 1819
- },
- "15461": {
- "File": "triceCheck.c",
- "Line": 1820
- },
- "15462": {
- "File": "triceCheck.c",
- "Line": 1821
- },
- "15463": {
- "File": "triceCheck.c",
- "Line": 1822
- },
- "15464": {
- "File": "triceCheck.c",
- "Line": 1823
- },
- "15465": {
- "File": "triceCheck.c",
- "Line": 1824
- },
- "15466": {
- "File": "triceCheck.c",
- "Line": 1825
- },
- "15467": {
- "File": "triceCheck.c",
- "Line": 1826
- },
- "15468": {
- "File": "triceCheck.c",
- "Line": 1827
- },
- "15469": {
- "File": "triceCheck.c",
- "Line": 1828
- },
- "15470": {
- "File": "triceCheck.c",
- "Line": 1829
- },
- "15471": {
- "File": "triceCheck.c",
- "Line": 1830
- },
- "15472": {
- "File": "triceCheck.c",
- "Line": 1831
- },
- "15473": {
- "File": "triceCheck.c",
- "Line": 1833
- },
- "15474": {
- "File": "triceCheck.c",
- "Line": 1835
- },
- "15475": {
- "File": "triceCheck.c",
- "Line": 1836
- },
- "15476": {
- "File": "triceCheck.c",
- "Line": 1837
- },
- "15477": {
- "File": "triceCheck.c",
- "Line": 1838
- },
- "15478": {
- "File": "triceCheck.c",
- "Line": 1839
- },
- "15479": {
- "File": "triceCheck.c",
- "Line": 1840
- },
- "15480": {
- "File": "triceCheck.c",
- "Line": 1841
- },
- "15481": {
- "File": "triceCheck.c",
- "Line": 1842
- },
- "15482": {
- "File": "triceCheck.c",
- "Line": 1843
- },
- "15483": {
- "File": "triceCheck.c",
- "Line": 1844
- },
- "15484": {
- "File": "triceCheck.c",
- "Line": 1845
- },
- "15485": {
- "File": "triceCheck.c",
- "Line": 1846
- },
- "15486": {
- "File": "triceCheck.c",
- "Line": 1847
- },
- "15487": {
- "File": "triceCheck.c",
- "Line": 1848
- },
- "15488": {
- "File": "triceCheck.c",
- "Line": 1849
- },
- "15489": {
- "File": "triceCheck.c",
- "Line": 1850
- },
- "15490": {
- "File": "triceCheck.c",
- "Line": 1851
- },
- "15491": {
- "File": "triceCheck.c",
- "Line": 1852
- },
- "15492": {
- "File": "triceCheck.c",
- "Line": 1853
- },
- "15493": {
- "File": "triceCheck.c",
- "Line": 1854
- },
- "15494": {
- "File": "triceCheck.c",
- "Line": 1855
- },
- "15495": {
- "File": "triceCheck.c",
- "Line": 1856
- },
- "15496": {
- "File": "triceCheck.c",
- "Line": 1857
- },
- "15497": {
- "File": "triceCheck.c",
- "Line": 1858
- },
- "15498": {
- "File": "triceCheck.c",
- "Line": 1859
- },
- "15499": {
- "File": "triceCheck.c",
- "Line": 1860
- },
- "15500": {
- "File": "triceCheck.c",
- "Line": 1861
- },
- "15501": {
- "File": "triceCheck.c",
- "Line": 1862
- },
- "15502": {
- "File": "triceCheck.c",
- "Line": 1863
- },
- "15503": {
- "File": "triceCheck.c",
- "Line": 1864
- },
- "15504": {
- "File": "triceCheck.c",
- "Line": 1865
- },
- "15505": {
- "File": "triceCheck.c",
- "Line": 1866
- },
- "15506": {
- "File": "triceCheck.c",
- "Line": 1867
- },
- "15507": {
- "File": "triceCheck.c",
- "Line": 1868
- },
- "15508": {
- "File": "triceCheck.c",
- "Line": 1869
- },
- "15509": {
- "File": "triceCheck.c",
- "Line": 1870
- },
- "15510": {
- "File": "triceCheck.c",
- "Line": 1872
- },
- "15511": {
- "File": "triceCheck.c",
- "Line": 1874
- },
- "15512": {
- "File": "triceCheck.c",
- "Line": 1875
- },
- "15513": {
- "File": "triceCheck.c",
- "Line": 1876
- },
- "15514": {
- "File": "triceCheck.c",
- "Line": 1877
- },
- "15515": {
- "File": "triceCheck.c",
- "Line": 1878
- },
- "15516": {
- "File": "triceCheck.c",
- "Line": 1879
- },
- "15517": {
- "File": "triceCheck.c",
- "Line": 1880
- },
- "15518": {
- "File": "triceCheck.c",
- "Line": 1881
- },
- "15519": {
- "File": "triceCheck.c",
- "Line": 1882
- },
- "15520": {
- "File": "triceCheck.c",
- "Line": 1883
- },
- "15521": {
- "File": "triceCheck.c",
- "Line": 1884
- },
- "15522": {
- "File": "triceCheck.c",
- "Line": 1885
- },
- "15523": {
- "File": "triceCheck.c",
- "Line": 1886
- },
- "15524": {
- "File": "triceCheck.c",
- "Line": 1887
- },
- "15525": {
- "File": "triceCheck.c",
- "Line": 1888
- },
- "15526": {
- "File": "triceCheck.c",
- "Line": 1889
- },
- "15527": {
- "File": "triceCheck.c",
- "Line": 1890
- },
- "15528": {
- "File": "triceCheck.c",
- "Line": 1891
- },
- "15529": {
- "File": "triceCheck.c",
- "Line": 1892
- },
- "15530": {
- "File": "triceCheck.c",
- "Line": 1893
- },
- "15531": {
- "File": "triceCheck.c",
- "Line": 1894
- },
- "15532": {
- "File": "triceCheck.c",
- "Line": 1895
- },
- "15533": {
- "File": "triceCheck.c",
- "Line": 1896
- },
- "15534": {
- "File": "triceCheck.c",
- "Line": 1897
- },
- "15535": {
- "File": "triceCheck.c",
- "Line": 1898
- },
- "15536": {
- "File": "triceCheck.c",
- "Line": 1899
- },
- "15537": {
- "File": "triceCheck.c",
- "Line": 1900
- },
- "15538": {
- "File": "triceCheck.c",
- "Line": 1901
- },
- "15539": {
- "File": "triceCheck.c",
- "Line": 1902
- },
- "15540": {
- "File": "triceCheck.c",
- "Line": 1903
- },
- "15541": {
- "File": "triceCheck.c",
- "Line": 1904
- },
- "15542": {
- "File": "triceCheck.c",
- "Line": 1905
- },
- "15543": {
- "File": "triceCheck.c",
- "Line": 1906
- },
- "15544": {
- "File": "triceCheck.c",
- "Line": 1907
- },
- "15545": {
- "File": "triceCheck.c",
- "Line": 1908
- },
- "15546": {
- "File": "triceCheck.c",
- "Line": 1909
- },
- "15547": {
- "File": "triceCheck.c",
- "Line": 1911
- },
- "15548": {
- "File": "triceCheck.c",
- "Line": 1913
- },
- "15549": {
- "File": "triceCheck.c",
- "Line": 1914
- },
- "15550": {
- "File": "triceCheck.c",
- "Line": 1915
- },
- "15551": {
- "File": "triceCheck.c",
- "Line": 1916
- },
- "15552": {
- "File": "triceCheck.c",
- "Line": 1917
- },
- "15553": {
- "File": "triceCheck.c",
- "Line": 1918
- },
- "15554": {
- "File": "triceCheck.c",
- "Line": 1919
- },
- "15555": {
- "File": "triceCheck.c",
- "Line": 1920
- },
- "15556": {
- "File": "triceCheck.c",
- "Line": 1921
- },
- "15557": {
- "File": "triceCheck.c",
- "Line": 1922
- },
- "15558": {
- "File": "triceCheck.c",
- "Line": 1923
- },
- "15559": {
- "File": "triceCheck.c",
- "Line": 1924
- },
- "15560": {
- "File": "triceCheck.c",
- "Line": 1925
- },
- "15561": {
- "File": "triceCheck.c",
- "Line": 1926
- },
- "15562": {
- "File": "triceCheck.c",
- "Line": 1927
- },
- "15563": {
- "File": "triceCheck.c",
- "Line": 1928
- },
- "15564": {
- "File": "triceCheck.c",
- "Line": 1929
- },
- "15565": {
- "File": "triceCheck.c",
- "Line": 1930
- },
- "15566": {
- "File": "triceCheck.c",
- "Line": 1931
- },
- "15567": {
- "File": "triceCheck.c",
- "Line": 1932
- },
- "15568": {
- "File": "triceCheck.c",
- "Line": 1933
- },
- "15569": {
- "File": "triceCheck.c",
- "Line": 1934
- },
- "15570": {
- "File": "triceCheck.c",
- "Line": 1935
- },
- "15571": {
- "File": "triceCheck.c",
- "Line": 1936
- },
- "15572": {
- "File": "triceCheck.c",
- "Line": 1937
- },
- "15573": {
- "File": "triceCheck.c",
- "Line": 1938
- },
- "15574": {
- "File": "triceCheck.c",
- "Line": 1939
- },
- "15575": {
- "File": "triceCheck.c",
- "Line": 1940
- },
- "15576": {
- "File": "triceCheck.c",
- "Line": 1941
- },
- "15577": {
- "File": "triceCheck.c",
- "Line": 1942
- },
- "15578": {
- "File": "triceCheck.c",
- "Line": 1943
- },
- "15579": {
- "File": "triceCheck.c",
- "Line": 1944
- },
- "15580": {
- "File": "triceCheck.c",
- "Line": 1945
- },
- "15581": {
- "File": "triceCheck.c",
- "Line": 1946
- },
- "15582": {
- "File": "triceCheck.c",
- "Line": 1947
- },
- "15583": {
- "File": "triceCheck.c",
- "Line": 1948
- },
- "15584": {
- "File": "triceCheck.c",
- "Line": 1950
- },
- "15585": {
- "File": "triceCheck.c",
- "Line": 1952
- },
- "15586": {
- "File": "triceCheck.c",
- "Line": 1953
- },
- "15587": {
- "File": "triceCheck.c",
- "Line": 1954
- },
- "15588": {
- "File": "triceCheck.c",
- "Line": 1955
- },
- "15589": {
- "File": "triceCheck.c",
- "Line": 1956
- },
- "15590": {
- "File": "triceCheck.c",
- "Line": 1957
- },
- "15591": {
- "File": "triceCheck.c",
- "Line": 1958
- },
- "15592": {
- "File": "triceCheck.c",
- "Line": 1959
- },
- "15593": {
- "File": "triceCheck.c",
- "Line": 1960
- },
- "15594": {
- "File": "triceCheck.c",
- "Line": 1961
- },
- "15595": {
- "File": "triceCheck.c",
- "Line": 1962
- },
- "15596": {
- "File": "triceCheck.c",
- "Line": 1963
- },
- "15597": {
- "File": "triceCheck.c",
- "Line": 1964
- },
- "15598": {
- "File": "triceCheck.c",
- "Line": 1965
- },
- "15599": {
- "File": "triceCheck.c",
- "Line": 1966
- },
- "15600": {
- "File": "triceCheck.c",
- "Line": 1967
- },
- "15601": {
- "File": "triceCheck.c",
- "Line": 1968
- },
- "15602": {
- "File": "triceCheck.c",
- "Line": 1969
- },
- "15603": {
- "File": "triceCheck.c",
- "Line": 1970
- },
- "15604": {
- "File": "triceCheck.c",
- "Line": 1971
- },
- "15605": {
- "File": "triceCheck.c",
- "Line": 1972
- },
- "15606": {
- "File": "triceCheck.c",
- "Line": 1973
- },
- "15607": {
- "File": "triceCheck.c",
- "Line": 1974
- },
- "15608": {
- "File": "triceCheck.c",
- "Line": 1975
- },
- "15609": {
- "File": "triceCheck.c",
- "Line": 1976
- },
- "15610": {
- "File": "triceCheck.c",
- "Line": 1977
- },
- "15611": {
- "File": "triceCheck.c",
- "Line": 1978
- },
- "15612": {
- "File": "triceCheck.c",
- "Line": 1979
- },
- "15613": {
- "File": "triceCheck.c",
- "Line": 1980
- },
- "15614": {
- "File": "triceCheck.c",
- "Line": 1981
- },
- "15615": {
- "File": "triceCheck.c",
- "Line": 1982
- },
- "15616": {
- "File": "triceCheck.c",
- "Line": 1983
- },
- "15617": {
- "File": "triceCheck.c",
- "Line": 1984
- },
- "15618": {
- "File": "triceCheck.c",
- "Line": 1985
- },
- "15619": {
- "File": "triceCheck.c",
- "Line": 1986
- },
- "15620": {
- "File": "triceCheck.c",
- "Line": 1987
- },
- "15621": {
- "File": "triceCheck.c",
- "Line": 1989
- },
- "15622": {
- "File": "triceCheck.c",
- "Line": 1990
- },
- "15623": {
- "File": "triceCheck.c",
- "Line": 1991
- },
- "15624": {
- "File": "triceCheck.c",
- "Line": 1992
- },
- "15625": {
- "File": "triceCheck.c",
- "Line": 1993
- },
- "15626": {
- "File": "triceCheck.c",
- "Line": 1994
- },
- "15627": {
- "File": "triceCheck.c",
- "Line": 1995
- },
- "15628": {
- "File": "triceCheck.c",
- "Line": 1996
- },
- "15629": {
- "File": "triceCheck.c",
- "Line": 1997
- },
- "15630": {
- "File": "triceCheck.c",
- "Line": 1998
- },
- "15631": {
- "File": "triceCheck.c",
- "Line": 1999
- },
- "15632": {
- "File": "triceCheck.c",
- "Line": 2000
- },
- "15633": {
- "File": "triceCheck.c",
- "Line": 2001
- },
- "15634": {
- "File": "triceCheck.c",
- "Line": 2002
- },
- "15635": {
- "File": "triceCheck.c",
- "Line": 2003
- },
- "15636": {
- "File": "triceCheck.c",
- "Line": 2004
- },
- "15637": {
- "File": "triceCheck.c",
- "Line": 2005
- },
- "15638": {
- "File": "triceCheck.c",
- "Line": 2006
- },
- "15639": {
- "File": "triceCheck.c",
- "Line": 2007
- },
- "15640": {
- "File": "triceCheck.c",
- "Line": 2008
- },
- "15641": {
- "File": "triceCheck.c",
- "Line": 2010
- },
- "15642": {
- "File": "triceCheck.c",
- "Line": 2011
- },
- "15643": {
- "File": "triceCheck.c",
- "Line": 2012
- },
- "15644": {
- "File": "triceCheck.c",
- "Line": 2013
- },
- "15645": {
- "File": "triceCheck.c",
- "Line": 2014
- },
- "15646": {
- "File": "triceCheck.c",
- "Line": 2015
- },
- "15647": {
- "File": "triceCheck.c",
- "Line": 2016
- },
- "15648": {
- "File": "triceCheck.c",
- "Line": 2017
- },
- "15649": {
- "File": "triceCheck.c",
- "Line": 2018
- },
- "15650": {
- "File": "triceCheck.c",
- "Line": 2019
- },
- "15651": {
- "File": "triceCheck.c",
- "Line": 2020
- },
- "15652": {
- "File": "triceCheck.c",
- "Line": 2021
- },
- "15653": {
- "File": "triceCheck.c",
- "Line": 2022
- },
- "15654": {
- "File": "triceCheck.c",
- "Line": 2023
- },
- "15655": {
- "File": "triceCheck.c",
- "Line": 2024
- },
- "15656": {
- "File": "triceCheck.c",
- "Line": 2025
- },
- "15657": {
- "File": "triceCheck.c",
- "Line": 2026
- },
- "15658": {
- "File": "triceCheck.c",
- "Line": 2027
- },
- "15659": {
- "File": "triceCheck.c",
- "Line": 2028
- },
- "15660": {
- "File": "triceCheck.c",
- "Line": 2029
- },
- "15661": {
- "File": "triceCheck.c",
- "Line": 2030
- },
- "15662": {
- "File": "triceCheck.c",
- "Line": 2031
- },
- "15663": {
- "File": "triceCheck.c",
- "Line": 2032
- },
- "15664": {
- "File": "triceCheck.c",
- "Line": 2033
- },
- "15665": {
- "File": "triceCheck.c",
- "Line": 2034
- },
- "15666": {
- "File": "triceCheck.c",
- "Line": 2035
- },
- "15667": {
- "File": "triceCheck.c",
- "Line": 2036
- },
- "15668": {
- "File": "triceCheck.c",
- "Line": 2037
- },
- "15669": {
- "File": "triceCheck.c",
- "Line": 2038
- },
- "15670": {
- "File": "triceCheck.c",
- "Line": 2039
- },
- "15671": {
- "File": "triceCheck.c",
- "Line": 2040
- },
- "15672": {
- "File": "triceCheck.c",
- "Line": 2041
- },
- "15673": {
- "File": "triceCheck.c",
- "Line": 2042
- },
- "15674": {
- "File": "triceCheck.c",
- "Line": 2043
- },
- "15675": {
- "File": "triceCheck.c",
- "Line": 2044
- },
- "15676": {
- "File": "triceCheck.c",
- "Line": 2045
- },
- "15677": {
- "File": "triceCheck.c",
- "Line": 2046
- },
- "15678": {
- "File": "triceCheck.c",
- "Line": 2047
- },
- "15679": {
- "File": "triceCheck.c",
- "Line": 2048
- },
- "15680": {
- "File": "triceCheck.c",
- "Line": 2049
- },
- "15681": {
- "File": "triceCheck.c",
- "Line": 2050
- },
- "15682": {
- "File": "triceCheck.c",
- "Line": 2051
- },
- "15683": {
- "File": "triceCheck.c",
- "Line": 2052
- },
- "15684": {
- "File": "triceCheck.c",
- "Line": 2053
- },
- "15685": {
- "File": "triceCheck.c",
- "Line": 2054
- },
- "15686": {
- "File": "triceCheck.c",
- "Line": 2055
- },
- "15687": {
- "File": "triceCheck.c",
- "Line": 2056
- },
- "15688": {
- "File": "triceCheck.c",
- "Line": 2057
- },
- "15689": {
- "File": "triceCheck.c",
- "Line": 2058
- },
- "15690": {
- "File": "triceCheck.c",
- "Line": 2059
- },
- "15691": {
- "File": "triceCheck.c",
- "Line": 2060
- },
- "15692": {
- "File": "triceCheck.c",
- "Line": 2061
- },
- "15693": {
- "File": "triceCheck.c",
- "Line": 2062
- },
- "15694": {
- "File": "triceCheck.c",
- "Line": 2064
- },
- "15695": {
- "File": "triceCheck.c",
- "Line": 2065
- },
- "15696": {
- "File": "triceCheck.c",
- "Line": 2066
- },
- "15697": {
- "File": "triceCheck.c",
- "Line": 2067
- },
- "15698": {
- "File": "triceCheck.c",
- "Line": 2068
- },
- "15699": {
- "File": "triceCheck.c",
- "Line": 2069
- },
- "15700": {
- "File": "triceCheck.c",
- "Line": 2070
- },
- "15701": {
- "File": "triceCheck.c",
- "Line": 2071
- },
- "15702": {
- "File": "triceCheck.c",
- "Line": 2072
- },
- "15703": {
- "File": "triceCheck.c",
- "Line": 2073
- },
- "15704": {
- "File": "triceCheck.c",
- "Line": 2074
- },
- "15705": {
- "File": "triceCheck.c",
- "Line": 2075
- },
- "15706": {
- "File": "triceCheck.c",
- "Line": 2076
- },
- "15707": {
- "File": "triceCheck.c",
- "Line": 2077
- },
- "15708": {
- "File": "triceCheck.c",
- "Line": 2078
- },
- "15709": {
- "File": "triceCheck.c",
- "Line": 2079
- },
- "15710": {
- "File": "triceCheck.c",
- "Line": 2080
- },
- "15711": {
- "File": "triceCheck.c",
- "Line": 2081
- },
- "15712": {
- "File": "triceCheck.c",
- "Line": 2082
- },
- "15713": {
- "File": "triceCheck.c",
- "Line": 2083
- },
- "15714": {
- "File": "triceCheck.c",
- "Line": 2084
- },
- "15715": {
- "File": "triceCheck.c",
- "Line": 2085
- },
- "15716": {
- "File": "triceCheck.c",
- "Line": 2086
- },
- "15717": {
- "File": "triceCheck.c",
- "Line": 2087
- },
- "15718": {
- "File": "triceCheck.c",
- "Line": 2088
- },
- "15719": {
- "File": "triceCheck.c",
- "Line": 2089
- },
- "15720": {
- "File": "triceCheck.c",
- "Line": 2090
- },
- "15721": {
- "File": "triceCheck.c",
- "Line": 2092
- },
- "15722": {
- "File": "triceCheck.c",
- "Line": 2093
- },
- "15723": {
- "File": "triceCheck.c",
- "Line": 2094
- },
- "15724": {
- "File": "triceCheck.c",
- "Line": 2095
- },
- "15725": {
- "File": "triceCheck.c",
- "Line": 2096
- },
- "15726": {
- "File": "triceCheck.c",
- "Line": 2097
- },
- "15727": {
- "File": "triceCheck.c",
- "Line": 2098
- },
- "15728": {
- "File": "triceCheck.c",
- "Line": 2099
- },
- "15729": {
- "File": "triceCheck.c",
- "Line": 2100
- },
- "15730": {
- "File": "triceCheck.c",
- "Line": 2101
- },
- "15731": {
- "File": "triceCheck.c",
- "Line": 2102
- },
- "15732": {
- "File": "triceCheck.c",
- "Line": 2103
- },
- "15733": {
- "File": "triceCheck.c",
- "Line": 2104
- },
- "15734": {
- "File": "triceCheck.c",
- "Line": 2105
- },
- "15735": {
- "File": "triceCheck.c",
- "Line": 2106
- },
- "15736": {
- "File": "triceCheck.c",
- "Line": 2107
- },
- "15737": {
- "File": "triceCheck.c",
- "Line": 2108
- },
- "15738": {
- "File": "triceCheck.c",
- "Line": 2109
- },
- "15739": {
- "File": "triceCheck.c",
- "Line": 2110
- },
- "15740": {
- "File": "triceCheck.c",
- "Line": 2111
- },
- "15741": {
- "File": "triceCheck.c",
- "Line": 2111
- },
- "15742": {
- "File": "triceCheck.c",
- "Line": 2111
- },
- "15743": {
- "File": "triceCheck.c",
- "Line": 2112
- },
- "15744": {
- "File": "triceCheck.c",
- "Line": 2112
- },
- "15745": {
- "File": "triceCheck.c",
- "Line": 2112
- },
- "15746": {
- "File": "triceCheck.c",
- "Line": 2114
- },
- "15747": {
- "File": "triceCheck.c",
- "Line": 2115
- },
- "15748": {
- "File": "triceCheck.c",
- "Line": 2116
- },
- "15749": {
- "File": "triceCheck.c",
- "Line": 2117
- },
- "15750": {
- "File": "triceCheck.c",
- "Line": 2118
- },
- "15751": {
- "File": "triceCheck.c",
- "Line": 2119
- },
- "15752": {
- "File": "triceCheck.c",
- "Line": 2120
- },
- "15753": {
- "File": "triceCheck.c",
- "Line": 2121
- },
- "15754": {
- "File": "triceCheck.c",
- "Line": 2122
- },
- "15755": {
- "File": "triceCheck.c",
- "Line": 2123
- },
- "15756": {
- "File": "triceCheck.c",
- "Line": 2124
- },
- "15757": {
- "File": "triceCheck.c",
- "Line": 2125
- },
- "15758": {
- "File": "triceCheck.c",
- "Line": 2126
- },
- "15759": {
- "File": "triceCheck.c",
- "Line": 2127
- },
- "15760": {
- "File": "triceCheck.c",
- "Line": 2128
- },
- "15761": {
- "File": "triceCheck.c",
- "Line": 2129
- },
- "15762": {
- "File": "triceCheck.c",
- "Line": 2130
- },
- "15763": {
- "File": "triceCheck.c",
- "Line": 2131
- },
- "15764": {
- "File": "triceCheck.c",
- "Line": 2132
- },
- "15765": {
- "File": "triceCheck.c",
- "Line": 2133
- },
- "15766": {
- "File": "triceCheck.c",
- "Line": 2134
- },
- "15767": {
- "File": "triceCheck.c",
- "Line": 2135
- },
- "15768": {
- "File": "triceCheck.c",
- "Line": 2136
- },
- "15769": {
- "File": "triceCheck.c",
- "Line": 2137
- },
- "15770": {
- "File": "triceCheck.c",
- "Line": 2138
- },
- "15771": {
- "File": "triceCheck.c",
- "Line": 2139
- },
- "15772": {
- "File": "triceCheck.c",
- "Line": 2140
- },
- "15773": {
- "File": "triceCheck.c",
- "Line": 2141
- },
- "15774": {
- "File": "triceCheck.c",
- "Line": 2143
- },
- "15775": {
- "File": "triceCheck.c",
- "Line": 2144
- },
- "15776": {
- "File": "triceCheck.c",
- "Line": 2145
- },
- "15777": {
- "File": "triceCheck.c",
- "Line": 2146
- },
- "15778": {
- "File": "triceCheck.c",
- "Line": 2147
- },
- "15779": {
- "File": "triceCheck.c",
- "Line": 2148
- },
- "15780": {
- "File": "triceCheck.c",
- "Line": 2149
- },
- "15781": {
- "File": "triceCheck.c",
- "Line": 2150
- },
- "15782": {
- "File": "triceCheck.c",
- "Line": 2151
- },
- "15783": {
- "File": "triceCheck.c",
- "Line": 2152
- },
- "15784": {
- "File": "triceCheck.c",
- "Line": 2153
- },
- "15785": {
- "File": "triceCheck.c",
- "Line": 2154
- },
- "15786": {
- "File": "triceCheck.c",
- "Line": 2155
- },
- "15787": {
- "File": "triceCheck.c",
- "Line": 2156
- },
- "15788": {
- "File": "triceCheck.c",
- "Line": 2157
- },
- "15789": {
- "File": "triceCheck.c",
- "Line": 2158
- },
- "15790": {
- "File": "triceCheck.c",
- "Line": 2159
- },
- "15791": {
- "File": "triceCheck.c",
- "Line": 2160
- },
- "15792": {
- "File": "triceCheck.c",
- "Line": 2161
- },
- "15793": {
- "File": "triceCheck.c",
- "Line": 2162
- },
- "15794": {
- "File": "triceCheck.c",
- "Line": 2163
- },
- "15795": {
- "File": "triceCheck.c",
- "Line": 2164
- },
- "15796": {
- "File": "triceCheck.c",
- "Line": 2165
- },
- "15797": {
- "File": "triceCheck.c",
- "Line": 2166
- },
- "15798": {
- "File": "triceCheck.c",
- "Line": 2167
- },
- "15799": {
- "File": "triceCheck.c",
- "Line": 2168
- },
- "15800": {
- "File": "triceCheck.c",
- "Line": 2169
- },
- "15801": {
- "File": "triceCheck.c",
- "Line": 2171
- },
- "15802": {
- "File": "triceCheck.c",
- "Line": 2172
- },
- "15803": {
- "File": "triceCheck.c",
- "Line": 2173
- },
- "15804": {
- "File": "triceCheck.c",
- "Line": 2174
- },
- "15805": {
- "File": "triceCheck.c",
- "Line": 2175
- },
- "15806": {
- "File": "triceCheck.c",
- "Line": 2176
- },
- "15807": {
- "File": "triceCheck.c",
- "Line": 2177
- },
- "15808": {
- "File": "triceCheck.c",
- "Line": 2178
- },
- "15809": {
- "File": "triceCheck.c",
- "Line": 2179
- },
- "15810": {
- "File": "triceCheck.c",
- "Line": 2180
- },
- "15811": {
- "File": "triceCheck.c",
- "Line": 2181
- },
- "15812": {
- "File": "triceCheck.c",
- "Line": 2182
- },
- "15813": {
- "File": "triceCheck.c",
- "Line": 2183
- },
- "15814": {
- "File": "triceCheck.c",
- "Line": 2184
- },
- "15815": {
- "File": "triceCheck.c",
- "Line": 2185
- },
- "15816": {
- "File": "triceCheck.c",
- "Line": 2186
- },
- "15817": {
- "File": "triceCheck.c",
- "Line": 2187
- },
- "15818": {
- "File": "triceCheck.c",
- "Line": 2188
- },
- "15819": {
- "File": "triceCheck.c",
- "Line": 2189
- },
- "15820": {
- "File": "triceCheck.c",
- "Line": 2190
- },
- "15821": {
- "File": "triceCheck.c",
- "Line": 2191
- },
- "15822": {
- "File": "triceCheck.c",
- "Line": 2192
- },
- "15823": {
- "File": "triceCheck.c",
- "Line": 2193
- },
- "15824": {
- "File": "triceCheck.c",
- "Line": 2194
- },
- "15825": {
- "File": "triceCheck.c",
- "Line": 2195
- },
- "15826": {
- "File": "triceCheck.c",
- "Line": 2196
- },
- "15827": {
- "File": "triceCheck.c",
- "Line": 2197
- },
- "15828": {
- "File": "triceCheck.c",
- "Line": 2198
- },
- "15829": {
- "File": "triceCheck.c",
- "Line": 2200
- },
- "15830": {
- "File": "triceCheck.c",
- "Line": 2201
- },
- "15831": {
- "File": "triceCheck.c",
- "Line": 2202
- },
- "15832": {
- "File": "triceCheck.c",
- "Line": 2203
- },
- "15833": {
- "File": "triceCheck.c",
- "Line": 2204
- },
- "15834": {
- "File": "triceCheck.c",
- "Line": 2205
- },
- "15835": {
- "File": "triceCheck.c",
- "Line": 2206
- },
- "15836": {
- "File": "triceCheck.c",
- "Line": 2207
- },
- "15837": {
- "File": "triceCheck.c",
- "Line": 2208
- },
- "15838": {
- "File": "triceCheck.c",
- "Line": 2209
- },
- "15839": {
- "File": "triceCheck.c",
- "Line": 2210
- },
- "15840": {
- "File": "triceCheck.c",
- "Line": 2211
- },
- "15841": {
- "File": "triceCheck.c",
- "Line": 2212
- },
- "15842": {
- "File": "triceCheck.c",
- "Line": 2213
- },
- "15843": {
- "File": "triceCheck.c",
- "Line": 2214
- },
- "15844": {
- "File": "triceCheck.c",
- "Line": 2215
- },
- "15845": {
- "File": "triceCheck.c",
- "Line": 2216
- },
- "15846": {
- "File": "triceCheck.c",
- "Line": 2217
- },
- "15847": {
- "File": "triceCheck.c",
- "Line": 2218
- },
- "15848": {
- "File": "triceCheck.c",
- "Line": 2219
- },
- "15849": {
- "File": "triceCheck.c",
- "Line": 2220
- },
- "15850": {
- "File": "triceCheck.c",
- "Line": 2221
- },
- "15851": {
- "File": "triceCheck.c",
- "Line": 2222
- },
- "15852": {
- "File": "triceCheck.c",
- "Line": 2223
- },
- "15853": {
- "File": "triceCheck.c",
- "Line": 2224
- },
- "15854": {
- "File": "triceCheck.c",
- "Line": 2225
- },
- "15855": {
- "File": "triceCheck.c",
- "Line": 2226
- },
- "15856": {
- "File": "triceCheck.c",
- "Line": 2228
- },
- "15857": {
- "File": "triceCheck.c",
- "Line": 2229
- },
- "15858": {
- "File": "triceCheck.c",
- "Line": 2230
- },
- "15859": {
- "File": "triceCheck.c",
- "Line": 2231
- },
- "15860": {
- "File": "triceCheck.c",
- "Line": 2232
- },
- "15861": {
- "File": "triceCheck.c",
- "Line": 2233
- },
- "15862": {
- "File": "triceCheck.c",
- "Line": 2234
- },
- "15863": {
- "File": "triceCheck.c",
- "Line": 2235
- },
- "15864": {
- "File": "triceCheck.c",
- "Line": 2236
- },
- "15865": {
- "File": "triceCheck.c",
- "Line": 2237
- },
- "15866": {
- "File": "triceCheck.c",
- "Line": 2238
- },
- "15867": {
- "File": "triceCheck.c",
- "Line": 2239
- },
- "15868": {
- "File": "triceCheck.c",
- "Line": 2240
- },
- "15869": {
- "File": "triceCheck.c",
- "Line": 2241
- },
- "15870": {
- "File": "triceCheck.c",
- "Line": 2242
- },
- "15871": {
- "File": "triceCheck.c",
- "Line": 2243
- },
- "15872": {
- "File": "triceCheck.c",
- "Line": 2244
- },
- "15873": {
- "File": "triceCheck.c",
- "Line": 2245
- },
- "15874": {
- "File": "triceCheck.c",
- "Line": 2246
- },
- "15875": {
- "File": "triceCheck.c",
- "Line": 2247
- },
- "15876": {
- "File": "triceCheck.c",
- "Line": 2248
- },
- "15877": {
- "File": "triceCheck.c",
- "Line": 2249
- },
- "15878": {
- "File": "triceCheck.c",
- "Line": 2250
- },
- "15879": {
- "File": "triceCheck.c",
- "Line": 2251
- },
- "15880": {
- "File": "triceCheck.c",
- "Line": 2252
- },
- "15881": {
- "File": "triceCheck.c",
- "Line": 2253
- },
- "15882": {
- "File": "triceCheck.c",
- "Line": 2254
- },
- "15883": {
- "File": "triceCheck.c",
- "Line": 2255
- },
- "15884": {
- "File": "triceCheck.c",
- "Line": 2256
- },
- "15885": {
- "File": "triceCheck.c",
- "Line": 2257
- },
- "15886": {
- "File": "triceCheck.c",
- "Line": 2258
- },
- "15887": {
- "File": "triceCheck.c",
- "Line": 2259
- },
- "15888": {
- "File": "triceCheck.c",
- "Line": 2260
- },
- "15889": {
- "File": "triceCheck.c",
- "Line": 2261
- },
- "15890": {
- "File": "triceCheck.c",
- "Line": 2262
- },
- "15891": {
- "File": "triceCheck.c",
- "Line": 2263
- },
- "15892": {
- "File": "triceCheck.c",
- "Line": 2264
- },
- "15893": {
- "File": "triceCheck.c",
- "Line": 2265
- },
- "15894": {
- "File": "triceCheck.c",
- "Line": 2266
- },
- "15895": {
- "File": "triceCheck.c",
- "Line": 2267
- },
- "15896": {
- "File": "triceCheck.c",
- "Line": 2268
- },
- "15897": {
- "File": "triceCheck.c",
- "Line": 2269
- },
- "15898": {
- "File": "triceCheck.c",
- "Line": 2270
- },
- "15899": {
- "File": "triceCheck.c",
- "Line": 2271
- },
- "15900": {
- "File": "triceCheck.c",
- "Line": 2272
- },
- "15901": {
- "File": "triceCheck.c",
- "Line": 2273
- },
- "15902": {
- "File": "triceCheck.c",
- "Line": 2274
- },
- "15903": {
- "File": "triceCheck.c",
- "Line": 2275
- },
- "15904": {
- "File": "triceCheck.c",
- "Line": 2276
- },
- "15905": {
- "File": "triceCheck.c",
- "Line": 2277
- },
- "15906": {
- "File": "triceCheck.c",
- "Line": 2278
- },
- "15907": {
- "File": "triceCheck.c",
- "Line": 2279
- },
- "15908": {
- "File": "triceCheck.c",
- "Line": 2280
- },
- "15909": {
- "File": "triceCheck.c",
- "Line": 2281
- },
- "15910": {
- "File": "triceCheck.c",
- "Line": 2282
- },
- "15911": {
- "File": "triceCheck.c",
- "Line": 2283
- },
- "15912": {
- "File": "triceCheck.c",
- "Line": 2284
- },
- "15913": {
- "File": "triceCheck.c",
- "Line": 2285
- },
- "15914": {
- "File": "triceCheck.c",
- "Line": 2286
- },
- "15915": {
- "File": "triceCheck.c",
- "Line": 2287
- },
- "15916": {
- "File": "triceCheck.c",
- "Line": 2288
- },
- "15917": {
- "File": "triceCheck.c",
- "Line": 2289
- },
- "15918": {
- "File": "triceCheck.c",
- "Line": 2290
- },
- "15919": {
- "File": "triceCheck.c",
- "Line": 2291
- },
- "15920": {
- "File": "triceCheck.c",
- "Line": 2292
- },
- "15921": {
- "File": "triceCheck.c",
- "Line": 2293
- },
- "15922": {
- "File": "triceCheck.c",
- "Line": 2294
- },
- "15923": {
- "File": "triceCheck.c",
- "Line": 2295
- },
- "15924": {
- "File": "triceCheck.c",
- "Line": 2296
- },
- "15925": {
- "File": "triceCheck.c",
- "Line": 2297
- },
- "15926": {
- "File": "triceCheck.c",
- "Line": 2298
- },
- "15927": {
- "File": "triceCheck.c",
- "Line": 2299
- },
- "15928": {
- "File": "triceCheck.c",
- "Line": 2300
- },
- "15929": {
- "File": "triceCheck.c",
- "Line": 2301
- },
- "15930": {
- "File": "triceCheck.c",
- "Line": 2302
- },
- "15931": {
- "File": "triceCheck.c",
- "Line": 2304
- },
- "15932": {
- "File": "triceCheck.c",
- "Line": 2305
- },
- "15933": {
- "File": "triceCheck.c",
- "Line": 2306
- },
- "15934": {
- "File": "triceCheck.c",
- "Line": 2307
- },
- "15935": {
- "File": "triceCheck.c",
- "Line": 2308
- },
- "15936": {
- "File": "triceCheck.c",
- "Line": 2309
- },
- "15937": {
- "File": "triceCheck.c",
- "Line": 2310
- },
- "15938": {
- "File": "triceCheck.c",
- "Line": 2311
- },
- "15939": {
- "File": "triceCheck.c",
- "Line": 2312
- },
- "15940": {
- "File": "triceCheck.c",
- "Line": 2313
- },
- "15941": {
- "File": "triceCheck.c",
- "Line": 2314
- },
- "15942": {
- "File": "triceCheck.c",
- "Line": 2315
- },
- "15943": {
- "File": "triceCheck.c",
- "Line": 2316
- },
- "15944": {
- "File": "triceCheck.c",
- "Line": 2318
- },
- "15945": {
- "File": "triceCheck.c",
- "Line": 2319
- },
- "15946": {
- "File": "triceCheck.c",
- "Line": 2320
- },
- "15947": {
- "File": "triceCheck.c",
- "Line": 2321
- },
- "15948": {
- "File": "triceCheck.c",
- "Line": 2322
- },
- "15949": {
- "File": "triceCheck.c",
- "Line": 2323
- },
- "15950": {
- "File": "triceCheck.c",
- "Line": 2324
- },
- "15951": {
- "File": "triceCheck.c",
- "Line": 2325
- },
- "15952": {
- "File": "triceCheck.c",
- "Line": 2326
- },
- "15953": {
- "File": "triceCheck.c",
- "Line": 2327
- },
- "15954": {
- "File": "triceCheck.c",
- "Line": 2328
- },
- "15955": {
- "File": "triceCheck.c",
- "Line": 2329
- },
- "15956": {
- "File": "triceCheck.c",
- "Line": 2330
- },
- "15957": {
- "File": "triceCheck.c",
- "Line": 2331
- },
- "15958": {
- "File": "triceCheck.c",
- "Line": 2332
- },
- "15959": {
- "File": "triceCheck.c",
- "Line": 2333
- },
- "15960": {
- "File": "triceCheck.c",
- "Line": 2334
- },
- "15961": {
- "File": "triceCheck.c",
- "Line": 2335
- },
- "15962": {
- "File": "triceCheck.c",
- "Line": 2336
- },
- "15963": {
- "File": "triceCheck.c",
- "Line": 2337
- },
- "15964": {
- "File": "triceCheck.c",
- "Line": 2338
- },
- "15965": {
- "File": "triceCheck.c",
- "Line": 2339
- },
- "15966": {
- "File": "triceCheck.c",
- "Line": 2340
- },
- "15967": {
- "File": "triceCheck.c",
- "Line": 2341
- },
- "15968": {
- "File": "triceCheck.c",
- "Line": 2343
- },
- "15969": {
- "File": "triceCheck.c",
- "Line": 2344
- },
- "15970": {
- "File": "triceCheck.c",
- "Line": 2345
- },
- "15971": {
- "File": "triceCheck.c",
- "Line": 2346
- },
- "15972": {
- "File": "triceCheck.c",
- "Line": 2347
- },
- "15973": {
- "File": "triceCheck.c",
- "Line": 2348
- },
- "15974": {
- "File": "triceCheck.c",
- "Line": 2349
- },
- "15975": {
- "File": "triceCheck.c",
- "Line": 2350
- },
- "15976": {
- "File": "triceCheck.c",
- "Line": 2351
- },
- "15977": {
- "File": "triceCheck.c",
- "Line": 2352
- },
- "15978": {
- "File": "triceCheck.c",
- "Line": 2353
- },
- "15979": {
- "File": "triceCheck.c",
- "Line": 2354
- },
- "15980": {
- "File": "triceCheck.c",
- "Line": 2355
- },
- "15981": {
- "File": "triceCheck.c",
- "Line": 2356
- },
- "15982": {
- "File": "triceCheck.c",
- "Line": 2357
- },
- "15983": {
- "File": "triceCheck.c",
- "Line": 2358
- },
- "15984": {
- "File": "triceCheck.c",
- "Line": 2359
- },
- "15985": {
- "File": "triceCheck.c",
- "Line": 2360
- },
- "15986": {
- "File": "triceCheck.c",
- "Line": 2361
- },
- "15987": {
- "File": "triceCheck.c",
- "Line": 2362
- },
- "15988": {
- "File": "triceCheck.c",
- "Line": 2363
- },
- "15989": {
- "File": "triceCheck.c",
- "Line": 2364
- },
- "15990": {
- "File": "triceCheck.c",
- "Line": 2365
- },
- "15991": {
- "File": "triceCheck.c",
- "Line": 2366
- },
- "15992": {
- "File": "triceCheck.c",
- "Line": 2367
- },
- "15993": {
- "File": "triceCheck.c",
- "Line": 2368
- },
- "15994": {
- "File": "triceCheck.c",
- "Line": 2369
- },
- "15995": {
- "File": "triceCheck.c",
- "Line": 2370
- },
- "15996": {
- "File": "triceCheck.c",
- "Line": 2371
- },
- "15997": {
- "File": "triceCheck.c",
- "Line": 2372
- },
- "15998": {
- "File": "triceCheck.c",
- "Line": 2374
- },
- "15999": {
- "File": "triceCheck.c",
- "Line": 2375
- },
- "16000": {
- "File": "triceCheck.c",
- "Line": 2376
- },
- "16001": {
- "File": "triceCheck.c",
- "Line": 2377
- },
- "16002": {
- "File": "triceCheck.c",
- "Line": 2378
- },
- "16003": {
- "File": "triceCheck.c",
- "Line": 2379
- },
- "16004": {
- "File": "triceCheck.c",
- "Line": 2380
- },
- "16005": {
- "File": "triceCheck.c",
- "Line": 2381
- },
- "16006": {
- "File": "triceCheck.c",
- "Line": 2382
- },
- "16007": {
- "File": "triceCheck.c",
- "Line": 2383
- },
- "16008": {
- "File": "triceCheck.c",
- "Line": 2384
- },
- "16009": {
- "File": "triceCheck.c",
- "Line": 2385
- },
- "16010": {
- "File": "triceCheck.c",
- "Line": 2386
- },
- "16011": {
- "File": "triceCheck.c",
- "Line": 2387
- },
- "16012": {
- "File": "triceCheck.c",
- "Line": 2388
- },
- "16013": {
- "File": "triceCheck.c",
- "Line": 2389
- },
- "16014": {
- "File": "triceCheck.c",
- "Line": 2390
- },
- "16015": {
- "File": "triceCheck.c",
- "Line": 2391
- },
- "16016": {
- "File": "triceCheck.c",
- "Line": 2392
- },
- "16017": {
- "File": "triceCheck.c",
- "Line": 2393
- },
- "16018": {
- "File": "triceCheck.c",
- "Line": 2394
- },
- "16019": {
- "File": "triceCheck.c",
- "Line": 2395
- },
- "16020": {
- "File": "triceCheck.c",
- "Line": 2396
- },
- "16021": {
- "File": "triceCheck.c",
- "Line": 2397
- },
- "16022": {
- "File": "triceCheck.c",
- "Line": 2398
- },
- "16023": {
- "File": "triceCheck.c",
- "Line": 2399
- },
- "16024": {
- "File": "triceCheck.c",
- "Line": 2400
- },
- "16025": {
- "File": "triceCheck.c",
- "Line": 2401
- },
- "16026": {
- "File": "triceCheck.c",
- "Line": 2402
- },
- "16027": {
- "File": "triceCheck.c",
- "Line": 2403
- },
- "16028": {
- "File": "triceCheck.c",
- "Line": 2406
- },
- "16029": {
- "File": "triceCheck.c",
- "Line": 2408
- },
- "16030": {
- "File": "triceCheck.c",
- "Line": 2409
- },
- "16031": {
- "File": "triceCheck.c",
- "Line": 2410
- },
- "16032": {
- "File": "triceCheck.c",
- "Line": 2411
- },
- "16033": {
- "File": "triceCheck.c",
- "Line": 2412
- },
- "16034": {
- "File": "triceCheck.c",
- "Line": 2413
- },
- "16035": {
- "File": "triceCheck.c",
- "Line": 2414
- },
- "16036": {
- "File": "triceCheck.c",
- "Line": 2415
- },
- "16037": {
- "File": "triceCheck.c",
- "Line": 2416
- },
- "16038": {
- "File": "triceCheck.c",
- "Line": 2417
- },
- "16039": {
- "File": "triceCheck.c",
- "Line": 2418
- },
- "16040": {
- "File": "triceCheck.c",
- "Line": 2419
- },
- "16041": {
- "File": "triceCheck.c",
- "Line": 2421
- },
- "16042": {
- "File": "triceCheck.c",
- "Line": 2422
- },
- "16043": {
- "File": "triceCheck.c",
- "Line": 2423
- },
- "16044": {
- "File": "triceCheck.c",
- "Line": 2424
- },
- "16045": {
- "File": "triceCheck.c",
- "Line": 2425
- },
- "16046": {
- "File": "triceCheck.c",
- "Line": 2426
- },
- "16047": {
- "File": "triceCheck.c",
- "Line": 2427
- },
- "16048": {
- "File": "triceCheck.c",
- "Line": 2428
- },
- "16049": {
- "File": "triceCheck.c",
- "Line": 2429
- },
- "16050": {
- "File": "triceCheck.c",
- "Line": 2430
- },
- "16051": {
- "File": "triceCheck.c",
- "Line": 2431
- },
- "16052": {
- "File": "triceCheck.c",
- "Line": 2432
- },
- "16053": {
- "File": "triceCheck.c",
- "Line": 2433
- },
- "16054": {
- "File": "triceCheck.c",
- "Line": 2436
- },
- "16055": {
- "File": "triceCheck.c",
- "Line": 2437
- },
- "16056": {
- "File": "triceCheck.c",
- "Line": 2438
- },
- "16057": {
- "File": "triceCheck.c",
- "Line": 2439
- },
- "16058": {
- "File": "triceCheck.c",
- "Line": 2440
- },
- "16059": {
- "File": "triceCheck.c",
- "Line": 2441
- },
- "16060": {
- "File": "triceCheck.c",
- "Line": 2442
- },
- "16061": {
- "File": "triceCheck.c",
- "Line": 2443
- },
- "16062": {
- "File": "triceCheck.c",
- "Line": 2444
- },
- "16063": {
- "File": "triceCheck.c",
- "Line": 2445
- },
- "16064": {
- "File": "triceCheck.c",
- "Line": 2446
- },
- "16065": {
- "File": "triceCheck.c",
- "Line": 2447
- },
- "16066": {
- "File": "triceCheck.c",
- "Line": 2448
- },
- "16067": {
- "File": "triceCheck.c",
- "Line": 2450
- },
- "16068": {
- "File": "triceCheck.c",
- "Line": 2451
- },
- "16069": {
- "File": "triceCheck.c",
- "Line": 2452
- },
- "16070": {
- "File": "triceCheck.c",
- "Line": 2453
- },
- "16071": {
- "File": "triceCheck.c",
- "Line": 2454
- },
- "16072": {
- "File": "triceCheck.c",
- "Line": 2455
- },
- "16073": {
- "File": "triceCheck.c",
- "Line": 2456
- },
- "16074": {
- "File": "triceCheck.c",
- "Line": 2457
- },
- "16075": {
- "File": "triceCheck.c",
- "Line": 2458
- },
- "16076": {
- "File": "triceCheck.c",
- "Line": 2459
- },
- "16077": {
- "File": "triceCheck.c",
- "Line": 2460
- },
- "16078": {
- "File": "triceCheck.c",
- "Line": 2461
- },
- "16079": {
- "File": "triceCheck.c",
- "Line": 2462
- },
- "16080": {
- "File": "triceCheck.c",
- "Line": 2464
- },
- "16081": {
- "File": "triceCheck.c",
- "Line": 2465
- },
- "16082": {
- "File": "triceCheck.c",
- "Line": 2466
- },
- "16083": {
- "File": "triceCheck.c",
- "Line": 2467
- },
- "16084": {
- "File": "triceCheck.c",
- "Line": 2468
- },
- "16085": {
- "File": "triceCheck.c",
- "Line": 2469
- },
- "16086": {
- "File": "triceCheck.c",
- "Line": 2470
- },
- "16087": {
- "File": "triceCheck.c",
- "Line": 2472
- },
- "16088": {
- "File": "triceCheck.c",
- "Line": 2473
- },
- "16089": {
- "File": "triceCheck.c",
- "Line": 2474
- },
- "16090": {
- "File": "triceCheck.c",
- "Line": 2475
- },
- "16091": {
- "File": "triceCheck.c",
- "Line": 2476
- },
- "16092": {
- "File": "triceCheck.c",
- "Line": 2477
- },
- "16093": {
- "File": "triceCheck.c",
- "Line": 2478
- },
- "16094": {
- "File": "triceCheck.c",
- "Line": 2480
- },
- "16095": {
- "File": "triceCheck.c",
- "Line": 2481
- },
- "16096": {
- "File": "triceCheck.c",
- "Line": 2482
- },
- "16097": {
- "File": "triceCheck.c",
- "Line": 2483
- },
- "16098": {
- "File": "triceCheck.c",
- "Line": 2484
- },
- "16099": {
- "File": "triceCheck.c",
- "Line": 2485
- },
- "16100": {
- "File": "triceCheck.c",
- "Line": 2486
- },
- "16101": {
- "File": "triceCheck.c",
- "Line": 2488
- },
- "16102": {
- "File": "triceCheck.c",
- "Line": 2489
- },
- "16103": {
- "File": "triceCheck.c",
- "Line": 2490
- },
- "16104": {
- "File": "triceCheck.c",
- "Line": 2491
- },
- "16105": {
- "File": "triceCheck.c",
- "Line": 2492
- },
- "16106": {
- "File": "triceCheck.c",
- "Line": 2493
- },
- "16107": {
- "File": "triceCheck.c",
- "Line": 2494
- },
- "16108": {
- "File": "triceCheck.c",
- "Line": 2496
- },
- "16109": {
- "File": "triceCheck.c",
- "Line": 2497
- },
- "16110": {
- "File": "triceCheck.c",
- "Line": 2498
- },
- "16111": {
- "File": "triceCheck.c",
- "Line": 2499
- },
- "16112": {
- "File": "triceCheck.c",
- "Line": 2500
- },
- "16113": {
- "File": "triceCheck.c",
- "Line": 2501
- },
- "16114": {
- "File": "triceCheck.c",
- "Line": 2502
- },
- "16115": {
- "File": "triceCheck.c",
- "Line": 2504
- },
- "16116": {
- "File": "triceCheck.c",
- "Line": 2505
- },
- "16117": {
- "File": "triceCheck.c",
- "Line": 2506
- },
- "16118": {
- "File": "triceCheck.c",
- "Line": 2507
- },
- "16119": {
- "File": "triceCheck.c",
- "Line": 2508
- },
- "16120": {
- "File": "triceCheck.c",
- "Line": 2509
- },
- "16121": {
- "File": "triceCheck.c",
- "Line": 2510
- },
- "16122": {
- "File": "triceCheck.c",
- "Line": 2512
- },
- "16123": {
- "File": "triceCheck.c",
- "Line": 2513
- },
- "16124": {
- "File": "triceCheck.c",
- "Line": 2514
- },
- "16125": {
- "File": "triceCheck.c",
- "Line": 2515
- },
- "16126": {
- "File": "triceCheck.c",
- "Line": 2516
- },
- "16127": {
- "File": "triceCheck.c",
- "Line": 2517
- },
- "16128": {
- "File": "triceCheck.c",
- "Line": 2518
- },
- "16129": {
- "File": "triceCheck.c",
- "Line": 2520
- },
- "16130": {
- "File": "triceCheck.c",
- "Line": 2521
- },
- "16131": {
- "File": "triceCheck.c",
- "Line": 2522
- },
- "16132": {
- "File": "triceCheck.c",
- "Line": 2523
- },
- "16133": {
- "File": "triceCheck.c",
- "Line": 2524
- },
- "16134": {
- "File": "triceCheck.c",
- "Line": 2525
- },
- "16135": {
- "File": "triceCheck.c",
- "Line": 2526
- },
- "16136": {
- "File": "triceCheck.c",
- "Line": 2528
- },
- "16137": {
- "File": "triceCheck.c",
- "Line": 2529
- },
- "16138": {
- "File": "triceCheck.c",
- "Line": 2530
- },
- "16139": {
- "File": "triceCheck.c",
- "Line": 2531
- },
- "16140": {
- "File": "triceCheck.c",
- "Line": 2532
- },
- "16141": {
- "File": "triceCheck.c",
- "Line": 2533
- },
- "16142": {
- "File": "triceCheck.c",
- "Line": 2534
- },
- "16143": {
- "File": "triceCheck.c",
- "Line": 2536
- },
- "16144": {
- "File": "triceCheck.c",
- "Line": 2537
- },
- "16145": {
- "File": "triceCheck.c",
- "Line": 2538
- },
- "16146": {
- "File": "triceCheck.c",
- "Line": 2539
- },
- "16147": {
- "File": "triceCheck.c",
- "Line": 2540
- },
- "16148": {
- "File": "triceCheck.c",
- "Line": 2541
- },
- "16149": {
- "File": "triceCheck.c",
- "Line": 2542
- },
- "16150": {
- "File": "triceCheck.c",
- "Line": 2544
- },
- "16151": {
- "File": "triceCheck.c",
- "Line": 2545
- },
- "16152": {
- "File": "triceCheck.c",
- "Line": 2546
- },
- "16153": {
- "File": "triceCheck.c",
- "Line": 2547
- },
- "16154": {
- "File": "triceCheck.c",
- "Line": 2548
- },
- "16155": {
- "File": "triceCheck.c",
- "Line": 2549
- },
- "16156": {
- "File": "triceCheck.c",
- "Line": 2550
- },
- "16157": {
- "File": "triceCheck.c",
- "Line": 2552
- },
- "16158": {
- "File": "triceCheck.c",
- "Line": 2553
- },
- "16159": {
- "File": "triceCheck.c",
- "Line": 2554
- },
- "16160": {
- "File": "triceCheck.c",
- "Line": 2555
- },
- "16161": {
- "File": "triceCheck.c",
- "Line": 2556
- },
- "16162": {
- "File": "triceCheck.c",
- "Line": 2557
- },
- "16163": {
- "File": "triceCheck.c",
- "Line": 2558
- },
- "16164": {
- "File": "triceCheck.c",
- "Line": 2594
- },
- "16165": {
- "File": "triceCheck.c",
- "Line": 2595
- },
- "16166": {
- "File": "triceCheck.c",
- "Line": 2605
- },
- "16167": {
- "File": "triceCheck.c",
- "Line": 2606
- },
- "16168": {
- "File": "triceCheck.c",
- "Line": 2724
- },
- "16169": {
- "File": "triceCheck.c",
- "Line": 2725
- },
- "16170": {
- "File": "triceCheck.c",
- "Line": 2726
- },
- "16171": {
- "File": "triceCheck.c",
- "Line": 2728
- },
- "16172": {
- "File": "triceCheck.c",
- "Line": 2729
- },
- "16173": {
- "File": "triceCheck.c",
- "Line": 2730
- },
- "16174": {
- "File": "triceCheck.c",
- "Line": 2736
- },
- "16175": {
- "File": "triceCheck.c",
- "Line": 2737
- },
- "16176": {
- "File": "triceCheck.c",
- "Line": 2738
- },
- "16177": {
- "File": "triceCheck.c",
- "Line": 2740
- },
- "16178": {
- "File": "triceCheck.c",
- "Line": 2741
- },
- "16179": {
- "File": "triceCheck.c",
- "Line": 2742
- },
- "16180": {
- "File": "triceCheck.c",
- "Line": 2753
- },
- "16181": {
- "File": "triceCheck.c",
- "Line": 2760
- },
- "16182": {
- "File": "triceCheck.c",
- "Line": 2761
- },
- "16191": {
- "File": "stm32f0xx_it.c",
- "Line": 162
- },
- "16192": {
- "File": "stm32f0xx_it.c",
- "Line": 168
- },
- "16326": {
- "File": "triceExamples.c",
- "Line": 77
- },
- "16327": {
- "File": "triceExamples.c",
- "Line": 76
- },
- "16328": {
- "File": "triceExamples.c",
- "Line": 74
- },
- "16329": {
- "File": "triceExamples.c",
- "Line": 72
- },
- "16330": {
- "File": "triceExamples.c",
- "Line": 69
- },
- "16331": {
- "File": "triceExamples.c",
- "Line": 67
- },
- "16332": {
- "File": "triceExamples.c",
- "Line": 65
- },
- "16333": {
- "File": "triceExamples.c",
- "Line": 63
- },
- "16334": {
- "File": "triceExamples.c",
- "Line": 61
- },
- "16335": {
- "File": "triceExamples.c",
- "Line": 52
- },
- "16336": {
- "File": "triceExamples.c",
- "Line": 50
- },
- "16337": {
- "File": "triceExamples.c",
- "Line": 49
- },
- "16338": {
- "File": "triceExamples.c",
- "Line": 48
- },
- "16339": {
- "File": "triceExamples.c",
- "Line": 47
- },
- "16340": {
- "File": "triceExamples.c",
- "Line": 46
- },
- "16341": {
- "File": "triceExamples.c",
- "Line": 45
- },
- "16342": {
- "File": "triceExamples.c",
- "Line": 44
- },
- "16343": {
- "File": "triceExamples.c",
- "Line": 43
- },
- "16344": {
- "File": "triceExamples.c",
- "Line": 42
- },
- "16345": {
- "File": "triceExamples.c",
- "Line": 40
- },
- "16346": {
- "File": "triceExamples.c",
- "Line": 39
- },
- "16347": {
- "File": "triceExamples.c",
- "Line": 38
- },
- "16348": {
- "File": "triceExamples.c",
- "Line": 37
- },
- "16349": {
- "File": "triceExamples.c",
- "Line": 36
- },
- "16350": {
- "File": "triceExamples.c",
- "Line": 35
- },
- "16351": {
- "File": "triceExamples.c",
- "Line": 34
- },
- "16352": {
- "File": "triceExamples.c",
- "Line": 33
- },
- "16353": {
- "File": "triceExamples.c",
- "Line": 32
- },
- "16354": {
- "File": "triceExamples.c",
- "Line": 31
- },
- "16355": {
- "File": "triceExamples.c",
- "Line": 30
- },
- "16356": {
- "File": "triceExamples.c",
- "Line": 29
- },
- "16357": {
- "File": "triceExamples.c",
- "Line": 28
- },
- "16358": {
- "File": "triceExamples.c",
- "Line": 27
- },
- "16359": {
- "File": "triceExamples.c",
- "Line": 26
- },
- "16360": {
- "File": "triceExamples.c",
- "Line": 25
- },
- "16361": {
- "File": "triceExamples.c",
- "Line": 24
- },
- "16362": {
- "File": "triceExamples.c",
- "Line": 23
- },
- "16363": {
- "File": "triceExamples.c",
- "Line": 22
- },
- "16364": {
- "File": "triceExamples.c",
- "Line": 21
- },
- "16365": {
- "File": "triceExamples.c",
- "Line": 20
- },
- "16366": {
- "File": "triceExamples.c",
- "Line": 19
- },
- "16367": {
- "File": "triceExamples.c",
- "Line": 18
- },
- "16368": {
- "File": "triceExamples.c",
- "Line": 17
- },
- "16369": {
- "File": "triceExamples.c",
- "Line": 12
- },
- "16370": {
- "File": "triceLogDiagData.c",
- "Line": 77
- },
- "16371": {
- "File": "triceLogDiagData.c",
- "Line": 75
- },
- "16372": {
- "File": "triceLogDiagData.c",
- "Line": 69
- },
- "16373": {
- "File": "triceLogDiagData.c",
- "Line": 67
- },
- "16374": {
- "File": "triceLogDiagData.c",
- "Line": 56
- },
- "16375": {
- "File": "triceLogDiagData.c",
- "Line": 52
- },
- "16376": {
- "File": "triceLogDiagData.c",
- "Line": 50
- },
- "16377": {
- "File": "triceLogDiagData.c",
- "Line": 46
- },
- "16378": {
- "File": "triceLogDiagData.c",
- "Line": 44
- },
- "16379": {
- "File": "triceLogDiagData.c",
- "Line": 37
- },
- "16380": {
- "File": "triceLogDiagData.c",
- "Line": 32
- },
- "16381": {
- "File": "triceLogDiagData.c",
- "Line": 26
- },
- "16382": {
- "File": "triceLogDiagData.c",
- "Line": 21
- },
- "16383": {
- "File": "triceLogDiagData.c",
- "Line": 19
- }
-}
\ No newline at end of file
diff --git a/examples/F030_inst/til.json b/examples/F030_inst/til.json
deleted file mode 100644
index 0bd20525e..000000000
--- a/examples/F030_inst/til.json
+++ /dev/null
@@ -1,8974 +0,0 @@
-{
- "14000": {
- "Type": "TRice",
- "Strg": "\\rTriceCheck %4d"
- },
- "14001": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14002": {
- "Type": "TRice",
- "Strg": "Hello World!\\n"
- },
- "14003": {
- "Type": "TRice",
- "Strg": "info:This is a message without values and a 32-bit stamp.\\n"
- },
- "14004": {
- "Type": "Trice",
- "Strg": "info:This is a message without values and a 16-bit stamp.\\n"
- },
- "14005": {
- "Type": "trice",
- "Strg": "info:This is a message without values and without stamp.\\n"
- },
- "14006": {
- "Type": "trice",
- "Strg": "sig:trice without stamp and with 0 to 12 values (most common use cases)\\n"
- },
- "14007": {
- "Type": "trice",
- "Strg": "rd:trice\\n"
- },
- "14008": {
- "Type": "trice",
- "Strg": "rd:trice %d\\n"
- },
- "14009": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d\\n"
- },
- "14010": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d\\n"
- },
- "14011": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d\\n"
- },
- "14012": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d\\n"
- },
- "14013": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d\\n"
- },
- "14014": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14015": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14016": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14017": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14018": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14019": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14020": {
- "Type": "Trice",
- "Strg": "sig:Trice with 16-bit stamp and with 0 to 12 values (common use cases)\\n"
- },
- "14021": {
- "Type": "Trice",
- "Strg": "rd:Trice\\n"
- },
- "14022": {
- "Type": "Trice",
- "Strg": "rd:Trice %d\\n"
- },
- "14023": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d\\n"
- },
- "14024": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d\\n"
- },
- "14025": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d\\n"
- },
- "14026": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d\\n"
- },
- "14027": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d\\n"
- },
- "14028": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14029": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14030": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14031": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14032": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14033": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14034": {
- "Type": "TRice",
- "Strg": "sig:TRice with 32-bit stamp and with 0 to 12 values (common use cases)\\n"
- },
- "14035": {
- "Type": "TRice",
- "Strg": "rd:TRice\\n"
- },
- "14036": {
- "Type": "TRice",
- "Strg": "rd:TRice %d\\n"
- },
- "14037": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d\\n"
- },
- "14038": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d\\n"
- },
- "14039": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d\\n"
- },
- "14040": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d\\n"
- },
- "14041": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d\\n"
- },
- "14042": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14043": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14044": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14045": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14046": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14047": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14048": {
- "Type": "trice",
- "Strg": "sig:trice16 with 1 to 12 pointer\\n"
- },
- "14049": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p\\n"
- },
- "14050": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p\\n"
- },
- "14051": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p\\n"
- },
- "14052": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p\\n"
- },
- "14053": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p\\n"
- },
- "14054": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p\\n"
- },
- "14055": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14056": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14057": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14058": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14059": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14060": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14061": {
- "Type": "trice8",
- "Strg": "rd:trice8 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14062": {
- "Type": "trice32",
- "Strg": "rd:trice32 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14063": {
- "Type": "trice",
- "Strg": "sig:trice16 with 1 to 12 hex\\n"
- },
- "14064": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X\\n"
- },
- "14065": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X\\n"
- },
- "14066": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X\\n"
- },
- "14067": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X\\n"
- },
- "14068": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X\\n"
- },
- "14069": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X\\n"
- },
- "14070": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14071": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14072": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14073": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14074": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14075": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14076": {
- "Type": "trice8",
- "Strg": "rd:trice8 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14077": {
- "Type": "trice32",
- "Strg": "rd:trice32 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14078": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14079": {
- "Type": "trice",
- "Strg": "--------------------------------------------------\\n"
- },
- "14080": {
- "Type": "trice32",
- "Strg": "msg: message = %08x %08x %08x %08x %08x %08x\\n"
- },
- "14081": {
- "Type": "trice32",
- "Strg": "tim: pre TriceEncryption SysTick=%d\\n"
- },
- "14082": {
- "Type": "trice32",
- "Strg": "tim: post TriceEncryption SysTick=%d\\n"
- },
- "14083": {
- "Type": "trice32",
- "Strg": "att: TriceEncrypted = %08x %08x %08x %08x %08x %08x\\n"
- },
- "14084": {
- "Type": "trice16_1",
- "Strg": "tim: pre TriceDecryption SysTick=%d\\n"
- },
- "14085": {
- "Type": "trice16_1",
- "Strg": "tim: post TriceDecryption SysTick=%d\\n"
- },
- "14086": {
- "Type": "trice32",
- "Strg": "msg: messge = %08x %08x %08x %08x %08x %08x\\n"
- },
- "14087": {
- "Type": "trice",
- "Strg": "--------------------------------------------------\\n"
- },
- "14088": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14089": {
- "Type": "trice",
- "Strg": "dbg:Hi!\\n"
- },
- "14090": {
- "Type": "trice",
- "Strg": "dbg:\tHi!\\n"
- },
- "14091": {
- "Type": "trice",
- "Strg": "sig:Some time measurements\\n"
- },
- "14092": {
- "Type": "trice",
- "Strg": "isr:trice isr message, SysTick is %6d\\n"
- },
- "14093": {
- "Type": "trice",
- "Strg": "isr:trice isr message, SysTick is %6d\\n"
- },
- "14094": {
- "Type": "trice",
- "Strg": "isr:trice isr message, SysTick is %6d\\n"
- },
- "14095": {
- "Type": "trice",
- "Strg": "isr:trice isr message, SysTick is %6d\\n"
- },
- "14096": {
- "Type": "trice_1",
- "Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
- },
- "14097": {
- "Type": "trice_1",
- "Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
- },
- "14098": {
- "Type": "trice_1",
- "Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
- },
- "14099": {
- "Type": "trice_1",
- "Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
- },
- "14100": {
- "Type": "TRICE16_1",
- "Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
- },
- "14101": {
- "Type": "TRICE16_1",
- "Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
- },
- "14102": {
- "Type": "TRICE16_1",
- "Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
- },
- "14103": {
- "Type": "TRICE16_1",
- "Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
- },
- "14104": {
- "Type": "TRICE_1",
- "Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
- },
- "14105": {
- "Type": "TRICE_1",
- "Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
- },
- "14106": {
- "Type": "TRICE_1",
- "Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
- },
- "14107": {
- "Type": "TRICE_1",
- "Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
- },
- "14108": {
- "Type": "TRICE",
- "Strg": "isr:TRICE isr message, SysTick is %6d\\n"
- },
- "14109": {
- "Type": "TRICE",
- "Strg": "isr:TRICE isr message, SysTick is %6d\\n"
- },
- "14110": {
- "Type": "TRICE",
- "Strg": "isr:TRICE isr message, SysTick is %6d\\n"
- },
- "14111": {
- "Type": "TRICE",
- "Strg": "isr:TRICE isr message, SysTick is %6d\\n"
- },
- "14112": {
- "Type": "trice",
- "Strg": "tim:trice START time message\\n"
- },
- "14113": {
- "Type": "trice",
- "Strg": "tim:trice STOP time message\\n"
- },
- "14114": {
- "Type": "trice",
- "Strg": "tim:trice START time message\\n"
- },
- "14115": {
- "Type": "trice",
- "Strg": "tim:trice STOP time message\\n"
- },
- "14116": {
- "Type": "trice",
- "Strg": "tim:trice START time message\\n"
- },
- "14117": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d\\n"
- },
- "14118": {
- "Type": "trice",
- "Strg": "tim:trice STOP time message\\n"
- },
- "14119": {
- "Type": "TRICE",
- "Strg": "tim:TRICE START time message\\n"
- },
- "14120": {
- "Type": "TRICE",
- "Strg": "tim:TRICE STOP time message\\n"
- },
- "14121": {
- "Type": "TRICE",
- "Strg": "tim:TRICE START time message\\n"
- },
- "14122": {
- "Type": "TRICE",
- "Strg": "tim:TRICE STOP time message\\n"
- },
- "14123": {
- "Type": "TRICE",
- "Strg": "tim:TRICE START time message\\n"
- },
- "14124": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d\\n"
- },
- "14125": {
- "Type": "TRICE",
- "Strg": "tim:TRICE STOP time message\\n"
- },
- "14126": {
- "Type": "trice",
- "Strg": "tim:trice --------------------------------------------------\\n"
- },
- "14127": {
- "Type": "trice",
- "Strg": "tim:trice --------------------------------------------------\\n"
- },
- "14128": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d\\n"
- },
- "14129": {
- "Type": "trice",
- "Strg": "tim:trice --------------------------------------------------\\n"
- },
- "14130": {
- "Type": "trice",
- "Strg": "tim:trice --------------------------------------------------\\n"
- },
- "14131": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d\\n"
- },
- "14132": {
- "Type": "trice32_1",
- "Strg": "rd:trice32_1 %d\\n"
- },
- "14133": {
- "Type": "trice64_1",
- "Strg": "rd:trice64_1 %d\\n"
- },
- "14134": {
- "Type": "trice32_2",
- "Strg": "rd:trice32_2 %d,%d\\n"
- },
- "14135": {
- "Type": "trice64_2",
- "Strg": "rd:trice64_2 %d,%d\\n"
- },
- "14136": {
- "Type": "TRice64",
- "Strg": "info:12 64-bit values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
- },
- "14137": {
- "Type": "Trice64",
- "Strg": "info:12 64-bit values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
- },
- "14138": {
- "Type": "trice64",
- "Strg": "info:12 64-bit values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
- },
- "14139": {
- "Type": "TRice32",
- "Strg": "info:12 32-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 32-bit stamp.\\n"
- },
- "14140": {
- "Type": "Trice32",
- "Strg": "info:12 32-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 16-bit stamp.\\n"
- },
- "14141": {
- "Type": "trice32",
- "Strg": "info:12 32-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and without stamp.\\n"
- },
- "14142": {
- "Type": "TRice16",
- "Strg": "info:12 16-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 32-bit stamp.\\n"
- },
- "14143": {
- "Type": "Trice16",
- "Strg": "info:12 16-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 16-bit stamp.\\n"
- },
- "14144": {
- "Type": "trice16",
- "Strg": "info:12 16-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and without stamp.\\n"
- },
- "14145": {
- "Type": "TRice8",
- "Strg": "info:12 8-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 32-bit stamp.\\n"
- },
- "14146": {
- "Type": "Trice8",
- "Strg": "info:12 8-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 16-bit stamp.\\n"
- },
- "14147": {
- "Type": "trice8",
- "Strg": "info:12 8-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and without stamp.\\n"
- },
- "14148": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14149": {
- "Type": "TRice16",
- "Strg": "att: 0x8888 == %04xh\\n"
- },
- "14150": {
- "Type": "Trice16",
- "Strg": "att: 0x8888 == %04xh\\n"
- },
- "14151": {
- "Type": "trice16",
- "Strg": "att: 0x8888 == %04xh\\n"
- },
- "14152": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14153": {
- "Type": "trice8",
- "Strg": "value=%x\\n"
- },
- "14154": {
- "Type": "trice8",
- "Strg": "value=%x\\n"
- },
- "14155": {
- "Type": "trice",
- "Strg": "att:mixed int \u0026 float \u0026 double \u0026 bits\\n"
- },
- "14156": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
- },
- "14157": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
- },
- "14158": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %x, float %f (%%f), %08x, %032b\\n"
- },
- "14159": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
- },
- "14160": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
- },
- "14161": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
- },
- "14162": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %X, float %f (%%f), %08x, %032b\\n"
- },
- "14163": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
- },
- "14164": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
- },
- "14165": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
- },
- "14166": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
- },
- "14167": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
- },
- "14168": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %X, double %f (%%f), %016x, %064b\\n"
- },
- "14169": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14170": {
- "Type": "triceS",
- "Strg": "msg:With triceS:%s\\n"
- },
- "14171": {
- "Type": "triceN",
- "Strg": "sig:With triceN:%s\\n"
- },
- "14172": {
- "Type": "TriceS",
- "Strg": "msg:With TriceS:%s\\n"
- },
- "14173": {
- "Type": "TriceN",
- "Strg": "sig:With TriceN:%s\\n"
- },
- "14174": {
- "Type": "TRiceS",
- "Strg": "msg:With TRiceS:%s\\n"
- },
- "14175": {
- "Type": "TRiceN",
- "Strg": "sig:With TRiceN:%s\\n"
- },
- "14176": {
- "Type": "TRICE_S",
- "Strg": "msg:With TRICE_S:%s\\n"
- },
- "14177": {
- "Type": "TRICE_N",
- "Strg": "sig:With TRICE_N:%s\\n"
- },
- "14178": {
- "Type": "TRICE_S",
- "Strg": "msg:With TRICE_S:%s\\n"
- },
- "14179": {
- "Type": "TRICE_N",
- "Strg": "sig:With TRICE_N:%s\\n"
- },
- "14180": {
- "Type": "TRICE_S",
- "Strg": "msg:With TRICE_S:%s\\n"
- },
- "14181": {
- "Type": "TRICE_N",
- "Strg": "sig:With TRICE_N:%s\\n"
- },
- "14182": {
- "Type": "TRICE8_B",
- "Strg": " %02x"
- },
- "14183": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14184": {
- "Type": "TRICE8_B",
- "Strg": "BUF: %02x\\n"
- },
- "14185": {
- "Type": "TRICE8_B",
- "Strg": "%4d"
- },
- "14186": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14187": {
- "Type": "TRICE8_B",
- "Strg": " %02x"
- },
- "14188": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14189": {
- "Type": "TRice8B",
- "Strg": " %02x"
- },
- "14190": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14191": {
- "Type": "Trice8B",
- "Strg": " %02x"
- },
- "14192": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14193": {
- "Type": "trice8B",
- "Strg": " %02x"
- },
- "14194": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14195": {
- "Type": "trice8B",
- "Strg": "att: %02x\\n"
- },
- "14196": {
- "Type": "trice8B",
- "Strg": "rd: %02x"
- },
- "14197": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14198": {
- "Type": "trice8B",
- "Strg": " %02x\\n"
- },
- "14199": {
- "Type": "TRICE16_B",
- "Strg": " %04x"
- },
- "14200": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14201": {
- "Type": "TRice16B",
- "Strg": " %04x"
- },
- "14202": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14203": {
- "Type": "Trice16B",
- "Strg": " %04x"
- },
- "14204": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14205": {
- "Type": "trice16B",
- "Strg": " %04x"
- },
- "14206": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14207": {
- "Type": "trice16B",
- "Strg": "msg: %04x\\n"
- },
- "14208": {
- "Type": "TRICE32_B",
- "Strg": " %08x"
- },
- "14209": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14210": {
- "Type": "TRice32B",
- "Strg": " %08x"
- },
- "14211": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14212": {
- "Type": "Trice32B",
- "Strg": " %08x"
- },
- "14213": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14214": {
- "Type": "trice32B",
- "Strg": " %08x"
- },
- "14215": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14216": {
- "Type": "trice32B",
- "Strg": "att: %08x\\n"
- },
- "14217": {
- "Type": "TRICE64_B",
- "Strg": " %016x"
- },
- "14218": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14219": {
- "Type": "TRice64B",
- "Strg": " %016x"
- },
- "14220": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14221": {
- "Type": "Trice64B",
- "Strg": " %016x"
- },
- "14222": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14223": {
- "Type": "trice64B",
- "Strg": " %016x"
- },
- "14224": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14225": {
- "Type": "trice64B",
- "Strg": "SIG: %016x\\n"
- },
- "14226": {
- "Type": "TRICE8_F",
- "Strg": "info:FunctionNameW"
- },
- "14227": {
- "Type": "TRice8F",
- "Strg": "call:FunctionNameW"
- },
- "14228": {
- "Type": "Trice8F",
- "Strg": "call:FunctionNameW"
- },
- "14229": {
- "Type": "trice8F",
- "Strg": "call:FunctionNameW"
- },
- "14230": {
- "Type": "TRICE16_F",
- "Strg": "info:FunctionNameX"
- },
- "14231": {
- "Type": "TRice16F",
- "Strg": "call:FunctionNameX"
- },
- "14232": {
- "Type": "Trice16F",
- "Strg": "call:FunctionNameX"
- },
- "14233": {
- "Type": "trice16F",
- "Strg": "call:FunctionNameX"
- },
- "14234": {
- "Type": "TRICE32_F",
- "Strg": "info:FunctionNameY"
- },
- "14235": {
- "Type": "TRice32F",
- "Strg": "call:FunctionNameY"
- },
- "14236": {
- "Type": "Trice32F",
- "Strg": "call:FunctionNameY"
- },
- "14237": {
- "Type": "trice32F",
- "Strg": "call:FunctionNameY"
- },
- "14238": {
- "Type": "TRICE64_F",
- "Strg": "info:FunctionNameZ"
- },
- "14239": {
- "Type": "TRice64F",
- "Strg": "call:FunctionNameZ"
- },
- "14240": {
- "Type": "Trice64F",
- "Strg": "call:FunctionNameZ"
- },
- "14241": {
- "Type": "trice64F",
- "Strg": "call:FunctionNameZ"
- },
- "14242": {
- "Type": "TRiceS",
- "Strg": "msg:Hi %s!\\n"
- },
- "14243": {
- "Type": "TriceS",
- "Strg": "msg:Hi %s!\\n"
- },
- "14244": {
- "Type": "triceS",
- "Strg": "msg:Hi %s!\\n"
- },
- "14245": {
- "Type": "TRiceN",
- "Strg": "msg:Hi %s!\\n"
- },
- "14246": {
- "Type": "TriceN",
- "Strg": "msg:Hi %s!\\n"
- },
- "14247": {
- "Type": "triceN",
- "Strg": "msg:Hi %s!\\n"
- },
- "14248": {
- "Type": "TRICE_S",
- "Strg": "sig:TRICE_S=%s\\n"
- },
- "14249": {
- "Type": "TRICE_N",
- "Strg": "sig:TRICE_N=%s\\n"
- },
- "14250": {
- "Type": "TRICE_S",
- "Strg": "sig:TRICE_S=%s\\n"
- },
- "14251": {
- "Type": "TRICE_N",
- "Strg": "sig:TRICE_N=%s\\n"
- },
- "14252": {
- "Type": "TRICE_S",
- "Strg": "sig:TRICE_S=%s\\n"
- },
- "14253": {
- "Type": "TRICE_N",
- "Strg": "sig:TRICE_N=%s\\n"
- },
- "14254": {
- "Type": "triceS",
- "Strg": "sig:triceS=%s\\n"
- },
- "14255": {
- "Type": "triceN",
- "Strg": "sig:triceN=%s\\n"
- },
- "14256": {
- "Type": "TriceS",
- "Strg": "sig:TriceS=%s\\n"
- },
- "14257": {
- "Type": "TriceN",
- "Strg": "sig:TriceN=%s\\n"
- },
- "14258": {
- "Type": "TRiceS",
- "Strg": "sig:TRiceS=%s\\n"
- },
- "14259": {
- "Type": "TRiceN",
- "Strg": "sig:TRiceN=%s\\n"
- },
- "14260": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14261": {
- "Type": "TRICE",
- "Strg": "MSG:1/11 = %g\\n"
- },
- "14262": {
- "Type": "TRice",
- "Strg": "msg:x = %g = %d.%03d, %d.%03d\\n"
- },
- "14263": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14264": {
- "Type": "TRice",
- "Strg": "sig:Integer (indent, base, sign) - see https://yourbasic.org/golang/fmt-printf-reference-cheat-sheet/\\n"
- },
- "14265": {
- "Type": "TRice",
- "Strg": "rd: 15 \t%d \tBase 10\\n"
- },
- "14266": {
- "Type": "TRice",
- "Strg": "rd: +15 \t%+d \tAlways show sign\\n"
- },
- "14267": {
- "Type": "TRice",
- "Strg": "rd: 15\t%4d \tPad with spaces (width 4, right justified)\\n"
- },
- "14268": {
- "Type": "TRice",
- "Strg": "rd: 15\t%-4d\tPad with spaces (width 4, left justified)\\n"
- },
- "14269": {
- "Type": "TRice",
- "Strg": "rd: 0015\t%04d\tPad with zeroes (width 4)\\n"
- },
- "14270": {
- "Type": "TRice",
- "Strg": "rd: 1111 \t%b \tBase 2\\n"
- },
- "14271": {
- "Type": "TRice",
- "Strg": "rd: 17 \t%o \tBase 8\\n"
- },
- "14272": {
- "Type": "TRice",
- "Strg": "rd: f \t%x \tBase 16, lowercase\\n"
- },
- "14273": {
- "Type": "TRice",
- "Strg": "rd: F \t%X \tBase 16, uppercase\\n"
- },
- "14274": {
- "Type": "TRice",
- "Strg": "rd: 0xf \t%#x \tBase 16, with leading 0x\\n"
- },
- "14275": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14276": {
- "Type": "trice",
- "Strg": "sig:Character (quoted, Unicode)\\n"
- },
- "14277": {
- "Type": "trice",
- "Strg": "rd: A \t%c \tCharacter\\n"
- },
- "14278": {
- "Type": "trice",
- "Strg": "rd: 'A' \t%q \tQuoted character\\n"
- },
- "14279": {
- "Type": "trice",
- "Strg": "rd: U+0041 \t%U \tUnicode\\n"
- },
- "14280": {
- "Type": "trice",
- "Strg": "rd: U+0041 'A' \t%#U \tUnicode with character\\n"
- },
- "14281": {
- "Type": "trice",
- "Strg": "sig:Boolean (true/false)\\n"
- },
- "14282": {
- "Type": "trice",
- "Strg": "rd:Use %%t to format a boolean as true (%t) or false (%t).\\n"
- },
- "14283": {
- "Type": "trice",
- "Strg": "sig:Pointer (hex)\\n"
- },
- "14284": {
- "Type": "trice8",
- "Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
- },
- "14285": {
- "Type": "trice16",
- "Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
- },
- "14286": {
- "Type": "trice32",
- "Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
- },
- "14287": {
- "Type": "trice64",
- "Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
- },
- "14288": {
- "Type": "trice",
- "Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
- },
- "14289": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14290": {
- "Type": "trice",
- "Strg": "sig:Float (indent, precision, scientific notation)\\n"
- },
- "14291": {
- "Type": "trice",
- "Strg": "rd: 1.234560e+02\t\t%e \t%%e Scientific notation\\n"
- },
- "14292": {
- "Type": "trice",
- "Strg": "rd: 123.456000\t\t%f \t%%f Decimal point, no exponent\\n"
- },
- "14293": {
- "Type": "trice",
- "Strg": "rd: 123.46\t\t\t%.2f\t\t%%.2f Default width, precision 2\\n"
- },
- "14294": {
- "Type": "trice",
- "Strg": "rd: ␣␣123.46\t\t%8.2f\t%%8.2f Width 8, precision 2\\n"
- },
- "14295": {
- "Type": "trice",
- "Strg": "rd: 123.456\t\t%g\t\t%%g Exponent as needed, necessary digits only\\n"
- },
- "14296": {
- "Type": "trice",
- "Strg": "sig:Double (indent, precision, scientific notation)\\n"
- },
- "14297": {
- "Type": "trice64",
- "Strg": "rd: 1.234560e+02\t\t%e \t%%e Scientific notation\\n"
- },
- "14298": {
- "Type": "trice64",
- "Strg": "rd: 123.456000\t\t%f \t%%f Decimal point, no exponent\\n"
- },
- "14299": {
- "Type": "trice64",
- "Strg": "rd: 123.46\t\t\t%.2f \t%%.2f Default width, precision 2\\n"
- },
- "14300": {
- "Type": "trice64",
- "Strg": "rd: ␣␣123.46\t\t%8.2f \t%%8.2f Width 8, precision 2\\n"
- },
- "14301": {
- "Type": "trice64",
- "Strg": "rd: 123.456\t\t%g\t\t%%g Exponent as needed, necessary digits only\\n"
- },
- "14302": {
- "Type": "trice",
- "Strg": "sig:String or byte slice (quote, indent, hex)\\n"
- },
- "14303": {
- "Type": "triceS",
- "Strg": "rd: café \t\t\t%s\t\tPlain string\\n"
- },
- "14304": {
- "Type": "triceS",
- "Strg": "rd: ␣␣café \t\t%6s \t\tWidth 6, right justify\\n"
- },
- "14305": {
- "Type": "triceS",
- "Strg": "rd: café␣␣ \t\t%-6s \t\tWidth 6, left justify\\n"
- },
- "14306": {
- "Type": "triceS",
- "Strg": "rd: \\\"café\\\" \t\t%q\t\tQuoted string\\n"
- },
- "14307": {
- "Type": "triceS",
- "Strg": "rd: 636166c3a9 \t\t%x\tHex dump of byte values\\n"
- },
- "14308": {
- "Type": "triceS",
- "Strg": "rd: 63 61 66 c3 a9 \t% x\tHex dump with spaces\\n"
- },
- "14309": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14310": {
- "Type": "TRice",
- "Strg": "info:12 default bit width values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
- },
- "14311": {
- "Type": "Trice",
- "Strg": "info:12 default bit width values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
- },
- "14312": {
- "Type": "trice",
- "Strg": "info:12 default bit width values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
- },
- "14313": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14314": {
- "Type": "trice",
- "Strg": "sig:Runtime generated strings\\n"
- },
- "14315": {
- "Type": "TRICE32",
- "Strg": "dbg:len=%u:"
- },
- "14316": {
- "Type": "TRICE_S",
- "Strg": "sig:%s\\n"
- },
- "14317": {
- "Type": "TRICE32",
- "Strg": "dbg:len=%u:"
- },
- "14318": {
- "Type": "TRICE_S",
- "Strg": "sig:%s\\n"
- },
- "14319": {
- "Type": "TRICE32",
- "Strg": "dbg:len=%u: "
- },
- "14320": {
- "Type": "TRICE_S",
- "Strg": "sig:%s\\n"
- },
- "14321": {
- "Type": "TRICE32",
- "Strg": "dbg:len=%u: "
- },
- "14322": {
- "Type": "TRICE_S",
- "Strg": "sig:%s\\n"
- },
- "14323": {
- "Type": "TRICE32",
- "Strg": "dbg:len=%u: "
- },
- "14324": {
- "Type": "TRICE_S",
- "Strg": "sig:%s\\n"
- },
- "14325": {
- "Type": "trice",
- "Strg": "rd:%E (%%E)\\n"
- },
- "14326": {
- "Type": "trice",
- "Strg": "rd:%F (%%F)\\n"
- },
- "14327": {
- "Type": "trice",
- "Strg": "rd:%G (%%G)\\n"
- },
- "14328": {
- "Type": "trice64",
- "Strg": "rd:%E (%%E)\\n"
- },
- "14329": {
- "Type": "trice64",
- "Strg": "rd:%F (%%F)\\n"
- },
- "14330": {
- "Type": "trice64",
- "Strg": "rd:%G (%%G)\\n"
- },
- "14331": {
- "Type": "trice",
- "Strg": "rd:%e (%%e)\\n"
- },
- "14332": {
- "Type": "trice",
- "Strg": "rd:%f (%%f)\\n"
- },
- "14333": {
- "Type": "trice",
- "Strg": "rd:%g (%%g)\\n"
- },
- "14334": {
- "Type": "trice64",
- "Strg": "rd:%e (%%e)\\n"
- },
- "14335": {
- "Type": "trice64",
- "Strg": "rd:%f (%%f)\\n"
- },
- "14336": {
- "Type": "trice64",
- "Strg": "rd:%g (%%g)\\n"
- },
- "14337": {
- "Type": "trice32",
- "Strg": "msg:%u (%%u)\\n"
- },
- "14338": {
- "Type": "trice32",
- "Strg": "msg:%b (%%b)\\n"
- },
- "14339": {
- "Type": "trice32",
- "Strg": "msg:%o (%%o)\\n"
- },
- "14340": {
- "Type": "trice32",
- "Strg": "msg:%O (%%O)\\n"
- },
- "14341": {
- "Type": "trice32",
- "Strg": "msg:%X (%%X)\\n"
- },
- "14342": {
- "Type": "trice32",
- "Strg": "msg:%x (%%x)\\n"
- },
- "14343": {
- "Type": "trice32",
- "Strg": "msg:%d (%%d)\\n"
- },
- "14344": {
- "Type": "trice64",
- "Strg": "msg:%u (%%u)\\n"
- },
- "14345": {
- "Type": "trice64",
- "Strg": "msg:%b (%%b)\\n"
- },
- "14346": {
- "Type": "trice64",
- "Strg": "msg:%o (%%o)\\n"
- },
- "14347": {
- "Type": "trice64",
- "Strg": "msg:%O (%%O)\\n"
- },
- "14348": {
- "Type": "trice64",
- "Strg": "msg:%X (%%X)\\n"
- },
- "14349": {
- "Type": "trice64",
- "Strg": "msg:%x (%%x)\\n"
- },
- "14350": {
- "Type": "TRice",
- "Strg": "value=%d\\n"
- },
- "14351": {
- "Type": "Trice",
- "Strg": "value=%d\\n"
- },
- "14352": {
- "Type": "trice",
- "Strg": "value=%d\\n"
- },
- "14353": {
- "Type": "TRice8",
- "Strg": "value=%d\\n"
- },
- "14354": {
- "Type": "Trice8",
- "Strg": "value=%d\\n"
- },
- "14355": {
- "Type": "trice8",
- "Strg": "value=%d\\n"
- },
- "14356": {
- "Type": "TRice16",
- "Strg": "value=%d\\n"
- },
- "14357": {
- "Type": "Trice16",
- "Strg": "value=%d\\n"
- },
- "14358": {
- "Type": "trice16",
- "Strg": "value=%d\\n"
- },
- "14359": {
- "Type": "TRice32",
- "Strg": "value=%d\\n"
- },
- "14360": {
- "Type": "Trice32",
- "Strg": "value=%d\\n"
- },
- "14361": {
- "Type": "trice32",
- "Strg": "value=%d\\n"
- },
- "14362": {
- "Type": "TRice64",
- "Strg": "value=%d\\n"
- },
- "14363": {
- "Type": "Trice64",
- "Strg": "value=%d\\n"
- },
- "14364": {
- "Type": "trice64",
- "Strg": "value=%d\\n"
- },
- "14365": {
- "Type": "TRice_1",
- "Strg": "value=%d\\n"
- },
- "14366": {
- "Type": "Trice_1",
- "Strg": "value=%d\\n"
- },
- "14367": {
- "Type": "trice_1",
- "Strg": "value=%d\\n"
- },
- "14368": {
- "Type": "TRice8_1",
- "Strg": "value=%d\\n"
- },
- "14369": {
- "Type": "Trice8_1",
- "Strg": "value=%d\\n"
- },
- "14370": {
- "Type": "trice8_1",
- "Strg": "value=%d\\n"
- },
- "14371": {
- "Type": "TRice16_1",
- "Strg": "value=%d\\n"
- },
- "14372": {
- "Type": "Trice16_1",
- "Strg": "value=%d\\n"
- },
- "14373": {
- "Type": "trice16_1",
- "Strg": "value=%d\\n"
- },
- "14374": {
- "Type": "TRice32_1",
- "Strg": "value=%d\\n"
- },
- "14375": {
- "Type": "Trice32_1",
- "Strg": "value=%d\\n"
- },
- "14376": {
- "Type": "trice32_1",
- "Strg": "value=%d\\n"
- },
- "14377": {
- "Type": "TRice64_1",
- "Strg": "value=%d\\n"
- },
- "14378": {
- "Type": "Trice64_1",
- "Strg": "value=%d\\n"
- },
- "14379": {
- "Type": "trice64_1",
- "Strg": "value=%d\\n"
- },
- "14380": {
- "Type": "TRice",
- "Strg": "no value"
- },
- "14381": {
- "Type": "Trice",
- "Strg": "no value"
- },
- "14382": {
- "Type": "trice",
- "Strg": "no value"
- },
- "14383": {
- "Type": "TRice8",
- "Strg": "no value"
- },
- "14384": {
- "Type": "Trice8",
- "Strg": "no value"
- },
- "14385": {
- "Type": "trice8",
- "Strg": "no value"
- },
- "14386": {
- "Type": "TRice16",
- "Strg": "no value"
- },
- "14387": {
- "Type": "Trice16",
- "Strg": "no value"
- },
- "14388": {
- "Type": "trice16",
- "Strg": "no value"
- },
- "14389": {
- "Type": "TRice32",
- "Strg": "no value"
- },
- "14390": {
- "Type": "Trice32",
- "Strg": "no value"
- },
- "14391": {
- "Type": "trice32",
- "Strg": "no value"
- },
- "14392": {
- "Type": "TRice64",
- "Strg": "no value"
- },
- "14393": {
- "Type": "Trice64",
- "Strg": "no value"
- },
- "14394": {
- "Type": "trice64",
- "Strg": "no value"
- },
- "14395": {
- "Type": "TRice_0",
- "Strg": "no value"
- },
- "14396": {
- "Type": "Trice_0",
- "Strg": "no value"
- },
- "14397": {
- "Type": "trice_0",
- "Strg": "no value"
- },
- "14398": {
- "Type": "TRice8_0",
- "Strg": "no value"
- },
- "14399": {
- "Type": "Trice8_0",
- "Strg": "no value"
- },
- "14400": {
- "Type": "trice8_0",
- "Strg": "no value"
- },
- "14401": {
- "Type": "TRice16_0",
- "Strg": "no value"
- },
- "14402": {
- "Type": "Trice16_0",
- "Strg": "no value"
- },
- "14403": {
- "Type": "trice16_0",
- "Strg": "no value"
- },
- "14404": {
- "Type": "TRice32_0",
- "Strg": "no value"
- },
- "14405": {
- "Type": "Trice32_0",
- "Strg": "no value"
- },
- "14406": {
- "Type": "trice32_0",
- "Strg": "no value"
- },
- "14407": {
- "Type": "TRice64_0",
- "Strg": "no value"
- },
- "14408": {
- "Type": "Trice64_0",
- "Strg": "no value"
- },
- "14409": {
- "Type": "trice64_0",
- "Strg": "no value"
- },
- "14410": {
- "Type": "TRice0",
- "Strg": "no value"
- },
- "14411": {
- "Type": "Trice0",
- "Strg": "no value"
- },
- "14412": {
- "Type": "trice0",
- "Strg": "no value"
- },
- "14413": {
- "Type": "TRice",
- "Strg": "no value"
- },
- "14414": {
- "Type": "Trice",
- "Strg": "no value"
- },
- "14415": {
- "Type": "trice",
- "Strg": "no value"
- },
- "14416": {
- "Type": "TRice",
- "Strg": "info:This is a message with one value %d and a 32-bit stamp.\\n"
- },
- "14417": {
- "Type": "Trice",
- "Strg": "info:This is a message with one value %d and a 16-bit stamp.\\n"
- },
- "14418": {
- "Type": "trice",
- "Strg": "info:This is a message with one value %d and without stamp.\\n"
- },
- "14419": {
- "Type": "TRICE",
- "Strg": "info:This is a message without values and a 32-bit stamp.\\n"
- },
- "14420": {
- "Type": "TRICE",
- "Strg": "info:This is a message without values and a 16-bit stamp.\\n"
- },
- "14421": {
- "Type": "TRICE",
- "Strg": "info:This is a message without values and without stamp.\\n"
- },
- "14422": {
- "Type": "TRICE",
- "Strg": "info:This is a message with one value %d and a 32-bit stamp.\\n"
- },
- "14423": {
- "Type": "TRICE",
- "Strg": "info:This is a message with one value %d and a 16-bit stamp.\\n"
- },
- "14424": {
- "Type": "TRICE",
- "Strg": "info:This is a message with one value %d and without stamp.\\n"
- },
- "14425": {
- "Type": "TRICE",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
- },
- "14426": {
- "Type": "TRICE",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
- },
- "14427": {
- "Type": "TRICE",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
- },
- "14428": {
- "Type": "TRICE32",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
- },
- "14429": {
- "Type": "TRICE32",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
- },
- "14430": {
- "Type": "TRICE32",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
- },
- "14431": {
- "Type": "TRICE8",
- "Strg": "msg:value=%u\\n"
- },
- "14432": {
- "Type": "TRICE8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14433": {
- "Type": "TRICE8",
- "Strg": "msg:value=%u\\n"
- },
- "14434": {
- "Type": "TRICE8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14435": {
- "Type": "TRICE8",
- "Strg": "msg:value=%u\\n"
- },
- "14436": {
- "Type": "TRICE8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14437": {
- "Type": "trice8",
- "Strg": "msg:value=%u\\n"
- },
- "14438": {
- "Type": "trice8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14439": {
- "Type": "Trice8",
- "Strg": "msg:value=%u\\n"
- },
- "14440": {
- "Type": "Trice8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14441": {
- "Type": "TRice8",
- "Strg": "msg:value=%u\\n"
- },
- "14442": {
- "Type": "TRice8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14443": {
- "Type": "TRICE16",
- "Strg": "msg:value=%u\\n"
- },
- "14444": {
- "Type": "TRICE16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14445": {
- "Type": "TRICE16",
- "Strg": "msg:value=%u\\n"
- },
- "14446": {
- "Type": "TRICE16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14447": {
- "Type": "TRICE16",
- "Strg": "msg:value=%u\\n"
- },
- "14448": {
- "Type": "TRICE16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14449": {
- "Type": "trice16",
- "Strg": "msg:value=%u\\n"
- },
- "14450": {
- "Type": "trice16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14451": {
- "Type": "Trice16",
- "Strg": "msg:value=%u\\n"
- },
- "14452": {
- "Type": "Trice16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14453": {
- "Type": "TRice16",
- "Strg": "msg:value=%u\\n"
- },
- "14454": {
- "Type": "TRice16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14455": {
- "Type": "TRICE32",
- "Strg": "msg:value=%u\\n"
- },
- "14456": {
- "Type": "TRICE32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14457": {
- "Type": "TRICE32",
- "Strg": "msg:value=%u\\n"
- },
- "14458": {
- "Type": "TRICE32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14459": {
- "Type": "TRICE32",
- "Strg": "msg:value=%u\\n"
- },
- "14460": {
- "Type": "TRICE32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14461": {
- "Type": "trice32",
- "Strg": "msg:value=%u\\n"
- },
- "14462": {
- "Type": "trice32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14463": {
- "Type": "Trice32",
- "Strg": "msg:value=%u\\n"
- },
- "14464": {
- "Type": "Trice32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14465": {
- "Type": "TRice32",
- "Strg": "msg:value=%u\\n"
- },
- "14466": {
- "Type": "TRice32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14467": {
- "Type": "TRICE64",
- "Strg": "msg:value=%u\\n"
- },
- "14468": {
- "Type": "TRICE64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14469": {
- "Type": "TRICE64",
- "Strg": "msg:value=%u\\n"
- },
- "14470": {
- "Type": "TRICE64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14471": {
- "Type": "TRICE64",
- "Strg": "msg:value=%u\\n"
- },
- "14472": {
- "Type": "TRICE64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14473": {
- "Type": "trice64",
- "Strg": "msg:value=%u\\n"
- },
- "14474": {
- "Type": "trice64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14475": {
- "Type": "Trice64",
- "Strg": "msg:value=%u\\n"
- },
- "14476": {
- "Type": "Trice64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14477": {
- "Type": "TRice64",
- "Strg": "msg:value=%u\\n"
- },
- "14478": {
- "Type": "TRice64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14479": {
- "Type": "TRice8",
- "Strg": "msg:value=%d\\n"
- },
- "14480": {
- "Type": "Trice8",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14481": {
- "Type": "trice8",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14482": {
- "Type": "TRice8",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14483": {
- "Type": "Trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14484": {
- "Type": "trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14485": {
- "Type": "TRice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14486": {
- "Type": "Trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14487": {
- "Type": "trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14488": {
- "Type": "TRice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14489": {
- "Type": "Trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14490": {
- "Type": "trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14491": {
- "Type": "TRice16",
- "Strg": "msg:value=%d\\n"
- },
- "14492": {
- "Type": "Trice16",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14493": {
- "Type": "trice16",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14494": {
- "Type": "TRice16",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14495": {
- "Type": "Trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14496": {
- "Type": "trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14497": {
- "Type": "TRice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14498": {
- "Type": "Trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14499": {
- "Type": "trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14500": {
- "Type": "TRice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14501": {
- "Type": "Trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14502": {
- "Type": "trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14503": {
- "Type": "TRice32",
- "Strg": "msg:value=%d\\n"
- },
- "14504": {
- "Type": "Trice32",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14505": {
- "Type": "trice32",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14506": {
- "Type": "TRice32",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14507": {
- "Type": "Trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14508": {
- "Type": "trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14509": {
- "Type": "TRice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14510": {
- "Type": "Trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14511": {
- "Type": "trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14512": {
- "Type": "TRice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14513": {
- "Type": "Trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14514": {
- "Type": "trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14515": {
- "Type": "TRice64",
- "Strg": "msg:value=%d\\n"
- },
- "14516": {
- "Type": "Trice64",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14517": {
- "Type": "trice64",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14518": {
- "Type": "TRice64",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14519": {
- "Type": "Trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14520": {
- "Type": "trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14521": {
- "Type": "TRice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14522": {
- "Type": "Trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14523": {
- "Type": "trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14524": {
- "Type": "TRice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14525": {
- "Type": "Trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14526": {
- "Type": "trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14527": {
- "Type": "TRice8_1",
- "Strg": "msg:value=%d\\n"
- },
- "14528": {
- "Type": "Trice8_2",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14529": {
- "Type": "trice8_3",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14530": {
- "Type": "TRice8_4",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14531": {
- "Type": "Trice8_5",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14532": {
- "Type": "trice8_6",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14533": {
- "Type": "TRice8_7",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14534": {
- "Type": "Trice8_8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14535": {
- "Type": "trice8_9",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14536": {
- "Type": "TRice8_10",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14537": {
- "Type": "Trice8_11",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14538": {
- "Type": "trice8_12",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14539": {
- "Type": "TRice16_1",
- "Strg": "msg:value=%d\\n"
- },
- "14540": {
- "Type": "Trice16_2",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14541": {
- "Type": "trice16_3",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14542": {
- "Type": "TRice16_4",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14543": {
- "Type": "Trice16_5",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14544": {
- "Type": "trice16_6",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14545": {
- "Type": "TRice16_7",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14546": {
- "Type": "Trice16_8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14547": {
- "Type": "trice16_9",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14548": {
- "Type": "TRice16_10",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14549": {
- "Type": "Trice16_11",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14550": {
- "Type": "trice16_12",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14551": {
- "Type": "TRice32_1",
- "Strg": "msg:value=%d\\n"
- },
- "14552": {
- "Type": "Trice32_2",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14553": {
- "Type": "trice32_3",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14554": {
- "Type": "TRice32_4",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14555": {
- "Type": "Trice32_5",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14556": {
- "Type": "trice32_6",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14557": {
- "Type": "TRice32_7",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14558": {
- "Type": "Trice32_8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14559": {
- "Type": "trice32_9",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14560": {
- "Type": "TRice32_10",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14561": {
- "Type": "Trice32_11",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14562": {
- "Type": "trice32_12",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14563": {
- "Type": "TRice64_1",
- "Strg": "msg:value=%d\\n"
- },
- "14564": {
- "Type": "Trice64_2",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14565": {
- "Type": "trice64_3",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14566": {
- "Type": "TRice64_4",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14567": {
- "Type": "Trice64_5",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14568": {
- "Type": "trice64_6",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14569": {
- "Type": "TRice64_7",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14570": {
- "Type": "Trice64_8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14571": {
- "Type": "trice64_9",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14572": {
- "Type": "TRice64_10",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14573": {
- "Type": "Trice64_11",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14574": {
- "Type": "trice64_12",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14575": {
- "Type": "trice8",
- "Strg": "value=%d\\n"
- },
- "14576": {
- "Type": "Trice8",
- "Strg": "value=%d\\n"
- },
- "14577": {
- "Type": "TRice8",
- "Strg": "value=%d\\n"
- },
- "14578": {
- "Type": "trice8_1",
- "Strg": "value=%d\\n"
- },
- "14579": {
- "Type": "Trice8_1",
- "Strg": "value=%d\\n"
- },
- "14580": {
- "Type": "TRice8_1",
- "Strg": "value=%d\\n"
- },
- "14581": {
- "Type": "trice16",
- "Strg": "value=%d\\n"
- },
- "14582": {
- "Type": "Trice16",
- "Strg": "value=%d\\n"
- },
- "14583": {
- "Type": "TRice16",
- "Strg": "value=%d\\n"
- },
- "14584": {
- "Type": "trice16_1",
- "Strg": "value=%d\\n"
- },
- "14585": {
- "Type": "Trice16_1",
- "Strg": "value=%d\\n"
- },
- "14586": {
- "Type": "TRice16_1",
- "Strg": "value=%d\\n"
- },
- "14587": {
- "Type": "trice32",
- "Strg": "value=%d\\n"
- },
- "14588": {
- "Type": "Trice32",
- "Strg": "value=%d\\n"
- },
- "14589": {
- "Type": "TRice32",
- "Strg": "value=%d\\n"
- },
- "14590": {
- "Type": "trice32_1",
- "Strg": "value=%d\\n"
- },
- "14591": {
- "Type": "Trice32_1",
- "Strg": "value=%d\\n"
- },
- "14592": {
- "Type": "TRice32_1",
- "Strg": "value=%d\\n"
- },
- "14593": {
- "Type": "trice64",
- "Strg": "value=%d\\n"
- },
- "14594": {
- "Type": "Trice64",
- "Strg": "value=%d\\n"
- },
- "14595": {
- "Type": "TRice64",
- "Strg": "value=%d\\n"
- },
- "14596": {
- "Type": "trice64_1",
- "Strg": "value=%d\\n"
- },
- "14597": {
- "Type": "Trice64_1",
- "Strg": "value=%d\\n"
- },
- "14598": {
- "Type": "TRice64_1",
- "Strg": "value=%d\\n"
- },
- "14599": {
- "Type": "TRICE",
- "Strg": "value=%d\\n"
- },
- "14600": {
- "Type": "TRICE",
- "Strg": "value=%d\\n"
- },
- "14601": {
- "Type": "TRICE",
- "Strg": "value=%d\\n"
- },
- "14602": {
- "Type": "TRICE",
- "Strg": "value=%d\\n"
- },
- "14603": {
- "Type": "TRICE8",
- "Strg": "value=%d\\n"
- },
- "14604": {
- "Type": "TRICE8_1",
- "Strg": "value=%d\\n"
- },
- "14605": {
- "Type": "trice8",
- "Strg": "value=%d\\n"
- },
- "14606": {
- "Type": "trice8_1",
- "Strg": "value=%d\\n"
- },
- "14607": {
- "Type": "TRICE8",
- "Strg": "value=%d\\n"
- },
- "14608": {
- "Type": "TRICE8_1",
- "Strg": "value=%d\\n"
- },
- "14609": {
- "Type": "Trice8",
- "Strg": "value=%d\\n"
- },
- "14610": {
- "Type": "Trice8_1",
- "Strg": "value=%d\\n"
- },
- "14611": {
- "Type": "TRICE8",
- "Strg": "value=%d\\n"
- },
- "14612": {
- "Type": "TRICE8_1",
- "Strg": "value=%d\\n"
- },
- "14613": {
- "Type": "TRice8",
- "Strg": "value=%d\\n"
- },
- "14614": {
- "Type": "TRice8_1",
- "Strg": "value=%d\\n"
- },
- "14615": {
- "Type": "TRICE8",
- "Strg": "value=%d\\n"
- },
- "14616": {
- "Type": "TRICE8_1",
- "Strg": "value=%d\\n"
- },
- "14617": {
- "Type": "TRICE",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14618": {
- "Type": "TRICE",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14619": {
- "Type": "TRICE",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14620": {
- "Type": "TRICE",
- "Strg": "ERROR:11:red\\n"
- },
- "14621": {
- "Type": "TRICE",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14622": {
- "Type": "TRICE",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14623": {
- "Type": "TRICE",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14624": {
- "Type": "TRICE",
- "Strg": "DEBUG:130+i\\n"
- },
- "14625": {
- "Type": "TRICE",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14626": {
- "Type": "TRICE",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14627": {
- "Type": "TRICE",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14628": {
- "Type": "TRICE",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14629": {
- "Type": "TRICE",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14630": {
- "Type": "TRICE",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14631": {
- "Type": "TRICE",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14632": {
- "Type": "TRICE",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14633": {
- "Type": "TRICE",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14634": {
- "Type": "TRICE",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14635": {
- "Type": "TRICE",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14636": {
- "Type": "TRICE",
- "Strg": "DEFAULT:off\\n"
- },
- "14637": {
- "Type": "TRICE",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14638": {
- "Type": "TRICE",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14639": {
- "Type": "TRICE",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14640": {
- "Type": "TRICE",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14641": {
- "Type": "TRICE",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14642": {
- "Type": "TRICE",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14643": {
- "Type": "TRICE",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14644": {
- "Type": "TRICE",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14645": {
- "Type": "TRICE",
- "Strg": "error:11:red\\n"
- },
- "14646": {
- "Type": "TRICE",
- "Strg": "warning:11+i:red\\n"
- },
- "14647": {
- "Type": "TRICE",
- "Strg": "attention:11:green\\n"
- },
- "14648": {
- "Type": "TRICE",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14649": {
- "Type": "TRICE",
- "Strg": "debug:130+i\\n"
- },
- "14650": {
- "Type": "TRICE",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14651": {
- "Type": "TRICE",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14652": {
- "Type": "TRICE",
- "Strg": "message:green+h:black\\n"
- },
- "14653": {
- "Type": "TRICE",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14654": {
- "Type": "TRICE",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14655": {
- "Type": "TRICE",
- "Strg": "receive:black+h:black\\n"
- },
- "14656": {
- "Type": "TRICE",
- "Strg": "transmit:black:black+h\\n"
- },
- "14657": {
- "Type": "TRICE",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14658": {
- "Type": "TRICE",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14659": {
- "Type": "TRICE",
- "Strg": "signal:118+i\\n"
- },
- "14660": {
- "Type": "TRICE",
- "Strg": "test:yellow+h:black\\n"
- },
- "14661": {
- "Type": "TRICE",
- "Strg": "default:off\\n"
- },
- "14662": {
- "Type": "TRICE",
- "Strg": "notice:blue:white+h\\n"
- },
- "14663": {
- "Type": "TRICE",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14664": {
- "Type": "TRICE",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14665": {
- "Type": "TRICE",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14666": {
- "Type": "TRICE",
- "Strg": "verbose:blue:default\\n"
- },
- "14667": {
- "Type": "trice",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14668": {
- "Type": "trice",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14669": {
- "Type": "trice",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14670": {
- "Type": "trice",
- "Strg": "ERROR:11:red\\n"
- },
- "14671": {
- "Type": "trice",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14672": {
- "Type": "trice",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14673": {
- "Type": "trice",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14674": {
- "Type": "trice",
- "Strg": "DEBUG:130+i\\n"
- },
- "14675": {
- "Type": "trice",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14676": {
- "Type": "trice",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14677": {
- "Type": "trice",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14678": {
- "Type": "trice",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14679": {
- "Type": "trice",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14680": {
- "Type": "trice",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14681": {
- "Type": "trice",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14682": {
- "Type": "trice",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14683": {
- "Type": "trice",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14684": {
- "Type": "trice",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14685": {
- "Type": "trice",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14686": {
- "Type": "trice",
- "Strg": "DEFAULT:off\\n"
- },
- "14687": {
- "Type": "trice",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14688": {
- "Type": "trice",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14689": {
- "Type": "trice",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14690": {
- "Type": "trice",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14691": {
- "Type": "trice",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14692": {
- "Type": "trice",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14693": {
- "Type": "trice",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14694": {
- "Type": "trice",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14695": {
- "Type": "trice",
- "Strg": "error:11:red\\n"
- },
- "14696": {
- "Type": "trice",
- "Strg": "warning:11+i:red\\n"
- },
- "14697": {
- "Type": "trice",
- "Strg": "attention:11:green\\n"
- },
- "14698": {
- "Type": "trice",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14699": {
- "Type": "trice",
- "Strg": "debug:130+i\\n"
- },
- "14700": {
- "Type": "trice",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14701": {
- "Type": "trice",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14702": {
- "Type": "trice",
- "Strg": "message:green+h:black\\n"
- },
- "14703": {
- "Type": "trice",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14704": {
- "Type": "trice",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14705": {
- "Type": "trice",
- "Strg": "receive:black+h:black\\n"
- },
- "14706": {
- "Type": "trice",
- "Strg": "transmit:black:black+h\\n"
- },
- "14707": {
- "Type": "trice",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14708": {
- "Type": "trice",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14709": {
- "Type": "trice",
- "Strg": "signal:118+i\\n"
- },
- "14710": {
- "Type": "trice",
- "Strg": "test:yellow+h:black\\n"
- },
- "14711": {
- "Type": "trice",
- "Strg": "default:off\\n"
- },
- "14712": {
- "Type": "trice",
- "Strg": "notice:blue:white+h\\n"
- },
- "14713": {
- "Type": "trice",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14714": {
- "Type": "trice",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14715": {
- "Type": "trice",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14716": {
- "Type": "trice",
- "Strg": "verbose:blue:default\\n"
- },
- "14717": {
- "Type": "TRICE",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14718": {
- "Type": "TRICE",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14719": {
- "Type": "TRICE",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14720": {
- "Type": "TRICE",
- "Strg": "ERROR:11:red\\n"
- },
- "14721": {
- "Type": "TRICE",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14722": {
- "Type": "TRICE",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14723": {
- "Type": "TRICE",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14724": {
- "Type": "TRICE",
- "Strg": "DEBUG:130+i\\n"
- },
- "14725": {
- "Type": "TRICE",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14726": {
- "Type": "TRICE",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14727": {
- "Type": "TRICE",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14728": {
- "Type": "TRICE",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14729": {
- "Type": "TRICE",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14730": {
- "Type": "TRICE",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14731": {
- "Type": "TRICE",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14732": {
- "Type": "TRICE",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14733": {
- "Type": "TRICE",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14734": {
- "Type": "TRICE",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14735": {
- "Type": "TRICE",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14736": {
- "Type": "TRICE",
- "Strg": "DEFAULT:off\\n"
- },
- "14737": {
- "Type": "TRICE",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14738": {
- "Type": "TRICE",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14739": {
- "Type": "TRICE",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14740": {
- "Type": "TRICE",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14741": {
- "Type": "TRICE",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14742": {
- "Type": "TRICE",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14743": {
- "Type": "TRICE",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14744": {
- "Type": "TRICE",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14745": {
- "Type": "TRICE",
- "Strg": "error:11:red\\n"
- },
- "14746": {
- "Type": "TRICE",
- "Strg": "warning:11+i:red\\n"
- },
- "14747": {
- "Type": "TRICE",
- "Strg": "attention:11:green\\n"
- },
- "14748": {
- "Type": "TRICE",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14749": {
- "Type": "TRICE",
- "Strg": "debug:130+i\\n"
- },
- "14750": {
- "Type": "TRICE",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14751": {
- "Type": "TRICE",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14752": {
- "Type": "TRICE",
- "Strg": "message:green+h:black\\n"
- },
- "14753": {
- "Type": "TRICE",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14754": {
- "Type": "TRICE",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14755": {
- "Type": "TRICE",
- "Strg": "receive:black+h:black\\n"
- },
- "14756": {
- "Type": "TRICE",
- "Strg": "transmit:black:black+h\\n"
- },
- "14757": {
- "Type": "TRICE",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14758": {
- "Type": "TRICE",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14759": {
- "Type": "TRICE",
- "Strg": "signal:118+i\\n"
- },
- "14760": {
- "Type": "TRICE",
- "Strg": "test:yellow+h:black\\n"
- },
- "14761": {
- "Type": "TRICE",
- "Strg": "default:off\\n"
- },
- "14762": {
- "Type": "TRICE",
- "Strg": "notice:blue:white+h\\n"
- },
- "14763": {
- "Type": "TRICE",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14764": {
- "Type": "TRICE",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14765": {
- "Type": "TRICE",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14766": {
- "Type": "TRICE",
- "Strg": "verbose:blue:default\\n"
- },
- "14767": {
- "Type": "Trice",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14768": {
- "Type": "Trice",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14769": {
- "Type": "Trice",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14770": {
- "Type": "Trice",
- "Strg": "ERROR:11:red\\n"
- },
- "14771": {
- "Type": "Trice",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14772": {
- "Type": "Trice",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14773": {
- "Type": "Trice",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14774": {
- "Type": "Trice",
- "Strg": "DEBUG:130+i\\n"
- },
- "14775": {
- "Type": "Trice",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14776": {
- "Type": "Trice",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14777": {
- "Type": "Trice",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14778": {
- "Type": "Trice",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14779": {
- "Type": "Trice",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14780": {
- "Type": "Trice",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14781": {
- "Type": "Trice",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14782": {
- "Type": "Trice",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14783": {
- "Type": "Trice",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14784": {
- "Type": "Trice",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14785": {
- "Type": "Trice",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14786": {
- "Type": "Trice",
- "Strg": "DEFAULT:off\\n"
- },
- "14787": {
- "Type": "Trice",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14788": {
- "Type": "Trice",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14789": {
- "Type": "Trice",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14790": {
- "Type": "Trice",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14791": {
- "Type": "Trice",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14792": {
- "Type": "Trice",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14793": {
- "Type": "Trice",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14794": {
- "Type": "Trice",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14795": {
- "Type": "Trice",
- "Strg": "error:11:red\\n"
- },
- "14796": {
- "Type": "Trice",
- "Strg": "warning:11+i:red\\n"
- },
- "14797": {
- "Type": "Trice",
- "Strg": "attention:11:green\\n"
- },
- "14798": {
- "Type": "Trice",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14799": {
- "Type": "Trice",
- "Strg": "debug:130+i\\n"
- },
- "14800": {
- "Type": "Trice",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14801": {
- "Type": "Trice",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14802": {
- "Type": "Trice",
- "Strg": "message:green+h:black\\n"
- },
- "14803": {
- "Type": "Trice",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14804": {
- "Type": "Trice",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14805": {
- "Type": "Trice",
- "Strg": "receive:black+h:black\\n"
- },
- "14806": {
- "Type": "Trice",
- "Strg": "transmit:black:black+h\\n"
- },
- "14807": {
- "Type": "Trice",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14808": {
- "Type": "Trice",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14809": {
- "Type": "Trice",
- "Strg": "signal:118+i\\n"
- },
- "14810": {
- "Type": "Trice",
- "Strg": "test:yellow+h:black\\n"
- },
- "14811": {
- "Type": "Trice",
- "Strg": "default:off\\n"
- },
- "14812": {
- "Type": "Trice",
- "Strg": "notice:blue:white+h\\n"
- },
- "14813": {
- "Type": "Trice",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14814": {
- "Type": "Trice",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14815": {
- "Type": "Trice",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14816": {
- "Type": "Trice",
- "Strg": "verbose:blue:default\\n"
- },
- "14817": {
- "Type": "TRICE",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14818": {
- "Type": "TRICE",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14819": {
- "Type": "TRICE",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14820": {
- "Type": "TRICE",
- "Strg": "ERROR:11:red\\n"
- },
- "14821": {
- "Type": "TRICE",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14822": {
- "Type": "TRICE",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14823": {
- "Type": "TRICE",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14824": {
- "Type": "TRICE",
- "Strg": "DEBUG:130+i\\n"
- },
- "14825": {
- "Type": "TRICE",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14826": {
- "Type": "TRICE",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14827": {
- "Type": "TRICE",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14828": {
- "Type": "TRICE",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14829": {
- "Type": "TRICE",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14830": {
- "Type": "TRICE",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14831": {
- "Type": "TRICE",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14832": {
- "Type": "TRICE",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14833": {
- "Type": "TRICE",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14834": {
- "Type": "TRICE",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14835": {
- "Type": "TRICE",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14836": {
- "Type": "TRICE",
- "Strg": "DEFAULT:off\\n"
- },
- "14837": {
- "Type": "TRICE",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14838": {
- "Type": "TRICE",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14839": {
- "Type": "TRICE",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14840": {
- "Type": "TRICE",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14841": {
- "Type": "TRICE",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14842": {
- "Type": "TRICE",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14843": {
- "Type": "TRICE",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14844": {
- "Type": "TRICE",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14845": {
- "Type": "TRICE",
- "Strg": "error:11:red\\n"
- },
- "14846": {
- "Type": "TRICE",
- "Strg": "warning:11+i:red\\n"
- },
- "14847": {
- "Type": "TRICE",
- "Strg": "attention:11:green\\n"
- },
- "14848": {
- "Type": "TRICE",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14849": {
- "Type": "TRICE",
- "Strg": "debug:130+i\\n"
- },
- "14850": {
- "Type": "TRICE",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14851": {
- "Type": "TRICE",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14852": {
- "Type": "TRICE",
- "Strg": "message:green+h:black\\n"
- },
- "14853": {
- "Type": "TRICE",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14854": {
- "Type": "TRICE",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14855": {
- "Type": "TRICE",
- "Strg": "receive:black+h:black\\n"
- },
- "14856": {
- "Type": "TRICE",
- "Strg": "transmit:black:black+h\\n"
- },
- "14857": {
- "Type": "TRICE",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14858": {
- "Type": "TRICE",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14859": {
- "Type": "TRICE",
- "Strg": "signal:118+i\\n"
- },
- "14860": {
- "Type": "TRICE",
- "Strg": "test:yellow+h:black\\n"
- },
- "14861": {
- "Type": "TRICE",
- "Strg": "default:off\\n"
- },
- "14862": {
- "Type": "TRICE",
- "Strg": "notice:blue:white+h\\n"
- },
- "14863": {
- "Type": "TRICE",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14864": {
- "Type": "TRICE",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14865": {
- "Type": "TRICE",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14866": {
- "Type": "TRICE",
- "Strg": "verbose:blue:default\\n"
- },
- "14867": {
- "Type": "TRice",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14868": {
- "Type": "TRice",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14869": {
- "Type": "TRice",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14870": {
- "Type": "TRice",
- "Strg": "ERROR:11:red\\n"
- },
- "14871": {
- "Type": "TRice",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14872": {
- "Type": "TRice",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14873": {
- "Type": "TRice",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14874": {
- "Type": "TRice",
- "Strg": "DEBUG:130+i\\n"
- },
- "14875": {
- "Type": "TRice",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14876": {
- "Type": "TRice",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14877": {
- "Type": "TRice",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14878": {
- "Type": "TRice",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14879": {
- "Type": "TRice",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14880": {
- "Type": "TRice",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14881": {
- "Type": "TRice",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14882": {
- "Type": "TRice",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14883": {
- "Type": "TRice",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14884": {
- "Type": "TRice",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14885": {
- "Type": "TRice",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14886": {
- "Type": "TRice",
- "Strg": "DEFAULT:off\\n"
- },
- "14887": {
- "Type": "TRice",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14888": {
- "Type": "TRice",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14889": {
- "Type": "TRice",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14890": {
- "Type": "TRice",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14891": {
- "Type": "TRice",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14892": {
- "Type": "TRice",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14893": {
- "Type": "TRice",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14894": {
- "Type": "TRice",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14895": {
- "Type": "TRice",
- "Strg": "error:11:red\\n"
- },
- "14896": {
- "Type": "TRice",
- "Strg": "warning:11+i:red\\n"
- },
- "14897": {
- "Type": "TRice",
- "Strg": "attention:11:green\\n"
- },
- "14898": {
- "Type": "TRice",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14899": {
- "Type": "TRice",
- "Strg": "debug:130+i\\n"
- },
- "14900": {
- "Type": "TRice",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14901": {
- "Type": "TRice",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14902": {
- "Type": "TRice",
- "Strg": "message:green+h:black\\n"
- },
- "14903": {
- "Type": "TRice",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14904": {
- "Type": "TRice",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14905": {
- "Type": "TRice",
- "Strg": "receive:black+h:black\\n"
- },
- "14906": {
- "Type": "TRice",
- "Strg": "transmit:black:black+h\\n"
- },
- "14907": {
- "Type": "TRice",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14908": {
- "Type": "TRice",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14909": {
- "Type": "TRice",
- "Strg": "signal:118+i\\n"
- },
- "14910": {
- "Type": "TRice",
- "Strg": "test:yellow+h:black\\n"
- },
- "14911": {
- "Type": "TRice",
- "Strg": "default:off\\n"
- },
- "14912": {
- "Type": "TRice",
- "Strg": "notice:blue:white+h\\n"
- },
- "14913": {
- "Type": "TRice",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14914": {
- "Type": "TRice",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14915": {
- "Type": "TRice",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14916": {
- "Type": "TRice",
- "Strg": "verbose:blue:default\\n"
- },
- "14917": {
- "Type": "TRICE64",
- "Strg": "msg:%d (%%d)\\n"
- },
- "14918": {
- "Type": "trice",
- "Strg": "sig:TRICE8 with 1 to 12 values\\n"
- },
- "14919": {
- "Type": "trice",
- "Strg": "rd:TRICE %d\\n"
- },
- "14920": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d\\n"
- },
- "14921": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d\\n"
- },
- "14922": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d\\n"
- },
- "14923": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
- },
- "14924": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
- },
- "14925": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14926": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14927": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14928": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14929": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14930": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14931": {
- "Type": "trice",
- "Strg": "rd:TRICE %d\\n"
- },
- "14932": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d\\n"
- },
- "14933": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d\\n"
- },
- "14934": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d\\n"
- },
- "14935": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
- },
- "14936": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
- },
- "14937": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14938": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14939": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14940": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14941": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14942": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14943": {
- "Type": "trice",
- "Strg": "rd:TRICE %d\\n"
- },
- "14944": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d\\n"
- },
- "14945": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d\\n"
- },
- "14946": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d\\n"
- },
- "14947": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
- },
- "14948": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
- },
- "14949": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14950": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14951": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14952": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14953": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14954": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14955": {
- "Type": "trice",
- "Strg": "sig:TRICE_n with 1 to 12 values\\n"
- },
- "14956": {
- "Type": "TRICE_1",
- "Strg": "rd:TRICE_1 %d\\n"
- },
- "14957": {
- "Type": "TRICE_2",
- "Strg": "rd:TRICE_2 %d, %d\\n"
- },
- "14958": {
- "Type": "TRICE_3",
- "Strg": "rd:TRICE_3 %d, %d, %d\\n"
- },
- "14959": {
- "Type": "TRICE_4",
- "Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
- },
- "14960": {
- "Type": "TRICE_5",
- "Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
- },
- "14961": {
- "Type": "TRICE_6",
- "Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "14962": {
- "Type": "TRICE_7",
- "Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14963": {
- "Type": "TRICE_8",
- "Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14964": {
- "Type": "TRICE_9",
- "Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14965": {
- "Type": "TRICE_10",
- "Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14966": {
- "Type": "TRICE_11",
- "Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14967": {
- "Type": "TRICE_12",
- "Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14968": {
- "Type": "TRICE_1",
- "Strg": "rd:TRICE_1 %d\\n"
- },
- "14969": {
- "Type": "TRICE_2",
- "Strg": "rd:TRICE_2 %d, %d\\n"
- },
- "14970": {
- "Type": "TRICE_3",
- "Strg": "rd:TRICE_3 %d, %d, %d\\n"
- },
- "14971": {
- "Type": "TRICE_4",
- "Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
- },
- "14972": {
- "Type": "TRICE_5",
- "Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
- },
- "14973": {
- "Type": "TRICE_6",
- "Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "14974": {
- "Type": "TRICE_7",
- "Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14975": {
- "Type": "TRICE_8",
- "Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14976": {
- "Type": "TRICE_9",
- "Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14977": {
- "Type": "TRICE_10",
- "Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14978": {
- "Type": "TRICE_11",
- "Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14979": {
- "Type": "TRICE_12",
- "Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14980": {
- "Type": "TRICE_1",
- "Strg": "rd:TRICE_1 %d\\n"
- },
- "14981": {
- "Type": "TRICE_2",
- "Strg": "rd:TRICE_2 %d, %d\\n"
- },
- "14982": {
- "Type": "TRICE_3",
- "Strg": "rd:TRICE_3 %d, %d, %d\\n"
- },
- "14983": {
- "Type": "TRICE_4",
- "Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
- },
- "14984": {
- "Type": "TRICE_5",
- "Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
- },
- "14985": {
- "Type": "TRICE_6",
- "Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "14986": {
- "Type": "TRICE_7",
- "Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14987": {
- "Type": "TRICE_8",
- "Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14988": {
- "Type": "TRICE_9",
- "Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14989": {
- "Type": "TRICE_10",
- "Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14990": {
- "Type": "TRICE_11",
- "Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14991": {
- "Type": "TRICE_12",
- "Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14992": {
- "Type": "TRICE",
- "Strg": "sig:trice_n with 1 to 12 values\\n"
- },
- "14993": {
- "Type": "trice_1",
- "Strg": "rd:trice_1 %d\\n"
- },
- "14994": {
- "Type": "trice_2",
- "Strg": "rd:trice_2 %d, %d\\n"
- },
- "14995": {
- "Type": "trice_3",
- "Strg": "rd:trice_3 %d, %d, %d\\n"
- },
- "14996": {
- "Type": "trice_4",
- "Strg": "rd:trice_4 %d, %d, %d, %d\\n"
- },
- "14997": {
- "Type": "trice_5",
- "Strg": "rd:trice_5 %d, %d, %d, %d, %d\\n"
- },
- "14998": {
- "Type": "trice_6",
- "Strg": "rd:trice_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "14999": {
- "Type": "trice_7",
- "Strg": "rd:trice_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15000": {
- "Type": "trice_8",
- "Strg": "rd:trice_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15001": {
- "Type": "trice_9",
- "Strg": "rd:trice_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15002": {
- "Type": "trice_10",
- "Strg": "rd:trice_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15003": {
- "Type": "trice_11",
- "Strg": "rd:trice_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15004": {
- "Type": "trice_12",
- "Strg": "rd:trice_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15005": {
- "Type": "Trice_1",
- "Strg": "rd:Trice_1 %d\\n"
- },
- "15006": {
- "Type": "Trice_2",
- "Strg": "rd:Trice_2 %d, %d\\n"
- },
- "15007": {
- "Type": "Trice_3",
- "Strg": "rd:Trice_3 %d, %d, %d\\n"
- },
- "15008": {
- "Type": "Trice_4",
- "Strg": "rd:Trice_4 %d, %d, %d, %d\\n"
- },
- "15009": {
- "Type": "Trice_5",
- "Strg": "rd:Trice_5 %d, %d, %d, %d, %d\\n"
- },
- "15010": {
- "Type": "Trice_6",
- "Strg": "rd:Trice_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15011": {
- "Type": "Trice_7",
- "Strg": "rd:Trice_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15012": {
- "Type": "Trice_8",
- "Strg": "rd:Trice_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15013": {
- "Type": "Trice_9",
- "Strg": "rd:Trice_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15014": {
- "Type": "Trice_10",
- "Strg": "rd:Trice_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15015": {
- "Type": "Trice_11",
- "Strg": "rd:Trice_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15016": {
- "Type": "Trice_12",
- "Strg": "rd:Trice_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15017": {
- "Type": "TRice_1",
- "Strg": "rd:TRice_1 %d\\n"
- },
- "15018": {
- "Type": "TRice_2",
- "Strg": "rd:TRice_2 %d, %d\\n"
- },
- "15019": {
- "Type": "TRice_3",
- "Strg": "rd:TRice_3 %d, %d, %d\\n"
- },
- "15020": {
- "Type": "TRice_4",
- "Strg": "rd:TRice_4 %d, %d, %d, %d\\n"
- },
- "15021": {
- "Type": "TRice_5",
- "Strg": "rd:TRice_5 %d, %d, %d, %d, %d\\n"
- },
- "15022": {
- "Type": "TRice_6",
- "Strg": "rd:TRice_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15023": {
- "Type": "TRice_7",
- "Strg": "rd:TRice_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15024": {
- "Type": "TRice_8",
- "Strg": "rd:TRice_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15025": {
- "Type": "TRice_9",
- "Strg": "rd:TRice_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15026": {
- "Type": "TRice_10",
- "Strg": "rd:TRice_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15027": {
- "Type": "TRice_11",
- "Strg": "rd:TRice_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15028": {
- "Type": "TRice_12",
- "Strg": "rd:TRice_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15029": {
- "Type": "trice",
- "Strg": "sig:TRICE8 with 1 to 12 values\\n"
- },
- "15030": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d\\n"
- },
- "15031": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d\\n"
- },
- "15032": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d\\n"
- },
- "15033": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d\\n"
- },
- "15034": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d\\n"
- },
- "15035": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15036": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15037": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15038": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15039": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15040": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15041": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15042": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d\\n"
- },
- "15043": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d\\n"
- },
- "15044": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d\\n"
- },
- "15045": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d\\n"
- },
- "15046": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d\\n"
- },
- "15047": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15048": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15049": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15050": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15051": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15052": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15053": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15054": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d\\n"
- },
- "15055": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d\\n"
- },
- "15056": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d\\n"
- },
- "15057": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d\\n"
- },
- "15058": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d\\n"
- },
- "15059": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15060": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15061": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15062": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15063": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15064": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15065": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15066": {
- "Type": "trice",
- "Strg": "sig:TRICE8_n with 1 to 12 values\\n"
- },
- "15067": {
- "Type": "TRICE8_1",
- "Strg": "rd:TRICE8_1 %d\\n"
- },
- "15068": {
- "Type": "TRICE8_2",
- "Strg": "rd:TRICE8_2 %d, %d\\n"
- },
- "15069": {
- "Type": "TRICE8_3",
- "Strg": "rd:TRICE8_3 %d, %d, %d\\n"
- },
- "15070": {
- "Type": "TRICE8_4",
- "Strg": "rd:TRICE8_4 %d, %d, %d, %d\\n"
- },
- "15071": {
- "Type": "TRICE8_5",
- "Strg": "rd:TRICE8_5 %d, %d, %d, %d, %d\\n"
- },
- "15072": {
- "Type": "TRICE8_6",
- "Strg": "rd:TRICE8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15073": {
- "Type": "TRICE8_7",
- "Strg": "rd:TRICE8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15074": {
- "Type": "TRICE8_8",
- "Strg": "rd:TRICE8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15075": {
- "Type": "TRICE8_9",
- "Strg": "rd:TRICE8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15076": {
- "Type": "TRICE8_10",
- "Strg": "rd:TRICE8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15077": {
- "Type": "TRICE8_11",
- "Strg": "rd:TRICE8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15078": {
- "Type": "TRICE8_12",
- "Strg": "rd:TRICE8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15079": {
- "Type": "TRICE8_1",
- "Strg": "rd:TRICE8_1 %d\\n"
- },
- "15080": {
- "Type": "TRICE8_2",
- "Strg": "rd:TRICE8_2 %d, %d\\n"
- },
- "15081": {
- "Type": "TRICE8_3",
- "Strg": "rd:TRICE8_3 %d, %d, %d\\n"
- },
- "15082": {
- "Type": "TRICE8_4",
- "Strg": "rd:TRICE8_4 %d, %d, %d, %d\\n"
- },
- "15083": {
- "Type": "TRICE8_5",
- "Strg": "rd:TRICE8_5 %d, %d, %d, %d, %d\\n"
- },
- "15084": {
- "Type": "TRICE8_6",
- "Strg": "rd:TRICE8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15085": {
- "Type": "TRICE8_7",
- "Strg": "rd:TRICE8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15086": {
- "Type": "TRICE8_8",
- "Strg": "rd:TRICE8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15087": {
- "Type": "TRICE8_9",
- "Strg": "rd:TRICE8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15088": {
- "Type": "TRICE8_10",
- "Strg": "rd:TRICE8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15089": {
- "Type": "TRICE8_11",
- "Strg": "rd:TRICE8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15090": {
- "Type": "TRICE8_12",
- "Strg": "rd:TRICE8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15091": {
- "Type": "TRICE8_1",
- "Strg": "rd:TRICE8_1 %d\\n"
- },
- "15092": {
- "Type": "TRICE8_2",
- "Strg": "rd:TRICE8_2 %d, %d\\n"
- },
- "15093": {
- "Type": "TRICE8_3",
- "Strg": "rd:TRICE8_3 %d, %d, %d\\n"
- },
- "15094": {
- "Type": "TRICE8_4",
- "Strg": "rd:TRICE8_4 %d, %d, %d, %d\\n"
- },
- "15095": {
- "Type": "TRICE8_5",
- "Strg": "rd:TRICE8_5 %d, %d, %d, %d, %d\\n"
- },
- "15096": {
- "Type": "TRICE8_6",
- "Strg": "rd:TRICE8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15097": {
- "Type": "TRICE8_7",
- "Strg": "rd:TRICE8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15098": {
- "Type": "TRICE8_8",
- "Strg": "rd:TRICE8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15099": {
- "Type": "TRICE8_9",
- "Strg": "rd:TRICE8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15100": {
- "Type": "TRICE8_10",
- "Strg": "rd:TRICE8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15101": {
- "Type": "TRICE8_11",
- "Strg": "rd:TRICE8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15102": {
- "Type": "TRICE8_12",
- "Strg": "rd:TRICE8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15103": {
- "Type": "trice",
- "Strg": "sig:trice8 with 1 to 12 values\\n"
- },
- "15104": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d\\n"
- },
- "15105": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d\\n"
- },
- "15106": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d\\n"
- },
- "15107": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d\\n"
- },
- "15108": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d\\n"
- },
- "15109": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15110": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15111": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15112": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15113": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15114": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15115": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15116": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d\\n"
- },
- "15117": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d\\n"
- },
- "15118": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d\\n"
- },
- "15119": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d\\n"
- },
- "15120": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d\\n"
- },
- "15121": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15122": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15123": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15124": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15125": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15126": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15127": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15128": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d\\n"
- },
- "15129": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d\\n"
- },
- "15130": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d\\n"
- },
- "15131": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d\\n"
- },
- "15132": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d\\n"
- },
- "15133": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15134": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15135": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15136": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15137": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15138": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15139": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15140": {
- "Type": "TRICE",
- "Strg": "sig:trice8_n with 1 to 12 values\\n"
- },
- "15141": {
- "Type": "trice8_1",
- "Strg": "rd:trice8_1 %d\\n"
- },
- "15142": {
- "Type": "trice8_2",
- "Strg": "rd:trice8_2 %d, %d\\n"
- },
- "15143": {
- "Type": "trice8_3",
- "Strg": "rd:trice8_3 %d, %d, %d\\n"
- },
- "15144": {
- "Type": "trice8_4",
- "Strg": "rd:trice8_4 %d, %d, %d, %d\\n"
- },
- "15145": {
- "Type": "trice8_5",
- "Strg": "rd:trice8_5 %d, %d, %d, %d, %d\\n"
- },
- "15146": {
- "Type": "trice8_6",
- "Strg": "rd:trice8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15147": {
- "Type": "trice8_7",
- "Strg": "rd:trice8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15148": {
- "Type": "trice8_8",
- "Strg": "rd:trice8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15149": {
- "Type": "trice8_9",
- "Strg": "rd:trice8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15150": {
- "Type": "trice8_10",
- "Strg": "rd:trice8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15151": {
- "Type": "trice8_11",
- "Strg": "rd:trice8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15152": {
- "Type": "trice8_12",
- "Strg": "rd:trice8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15153": {
- "Type": "Trice8_1",
- "Strg": "rd:Trice8_1 %d\\n"
- },
- "15154": {
- "Type": "Trice8_2",
- "Strg": "rd:Trice8_2 %d, %d\\n"
- },
- "15155": {
- "Type": "Trice8_3",
- "Strg": "rd:Trice8_3 %d, %d, %d\\n"
- },
- "15156": {
- "Type": "Trice8_4",
- "Strg": "rd:Trice8_4 %d, %d, %d, %d\\n"
- },
- "15157": {
- "Type": "Trice8_5",
- "Strg": "rd:Trice8_5 %d, %d, %d, %d, %d\\n"
- },
- "15158": {
- "Type": "Trice8_6",
- "Strg": "rd:Trice8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15159": {
- "Type": "Trice8_7",
- "Strg": "rd:Trice8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15160": {
- "Type": "Trice8_8",
- "Strg": "rd:Trice8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15161": {
- "Type": "Trice8_9",
- "Strg": "rd:Trice8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15162": {
- "Type": "Trice8_10",
- "Strg": "rd:Trice8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15163": {
- "Type": "Trice8_11",
- "Strg": "rd:Trice8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15164": {
- "Type": "Trice8_12",
- "Strg": "rd:Trice8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15165": {
- "Type": "TRice8_1",
- "Strg": "rd:TRice8_1 %d\\n"
- },
- "15166": {
- "Type": "TRice8_2",
- "Strg": "rd:TRice8_2 %d, %d\\n"
- },
- "15167": {
- "Type": "TRice8_3",
- "Strg": "rd:TRice8_3 %d, %d, %d\\n"
- },
- "15168": {
- "Type": "TRice8_4",
- "Strg": "rd:TRice8_4 %d, %d, %d, %d\\n"
- },
- "15169": {
- "Type": "TRice8_5",
- "Strg": "rd:TRice8_5 %d, %d, %d, %d, %d\\n"
- },
- "15170": {
- "Type": "TRice8_6",
- "Strg": "rd:TRice8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15171": {
- "Type": "TRice8_7",
- "Strg": "rd:TRice8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15172": {
- "Type": "TRice8_8",
- "Strg": "rd:TRice8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15173": {
- "Type": "TRice8_9",
- "Strg": "rd:TRice8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15174": {
- "Type": "TRice8_10",
- "Strg": "rd:TRice8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15175": {
- "Type": "TRice8_11",
- "Strg": "rd:TRice8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15176": {
- "Type": "TRice8_12",
- "Strg": "rd:TRice8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15177": {
- "Type": "trice",
- "Strg": "sig:TRICE16 with 1 to 12 values (line %d)\\n"
- },
- "15178": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d\\n"
- },
- "15179": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d\\n"
- },
- "15180": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d\\n"
- },
- "15181": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d\\n"
- },
- "15182": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d\\n"
- },
- "15183": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15184": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15185": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15186": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15187": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15188": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15189": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15190": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d\\n"
- },
- "15191": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d\\n"
- },
- "15192": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d\\n"
- },
- "15193": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d\\n"
- },
- "15194": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d\\n"
- },
- "15195": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15196": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15197": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15198": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15199": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15200": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15201": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15202": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d\\n"
- },
- "15203": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d\\n"
- },
- "15204": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d\\n"
- },
- "15205": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d\\n"
- },
- "15206": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d\\n"
- },
- "15207": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15208": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15209": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15210": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15211": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15212": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15213": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15214": {
- "Type": "trice",
- "Strg": "sig:TRICE16_n with 1 to 12 values (line %d)\\n"
- },
- "15215": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 %d\\n"
- },
- "15216": {
- "Type": "TRICE16_2",
- "Strg": "rd:TRICE16_2 %d, %d\\n"
- },
- "15217": {
- "Type": "TRICE16_3",
- "Strg": "rd:TRICE16_3 %d, %d, %d\\n"
- },
- "15218": {
- "Type": "TRICE16_4",
- "Strg": "rd:TRICE16_4 %d, %d, %d, %d\\n"
- },
- "15219": {
- "Type": "TRICE16_5",
- "Strg": "rd:TRICE16_5 %d, %d, %d, %d, %d\\n"
- },
- "15220": {
- "Type": "TRICE16_6",
- "Strg": "rd:TRICE16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15221": {
- "Type": "TRICE16_7",
- "Strg": "rd:TRICE16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15222": {
- "Type": "TRICE16_8",
- "Strg": "rd:TRICE16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15223": {
- "Type": "TRICE16_9",
- "Strg": "rd:TRICE16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15224": {
- "Type": "TRICE16_10",
- "Strg": "rd:TRICE16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15225": {
- "Type": "TRICE16_11",
- "Strg": "rd:TRICE16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15226": {
- "Type": "TRICE16_12",
- "Strg": "rd:TRICE16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15227": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 %d\\n"
- },
- "15228": {
- "Type": "TRICE16_2",
- "Strg": "rd:TRICE16_2 %d, %d\\n"
- },
- "15229": {
- "Type": "TRICE16_3",
- "Strg": "rd:TRICE16_3 %d, %d, %d\\n"
- },
- "15230": {
- "Type": "TRICE16_4",
- "Strg": "rd:TRICE16_4 %d, %d, %d, %d\\n"
- },
- "15231": {
- "Type": "TRICE16_5",
- "Strg": "rd:TRICE16_5 %d, %d, %d, %d, %d\\n"
- },
- "15232": {
- "Type": "TRICE16_6",
- "Strg": "rd:TRICE16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15233": {
- "Type": "TRICE16_7",
- "Strg": "rd:TRICE16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15234": {
- "Type": "TRICE16_8",
- "Strg": "rd:TRICE16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15235": {
- "Type": "TRICE16_9",
- "Strg": "rd:TRICE16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15236": {
- "Type": "TRICE16_10",
- "Strg": "rd:TRICE16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15237": {
- "Type": "TRICE16_11",
- "Strg": "rd:TRICE16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15238": {
- "Type": "TRICE16_12",
- "Strg": "rd:TRICE16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15239": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 %d\\n"
- },
- "15240": {
- "Type": "TRICE16_2",
- "Strg": "rd:TRICE16_2 %d, %d\\n"
- },
- "15241": {
- "Type": "TRICE16_3",
- "Strg": "rd:TRICE16_3 %d, %d, %d\\n"
- },
- "15242": {
- "Type": "TRICE16_4",
- "Strg": "rd:TRICE16_4 %d, %d, %d, %d\\n"
- },
- "15243": {
- "Type": "TRICE16_5",
- "Strg": "rd:TRICE16_5 %d, %d, %d, %d, %d\\n"
- },
- "15244": {
- "Type": "TRICE16_6",
- "Strg": "rd:TRICE16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15245": {
- "Type": "TRICE16_7",
- "Strg": "rd:TRICE16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15246": {
- "Type": "TRICE16_8",
- "Strg": "rd:TRICE16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15247": {
- "Type": "TRICE16_9",
- "Strg": "rd:TRICE16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15248": {
- "Type": "TRICE16_10",
- "Strg": "rd:TRICE16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15249": {
- "Type": "TRICE16_11",
- "Strg": "rd:TRICE16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15250": {
- "Type": "TRICE16_12",
- "Strg": "rd:TRICE16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15251": {
- "Type": "trice",
- "Strg": "sig:trice16 with 1 to 12 values (line %d)\\n"
- },
- "15252": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d\\n"
- },
- "15253": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d\\n"
- },
- "15254": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d\\n"
- },
- "15255": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d\\n"
- },
- "15256": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d\\n"
- },
- "15257": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15258": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15259": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15260": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15261": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15262": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15263": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15264": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d\\n"
- },
- "15265": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d\\n"
- },
- "15266": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d\\n"
- },
- "15267": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d\\n"
- },
- "15268": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d\\n"
- },
- "15269": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15270": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15271": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15272": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15273": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15274": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15275": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15276": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d\\n"
- },
- "15277": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d\\n"
- },
- "15278": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d\\n"
- },
- "15279": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d\\n"
- },
- "15280": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d\\n"
- },
- "15281": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15282": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15283": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15284": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15285": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15286": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15287": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15288": {
- "Type": "trice",
- "Strg": "sig:trice16_n with 1 to 12 values (line %d)\\n"
- },
- "15289": {
- "Type": "trice16_1",
- "Strg": "rd:trice16_1 %d\\n"
- },
- "15290": {
- "Type": "trice16_2",
- "Strg": "rd:trice16_2 %d, %d\\n"
- },
- "15291": {
- "Type": "trice16_3",
- "Strg": "rd:trice16_3 %d, %d, %d\\n"
- },
- "15292": {
- "Type": "trice16_4",
- "Strg": "rd:trice16_4 %d, %d, %d, %d\\n"
- },
- "15293": {
- "Type": "trice16_5",
- "Strg": "rd:trice16_5 %d, %d, %d, %d, %d\\n"
- },
- "15294": {
- "Type": "trice16_6",
- "Strg": "rd:trice16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15295": {
- "Type": "trice16_7",
- "Strg": "rd:trice16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15296": {
- "Type": "trice16_8",
- "Strg": "rd:trice16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15297": {
- "Type": "trice16_9",
- "Strg": "rd:trice16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15298": {
- "Type": "trice16_10",
- "Strg": "rd:trice16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15299": {
- "Type": "trice16_11",
- "Strg": "rd:trice16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15300": {
- "Type": "trice16_12",
- "Strg": "rd:trice16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15301": {
- "Type": "Trice16_1",
- "Strg": "rd:Trice16_1 %d\\n"
- },
- "15302": {
- "Type": "Trice16_2",
- "Strg": "rd:Trice16_2 %d, %d\\n"
- },
- "15303": {
- "Type": "Trice16_3",
- "Strg": "rd:Trice16_3 %d, %d, %d\\n"
- },
- "15304": {
- "Type": "Trice16_4",
- "Strg": "rd:Trice16_4 %d, %d, %d, %d\\n"
- },
- "15305": {
- "Type": "Trice16_5",
- "Strg": "rd:Trice16_5 %d, %d, %d, %d, %d\\n"
- },
- "15306": {
- "Type": "Trice16_6",
- "Strg": "rd:Trice16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15307": {
- "Type": "Trice16_7",
- "Strg": "rd:Trice16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15308": {
- "Type": "Trice16_8",
- "Strg": "rd:Trice16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15309": {
- "Type": "Trice16_9",
- "Strg": "rd:Trice16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15310": {
- "Type": "Trice16_10",
- "Strg": "rd:Trice16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15311": {
- "Type": "Trice16_11",
- "Strg": "rd:Trice16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15312": {
- "Type": "Trice16_12",
- "Strg": "rd:Trice16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15313": {
- "Type": "TRice16_1",
- "Strg": "rd:TRice16_1 %d\\n"
- },
- "15314": {
- "Type": "TRice16_2",
- "Strg": "rd:TRice16_2 %d, %d\\n"
- },
- "15315": {
- "Type": "TRice16_3",
- "Strg": "rd:TRice16_3 %d, %d, %d\\n"
- },
- "15316": {
- "Type": "TRice16_4",
- "Strg": "rd:TRice16_4 %d, %d, %d, %d\\n"
- },
- "15317": {
- "Type": "TRice16_5",
- "Strg": "rd:TRice16_5 %d, %d, %d, %d, %d\\n"
- },
- "15318": {
- "Type": "TRice16_6",
- "Strg": "rd:TRice16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15319": {
- "Type": "TRice16_7",
- "Strg": "rd:TRice16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15320": {
- "Type": "TRice16_8",
- "Strg": "rd:TRice16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15321": {
- "Type": "TRice16_9",
- "Strg": "rd:TRice16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15322": {
- "Type": "TRice16_10",
- "Strg": "rd:TRice16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15323": {
- "Type": "TRice16_11",
- "Strg": "rd:TRice16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15324": {
- "Type": "TRice16_12",
- "Strg": "rd:TRice16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15325": {
- "Type": "trice",
- "Strg": "sig:TRICE32 with 1 to 12 values (line %d)\\n"
- },
- "15326": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d\\n"
- },
- "15327": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d\\n"
- },
- "15328": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d\\n"
- },
- "15329": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d\\n"
- },
- "15330": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d\\n"
- },
- "15331": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15332": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15333": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15334": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15335": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15336": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15337": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15338": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d\\n"
- },
- "15339": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d\\n"
- },
- "15340": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d\\n"
- },
- "15341": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d\\n"
- },
- "15342": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d\\n"
- },
- "15343": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15344": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15345": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15346": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15347": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15348": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15349": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15350": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d\\n"
- },
- "15351": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d\\n"
- },
- "15352": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d\\n"
- },
- "15353": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d\\n"
- },
- "15354": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d\\n"
- },
- "15355": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15356": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15357": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15358": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15359": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15360": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15361": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15362": {
- "Type": "trice",
- "Strg": "signal:TRICE32_n with 1 to 12 values (line %d)\\n"
- },
- "15363": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 %d\\n"
- },
- "15364": {
- "Type": "TRICE32_2",
- "Strg": "rd:TRICE32_2 %d, %d\\n"
- },
- "15365": {
- "Type": "TRICE32_3",
- "Strg": "rd:TRICE32_3 %d, %d, %d\\n"
- },
- "15366": {
- "Type": "TRICE32_4",
- "Strg": "rd:TRICE32_4 %d, %d, %d, %d\\n"
- },
- "15367": {
- "Type": "TRICE32_5",
- "Strg": "rd:TRICE32_5 %d, %d, %d, %d, %d\\n"
- },
- "15368": {
- "Type": "TRICE32_6",
- "Strg": "rd:TRICE32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15369": {
- "Type": "TRICE32_7",
- "Strg": "rd:TRICE32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15370": {
- "Type": "TRICE32_8",
- "Strg": "rd:TRICE32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15371": {
- "Type": "TRICE32_9",
- "Strg": "rd:TRICE32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15372": {
- "Type": "TRICE32_10",
- "Strg": "rd:TRICE32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15373": {
- "Type": "TRICE32_11",
- "Strg": "rd:TRICE32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15374": {
- "Type": "TRICE32_12",
- "Strg": "rd:TRICE32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15375": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 %d\\n"
- },
- "15376": {
- "Type": "TRICE32_2",
- "Strg": "rd:TRICE32_2 %d, %d\\n"
- },
- "15377": {
- "Type": "TRICE32_3",
- "Strg": "rd:TRICE32_3 %d, %d, %d\\n"
- },
- "15378": {
- "Type": "TRICE32_4",
- "Strg": "rd:TRICE32_4 %d, %d, %d, %d\\n"
- },
- "15379": {
- "Type": "TRICE32_5",
- "Strg": "rd:TRICE32_5 %d, %d, %d, %d, %d\\n"
- },
- "15380": {
- "Type": "TRICE32_6",
- "Strg": "rd:TRICE32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15381": {
- "Type": "TRICE32_7",
- "Strg": "rd:TRICE32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15382": {
- "Type": "TRICE32_8",
- "Strg": "rd:TRICE32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15383": {
- "Type": "TRICE32_9",
- "Strg": "rd:TRICE32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15384": {
- "Type": "TRICE32_10",
- "Strg": "rd:TRICE32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15385": {
- "Type": "TRICE32_11",
- "Strg": "rd:TRICE32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15386": {
- "Type": "TRICE32_12",
- "Strg": "rd:TRICE32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15387": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 %d\\n"
- },
- "15388": {
- "Type": "TRICE32_2",
- "Strg": "rd:TRICE32_2 %d, %d\\n"
- },
- "15389": {
- "Type": "TRICE32_3",
- "Strg": "rd:TRICE32_3 %d, %d, %d\\n"
- },
- "15390": {
- "Type": "TRICE32_4",
- "Strg": "rd:TRICE32_4 %d, %d, %d, %d\\n"
- },
- "15391": {
- "Type": "TRICE32_5",
- "Strg": "rd:TRICE32_5 %d, %d, %d, %d, %d\\n"
- },
- "15392": {
- "Type": "TRICE32_6",
- "Strg": "rd:TRICE32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15393": {
- "Type": "TRICE32_7",
- "Strg": "rd:TRICE32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15394": {
- "Type": "TRICE32_8",
- "Strg": "rd:TRICE32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15395": {
- "Type": "TRICE32_9",
- "Strg": "rd:TRICE32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15396": {
- "Type": "TRICE32_10",
- "Strg": "rd:TRICE32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15397": {
- "Type": "TRICE32_11",
- "Strg": "rd:TRICE32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15398": {
- "Type": "TRICE32_12",
- "Strg": "rd:TRICE32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15399": {
- "Type": "trice",
- "Strg": "sig:trice32 with 1 to 12 values (line %d)\\n"
- },
- "15400": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d\\n"
- },
- "15401": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d\\n"
- },
- "15402": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d\\n"
- },
- "15403": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d\\n"
- },
- "15404": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d\\n"
- },
- "15405": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15406": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15407": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15408": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15409": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15410": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15411": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15412": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d\\n"
- },
- "15413": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d\\n"
- },
- "15414": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d\\n"
- },
- "15415": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d\\n"
- },
- "15416": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d\\n"
- },
- "15417": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15418": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15419": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15420": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15421": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15422": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15423": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15424": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d\\n"
- },
- "15425": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d\\n"
- },
- "15426": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d\\n"
- },
- "15427": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d\\n"
- },
- "15428": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d\\n"
- },
- "15429": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15430": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15431": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15432": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15433": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15434": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15435": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15436": {
- "Type": "trice",
- "Strg": "signal:trice32_n with 1 to 12 values (line %d)\\n"
- },
- "15437": {
- "Type": "trice32_1",
- "Strg": "rd:trice32_1 %d\\n"
- },
- "15438": {
- "Type": "trice32_2",
- "Strg": "rd:trice32_2 %d, %d\\n"
- },
- "15439": {
- "Type": "trice32_3",
- "Strg": "rd:trice32_3 %d, %d, %d\\n"
- },
- "15440": {
- "Type": "trice32_4",
- "Strg": "rd:trice32_4 %d, %d, %d, %d\\n"
- },
- "15441": {
- "Type": "trice32_5",
- "Strg": "rd:trice32_5 %d, %d, %d, %d, %d\\n"
- },
- "15442": {
- "Type": "trice32_6",
- "Strg": "rd:trice32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15443": {
- "Type": "trice32_7",
- "Strg": "rd:trice32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15444": {
- "Type": "trice32_8",
- "Strg": "rd:trice32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15445": {
- "Type": "trice32_9",
- "Strg": "rd:trice32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15446": {
- "Type": "trice32_10",
- "Strg": "rd:trice32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15447": {
- "Type": "trice32_11",
- "Strg": "rd:trice32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15448": {
- "Type": "trice32_12",
- "Strg": "rd:trice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15449": {
- "Type": "Trice32_1",
- "Strg": "rd:Trice32_1 %d\\n"
- },
- "15450": {
- "Type": "Trice32_2",
- "Strg": "rd:Trice32_2 %d, %d\\n"
- },
- "15451": {
- "Type": "Trice32_3",
- "Strg": "rd:Trice32_3 %d, %d, %d\\n"
- },
- "15452": {
- "Type": "Trice32_4",
- "Strg": "rd:Trice32_4 %d, %d, %d, %d\\n"
- },
- "15453": {
- "Type": "Trice32_5",
- "Strg": "rd:Trice32_5 %d, %d, %d, %d, %d\\n"
- },
- "15454": {
- "Type": "Trice32_6",
- "Strg": "rd:Trice32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15455": {
- "Type": "Trice32_7",
- "Strg": "rd:Trice32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15456": {
- "Type": "Trice32_8",
- "Strg": "rd:Trice32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15457": {
- "Type": "Trice32_9",
- "Strg": "rd:Trice32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15458": {
- "Type": "Trice32_10",
- "Strg": "rd:Trice32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15459": {
- "Type": "Trice32_11",
- "Strg": "rd:Trice32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15460": {
- "Type": "Trice32_12",
- "Strg": "rd:Trice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15461": {
- "Type": "TRice32_1",
- "Strg": "rd:TRice32_1 %d\\n"
- },
- "15462": {
- "Type": "TRice32_2",
- "Strg": "rd:TRice32_2 %d, %d\\n"
- },
- "15463": {
- "Type": "TRice32_3",
- "Strg": "rd:TRice32_3 %d, %d, %d\\n"
- },
- "15464": {
- "Type": "TRice32_4",
- "Strg": "rd:TRice32_4 %d, %d, %d, %d\\n"
- },
- "15465": {
- "Type": "TRice32_5",
- "Strg": "rd:TRice32_5 %d, %d, %d, %d, %d\\n"
- },
- "15466": {
- "Type": "TRice32_6",
- "Strg": "rd:TRice32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15467": {
- "Type": "TRice32_7",
- "Strg": "rd:TRice32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15468": {
- "Type": "TRice32_8",
- "Strg": "rd:TRice32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15469": {
- "Type": "TRice32_9",
- "Strg": "rd:TRice32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15470": {
- "Type": "TRice32_10",
- "Strg": "rd:TRice32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15471": {
- "Type": "TRice32_11",
- "Strg": "rd:TRice32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15472": {
- "Type": "TRice32_12",
- "Strg": "rd:TRice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15473": {
- "Type": "trice",
- "Strg": "sig:TRICE64 with 1 to 12 values (line %d)\\n"
- },
- "15474": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d\\n"
- },
- "15475": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d\\n"
- },
- "15476": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d\\n"
- },
- "15477": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d\\n"
- },
- "15478": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d\\n"
- },
- "15479": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15480": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15481": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15482": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15483": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15484": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15485": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15486": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d\\n"
- },
- "15487": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d\\n"
- },
- "15488": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d\\n"
- },
- "15489": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d\\n"
- },
- "15490": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d\\n"
- },
- "15491": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15492": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15493": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15494": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15495": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15496": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15497": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15498": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d\\n"
- },
- "15499": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d\\n"
- },
- "15500": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d\\n"
- },
- "15501": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d\\n"
- },
- "15502": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d\\n"
- },
- "15503": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15504": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15505": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15506": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15507": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15508": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15509": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15510": {
- "Type": "trice",
- "Strg": "signal:TRICE64_n with 1 to 12 values (line %d)\\n"
- },
- "15511": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 %d\\n"
- },
- "15512": {
- "Type": "TRICE64_2",
- "Strg": "rd:TRICE64_2 %d, %d\\n"
- },
- "15513": {
- "Type": "TRICE64_3",
- "Strg": "rd:TRICE64_3 %d, %d, %d\\n"
- },
- "15514": {
- "Type": "TRICE64_4",
- "Strg": "rd:TRICE64_4 %d, %d, %d, %d\\n"
- },
- "15515": {
- "Type": "TRICE64_5",
- "Strg": "rd:TRICE64_5 %d, %d, %d, %d, %d\\n"
- },
- "15516": {
- "Type": "TRICE64_6",
- "Strg": "rd:TRICE64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15517": {
- "Type": "TRICE64_7",
- "Strg": "rd:TRICE64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15518": {
- "Type": "TRICE64_8",
- "Strg": "rd:TRICE64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15519": {
- "Type": "TRICE64_9",
- "Strg": "rd:TRICE64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15520": {
- "Type": "TRICE64_10",
- "Strg": "rd:TRICE64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15521": {
- "Type": "TRICE64_11",
- "Strg": "rd:TRICE64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15522": {
- "Type": "TRICE64_12",
- "Strg": "rd:TRICE64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15523": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 %d\\n"
- },
- "15524": {
- "Type": "TRICE64_2",
- "Strg": "rd:TRICE64_2 %d, %d\\n"
- },
- "15525": {
- "Type": "TRICE64_3",
- "Strg": "rd:TRICE64_3 %d, %d, %d\\n"
- },
- "15526": {
- "Type": "TRICE64_4",
- "Strg": "rd:TRICE64_4 %d, %d, %d, %d\\n"
- },
- "15527": {
- "Type": "TRICE64_5",
- "Strg": "rd:TRICE64_5 %d, %d, %d, %d, %d\\n"
- },
- "15528": {
- "Type": "TRICE64_6",
- "Strg": "rd:TRICE64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15529": {
- "Type": "TRICE64_7",
- "Strg": "rd:TRICE64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15530": {
- "Type": "TRICE64_8",
- "Strg": "rd:TRICE64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15531": {
- "Type": "TRICE64_9",
- "Strg": "rd:TRICE64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15532": {
- "Type": "TRICE64_10",
- "Strg": "rd:TRICE64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15533": {
- "Type": "TRICE64_11",
- "Strg": "rd:TRICE64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15534": {
- "Type": "TRICE64_12",
- "Strg": "rd:TRICE64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15535": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 %d\\n"
- },
- "15536": {
- "Type": "TRICE64_2",
- "Strg": "rd:TRICE64_2 %d, %d\\n"
- },
- "15537": {
- "Type": "TRICE64_3",
- "Strg": "rd:TRICE64_3 %d, %d, %d\\n"
- },
- "15538": {
- "Type": "TRICE64_4",
- "Strg": "rd:TRICE64_4 %d, %d, %d, %d\\n"
- },
- "15539": {
- "Type": "TRICE64_5",
- "Strg": "rd:TRICE64_5 %d, %d, %d, %d, %d\\n"
- },
- "15540": {
- "Type": "TRICE64_6",
- "Strg": "rd:TRICE64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15541": {
- "Type": "TRICE64_7",
- "Strg": "rd:TRICE64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15542": {
- "Type": "TRICE64_8",
- "Strg": "rd:TRICE64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15543": {
- "Type": "TRICE64_9",
- "Strg": "rd:TRICE64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15544": {
- "Type": "TRICE64_10",
- "Strg": "rd:TRICE64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15545": {
- "Type": "TRICE64_11",
- "Strg": "rd:TRICE64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15546": {
- "Type": "TRICE64_12",
- "Strg": "rd:TRICE64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15547": {
- "Type": "trice",
- "Strg": "sig:trice64 with 1 to 12 values (line %d)\\n"
- },
- "15548": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d\\n"
- },
- "15549": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d\\n"
- },
- "15550": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d\\n"
- },
- "15551": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d\\n"
- },
- "15552": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d\\n"
- },
- "15553": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15554": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15555": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15556": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15557": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15558": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15559": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15560": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d\\n"
- },
- "15561": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d\\n"
- },
- "15562": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d\\n"
- },
- "15563": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d\\n"
- },
- "15564": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d\\n"
- },
- "15565": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15566": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15567": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15568": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15569": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15570": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15571": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15572": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d\\n"
- },
- "15573": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d\\n"
- },
- "15574": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d\\n"
- },
- "15575": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d\\n"
- },
- "15576": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d\\n"
- },
- "15577": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15578": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15579": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15580": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15581": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15582": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15583": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15584": {
- "Type": "trice",
- "Strg": "signal:trice64_n with 1 to 12 values (line %d)\\n"
- },
- "15585": {
- "Type": "trice64_1",
- "Strg": "rd:trice64_1 %d\\n"
- },
- "15586": {
- "Type": "trice64_2",
- "Strg": "rd:trice64_2 %d, %d\\n"
- },
- "15587": {
- "Type": "trice64_3",
- "Strg": "rd:trice64_3 %d, %d, %d\\n"
- },
- "15588": {
- "Type": "trice64_4",
- "Strg": "rd:trice64_4 %d, %d, %d, %d\\n"
- },
- "15589": {
- "Type": "trice64_5",
- "Strg": "rd:trice64_5 %d, %d, %d, %d, %d\\n"
- },
- "15590": {
- "Type": "trice64_6",
- "Strg": "rd:trice64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15591": {
- "Type": "trice64_7",
- "Strg": "rd:trice64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15592": {
- "Type": "trice64_8",
- "Strg": "rd:trice64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15593": {
- "Type": "trice64_9",
- "Strg": "rd:trice64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15594": {
- "Type": "trice64_10",
- "Strg": "rd:trice64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15595": {
- "Type": "trice64_11",
- "Strg": "rd:trice64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15596": {
- "Type": "trice64_12",
- "Strg": "rd:trice64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15597": {
- "Type": "Trice64_1",
- "Strg": "rd:Trice64_1 %d\\n"
- },
- "15598": {
- "Type": "Trice64_2",
- "Strg": "rd:Trice64_2 %d, %d\\n"
- },
- "15599": {
- "Type": "Trice64_3",
- "Strg": "rd:Trice64_3 %d, %d, %d\\n"
- },
- "15600": {
- "Type": "Trice64_4",
- "Strg": "rd:Trice64_4 %d, %d, %d, %d\\n"
- },
- "15601": {
- "Type": "Trice64_5",
- "Strg": "rd:Trice64_5 %d, %d, %d, %d, %d\\n"
- },
- "15602": {
- "Type": "Trice64_6",
- "Strg": "rd:Trice64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15603": {
- "Type": "Trice64_7",
- "Strg": "rd:Trice64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15604": {
- "Type": "Trice64_8",
- "Strg": "rd:Trice64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15605": {
- "Type": "Trice64_9",
- "Strg": "rd:Trice64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15606": {
- "Type": "Trice64_10",
- "Strg": "rd:Trice64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15607": {
- "Type": "Trice64_11",
- "Strg": "rd:Trice64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15608": {
- "Type": "Trice64_12",
- "Strg": "rd:Trice64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15609": {
- "Type": "TRice64_1",
- "Strg": "rd:TRice64_1 %d\\n"
- },
- "15610": {
- "Type": "TRice64_2",
- "Strg": "rd:TRice64_2 %d, %d\\n"
- },
- "15611": {
- "Type": "TRice64_3",
- "Strg": "rd:TRice64_3 %d, %d, %d\\n"
- },
- "15612": {
- "Type": "TRice64_4",
- "Strg": "rd:TRice64_4 %d, %d, %d, %d\\n"
- },
- "15613": {
- "Type": "TRice64_5",
- "Strg": "rd:TRice64_5 %d, %d, %d, %d, %d\\n"
- },
- "15614": {
- "Type": "TRice64_6",
- "Strg": "rd:TRice64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15615": {
- "Type": "TRice64_7",
- "Strg": "rd:TRice64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15616": {
- "Type": "TRice64_8",
- "Strg": "rd:TRice64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15617": {
- "Type": "TRice64_9",
- "Strg": "rd:TRice64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15618": {
- "Type": "TRice64_10",
- "Strg": "rd:TRice64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15619": {
- "Type": "TRice64_11",
- "Strg": "rd:TRice64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15620": {
- "Type": "TRice32_12",
- "Strg": "rd:TRice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15621": {
- "Type": "TRICE",
- "Strg": "sig:Colors and ticks\\n"
- },
- "15622": {
- "Type": "TRICE",
- "Strg": "--------------------------------------------------\\n"
- },
- "15623": {
- "Type": "TRICE",
- "Strg": "--------------------------------------------------\\n"
- },
- "15624": {
- "Type": "TRICE",
- "Strg": "dbg:12345 as 16bit is %016b\\n"
- },
- "15625": {
- "Type": "TRICE",
- "Strg": "--------------------------------------------------\\n"
- },
- "15626": {
- "Type": "TRICE",
- "Strg": "sig:This ASSERT error is just a demo and no real error:\\n"
- },
- "15627": {
- "Type": "TRICE",
- "Strg": "--------------------------------------------------\\n"
- },
- "15628": {
- "Type": "TRICE",
- "Strg": "ERR:error message, SysTick is %6u\\n"
- },
- "15629": {
- "Type": "TRICE",
- "Strg": "WRN:warning message, SysTick is %6u\\n"
- },
- "15630": {
- "Type": "TRICE",
- "Strg": "ATT:attention message, SysTick is %6u\\n"
- },
- "15631": {
- "Type": "TRICE",
- "Strg": "DIA:diagnostics message, SysTick is %6u\\n"
- },
- "15632": {
- "Type": "TRICE",
- "Strg": "TIM:timing message, SysTick is %6u\\n"
- },
- "15633": {
- "Type": "TRICE",
- "Strg": "DBG:debug message, SysTick is %6u\\n"
- },
- "15634": {
- "Type": "TRICE",
- "Strg": "SIG:signal message, SysTick is %6u\\n"
- },
- "15635": {
- "Type": "TRICE",
- "Strg": "RD:read message, SysTick is %6u\\n"
- },
- "15636": {
- "Type": "TRICE",
- "Strg": "WR:write message, SysTick is %6u\\n"
- },
- "15637": {
- "Type": "TRICE",
- "Strg": "ISR:interrupt message, SysTick is %6u\\n"
- },
- "15638": {
- "Type": "TRICE",
- "Strg": "MSG:normal message, SysTick is %6u\\n"
- },
- "15639": {
- "Type": "TRICE",
- "Strg": "INFO:informal message, SysTick is %6u\\n"
- },
- "15640": {
- "Type": "TRICE",
- "Strg": "time:TRICE32_1 message, SysTick is %6u\\n"
- },
- "15641": {
- "Type": "TRICE",
- "Strg": "sig:Various ranges and formats\\n"
- },
- "15642": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%03x -\u003e %03x %03x %03x %03x\\n"
- },
- "15643": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4d -\u003e %4d %4d %4d %4d\\n"
- },
- "15644": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4u -\u003e %4u %4u %4u %4u\\n"
- },
- "15645": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4o -\u003e %4o %4o %4o %4o\\n"
- },
- "15646": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4O -\u003e %4O %4O %4O %4O\\n"
- },
- "15647": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4X -\u003e %4X %4X %4X %4X\\n"
- },
- "15648": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4x -\u003e %4x %4x %4x %4x\\n"
- },
- "15649": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%8b -\u003e %8b %8b %8b %8b\\n"
- },
- "15650": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%08b -\u003e %08b %08b %08b %08b\\n"
- },
- "15651": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %%05x -\u003e %05x %05x %05x %05x\\n"
- },
- "15652": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %%6d -\u003e %6d %6d %6d %6d\\n"
- },
- "15653": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %%7o -\u003e %7o %7o %7o %7o\\n"
- },
- "15654": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %%09x -\u003e %09x %09x %09x %09x\\n"
- },
- "15655": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %%10d -\u003e %10d %10d %10d %10x\\n"
- },
- "15656": {
- "Type": "TRICE32",
- "Strg": "att:TRICE32 %40b\\n"
- },
- "15657": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %%09x -\u003e %09x %09x %09x %09x\\n"
- },
- "15658": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %%10d -\u003e %10d %10d %10d %10x\\n"
- },
- "15659": {
- "Type": "TRICE64",
- "Strg": "att:TRICE64 %70b\\n"
- },
- "15660": {
- "Type": "TRICE",
- "Strg": "sig:Legacy TRICE8\\n"
- },
- "15661": {
- "Type": "TRICE8_1",
- "Strg": "tst:TRICE8_1 %02x\\n"
- },
- "15662": {
- "Type": "TRICE8_2",
- "Strg": "tst:TRICE8_2 %02x %02x\\n"
- },
- "15663": {
- "Type": "TRICE8_3",
- "Strg": "tst:TRICE8_3 %02x %02x %02x\\n"
- },
- "15664": {
- "Type": "TRICE8_4",
- "Strg": "tst:TRICE8_4 %02x %02x %02x %02x\\n"
- },
- "15665": {
- "Type": "TRICE8_5",
- "Strg": "tst:TRICE8_5 %02x %02x %02x %02x %02x\\n"
- },
- "15666": {
- "Type": "TRICE8_6",
- "Strg": "tst:TRICE8_6 %02x %02x %02x %02x %02x %02x\\n"
- },
- "15667": {
- "Type": "TRICE8_7",
- "Strg": "tst:TRICE8_7 %02x %02x %02x %02x %02x %02x %02x\\n"
- },
- "15668": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_8 %02X %02X %02X %02X %02x %02x %02x %02x\\n"
- },
- "15669": {
- "Type": "TRICE8_1",
- "Strg": "tst:TRICE8_1 %d\\n"
- },
- "15670": {
- "Type": "TRICE8_2",
- "Strg": "tst:TRICE8_2 %d %d\\n"
- },
- "15671": {
- "Type": "TRICE8_3",
- "Strg": "tst:TRICE8_3 %d %d %d\\n"
- },
- "15672": {
- "Type": "TRICE8_4",
- "Strg": "tst:TRICE8_4 %d %d %d %d\\n"
- },
- "15673": {
- "Type": "TRICE8_5",
- "Strg": "tst:TRICE8_5 %d %d %d %d %d\\n"
- },
- "15674": {
- "Type": "TRICE8_6",
- "Strg": "tst:TRICE8_6 %d %d %d %d %d %d\\n"
- },
- "15675": {
- "Type": "TRICE8_7",
- "Strg": "tst:TRICE8_7 %d %d %d %d %d %d %d\\n"
- },
- "15676": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15677": {
- "Type": "TRICE8_1",
- "Strg": "tst:TRICE8_1 %d\\n"
- },
- "15678": {
- "Type": "TRICE8_2",
- "Strg": "tst:TRICE8_2 %d %d\\n"
- },
- "15679": {
- "Type": "TRICE8_3",
- "Strg": "tst:TRICE8_3 %d %d %d\\n"
- },
- "15680": {
- "Type": "TRICE8_4",
- "Strg": "tst:TRICE8_4 %d %d %d %d\\n"
- },
- "15681": {
- "Type": "TRICE8_5",
- "Strg": "tst:TRICE8_5 %d %d %d %d %d\\n"
- },
- "15682": {
- "Type": "TRICE8_6",
- "Strg": "tst:TRICE8_6 %d %d %d %d %d %d\\n"
- },
- "15683": {
- "Type": "TRICE8_7",
- "Strg": "tst:TRICE8_7 %d %d %d %d %d %d %d\\n"
- },
- "15684": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15685": {
- "Type": "TRICE8_1",
- "Strg": "tst:TRICE8_1 %u\\n"
- },
- "15686": {
- "Type": "TRICE8_2",
- "Strg": "tst:TRICE8_2 %u %u\\n"
- },
- "15687": {
- "Type": "TRICE8_3",
- "Strg": "tst:TRICE8_3 %u %u %u\\n"
- },
- "15688": {
- "Type": "TRICE8_4",
- "Strg": "tst:TRICE8_4 %u %u %u %u\\n"
- },
- "15689": {
- "Type": "TRICE8_5",
- "Strg": "tst:TRICE8_5 %u %u %u %u %u\\n"
- },
- "15690": {
- "Type": "TRICE8_6",
- "Strg": "tst:TRICE8_6 %u %u %u %u %u %u\\n"
- },
- "15691": {
- "Type": "TRICE8_7",
- "Strg": "tst:TRICE8_7 %u %u %u %u %u %u %u\\n"
- },
- "15692": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_8 %u %u %u %u %u %u %u %u\\n"
- },
- "15693": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_1 %%d=%d, %%u=%u, 0x%%x=0x%x, 0x%%2x=0x%2x, 0x%%02x=0x%02x, 0x%%3x=0x%3x, 0x%%03x=0x%03x, %%b=%b\\n"
- },
- "15694": {
- "Type": "TRICE",
- "Strg": "sig:Legacy TRICE16-64\\n"
- },
- "15695": {
- "Type": "TRICE16_1",
- "Strg": "tst:TRICE16_1 %d\\n"
- },
- "15696": {
- "Type": "TRICE16_2",
- "Strg": "tst:TRICE16_2 %d %d\\n"
- },
- "15697": {
- "Type": "TRICE16_3",
- "Strg": "tst:TRICE16_3 %d %d %d\\n"
- },
- "15698": {
- "Type": "TRICE16_4",
- "Strg": "tst:TRICE16_4 %d %d %d %d\\n"
- },
- "15699": {
- "Type": "TRICE32_1",
- "Strg": "tst:TRICE32_1 %08x\\n"
- },
- "15700": {
- "Type": "TRICE32_1",
- "Strg": "tst:TRICE32_1 %d\\n"
- },
- "15701": {
- "Type": "TRICE32_2",
- "Strg": "tst:TRICE32_2 %x %x\\n"
- },
- "15702": {
- "Type": "TRICE32_2",
- "Strg": "tst:TRICE32_2 %d %d\\n"
- },
- "15703": {
- "Type": "TRICE32_3",
- "Strg": "tst:TRICE32_3 %x %x %x\\n"
- },
- "15704": {
- "Type": "TRICE32_3",
- "Strg": "tst:TRICE32_3 %d %d %d\\n"
- },
- "15705": {
- "Type": "TRICE32_4",
- "Strg": "tst:TRICE32_4 %x %x %x %x\\n"
- },
- "15706": {
- "Type": "TRICE32_4",
- "Strg": "tst:TRICE32_4 %d %d %d %d\\n"
- },
- "15707": {
- "Type": "TRICE64_1",
- "Strg": "tst:TRICE64_1 %d\\n"
- },
- "15708": {
- "Type": "TRICE64_2",
- "Strg": "tst:TRICE64_2 %d %d\\n"
- },
- "15709": {
- "Type": "TRICE16_1",
- "Strg": "tst:TRICE16_1 %u\\n"
- },
- "15710": {
- "Type": "TRICE16_2",
- "Strg": "tst:TRICE16_2 %u %u\\n"
- },
- "15711": {
- "Type": "TRICE16_3",
- "Strg": "tst:TRICE16_3 %u %u %u\\n"
- },
- "15712": {
- "Type": "TRICE16_4",
- "Strg": "tst:TRICE16_4 %u %u %u %u\\n"
- },
- "15713": {
- "Type": "TRICE32_1",
- "Strg": "tst:TRICE32_1 %u\\n"
- },
- "15714": {
- "Type": "TRICE32_2",
- "Strg": "tst:TRICE32_2 %u %u\\n"
- },
- "15715": {
- "Type": "TRICE32_3",
- "Strg": "tst:TRICE32_3 %u %u %u\\n"
- },
- "15716": {
- "Type": "TRICE32_4",
- "Strg": "tst:TRICE32_4 %u %u %u %u\\n"
- },
- "15717": {
- "Type": "TRICE64_1",
- "Strg": "tst:TRICE64_1 %x\\n"
- },
- "15718": {
- "Type": "TRICE64_2",
- "Strg": "tst:TRICE64_2 %x %x\\n"
- },
- "15719": {
- "Type": "TRICE64_1",
- "Strg": "tst:TRICE64_1 %u\\n"
- },
- "15720": {
- "Type": "TRICE64_2",
- "Strg": "tst:TRICE64_2 %u %u\\n"
- },
- "15721": {
- "Type": "trice",
- "Strg": "sig:colored single letters and several TRICE macros in one line\\n"
- },
- "15722": {
- "Type": "trice",
- "Strg": "e:A"
- },
- "15723": {
- "Type": "trice",
- "Strg": "w:B"
- },
- "15724": {
- "Type": "trice",
- "Strg": "a:c"
- },
- "15725": {
- "Type": "trice",
- "Strg": "wr:d"
- },
- "15726": {
- "Type": "trice",
- "Strg": "rd:e\\n"
- },
- "15727": {
- "Type": "trice",
- "Strg": "diag:f"
- },
- "15728": {
- "Type": "trice",
- "Strg": "d:G"
- },
- "15729": {
- "Type": "trice",
- "Strg": "t:H"
- },
- "15730": {
- "Type": "trice",
- "Strg": "time:i"
- },
- "15731": {
- "Type": "trice",
- "Strg": "message:J"
- },
- "15732": {
- "Type": "trice",
- "Strg": "dbg:k\\n"
- },
- "15733": {
- "Type": "trice",
- "Strg": "1"
- },
- "15734": {
- "Type": "trice",
- "Strg": "2"
- },
- "15735": {
- "Type": "trice",
- "Strg": "3"
- },
- "15736": {
- "Type": "trice",
- "Strg": "4"
- },
- "15737": {
- "Type": "trice",
- "Strg": "e:7"
- },
- "15738": {
- "Type": "trice",
- "Strg": "m:12"
- },
- "15739": {
- "Type": "trice",
- "Strg": "m:123\\n"
- },
- "15740": {
- "Type": "trice",
- "Strg": "e:A"
- },
- "15741": {
- "Type": "trice",
- "Strg": "w:B"
- },
- "15742": {
- "Type": "trice",
- "Strg": "a:c"
- },
- "15743": {
- "Type": "trice",
- "Strg": "wr:d"
- },
- "15744": {
- "Type": "trice",
- "Strg": "rd:e\\n"
- },
- "15745": {
- "Type": "trice",
- "Strg": "diag:f"
- },
- "15746": {
- "Type": "trice",
- "Strg": "sig:TRICE8 with variable param count 1 to 12\\n"
- },
- "15747": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d\\n"
- },
- "15748": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d\\n"
- },
- "15749": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d\\n"
- },
- "15750": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d\\n"
- },
- "15751": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d\\n"
- },
- "15752": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d\\n"
- },
- "15753": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d\\n"
- },
- "15754": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d\\n"
- },
- "15755": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15756": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15757": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15758": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15759": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %t %b %x %X %d %u %o %O %p\\n"
- },
- "15760": {
- "Type": "TRICE8_1",
- "Strg": "tst:TRICE8_1 %d\\n"
- },
- "15761": {
- "Type": "TRICE8_2",
- "Strg": "tst:TRICE8_2 %d %d\\n"
- },
- "15762": {
- "Type": "TRICE8_3",
- "Strg": "tst:TRICE8_3 %d %d %d\\n"
- },
- "15763": {
- "Type": "TRICE8_4",
- "Strg": "tst:TRICE8_4 %d %d %d %d\\n"
- },
- "15764": {
- "Type": "TRICE8_5",
- "Strg": "tst:TRICE8_5 %d %d %d %d %d\\n"
- },
- "15765": {
- "Type": "TRICE8_6",
- "Strg": "tst:TRICE8_6 %d %d %d %d %d %d\\n"
- },
- "15766": {
- "Type": "TRICE8_7",
- "Strg": "tst:TRICE8_7 %d %d %d %d %d %d %d\\n"
- },
- "15767": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15768": {
- "Type": "TRICE8_9",
- "Strg": "tst:TRICE8_9 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15769": {
- "Type": "TRICE8_10",
- "Strg": "tst:TRICE8_10 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15770": {
- "Type": "TRICE8_11",
- "Strg": "tst:TRICE8_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15771": {
- "Type": "TRICE8_12",
- "Strg": "tst:TRICE8_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15772": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %t %b %x %X %d %u %o %O %p\\n"
- },
- "15773": {
- "Type": "TRICE8_9",
- "Strg": "tst:TRICE8_9 %t %b %x %X %d %u %o %O %p\\n"
- },
- "15774": {
- "Type": "trice",
- "Strg": "sig:TRICE16 with variable param count 1 to 12\\n"
- },
- "15775": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d\\n"
- },
- "15776": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d\\n"
- },
- "15777": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d\\n"
- },
- "15778": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d\\n"
- },
- "15779": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d\\n"
- },
- "15780": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d\\n"
- },
- "15781": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d\\n"
- },
- "15782": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d\\n"
- },
- "15783": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15784": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15785": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15786": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15787": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %t %b %x %X %d %u %o %O %p\\n"
- },
- "15788": {
- "Type": "TRICE16_1",
- "Strg": "tst:TRICE16_1 %d\\n"
- },
- "15789": {
- "Type": "TRICE16_2",
- "Strg": "tst:TRICE16_2 %d %d\\n"
- },
- "15790": {
- "Type": "TRICE16_3",
- "Strg": "tst:TRICE16_3 %d %d %d\\n"
- },
- "15791": {
- "Type": "TRICE16_4",
- "Strg": "tst:TRICE16_4 %d %d %d %d\\n"
- },
- "15792": {
- "Type": "TRICE16_5",
- "Strg": "tst:TRICE16_5 %d %d %d %d %d\\n"
- },
- "15793": {
- "Type": "TRICE16_6",
- "Strg": "tst:TRICE16_6 %d %d %d %d %d %d\\n"
- },
- "15794": {
- "Type": "TRICE16_7",
- "Strg": "tst:TRICE16_7 %d %d %d %d %d %d %d\\n"
- },
- "15795": {
- "Type": "TRICE16_8",
- "Strg": "tst:TRICE16_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15796": {
- "Type": "TRICE16_9",
- "Strg": "tst:TRICE16_9 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15797": {
- "Type": "TRICE16_10",
- "Strg": "tst:TRICE16_10 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15798": {
- "Type": "TRICE16_11",
- "Strg": "tst:TRICE16_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15799": {
- "Type": "TRICE16_12",
- "Strg": "tst:TRICE16_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15800": {
- "Type": "TRICE16_9",
- "Strg": "tst:TRICE16 %t %b %x %X %d %u %o %O %p\\n"
- },
- "15801": {
- "Type": "trice",
- "Strg": "sig:TRICE32 with variable param count 1 to 12\\n"
- },
- "15802": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d\\n"
- },
- "15803": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d\\n"
- },
- "15804": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d\\n"
- },
- "15805": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d\\n"
- },
- "15806": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d\\n"
- },
- "15807": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d\\n"
- },
- "15808": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d\\n"
- },
- "15809": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d\\n"
- },
- "15810": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15811": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15812": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15813": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15814": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
- },
- "15815": {
- "Type": "TRICE32_1",
- "Strg": "tst:TRICE32_1 %d\\n"
- },
- "15816": {
- "Type": "TRICE32_2",
- "Strg": "tst:TRICE32_2 %d %d\\n"
- },
- "15817": {
- "Type": "TRICE32_3",
- "Strg": "tst:TRICE32_3 %d %d %d\\n"
- },
- "15818": {
- "Type": "TRICE32_4",
- "Strg": "tst:TRICE32_4 %d %d %d %d\\n"
- },
- "15819": {
- "Type": "TRICE32_5",
- "Strg": "tst:TRICE32_5 %d %d %d %d %d\\n"
- },
- "15820": {
- "Type": "TRICE32_6",
- "Strg": "tst:TRICE32_6 %d %d %d %d %d %d\\n"
- },
- "15821": {
- "Type": "TRICE32_7",
- "Strg": "tst:TRICE32_7 %d %d %d %d %d %d %d\\n"
- },
- "15822": {
- "Type": "TRICE32_8",
- "Strg": "tst:TRICE32_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15823": {
- "Type": "TRICE32_9",
- "Strg": "tst:TRICE32_9 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15824": {
- "Type": "TRICE32_10",
- "Strg": "tst:TRICE32_10 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15825": {
- "Type": "TRICE32_11",
- "Strg": "tst:TRICE32_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15826": {
- "Type": "TRICE32_12",
- "Strg": "tst:TRICE32_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15827": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
- },
- "15828": {
- "Type": "TRICE32_12",
- "Strg": "tst:TRICE32_12 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
- },
- "15829": {
- "Type": "trice",
- "Strg": "sig:TRICE64 with variable param count 1 to 12\\n"
- },
- "15830": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d\\n"
- },
- "15831": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d\\n"
- },
- "15832": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d\\n"
- },
- "15833": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d\\n"
- },
- "15834": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d\\n"
- },
- "15835": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d\\n"
- },
- "15836": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d\\n"
- },
- "15837": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d\\n"
- },
- "15838": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15839": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15840": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15841": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15842": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
- },
- "15843": {
- "Type": "TRICE64_1",
- "Strg": "tst:TRICE64_1 %d\\n"
- },
- "15844": {
- "Type": "TRICE64_2",
- "Strg": "tst:TRICE64_2 %d %d\\n"
- },
- "15845": {
- "Type": "TRICE64_3",
- "Strg": "tst:TRICE64_3 %d %d %d\\n"
- },
- "15846": {
- "Type": "TRICE64_4",
- "Strg": "tst:TRICE64_4 %d %d %d %d\\n"
- },
- "15847": {
- "Type": "TRICE64_5",
- "Strg": "tst:TRICE64_5 %d %d %d %d %d\\n"
- },
- "15848": {
- "Type": "TRICE64_6",
- "Strg": "tst:TRICE64_6 %d %d %d %d %d %d\\n"
- },
- "15849": {
- "Type": "TRICE64_7",
- "Strg": "tst:TRICE64_7 %d %d %d %d %d %d %d\\n"
- },
- "15850": {
- "Type": "TRICE64_8",
- "Strg": "tst:TRICE64_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15851": {
- "Type": "TRICE64_9",
- "Strg": "tst:TRICE64_9 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15852": {
- "Type": "TRICE64_10",
- "Strg": "tst:TRICE64_10 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15853": {
- "Type": "TRICE64_11",
- "Strg": "tst:TRICE64_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15854": {
- "Type": "TRICE64_12",
- "Strg": "tst:TRICE64_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15855": {
- "Type": "TRICE64_12",
- "Strg": "tst:TRICE64_12 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
- },
- "15856": {
- "Type": "trice",
- "Strg": "att:positive and negative float in format variants\\n"
- },
- "15857": {
- "Type": "trice",
- "Strg": "rd:TRICE float %f (%%f)\\n"
- },
- "15858": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9f (%%9f)\\n"
- },
- "15859": {
- "Type": "trice",
- "Strg": "rd:TRICE float %.9f (%%.9f)\\n"
- },
- "15860": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9.f (%%9.f)\\n"
- },
- "15861": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9.6f (%%9.6f)\\n"
- },
- "15862": {
- "Type": "trice",
- "Strg": "rd:TRICE float %f (%%f)\\n"
- },
- "15863": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9f (%%9f)\\n"
- },
- "15864": {
- "Type": "trice",
- "Strg": "rd:TRICE float %.9f (%%.9f)\\n"
- },
- "15865": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9.f (%%9.f)\\n"
- },
- "15866": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9.6f (%%9.6f)\\n"
- },
- "15867": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+f (%%f)\\n"
- },
- "15868": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9f (%%9f)\\n"
- },
- "15869": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+.9f (%%.9f)\\n"
- },
- "15870": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9.f (%%9.f)\\n"
- },
- "15871": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9.6f (%%9.6f)\\n"
- },
- "15872": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+f (%%f)\\n"
- },
- "15873": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9f (%%9f)\\n"
- },
- "15874": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+.9f (%%.9f)\\n"
- },
- "15875": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9.f (%%9.f)\\n"
- },
- "15876": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9.6f (%%9.6f)\\n"
- },
- "15877": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-f (%%f)\\n"
- },
- "15878": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9f (%%9f)\\n"
- },
- "15879": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-.9f (%%.9f)\\n"
- },
- "15880": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9.f (%%9.f)\\n"
- },
- "15881": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9.6f (%%9.6f)\\n"
- },
- "15882": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-f (%%f)\\n"
- },
- "15883": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9f (%%9f)\\n"
- },
- "15884": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-.9f (%%.9f)\\n"
- },
- "15885": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9.f (%%9.f)\\n"
- },
- "15886": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9.6f (%%9.6f)\\n"
- },
- "15887": {
- "Type": "trice",
- "Strg": "att:positive float \u0026 double in variants\\n"
- },
- "15888": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %e (%%e)\\n"
- },
- "15889": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %f (%%f)\\n"
- },
- "15890": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %g (%%g)\\n"
- },
- "15891": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %E (%%E)\\n"
- },
- "15892": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %F (%%F)\\n"
- },
- "15893": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %G (%%G)\\n"
- },
- "15894": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %e (%%e)\\n"
- },
- "15895": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %f (%%f)\\n"
- },
- "15896": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %g (%%g)\\n"
- },
- "15897": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %E (%%E)\\n"
- },
- "15898": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %F (%%F)\\n"
- },
- "15899": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %G (%%G)\\n"
- },
- "15900": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %e (%%e)\\n"
- },
- "15901": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %f (%%f)\\n"
- },
- "15902": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %g (%%g)\\n"
- },
- "15903": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %E (%%E)\\n"
- },
- "15904": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %F (%%F)\\n"
- },
- "15905": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %G (%%G)\\n"
- },
- "15906": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %e (%%e), aDouble(y)\\n"
- },
- "15907": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %f (%%f), aDouble(y)\\n"
- },
- "15908": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %g (%%g), aDouble(y)\\n"
- },
- "15909": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %E (%%E), aDouble(y)\\n"
- },
- "15910": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %F (%%F), aDouble(y)\\n"
- },
- "15911": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %G (%%G), aDouble(y)\\n"
- },
- "15912": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %e (%%e), aDouble(y)\\n"
- },
- "15913": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %f (%%f), aDouble(y)\\n"
- },
- "15914": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %g (%%g), aDouble(y)\\n"
- },
- "15915": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %E (%%E), aDouble(y)\\n"
- },
- "15916": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %F (%%F), aDouble(y)\\n"
- },
- "15917": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %G (%%G), aDouble(y)\\n"
- },
- "15918": {
- "Type": "trice",
- "Strg": "att:negative float \u0026 double\\n"
- },
- "15919": {
- "Type": "trice",
- "Strg": "rd:TRICE float %e (%%e)\\n"
- },
- "15920": {
- "Type": "trice",
- "Strg": "rd:TRICE float %f (%%f)\\n"
- },
- "15921": {
- "Type": "trice",
- "Strg": "rd:TRICE float %g (%%g)\\n"
- },
- "15922": {
- "Type": "trice",
- "Strg": "rd:TRICE float %E (%%E)\\n"
- },
- "15923": {
- "Type": "trice",
- "Strg": "rd:TRICE float %F (%%F)\\n"
- },
- "15924": {
- "Type": "trice",
- "Strg": "rd:TRICE float %G (%%G)\\n"
- },
- "15925": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %e (%%e), aDouble(y)\\n"
- },
- "15926": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %f (%%f), aDouble(y)\\n"
- },
- "15927": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %g (%%g), aDouble(y)\\n"
- },
- "15928": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %E (%%E), aDouble(y)\\n"
- },
- "15929": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %F (%%F), aDouble(y)\\n"
- },
- "15930": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %G (%%G), aDouble(y)\\n"
- },
- "15931": {
- "Type": "TRICE",
- "Strg": "att:formatted float \u0026 double\\n"
- },
- "15932": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6e (%%12.6e)\\n"
- },
- "15933": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6f (%%12.6f)\\n"
- },
- "15934": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6g (%%12.6g)\\n"
- },
- "15935": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6E (%%12.6E)\\n"
- },
- "15936": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6F (%%12.6F)\\n"
- },
- "15937": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6G (%%12.6G)\\n"
- },
- "15938": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6e (%%12.6e), aDouble(y)\\n"
- },
- "15939": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6f (%%12.6f), aDouble(y)\\n"
- },
- "15940": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6g (%%12.6g), aDouble(y)\\n"
- },
- "15941": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6E (%%12.6E), aDouble(y)\\n"
- },
- "15942": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6F (%%12.6F), aDouble(y)\\n"
- },
- "15943": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6G (%%12.6G), aDouble(y)\\n"
- },
- "15944": {
- "Type": "TRICE",
- "Strg": "att:Various single arguments\\n"
- },
- "15945": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %t (%%t ,0)\\n"
- },
- "15946": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %t (%%t ,2)\\n"
- },
- "15947": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %u (%%u ,-1)\\n"
- },
- "15948": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %b (%%b ,-1)\\n"
- },
- "15949": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %o (%%o ,-1)\\n"
- },
- "15950": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %O (%%O ,-1)\\n"
- },
- "15951": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %X (%%X ,-1)\\n"
- },
- "15952": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %x (%%x ,-1)\\n"
- },
- "15953": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %d (%%d ,-1)\\n"
- },
- "15954": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %t (%%t ,0)\\n"
- },
- "15955": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %t (%%t ,2)\\n"
- },
- "15956": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %u (%%u -1)\\n"
- },
- "15957": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %b (%%b -1)\\n"
- },
- "15958": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %o (%%o -1)\\n"
- },
- "15959": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %x (%%x -1)\\n"
- },
- "15960": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %d (%%d -1)\\n"
- },
- "15961": {
- "Type": "trice",
- "Strg": "rd:TRICE line %t (%%t -1)\\n"
- },
- "15962": {
- "Type": "trice",
- "Strg": "rd:TRICE line %t (%%t -1)\\n"
- },
- "15963": {
- "Type": "trice",
- "Strg": "rd:TRICE line %u (%%u)\\n"
- },
- "15964": {
- "Type": "trice",
- "Strg": "rd:TRICE line %b (%%b)\\n"
- },
- "15965": {
- "Type": "trice",
- "Strg": "rd:TRICE line %o (%%o)\\n"
- },
- "15966": {
- "Type": "trice",
- "Strg": "rd:TRICE line %x (%%x)\\n"
- },
- "15967": {
- "Type": "trice",
- "Strg": "rd:TRICE line %d (%%d)\\n"
- },
- "15968": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15969": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15970": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15971": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15972": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15973": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15974": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15975": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15976": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15977": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15978": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15979": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15980": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15981": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15982": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15983": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15984": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15985": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15986": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15987": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15988": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15989": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15990": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15991": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15992": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15993": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15994": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15995": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15996": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15997": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15998": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "15999": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16000": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16001": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16002": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16003": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16004": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16005": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16006": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16007": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16008": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16009": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16010": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16011": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16012": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16013": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16014": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16015": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16016": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16017": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16018": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16019": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16020": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16021": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16022": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16023": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16024": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16025": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16026": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16027": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16028": {
- "Type": "trice",
- "Strg": "sig:TRICE with 1 to 12 values\\n"
- },
- "16029": {
- "Type": "trice",
- "Strg": "rd:TRICE %d\\n"
- },
- "16030": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d\\n"
- },
- "16031": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d\\n"
- },
- "16032": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d\\n"
- },
- "16033": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
- },
- "16034": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
- },
- "16035": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16036": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16037": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16038": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16039": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16040": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16041": {
- "Type": "trice",
- "Strg": "sig:TRICE_n with 1 to 12 values\\n"
- },
- "16042": {
- "Type": "trice",
- "Strg": "rd:TRICE_1 %d\\n"
- },
- "16043": {
- "Type": "trice",
- "Strg": "rd:TRICE_2 %d, %d\\n"
- },
- "16044": {
- "Type": "trice",
- "Strg": "rd:TRICE_3 %d, %d, %d\\n"
- },
- "16045": {
- "Type": "trice",
- "Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
- },
- "16046": {
- "Type": "trice",
- "Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
- },
- "16047": {
- "Type": "trice",
- "Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "16048": {
- "Type": "trice",
- "Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16049": {
- "Type": "trice",
- "Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16050": {
- "Type": "trice",
- "Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16051": {
- "Type": "trice",
- "Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16052": {
- "Type": "trice",
- "Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16053": {
- "Type": "trice",
- "Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16054": {
- "Type": "TRICE",
- "Strg": "sig:TRICE16 with 1 to 12 pointer\\n"
- },
- "16055": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p\\n"
- },
- "16056": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p\\n"
- },
- "16057": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p\\n"
- },
- "16058": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p\\n"
- },
- "16059": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p\\n"
- },
- "16060": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p\\n"
- },
- "16061": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16062": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16063": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16064": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16065": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16066": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16067": {
- "Type": "TRICE",
- "Strg": "sig:TRICE16 with 1 to 12 hex\\n"
- },
- "16068": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X\\n"
- },
- "16069": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X\\n"
- },
- "16070": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X\\n"
- },
- "16071": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X\\n"
- },
- "16072": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X\\n"
- },
- "16073": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X\\n"
- },
- "16074": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16075": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16076": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16077": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16078": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16079": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16080": {
- "Type": "TRICE",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16081": {
- "Type": "TRICE",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16082": {
- "Type": "TRICE",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16083": {
- "Type": "TRICE",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16084": {
- "Type": "trice",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16085": {
- "Type": "Trice",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16086": {
- "Type": "TRice",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16087": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16088": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16089": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16090": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16091": {
- "Type": "trice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16092": {
- "Type": "Trice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16093": {
- "Type": "TRice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16094": {
- "Type": "TRICE0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16095": {
- "Type": "TRICE0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16096": {
- "Type": "TRICE0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16097": {
- "Type": "TRICE0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16098": {
- "Type": "trice0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16099": {
- "Type": "Trice0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16100": {
- "Type": "TRice0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16101": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16102": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16103": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16104": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16105": {
- "Type": "trice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16106": {
- "Type": "Trice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16107": {
- "Type": "TRice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16108": {
- "Type": "TRICE8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16109": {
- "Type": "TRICE8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16110": {
- "Type": "TRICE8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16111": {
- "Type": "TRICE8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16112": {
- "Type": "trice8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16113": {
- "Type": "Trice8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16114": {
- "Type": "TRice8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16115": {
- "Type": "TRICE8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16116": {
- "Type": "TRICE8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16117": {
- "Type": "TRICE8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16118": {
- "Type": "TRICE8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16119": {
- "Type": "trice8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16120": {
- "Type": "Trice8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16121": {
- "Type": "TRice8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16122": {
- "Type": "trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16123": {
- "Type": "trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16124": {
- "Type": "trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16125": {
- "Type": "trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16126": {
- "Type": "trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16127": {
- "Type": "Trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16128": {
- "Type": "TRice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16129": {
- "Type": "TRICE16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16130": {
- "Type": "TRICE16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16131": {
- "Type": "TRICE16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16132": {
- "Type": "TRICE16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16133": {
- "Type": "trice16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16134": {
- "Type": "Trice16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16135": {
- "Type": "TRice16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16136": {
- "Type": "TRICE32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16137": {
- "Type": "TRICE32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16138": {
- "Type": "TRICE32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16139": {
- "Type": "TRICE32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16140": {
- "Type": "trice32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16141": {
- "Type": "Trice32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16142": {
- "Type": "TRice32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16143": {
- "Type": "TRICE32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16144": {
- "Type": "TRICE32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16145": {
- "Type": "TRICE32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16146": {
- "Type": "TRICE32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16147": {
- "Type": "trice32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16148": {
- "Type": "Trice32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16149": {
- "Type": "TRice32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16150": {
- "Type": "TRICE64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16151": {
- "Type": "TRICE64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16152": {
- "Type": "TRICE64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16153": {
- "Type": "TRICE64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16154": {
- "Type": "trice64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16155": {
- "Type": "Trice64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16156": {
- "Type": "TRice64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16157": {
- "Type": "TRICE64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16158": {
- "Type": "TRICE64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16159": {
- "Type": "TRICE64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16160": {
- "Type": "TRICE64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16161": {
- "Type": "trice64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16162": {
- "Type": "Trice64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16163": {
- "Type": "TRice64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16164": {
- "Type": "TRICE_S",
- "Strg": "rd:sizeof(%8s)"
- },
- "16165": {
- "Type": "TRICE",
- "Strg": " = %d\\n"
- },
- "16166": {
- "Type": "TRICE_S",
- "Strg": "rd:sizeof(%8s)"
- },
- "16167": {
- "Type": "TRICE",
- "Strg": " = %d\\n"
- },
- "16168": {
- "Type": "TRICE",
- "Strg": "inf: Tryout tx struct:"
- },
- "16169": {
- "Type": "TRICE8_B",
- "Strg": " %02x "
- },
- "16170": {
- "Type": "TRICE",
- "Strg": "\\n"
- },
- "16171": {
- "Type": "TRICE",
- "Strg": "inf: Tryout buffer:"
- },
- "16172": {
- "Type": "TRICE8_B",
- "Strg": " %02x "
- },
- "16173": {
- "Type": "TRICE",
- "Strg": "\\n"
- },
- "16174": {
- "Type": "TRICE",
- "Strg": "inf: Tryout rx struct:"
- },
- "16175": {
- "Type": "TRICE8_B",
- "Strg": " %02x "
- },
- "16176": {
- "Type": "TRICE",
- "Strg": "\\n"
- },
- "16177": {
- "Type": "TRICE",
- "Strg": "inf:sizeOf(Trypout) = %d, buffer length = %d\\n"
- },
- "16178": {
- "Type": "TRICE8_F",
- "Strg": "info:TryoutStructFunction"
- },
- "16179": {
- "Type": "TRICE8_F",
- "Strg": "info:TryoutBufferFunction"
- },
- "16180": {
- "Type": "Trice",
- "Strg": "att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\\n"
- },
- "16181": {
- "Type": "trice",
- "Strg": "sig:%3d:"
- },
- "16182": {
- "Type": "TRICE_N",
- "Strg": "wr:%s\\n"
- },
- "16191": {
- "Type": "TRice",
- "Strg": "WARNING:USARTq OverRun Error Flag is set!\\n"
- },
- "16192": {
- "Type": "TRICE_S",
- "Strg": "rx:received command:%s\\n"
- },
- "16326": {
- "Type": "trice",
- "Strg": "d:_SINGLE_MAX_SIZE=%d, _BUFFER_SIZE=%d, _DEFERRED_BUFFER_SIZE=%d\\n"
- },
- "16327": {
- "Type": "trice",
- "Strg": "deb:_CYCLE == %d, _PROTECT == %d, _DIAG == %d, XTEA == %d\\n"
- },
- "16328": {
- "Type": "trice",
- "Strg": "deb:TRICE_MULTI_PACK_MODE\\n"
- },
- "16329": {
- "Type": "trice",
- "Strg": "deb:TRICE_SINGLE_PACK_MODE\\n"
- },
- "16330": {
- "Type": "trice",
- "Strg": "deb:TRICE_RING_BUFFER, "
- },
- "16331": {
- "Type": "trice",
- "Strg": "deb:TRICE_DOUBLE_BUFFER, "
- },
- "16332": {
- "Type": "trice",
- "Strg": "deb:TRICE_STATIC_BUFFER, "
- },
- "16333": {
- "Type": "trice",
- "Strg": "deb:TRICE_STACK_BUFFER, "
- },
- "16334": {
- "Type": "trice",
- "Strg": "deb:TRICE_DIRECT_OUTPUT == %d, TRICE_DEFERRED_OUTPUT == %d\\n"
- },
- "16335": {
- "Type": "Trice",
- "Strg": "i=%x %x\\n"
- },
- "16336": {
- "Type": "trice",
- "Strg": "info:%d times a 16 byte long Trice messages, which may not be written all if the buffer is too small:\\n"
- },
- "16337": {
- "Type": "Trice16F",
- "Strg": "att:ARemoteFunctionName"
- },
- "16338": {
- "Type": "Trice32B",
- "Strg": "msg:%08x \\n"
- },
- "16339": {
- "Type": "Trice8B",
- "Strg": "msg:%02x \\n"
- },
- "16340": {
- "Type": "Trice",
- "Strg": "info:A Buffer:\\n"
- },
- "16341": {
- "Type": "Trice",
- "Strg": "msg:%f (default rounded float)\\n"
- },
- "16342": {
- "Type": "Trice",
- "Strg": "msg:%.20f (float with more ciphers than precision)\\n"
- },
- "16343": {
- "Type": "Trice64",
- "Strg": "msg:%.20f (double with more ciphers than precision)\\n"
- },
- "16344": {
- "Type": "TriceS",
- "Strg": "rd:%s \u003c- float number as string\\n"
- },
- "16345": {
- "Type": "trice",
- "Strg": "att:🐁 Speedy Gonzales l without time stamp\\n"
- },
- "16346": {
- "Type": "trice",
- "Strg": "att:🐁 Speedy Gonzales k without time stamp\\n"
- },
- "16347": {
- "Type": "trice",
- "Strg": "att:🐁 Speedy Gonzales j without time stamp\\n"
- },
- "16348": {
- "Type": "trice",
- "Strg": "att:🐁 Speedy Gonzales i without time stamp\\n"
- },
- "16349": {
- "Type": "Trice",
- "Strg": "att:🐁 Speedy Gonzales h 16-bit time stamp\\n"
- },
- "16350": {
- "Type": "Trice",
- "Strg": "att:🐁 Speedy Gonzales g 16-bit time stamp\\n"
- },
- "16351": {
- "Type": "Trice",
- "Strg": "att:🐁 Speedy Gonzales f 16-bit time stamp\\n"
- },
- "16352": {
- "Type": "Trice",
- "Strg": "att:🐁 Speedy Gonzales e 16-bit time stamp\\n"
- },
- "16353": {
- "Type": "TRice",
- "Strg": "att:🐁 Speedy Gonzales d 32-bit time stamp\\n"
- },
- "16354": {
- "Type": "TRice",
- "Strg": "att:🐁 Speedy Gonzales c 32-bit time stamp\\n"
- },
- "16355": {
- "Type": "TRice",
- "Strg": "att:🐁 Speedy Gonzales b 32-bit time stamp\\n"
- },
- "16356": {
- "Type": "TRice",
- "Strg": "att:🐁 Speedy Gonzales a 32-bit time stamp\\n"
- },
- "16357": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales L without time stamp\\n"
- },
- "16358": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales K without time stamp\\n"
- },
- "16359": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales J without time stamp\\n"
- },
- "16360": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales I without time stamp\\n"
- },
- "16361": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales H 16-bit time stamp\\n"
- },
- "16362": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales G 16-bit time stamp\\n"
- },
- "16363": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales F 16-bit time stamp\\n"
- },
- "16364": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales E 16-bit time stamp\\n"
- },
- "16365": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales D 32-bit time stamp\\n"
- },
- "16366": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales C 32-bit time stamp\\n"
- },
- "16367": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales B 32-bit time stamp\\n"
- },
- "16368": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales A 32-bit time stamp\\n"
- },
- "16369": {
- "Type": "TriceS",
- "Strg": "w: Hello! 👋🙂\\n\\n ✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨ \\n 🎈🎈🎈🎈%s🎈🎈🎈🎈\\n 🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃 \\n\\n\\n"
- },
- "16370": {
- "Type": "trice16",
- "Strg": "err:triceRingBufferDepthMax =%4u of%5d (overflow!)\\n"
- },
- "16371": {
- "Type": "trice16",
- "Strg": "diag:triceRingBufferDepthMax =%4u of%5d\\n"
- },
- "16372": {
- "Type": "trice16",
- "Strg": "err:TriceHalfBufferDepthMax =%4u of%5d (overflow!)\\n"
- },
- "16373": {
- "Type": "trice16",
- "Strg": "diag:TriceHalfBufferDepthMax =%4u of%5d\\n"
- },
- "16374": {
- "Type": "trice16",
- "Strg": "wrn:TriceDynBufTruncateCount = %u\\n"
- },
- "16375": {
- "Type": "trice16",
- "Strg": "diag:TriceDataOffsetDepthMax = %d of %d (TRICE_DATA_OFFSET)\\n"
- },
- "16376": {
- "Type": "trice16",
- "Strg": "err:TriceDataOffsetDepthMax = %d of %d (TRICE_DATA_OFFSET)\\n"
- },
- "16377": {
- "Type": "trice16",
- "Strg": "err:triceSingleDepthMax =%4u of %d (TRICE_BUFFER_SIZE overflow!)\\n"
- },
- "16378": {
- "Type": "trice16",
- "Strg": "diag:triceSingleDepthMax =%4u of %d (TRICE_BUFFER_SIZE)\\n"
- },
- "16379": {
- "Type": "trice16",
- "Strg": "err:TriceDeferredOverflowCount = %u\\n"
- },
- "16380": {
- "Type": "trice16",
- "Strg": "err:TriceDirectOverflowCount = %u\\n"
- },
- "16381": {
- "Type": "trice16",
- "Strg": "err:TriceErrorCount = %u\\n"
- },
- "16382": {
- "Type": "trice16",
- "Strg": "diag:RTT0_writeDepthMax=%u (BUFFER_SIZE_UP=%u)\\n"
- },
- "16383": {
- "Type": "trice16",
- "Strg": "WARNING:RTT0_writeDepthMax=%u (BUFFER_SIZE_UP=%u)\\n"
- }
-}
\ No newline at end of file
diff --git a/examples/G0B1_bare/Makefile b/examples/G0B1_bare/Makefile
index 4733f8c13..c29cf8dcf 100644
--- a/examples/G0B1_bare/Makefile
+++ b/examples/G0B1_bare/Makefile
@@ -1,10 +1,10 @@
# Put ARM Clang first in path temporary to avoid compiler variants issues.
-export PATH := C:\bin\ArmClang\bin:$(PATH)
+#export PATH := C:\bin\ArmClang\bin:$(PATH)
# ARM Clang uses the ARM GNU toolchain libraries and finds them over C_INCLUDE_PATH.
-export C_INCLUDE_PATH := C:\bin\ArmGNUToolchain\arm-none-eabi\include
+#export C_INCLUDE_PATH := C:\bin\ArmGNUToolchain\arm-none-eabi\include
MAKEFILE = Makefile mcu.mak flags.mak gcc0.mak gcc1.mak clang0.mak clang1.mak
VERBOSE = # -v
diff --git a/examples/G0B1_bare/ReadMe.md b/examples/G0B1_bare/ReadMe.md
index 95736180b..e9c0025a9 100644
--- a/examples/G0B1_bare/ReadMe.md
+++ b/examples/G0B1_bare/ReadMe.md
@@ -1 +1 @@
-# [../docs/TriceUserManual.md/#G0B1_inst-example](../docs/TriceUserManual.md/#g0b1_inst-example)
\ No newline at end of file
+# [../docs/TriceUserManual.md/#G0B1_inst](../docs/TriceUserManual.md/#g0b1_inst)
\ No newline at end of file
diff --git a/examples/G0B1_bare/build.sh b/examples/G0B1_bare/build.sh
new file mode 100755
index 000000000..29d7312e6
--- /dev/null
+++ b/examples/G0B1_bare/build.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+source ../../build_environment.sh
+make $MAKE_JOBS
diff --git a/examples/G0B1_bare/clang0.mak b/examples/G0B1_bare/clang0.mak
index 24cdce41a..4dbc34c3e 100644
--- a/examples/G0B1_bare/clang0.mak
+++ b/examples/G0B1_bare/clang0.mak
@@ -6,7 +6,8 @@ VERSION = # -17 # When a default version is used, this should be empty.
CLANG_CC = clang$(VERSION)
CLANG_AS = clang$(VERSION) -x assembler-with-cpp
-CLANG_CP = llvm-objcopy$(VERSION)
+#CLANG_CP = llvm-objcopy$(VERSION)
+CLANG_CP = objcopy
CLANG_SZ = llvm-size$(VERSION)
CLANG_HEX = $(CLANG_CP) -O ihex
CLANG_BIN = $(CLANG_CP) -O binary -S
diff --git a/examples/G0B1_inst/.vscode/launch.json b/examples/G0B1_inst/.vscode/launch.json
index d56534950..5fd0786ca 100644
--- a/examples/G0B1_inst/.vscode/launch.json
+++ b/examples/G0B1_inst/.vscode/launch.json
@@ -4,19 +4,19 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
- {
- "name": "clang Cortex Debug",
- "cwd": "${workspaceFolder}",
- "executable": "./out.clang/G0B1.elf",
- "request": "launch",
- "type": "cortex-debug",
- "runToEntryPoint": "main",
- "servertype": "jlink",
- "interface": "swd",
- "device": "STM32G0B1RE",
- "svdFile": "./STM32G0B1.svd",
- "showDevDebugOutput": "raw"
- },
+ //{
+ // "name": "clang Cortex Debug",
+ // "cwd": "${workspaceFolder}",
+ // "executable": "./out.clang/G0B1.elf",
+ // "request": "launch",
+ // "type": "cortex-debug",
+ // "runToEntryPoint": "main",
+ // "servertype": "jlink",
+ // "interface": "swd",
+ // "device": "STM32G0B1RE",
+ // "svdFile": "./STM32G0B1.svd",
+ // "showDevDebugOutput": "raw"
+ //},
{
"name": "gcc Cortex Debug",
"cwd": "${workspaceFolder}",
diff --git a/examples/G0B1_inst/Core/Inc/SEGGER_RTT_Conf.h b/examples/G0B1_inst/Core/Inc/SEGGER_RTT_Conf.h
index 9ae71e557..dc37b31e9 100644
--- a/examples/G0B1_inst/Core/Inc/SEGGER_RTT_Conf.h
+++ b/examples/G0B1_inst/Core/Inc/SEGGER_RTT_Conf.h
@@ -42,7 +42,7 @@
* *
**********************************************************************
* *
-* RTT version: 7.60g *
+* RTT version: 8.12a *
* *
**********************************************************************
@@ -80,7 +80,7 @@ Revision: $Rev: 24316 $
// Up-channel 1: SystemView
//
#ifndef SEGGER_RTT_MAX_NUM_UP_BUFFERS
- #define SEGGER_RTT_MAX_NUM_UP_BUFFERS (1) // Max. number of up-buffers (T->H) available on this target (Default: 3)
+ #define SEGGER_RTT_MAX_NUM_UP_BUFFERS (3) // Max. number of up-buffers (T->H) available on this target (Default: 3)
#endif
//
// Most common case:
@@ -88,7 +88,7 @@ Revision: $Rev: 24316 $
// Down-channel 1: SystemView
//
#ifndef SEGGER_RTT_MAX_NUM_DOWN_BUFFERS
- #define SEGGER_RTT_MAX_NUM_DOWN_BUFFERS (1) // Max. number of down-buffers (H->T) available on this target (Default: 3)
+ #define SEGGER_RTT_MAX_NUM_DOWN_BUFFERS (3) // Max. number of down-buffers (H->T) available on this target (Default: 3)
#endif
#ifndef BUFFER_SIZE_UP
@@ -96,11 +96,11 @@ Revision: $Rev: 24316 $
#endif
#ifndef BUFFER_SIZE_DOWN
- #define BUFFER_SIZE_DOWN (0) // Size of the buffer for terminal input to target from host (Usually keyboard input) (Default: 16)
+ #define BUFFER_SIZE_DOWN (16) // Size of the buffer for terminal input to target from host (Usually keyboard input) (Default: 16)
#endif
#ifndef SEGGER_RTT_PRINTF_BUFFER_SIZE
- #define SEGGER_RTT_PRINTF_BUFFER_SIZE (0u) // Size of buffer for RTT printf to bulk-send chars via RTT (Default: 64)
+ #define SEGGER_RTT_PRINTF_BUFFER_SIZE (64u) // Size of buffer for RTT printf to bulk-send chars via RTT (Default: 64)
#endif
#ifndef SEGGER_RTT_MODE_DEFAULT
@@ -170,7 +170,7 @@ Revision: $Rev: 24316 $
: \
); \
}
- #elif (defined(__ARM_ARCH_7M__) || defined(__ARM_ARCH_7EM__) || defined(__ARM_ARCH_8M_MAIN__))
+ #elif (defined(__ARM_ARCH_7M__) || defined(__ARM_ARCH_7EM__) || defined(__ARM_ARCH_8M_MAIN__) || defined(__ARM_ARCH_8_1M_MAIN__))
#ifndef SEGGER_RTT_MAX_INTERRUPT_PRIORITY
#define SEGGER_RTT_MAX_INTERRUPT_PRIORITY (0x20)
#endif
@@ -338,7 +338,7 @@ Revision: $Rev: 24316 $
#define SEGGER_RTT_UNLOCK() _SEGGER_RTT__PRIMASK = _SEGGER_RTT__LockState; \
__schedule_barrier(); \
}
- #elif (defined(__TARGET_ARCHM_7) || defined(__TARGET_ARCH_7E_M))
+ #elif (defined(__TARGET_ARCH_7_M) || defined(__TARGET_ARCH_7E_M))
#ifndef SEGGER_RTT_MAX_INTERRUPT_PRIORITY
#define SEGGER_RTT_MAX_INTERRUPT_PRIORITY (0x20)
#endif
diff --git a/examples/G0B1_inst/Core/Inc/nanoprintf.h b/examples/G0B1_inst/Core/Inc/nanoprintf.h
new file mode 100644
index 000000000..13d4fe5b1
--- /dev/null
+++ b/examples/G0B1_inst/Core/Inc/nanoprintf.h
@@ -0,0 +1,1203 @@
+/* nanoprintf v0.5.5: a tiny embeddable printf replacement written in C.
+ https://github.com/charlesnicholson/nanoprintf
+ charles.nicholson+nanoprintf@gmail.com
+ dual-licensed under 0bsd and unlicense, take your pick. see eof for details. */
+
+#ifndef NPF_H_INCLUDED
+#define NPF_H_INCLUDED
+
+#include
+#include
+
+// Define this to fully sandbox nanoprintf inside of a translation unit.
+#ifdef NANOPRINTF_VISIBILITY_STATIC
+ #define NPF_VISIBILITY static
+#else
+ #define NPF_VISIBILITY extern
+#endif
+
+#if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__)
+ #define NPF_PRINTF_ATTR(FORMAT_INDEX, VARGS_INDEX) \
+ __attribute__((format(printf, FORMAT_INDEX, VARGS_INDEX)))
+#else
+ #define NPF_PRINTF_ATTR(FORMAT_INDEX, VARGS_INDEX)
+#endif
+
+// Public API
+
+#ifdef __cplusplus
+#define NPF_RESTRICT
+extern "C" {
+#else
+#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
+#define NPF_RESTRICT restrict
+#else
+#define NPF_RESTRICT
+#endif
+#endif
+
+// The npf_ functions all return the number of bytes required to express the
+// fully-formatted string, not including the null terminator character.
+// The npf_ functions do not return negative values, since the lack of 'l' length
+// modifier support makes encoding errors impossible.
+
+NPF_VISIBILITY int npf_snprintf(char * NPF_RESTRICT buffer,
+ size_t bufsz,
+ const char * NPF_RESTRICT format,
+ ...) NPF_PRINTF_ATTR(3, 4);
+
+NPF_VISIBILITY int npf_vsnprintf(char * NPF_RESTRICT buffer,
+ size_t bufsz,
+ char const * NPF_RESTRICT format,
+ va_list vlist) NPF_PRINTF_ATTR(3, 0);
+
+typedef void (*npf_putc)(int c, void *ctx);
+NPF_VISIBILITY int npf_pprintf(npf_putc pc,
+ void * NPF_RESTRICT pc_ctx,
+ char const * NPF_RESTRICT format,
+ ...) NPF_PRINTF_ATTR(3, 4);
+
+NPF_VISIBILITY int npf_vpprintf(npf_putc pc,
+ void * NPF_RESTRICT pc_ctx,
+ char const * NPF_RESTRICT format,
+ va_list vlist) NPF_PRINTF_ATTR(3, 0);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif // NPF_H_INCLUDED
+
+/* The implementation of nanoprintf begins here, to be compiled only if
+ NANOPRINTF_IMPLEMENTATION is defined. In a multi-file library what follows would
+ be nanoprintf.c. */
+
+#ifdef NANOPRINTF_IMPLEMENTATION
+
+#ifndef NPF_IMPLEMENTATION_INCLUDED
+#define NPF_IMPLEMENTATION_INCLUDED
+
+#include
+#include
+
+// The conversion buffer must fit at least UINT64_MAX in octal format with the leading '0'.
+#ifndef NANOPRINTF_CONVERSION_BUFFER_SIZE
+ #define NANOPRINTF_CONVERSION_BUFFER_SIZE 23
+#endif
+#if NANOPRINTF_CONVERSION_BUFFER_SIZE < 23
+ #error The size of the conversion buffer must be at least 23 bytes.
+#endif
+
+// Pick reasonable defaults if nothing's been configured.
+#if !defined(NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS) && \
+ !defined(NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS) && \
+ !defined(NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS) && \
+ !defined(NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS) && \
+ !defined(NANOPRINTF_USE_SMALL_FORMAT_SPECIFIERS) && \
+ !defined(NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS) && \
+ !defined(NANOPRINTF_USE_WRITEBACK_FORMAT_SPECIFIERS) && \
+ !defined(NANOPRINTF_USE_ALT_FORM_FLAG)
+ #define NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS 1
+ #define NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS 1
+ #define NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS 1
+ #define NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS 0
+ #define NANOPRINTF_USE_SMALL_FORMAT_SPECIFIERS 1
+ #define NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS 0
+ #define NANOPRINTF_USE_WRITEBACK_FORMAT_SPECIFIERS 0
+ #define NANOPRINTF_USE_ALT_FORM_FLAG 1
+#endif
+
+// If anything's been configured, everything must be configured.
+#ifndef NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS
+ #error NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS must be #defined to 0 or 1
+#endif
+#ifndef NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS
+ #error NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS must be #defined to 0 or 1
+#endif
+#ifndef NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS
+ #error NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS must be #defined to 0 or 1
+#endif
+#ifndef NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS
+ #error NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS must be #defined to 0 or 1
+#endif
+#ifndef NANOPRINTF_USE_SMALL_FORMAT_SPECIFIERS
+ #error NANOPRINTF_USE_SMALL_FORMAT_SPECIFIERS must be #defined to 0 or 1
+#endif
+#ifndef NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS
+ #error NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS must be #defined to 0 or 1
+#endif
+#ifndef NANOPRINTF_USE_WRITEBACK_FORMAT_SPECIFIERS
+ #error NANOPRINTF_USE_WRITEBACK_FORMAT_SPECIFIERS must be #defined to 0 or 1
+#endif
+
+// Ensure flags are compatible.
+#if (NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS == 1) && \
+ (NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 0)
+ #error Precision format specifiers must be enabled if float support is enabled.
+#endif
+
+// intmax_t / uintmax_t require stdint from c99 / c++11
+#if NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS == 1
+ #ifndef _MSC_VER
+ #ifdef __cplusplus
+ #if __cplusplus < 201103L
+ #error large format specifier support requires C++11 or later.
+ #endif
+ #else
+ #if __STDC_VERSION__ < 199409L
+ #error nanoprintf requires C99 or later.
+ #endif
+ #endif
+ #endif
+#endif
+
+// Figure out if we can disable warnings with pragmas.
+#ifdef __clang__
+ #define NPF_CLANG 1
+ #define NPF_GCC_PAST_4_6 0
+#else
+ #define NPF_CLANG 0
+ #if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 6)))
+ #define NPF_GCC_PAST_4_6 1
+ #else
+ #define NPF_GCC_PAST_4_6 0
+ #endif
+#endif
+
+#if NPF_CLANG || NPF_GCC_PAST_4_6
+ #define NPF_HAVE_GCC_WARNING_PRAGMAS 1
+#else
+ #define NPF_HAVE_GCC_WARNING_PRAGMAS 0
+#endif
+
+#if NPF_HAVE_GCC_WARNING_PRAGMAS
+ #pragma GCC diagnostic push
+ #pragma GCC diagnostic ignored "-Wunused-function"
+ #pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
+ #ifdef __cplusplus
+ #pragma GCC diagnostic ignored "-Wold-style-cast"
+ #endif
+ #pragma GCC diagnostic ignored "-Wpadded"
+ #pragma GCC diagnostic ignored "-Wfloat-equal"
+ #if NPF_CLANG
+ #pragma GCC diagnostic ignored "-Wc++98-compat-pedantic"
+ #pragma GCC diagnostic ignored "-Wcovered-switch-default"
+ #pragma GCC diagnostic ignored "-Wdeclaration-after-statement"
+ #pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
+ #ifndef __APPLE__
+ #pragma GCC diagnostic ignored "-Wunsafe-buffer-usage"
+ #endif
+ #elif NPF_GCC_PAST_4_6
+ #pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
+ #endif
+#endif
+
+#ifdef _MSC_VER
+ #pragma warning(push)
+ #pragma warning(disable:4619) // there is no warning number 'number'
+ // C4619 has to be disabled first!
+ #pragma warning(disable:4127) // conditional expression is constant
+ #pragma warning(disable:4505) // unreferenced local function has been removed
+ #pragma warning(disable:4514) // unreferenced inline function has been removed
+ #pragma warning(disable:4701) // potentially uninitialized local variable used
+ #pragma warning(disable:4706) // assignment within conditional expression
+ #pragma warning(disable:4710) // function not inlined
+ #pragma warning(disable:4711) // function selected for inline expansion
+ #pragma warning(disable:4820) // padding added after struct member
+ #pragma warning(disable:5039) // potentially throwing function passed to extern C function
+ #pragma warning(disable:5045) // compiler will insert Spectre mitigation for memory load
+ #pragma warning(disable:5262) // implicit switch fall-through
+ #pragma warning(disable:26812) // enum type is unscoped
+#endif
+
+#if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__)
+ #define NPF_NOINLINE __attribute__((noinline))
+ #define NPF_FORCE_INLINE inline __attribute__((always_inline))
+#elif defined(_MSC_VER)
+ #define NPF_NOINLINE __declspec(noinline)
+ #define NPF_FORCE_INLINE inline __forceinline
+#else
+ #define NPF_NOINLINE
+ #define NPF_FORCE_INLINE
+#endif
+
+#if (NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1) || \
+ (NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1)
+enum {
+ NPF_FMT_SPEC_OPT_NONE,
+ NPF_FMT_SPEC_OPT_LITERAL,
+ NPF_FMT_SPEC_OPT_STAR,
+};
+#endif
+
+enum {
+ NPF_FMT_SPEC_LEN_MOD_NONE,
+#if NANOPRINTF_USE_SMALL_FORMAT_SPECIFIERS == 1
+ NPF_FMT_SPEC_LEN_MOD_SHORT, // 'h'
+ NPF_FMT_SPEC_LEN_MOD_CHAR, // 'hh'
+#endif
+ NPF_FMT_SPEC_LEN_MOD_LONG, // 'l'
+ NPF_FMT_SPEC_LEN_MOD_LONG_DOUBLE, // 'L'
+#if NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS == 1
+ NPF_FMT_SPEC_LEN_MOD_LARGE_LONG_LONG, // 'll'
+ NPF_FMT_SPEC_LEN_MOD_LARGE_INTMAX, // 'j'
+ NPF_FMT_SPEC_LEN_MOD_LARGE_SIZET, // 'z'
+ NPF_FMT_SPEC_LEN_MOD_LARGE_PTRDIFFT, // 't'
+#endif
+};
+
+enum {
+ NPF_FMT_SPEC_CONV_NONE,
+ NPF_FMT_SPEC_CONV_PERCENT, // '%'
+ NPF_FMT_SPEC_CONV_CHAR, // 'c'
+ NPF_FMT_SPEC_CONV_STRING, // 's'
+ NPF_FMT_SPEC_CONV_SIGNED_INT, // 'i', 'd'
+#if NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS == 1
+ NPF_FMT_SPEC_CONV_BINARY, // 'b'
+#endif
+ NPF_FMT_SPEC_CONV_OCTAL, // 'o'
+ NPF_FMT_SPEC_CONV_HEX_INT, // 'x', 'X'
+ NPF_FMT_SPEC_CONV_UNSIGNED_INT, // 'u'
+ NPF_FMT_SPEC_CONV_POINTER, // 'p'
+#if NANOPRINTF_USE_WRITEBACK_FORMAT_SPECIFIERS == 1
+ NPF_FMT_SPEC_CONV_WRITEBACK, // 'n'
+#endif
+#if NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS == 1
+ NPF_FMT_SPEC_CONV_FLOAT_DEC, // 'f', 'F'
+ NPF_FMT_SPEC_CONV_FLOAT_SCI, // 'e', 'E'
+ NPF_FMT_SPEC_CONV_FLOAT_SHORTEST, // 'g', 'G'
+ NPF_FMT_SPEC_CONV_FLOAT_HEX, // 'a', 'A'
+#endif
+};
+
+typedef struct npf_format_spec {
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ int field_width;
+#endif
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ int prec;
+ uint8_t prec_opt;
+#endif
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ uint8_t field_width_opt;
+ char left_justified; // '-'
+ char leading_zero_pad; // '0'
+#endif
+ char prepend; // ' ' or '+'
+#if NANOPRINTF_USE_ALT_FORM_FLAG == 1
+ char alt_form; // '#'
+#endif
+ char case_adjust; // 'a' - 'A' , or 0 (must be non-negative to work)
+ uint8_t length_modifier;
+ uint8_t conv_spec;
+} npf_format_spec_t;
+
+#if NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS == 0
+ typedef long npf_int_t;
+ typedef unsigned long npf_uint_t;
+#else
+ typedef intmax_t npf_int_t;
+ typedef uintmax_t npf_uint_t;
+#endif
+
+typedef struct npf_bufputc_ctx {
+ char *dst;
+ size_t len;
+ size_t cur;
+} npf_bufputc_ctx_t;
+
+#if NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS == 1
+ typedef char npf_size_is_ptrdiff[(sizeof(size_t) == sizeof(ptrdiff_t)) ? 1 : -1];
+ typedef ptrdiff_t npf_ssize_t;
+ typedef size_t npf_uptrdiff_t;
+#endif
+
+#ifdef _MSC_VER
+ #include
+#endif
+
+#define NPF_MIN(x, y) ((x) <= (y) ? (x) : (y))
+#define NPF_MAX(x, y) ((x) >= (y) ? (x) : (y))
+
+static int npf_parse_format_spec(char const *format, npf_format_spec_t *out_spec) {
+ char const *cur = format;
+
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ out_spec->left_justified = 0;
+ out_spec->leading_zero_pad = 0;
+#endif
+ out_spec->case_adjust = 'a' - 'A'; // lowercase
+ out_spec->prepend = 0;
+#if NANOPRINTF_USE_ALT_FORM_FLAG == 1
+ out_spec->alt_form = 0;
+#endif
+
+ while (*++cur) { // cur points at the leading '%' character
+ switch (*cur) { // Optional flags
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ case '-': out_spec->left_justified = '-'; out_spec->leading_zero_pad = 0; continue;
+ case '0': out_spec->leading_zero_pad = !out_spec->left_justified; continue;
+#endif
+ case '+': out_spec->prepend = '+'; continue;
+ case ' ': if (out_spec->prepend == 0) { out_spec->prepend = ' '; } continue;
+#if NANOPRINTF_USE_ALT_FORM_FLAG == 1
+ case '#': out_spec->alt_form = '#'; continue;
+#endif
+ default: break;
+ }
+ break;
+ }
+
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ out_spec->field_width = 0;
+ out_spec->field_width_opt = NPF_FMT_SPEC_OPT_NONE;
+ if (*cur == '*') {
+ out_spec->field_width_opt = NPF_FMT_SPEC_OPT_STAR;
+ ++cur;
+ } else {
+ while ((*cur >= '0') && (*cur <= '9')) {
+ out_spec->field_width_opt = NPF_FMT_SPEC_OPT_LITERAL;
+ out_spec->field_width = (out_spec->field_width * 10) + (*cur++ - '0');
+ }
+ }
+#endif
+
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ out_spec->prec = 0;
+ out_spec->prec_opt = NPF_FMT_SPEC_OPT_NONE;
+ if (*cur == '.') {
+ ++cur;
+ if (*cur == '*') {
+ out_spec->prec_opt = NPF_FMT_SPEC_OPT_STAR;
+ ++cur;
+ } else {
+ if (*cur == '-') {
+ ++cur;
+ } else {
+ out_spec->prec_opt = NPF_FMT_SPEC_OPT_LITERAL;
+ }
+ while ((*cur >= '0') && (*cur <= '9')) {
+ out_spec->prec = (out_spec->prec * 10) + (*cur++ - '0');
+ }
+ }
+ }
+#endif
+
+ uint_fast8_t tmp_conv = NPF_FMT_SPEC_CONV_NONE;
+ out_spec->length_modifier = NPF_FMT_SPEC_LEN_MOD_NONE;
+ switch (*cur++) { // Length modifier
+#if NANOPRINTF_USE_SMALL_FORMAT_SPECIFIERS == 1
+ case 'h':
+ out_spec->length_modifier = NPF_FMT_SPEC_LEN_MOD_SHORT;
+ if (*cur == 'h') {
+ out_spec->length_modifier = NPF_FMT_SPEC_LEN_MOD_CHAR;
+ ++cur;
+ }
+ break;
+#endif
+ case 'l':
+ out_spec->length_modifier = NPF_FMT_SPEC_LEN_MOD_LONG;
+#if NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS == 1
+ if (*cur == 'l') {
+ out_spec->length_modifier = NPF_FMT_SPEC_LEN_MOD_LARGE_LONG_LONG;
+ ++cur;
+ }
+#endif
+ break;
+#if NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS == 1
+ case 'L': out_spec->length_modifier = NPF_FMT_SPEC_LEN_MOD_LONG_DOUBLE; break;
+#endif
+#if NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS == 1
+ case 'j': out_spec->length_modifier = NPF_FMT_SPEC_LEN_MOD_LARGE_INTMAX; break;
+ case 'z': out_spec->length_modifier = NPF_FMT_SPEC_LEN_MOD_LARGE_SIZET; break;
+ case 't': out_spec->length_modifier = NPF_FMT_SPEC_LEN_MOD_LARGE_PTRDIFFT; break;
+#endif
+ default: --cur; break;
+ }
+
+ switch (*cur++) { // Conversion specifier
+ case '%': out_spec->conv_spec = NPF_FMT_SPEC_CONV_PERCENT;
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ out_spec->prec_opt = NPF_FMT_SPEC_OPT_NONE;
+ out_spec->prec = 0;
+#endif
+ break;
+
+ case 'c': out_spec->conv_spec = NPF_FMT_SPEC_CONV_CHAR;
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ out_spec->prec_opt = NPF_FMT_SPEC_OPT_NONE;
+ out_spec->prec = 0;
+#endif
+ break;
+
+ case 's': out_spec->conv_spec = NPF_FMT_SPEC_CONV_STRING;
+ break;
+
+ case 'i':
+ case 'd': tmp_conv = NPF_FMT_SPEC_CONV_SIGNED_INT; goto finish;
+ case 'o': tmp_conv = NPF_FMT_SPEC_CONV_OCTAL; goto finish;
+ case 'u': tmp_conv = NPF_FMT_SPEC_CONV_UNSIGNED_INT; goto finish;
+ case 'X': out_spec->case_adjust = 0;
+ case 'x': tmp_conv = NPF_FMT_SPEC_CONV_HEX_INT; goto finish;
+ finish:
+ out_spec->conv_spec = (uint8_t)tmp_conv;
+#if (NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1) && \
+ (NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1)
+ if (out_spec->prec_opt != NPF_FMT_SPEC_OPT_NONE) { out_spec->leading_zero_pad = 0; }
+#endif
+ break;
+
+#if NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS == 1
+ case 'F': out_spec->case_adjust = 0;
+ case 'f':
+ out_spec->conv_spec = NPF_FMT_SPEC_CONV_FLOAT_DEC;
+ if (out_spec->prec_opt == NPF_FMT_SPEC_OPT_NONE) { out_spec->prec = 6; }
+ break;
+
+ case 'E': out_spec->case_adjust = 0;
+ case 'e':
+ out_spec->conv_spec = NPF_FMT_SPEC_CONV_FLOAT_SCI;
+ if (out_spec->prec_opt == NPF_FMT_SPEC_OPT_NONE) { out_spec->prec = 6; }
+ break;
+
+ case 'G': out_spec->case_adjust = 0;
+ case 'g':
+ out_spec->conv_spec = NPF_FMT_SPEC_CONV_FLOAT_SHORTEST;
+ if (out_spec->prec_opt == NPF_FMT_SPEC_OPT_NONE) { out_spec->prec = 6; }
+ break;
+
+ case 'A': out_spec->case_adjust = 0;
+ case 'a':
+ out_spec->conv_spec = NPF_FMT_SPEC_CONV_FLOAT_HEX;
+ if (out_spec->prec_opt == NPF_FMT_SPEC_OPT_NONE) { out_spec->prec = 6; }
+ break;
+#endif
+
+#if NANOPRINTF_USE_WRITEBACK_FORMAT_SPECIFIERS == 1
+ case 'n':
+ // todo: reject string if flags or width or precision exist
+ out_spec->conv_spec = NPF_FMT_SPEC_CONV_WRITEBACK;
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ out_spec->prec_opt = NPF_FMT_SPEC_OPT_NONE;
+#endif
+ break;
+#endif
+
+ case 'p':
+ out_spec->conv_spec = NPF_FMT_SPEC_CONV_POINTER;
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ out_spec->prec_opt = NPF_FMT_SPEC_OPT_NONE;
+#endif
+ break;
+
+#if NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS == 1
+ case 'B':
+ out_spec->case_adjust = 0;
+ case 'b':
+ out_spec->conv_spec = NPF_FMT_SPEC_CONV_BINARY;
+ break;
+#endif
+
+ default: return 0;
+ }
+
+ return (int)(cur - format);
+}
+
+static NPF_NOINLINE int npf_utoa_rev(
+ npf_uint_t val, char *buf, uint_fast8_t base, char case_adj) {
+ uint_fast8_t n = 0;
+ do {
+ int_fast8_t const d = (int_fast8_t)(val % base);
+ *buf++ = (char)(((d < 10) ? '0' : ('A' - 10 + case_adj)) + d);
+ ++n;
+ val /= base;
+ } while (val);
+ return (int)n;
+}
+
+#if NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS == 1
+
+#include
+
+#if (DBL_MANT_DIG <= 11) && (DBL_MAX_EXP <= 16)
+ typedef uint_fast16_t npf_double_bin_t;
+ typedef int_fast8_t npf_ftoa_exp_t;
+#elif (DBL_MANT_DIG <= 24) && (DBL_MAX_EXP <= 128)
+ typedef uint_fast32_t npf_double_bin_t;
+ typedef int_fast8_t npf_ftoa_exp_t;
+#elif (DBL_MANT_DIG <= 53) && (DBL_MAX_EXP <= 1024)
+ typedef uint_fast64_t npf_double_bin_t;
+ typedef int_fast16_t npf_ftoa_exp_t;
+#else
+ #error Unsupported width of the double type.
+#endif
+
+// The floating point conversion code works with an unsigned integer type of any size.
+#ifndef NANOPRINTF_CONVERSION_FLOAT_TYPE
+ #define NANOPRINTF_CONVERSION_FLOAT_TYPE unsigned int
+#endif
+typedef NANOPRINTF_CONVERSION_FLOAT_TYPE npf_ftoa_man_t;
+
+#if (NANOPRINTF_CONVERSION_BUFFER_SIZE <= UINT_FAST8_MAX) && (UINT_FAST8_MAX <= INT_MAX)
+ typedef uint_fast8_t npf_ftoa_dec_t;
+#else
+ typedef int npf_ftoa_dec_t;
+#endif
+
+enum {
+ NPF_DOUBLE_EXP_MASK = DBL_MAX_EXP * 2 - 1,
+ NPF_DOUBLE_EXP_BIAS = DBL_MAX_EXP - 1,
+ NPF_DOUBLE_MAN_BITS = DBL_MANT_DIG - 1,
+ NPF_DOUBLE_BIN_BITS = sizeof(npf_double_bin_t) * CHAR_BIT,
+ NPF_DOUBLE_SIGN_POS = sizeof(double) * CHAR_BIT - 1,
+ NPF_FTOA_MAN_BITS = sizeof(npf_ftoa_man_t) * CHAR_BIT,
+ NPF_FTOA_SHIFT_BITS =
+ ((NPF_FTOA_MAN_BITS < DBL_MANT_DIG) ? NPF_FTOA_MAN_BITS : DBL_MANT_DIG) - 1
+};
+
+/* Generally, floating-point conversion implementations use
+ grisu2 (https://bit.ly/2JgMggX) and ryu (https://bit.ly/2RLXSg0) algorithms,
+ which are mathematically exact and fast, but require large lookup tables.
+
+ This implementation was inspired by Wojciech Muła's (zdjęcia@garnek.pl)
+ algorithm (http://0x80.pl/notesen/2015-12-29-float-to-string.html) and
+ extended further by adding dynamic scaling and configurable integer width by
+ Oskars Rubenis (https://github.com/Okarss). */
+
+static NPF_FORCE_INLINE npf_double_bin_t npf_double_to_int_rep(double f) {
+ // Union-cast is UB pre-C11 and in all C++; the compiler optimizes the code below.
+ npf_double_bin_t bin;
+ char const *src = (char const *)&f;
+ char *dst = (char *)&bin;
+ for (uint_fast8_t i = 0; i < sizeof(f); ++i) { dst[i] = src[i]; }
+ return bin;
+}
+
+static int npf_ftoa_rev(char *buf, npf_format_spec_t const *spec, double f) {
+ char const *ret = NULL;
+ npf_double_bin_t bin = npf_double_to_int_rep(f);
+
+ // Unsigned -> signed int casting is IB and can raise a signal but generally doesn't.
+ npf_ftoa_exp_t exp =
+ (npf_ftoa_exp_t)((npf_ftoa_exp_t)(bin >> NPF_DOUBLE_MAN_BITS) & NPF_DOUBLE_EXP_MASK);
+
+ bin &= ((npf_double_bin_t)0x1 << NPF_DOUBLE_MAN_BITS) - 1;
+ if (exp == (npf_ftoa_exp_t)NPF_DOUBLE_EXP_MASK) { // special value
+ ret = (bin) ? "NAN" : "FNI";
+ goto exit;
+ }
+ if (spec->prec > (NANOPRINTF_CONVERSION_BUFFER_SIZE - 2)) { goto exit; }
+ if (exp) { // normal number
+ bin |= (npf_double_bin_t)0x1 << NPF_DOUBLE_MAN_BITS;
+ } else { // subnormal number
+ ++exp;
+ }
+ exp = (npf_ftoa_exp_t)(exp - NPF_DOUBLE_EXP_BIAS);
+
+ uint_fast8_t carry; carry = 0;
+ npf_ftoa_dec_t end, dec; dec = (npf_ftoa_dec_t)spec->prec;
+ if (dec
+#if NANOPRINTF_USE_ALT_FORM_FLAG == 1
+ || spec->alt_form
+#endif
+ ) {
+ buf[dec++] = '.';
+ }
+
+ { // Integer part
+ npf_ftoa_man_t man_i;
+
+ if (exp >= 0) {
+ int_fast8_t shift_i =
+ (int_fast8_t)((exp > NPF_FTOA_SHIFT_BITS) ? (int)NPF_FTOA_SHIFT_BITS : exp);
+ npf_ftoa_exp_t exp_i = (npf_ftoa_exp_t)(exp - shift_i);
+ shift_i = (int_fast8_t)(NPF_DOUBLE_MAN_BITS - shift_i);
+ man_i = (npf_ftoa_man_t)(bin >> shift_i);
+
+ if (exp_i) {
+ if (shift_i) {
+ carry = (bin >> (shift_i - 1)) & 0x1;
+ }
+ exp = NPF_DOUBLE_MAN_BITS; // invalidate the fraction part
+ }
+
+ // Scale the exponent from base-2 to base-10.
+ for (; exp_i; --exp_i) {
+ if (!(man_i & ((npf_ftoa_man_t)0x1 << (NPF_FTOA_MAN_BITS - 1)))) {
+ man_i = (npf_ftoa_man_t)(man_i << 1);
+ man_i = (npf_ftoa_man_t)(man_i | carry); carry = 0;
+ } else {
+ if (dec >= NANOPRINTF_CONVERSION_BUFFER_SIZE) { goto exit; }
+ buf[dec++] = '0';
+ carry = (((uint_fast8_t)(man_i % 5) + carry) > 2);
+ man_i /= 5;
+ }
+ }
+ } else {
+ man_i = 0;
+ }
+ end = dec;
+
+ do { // Print the integer
+ if (end >= NANOPRINTF_CONVERSION_BUFFER_SIZE) { goto exit; }
+ buf[end++] = (char)('0' + (char)(man_i % 10));
+ man_i /= 10;
+ } while (man_i);
+ }
+
+ { // Fraction part
+ npf_ftoa_man_t man_f;
+ npf_ftoa_dec_t dec_f = (npf_ftoa_dec_t)spec->prec;
+
+ if (exp < NPF_DOUBLE_MAN_BITS) {
+ int_fast8_t shift_f = (int_fast8_t)((exp < 0) ? -1 : exp);
+ npf_ftoa_exp_t exp_f = (npf_ftoa_exp_t)(exp - shift_f);
+ npf_double_bin_t bin_f =
+ bin << ((NPF_DOUBLE_BIN_BITS - NPF_DOUBLE_MAN_BITS) + shift_f);
+
+ // This if-else statement can be completely optimized at compile time.
+ if (NPF_DOUBLE_BIN_BITS > NPF_FTOA_MAN_BITS) {
+ man_f = (npf_ftoa_man_t)(bin_f >> ((unsigned)(NPF_DOUBLE_BIN_BITS -
+ NPF_FTOA_MAN_BITS) %
+ NPF_DOUBLE_BIN_BITS));
+ carry = (uint_fast8_t)((bin_f >> ((unsigned)(NPF_DOUBLE_BIN_BITS -
+ NPF_FTOA_MAN_BITS - 1) %
+ NPF_DOUBLE_BIN_BITS)) & 0x1);
+ } else {
+ man_f = (npf_ftoa_man_t)((npf_ftoa_man_t)bin_f
+ << ((unsigned)(NPF_FTOA_MAN_BITS -
+ NPF_DOUBLE_BIN_BITS) % NPF_FTOA_MAN_BITS));
+ carry = 0;
+ }
+
+ // Scale the exponent from base-2 to base-10 and prepare the first digit.
+ for (uint_fast8_t digit = 0; dec_f && (exp_f < 4); ++exp_f) {
+ if ((man_f > ((npf_ftoa_man_t)-4 / 5)) || digit) {
+ carry = (uint_fast8_t)(man_f & 0x1);
+ man_f = (npf_ftoa_man_t)(man_f >> 1);
+ } else {
+ man_f = (npf_ftoa_man_t)(man_f * 5);
+ if (carry) { man_f = (npf_ftoa_man_t)(man_f + 3); carry = 0; }
+ if (exp_f < 0) {
+ buf[--dec_f] = '0';
+ } else {
+ ++digit;
+ }
+ }
+ }
+ man_f = (npf_ftoa_man_t)(man_f + carry);
+ carry = (exp_f >= 0);
+ dec = 0;
+ } else {
+ man_f = 0;
+ }
+
+ if (dec_f) {
+ // Print the fraction
+ for (;;) {
+ buf[--dec_f] = (char)('0' + (char)(man_f >> (NPF_FTOA_MAN_BITS - 4)));
+ man_f = (npf_ftoa_man_t)(man_f & ~((npf_ftoa_man_t)0xF << (NPF_FTOA_MAN_BITS - 4)));
+ if (!dec_f) { break; }
+ man_f = (npf_ftoa_man_t)(man_f * 10);
+ }
+ man_f = (npf_ftoa_man_t)(man_f << 4);
+ }
+ if (exp < NPF_DOUBLE_MAN_BITS) {
+ carry &= (uint_fast8_t)(man_f >> (NPF_FTOA_MAN_BITS - 1));
+ }
+ }
+
+ // Round the number
+ for (; carry; ++dec) {
+ if (dec >= NANOPRINTF_CONVERSION_BUFFER_SIZE) { goto exit; }
+ if (dec >= end) { buf[end++] = '0'; }
+ if (buf[dec] == '.') { continue; }
+ carry = (buf[dec] == '9');
+ buf[dec] = (char)(carry ? '0' : (buf[dec] + 1));
+ }
+
+ return (int)end;
+exit:
+ if (!ret) { ret = "RRE"; }
+ uint_fast8_t i;
+ for (i = 0; ret[i]; ++i) { buf[i] = (char)(ret[i] + spec->case_adjust); }
+ return -(int)i;
+}
+
+#endif // NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS
+
+#if NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS == 1
+static int npf_bin_len(npf_uint_t u) {
+ // Return the length of the binary string format of 'u', preferring intrinsics.
+ if (!u) { return 1; }
+
+#ifdef _MSC_VER // Win64, use _BSR64 for everything. If x86, use _BSR when non-large.
+ #ifdef _M_X64
+ #define NPF_HAVE_BUILTIN_CLZ
+ #define NPF_CLZ _BitScanReverse64
+ #elif NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS == 0
+ #define NPF_HAVE_BUILTIN_CLZ
+ #define NPF_CLZ _BitScanReverse
+ #endif
+ #ifdef NPF_HAVE_BUILTIN_CLZ
+ unsigned long idx;
+ NPF_CLZ(&idx, u);
+ return (int)(idx + 1);
+ #endif
+#elif NPF_CLANG || NPF_GCC_PAST_4_6
+ #define NPF_HAVE_BUILTIN_CLZ
+ #if NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS == 1
+ #define NPF_CLZ(X) ((sizeof(long long) * CHAR_BIT) - (size_t)__builtin_clzll(X))
+ #else
+ #define NPF_CLZ(X) ((sizeof(long) * CHAR_BIT) - (size_t)__builtin_clzl(X))
+ #endif
+ return (int)NPF_CLZ(u);
+#endif
+
+#ifndef NPF_HAVE_BUILTIN_CLZ
+ int n;
+ for (n = 0; u; ++n, u >>= 1); // slow but small software fallback
+ return n;
+#else
+ #undef NPF_HAVE_BUILTIN_CLZ
+ #undef NPF_CLZ
+#endif
+}
+#endif
+
+static void npf_bufputc(int c, void *ctx) {
+ npf_bufputc_ctx_t *bpc = (npf_bufputc_ctx_t *)ctx;
+ if (bpc->cur < bpc->len) { bpc->dst[bpc->cur++] = (char)c; }
+}
+
+static void npf_bufputc_nop(int c, void *ctx) { (void)c; (void)ctx; }
+
+typedef struct npf_cnt_putc_ctx {
+ npf_putc pc;
+ void *ctx;
+ int n;
+} npf_cnt_putc_ctx_t;
+
+static void npf_putc_cnt(int c, void *ctx) {
+ npf_cnt_putc_ctx_t *pc_cnt = (npf_cnt_putc_ctx_t *)ctx;
+ ++pc_cnt->n;
+ pc_cnt->pc(c, pc_cnt->ctx); // sibling-call optimization
+}
+
+#define NPF_PUTC(VAL) do { npf_putc_cnt((int)(VAL), &pc_cnt); } while (0)
+
+#define NPF_EXTRACT(MOD, CAST_TO, EXTRACT_AS) \
+ case NPF_FMT_SPEC_LEN_MOD_##MOD: val = (CAST_TO)va_arg(args, EXTRACT_AS); break
+
+#define NPF_WRITEBACK(MOD, TYPE) \
+ case NPF_FMT_SPEC_LEN_MOD_##MOD: *(va_arg(args, TYPE *)) = (TYPE)pc_cnt.n; break
+
+int npf_vpprintf(npf_putc pc, void *pc_ctx, char const *format, va_list args) {
+ npf_format_spec_t fs;
+ char const *cur = format;
+ npf_cnt_putc_ctx_t pc_cnt;
+ pc_cnt.pc = pc;
+ pc_cnt.ctx = pc_ctx;
+ pc_cnt.n = 0;
+
+ while (*cur) {
+ int const fs_len = (*cur != '%') ? 0 : npf_parse_format_spec(cur, &fs);
+ if (!fs_len) { NPF_PUTC(*cur++); continue; }
+ cur += fs_len;
+
+ // Extract star-args immediately
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ if (fs.field_width_opt == NPF_FMT_SPEC_OPT_STAR) {
+ fs.field_width = va_arg(args, int);
+ if (fs.field_width < 0) {
+ fs.field_width = -fs.field_width;
+ fs.left_justified = 1;
+ }
+ }
+#endif
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ if (fs.prec_opt == NPF_FMT_SPEC_OPT_STAR) {
+ fs.prec = va_arg(args, int);
+ if (fs.prec < 0) { fs.prec_opt = NPF_FMT_SPEC_OPT_NONE; }
+ }
+#endif
+
+ union { char cbuf_mem[NANOPRINTF_CONVERSION_BUFFER_SIZE]; npf_uint_t binval; } u;
+ char *cbuf = u.cbuf_mem, sign_c = 0;
+ int cbuf_len = 0;
+ char need_0x = 0;
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ int field_pad = 0;
+ char pad_c = 0;
+#endif
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ int prec_pad = 0;
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ uint_fast8_t zero = 0;
+#endif
+#endif
+
+ // Extract and convert the argument to string, point cbuf at the text.
+ switch (fs.conv_spec) {
+ case NPF_FMT_SPEC_CONV_PERCENT:
+ *cbuf = '%';
+ cbuf_len = 1;
+ break;
+
+ case NPF_FMT_SPEC_CONV_CHAR:
+ *cbuf = (char)va_arg(args, int);
+ cbuf_len = (*cbuf) ? 1 : 0;
+ break;
+
+ case NPF_FMT_SPEC_CONV_STRING: {
+ cbuf = va_arg(args, char *);
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ for (char const *s = cbuf;
+ ((fs.prec_opt == NPF_FMT_SPEC_OPT_NONE) || (cbuf_len < fs.prec)) && cbuf && *s;
+ ++s, ++cbuf_len);
+#else
+ for (char const *s = cbuf; cbuf && *s; ++s, ++cbuf_len); // strlen
+#endif
+ } break;
+
+ case NPF_FMT_SPEC_CONV_SIGNED_INT: {
+ npf_int_t val = 0;
+ switch (fs.length_modifier) {
+ NPF_EXTRACT(NONE, int, int);
+#if NANOPRINTF_USE_SMALL_FORMAT_SPECIFIERS == 1
+ NPF_EXTRACT(SHORT, short, int);
+ NPF_EXTRACT(CHAR, signed char, int);
+#endif
+ NPF_EXTRACT(LONG, long, long);
+#if NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS == 1
+ NPF_EXTRACT(LARGE_LONG_LONG, long long, long long);
+ NPF_EXTRACT(LARGE_INTMAX, intmax_t, intmax_t);
+ NPF_EXTRACT(LARGE_SIZET, npf_ssize_t, npf_ssize_t);
+ NPF_EXTRACT(LARGE_PTRDIFFT, ptrdiff_t, ptrdiff_t);
+#endif
+ default: break;
+ }
+
+ sign_c = (val < 0) ? '-' : fs.prepend;
+
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ zero = !val;
+#endif
+ // special case, if prec and value are 0, skip
+ if (!val && (fs.prec_opt != NPF_FMT_SPEC_OPT_NONE) && !fs.prec) {
+ cbuf_len = 0;
+ } else
+#endif
+ {
+ npf_uint_t uval = (npf_uint_t)val;
+ if (val < 0) { uval = 0 - uval; }
+ cbuf_len = npf_utoa_rev(uval, cbuf, 10, fs.case_adjust);
+ }
+ } break;
+
+#if NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS == 1
+ case NPF_FMT_SPEC_CONV_BINARY:
+#endif
+ case NPF_FMT_SPEC_CONV_OCTAL:
+ case NPF_FMT_SPEC_CONV_HEX_INT:
+ case NPF_FMT_SPEC_CONV_UNSIGNED_INT:
+ case NPF_FMT_SPEC_CONV_POINTER: {
+ npf_uint_t val = 0;
+
+ if (fs.conv_spec == NPF_FMT_SPEC_CONV_POINTER) {
+ val = (npf_uint_t)(uintptr_t)va_arg(args, void *);
+ } else {
+ switch (fs.length_modifier) {
+ NPF_EXTRACT(NONE, unsigned, unsigned);
+#if NANOPRINTF_USE_SMALL_FORMAT_SPECIFIERS == 1
+ NPF_EXTRACT(SHORT, unsigned short, unsigned);
+ NPF_EXTRACT(CHAR, unsigned char, unsigned);
+#endif
+ NPF_EXTRACT(LONG, unsigned long, unsigned long);
+#if NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS == 1
+ NPF_EXTRACT(LARGE_LONG_LONG, unsigned long long, unsigned long long);
+ NPF_EXTRACT(LARGE_INTMAX, uintmax_t, uintmax_t);
+ NPF_EXTRACT(LARGE_SIZET, size_t, size_t);
+ NPF_EXTRACT(LARGE_PTRDIFFT, npf_uptrdiff_t, npf_uptrdiff_t);
+#endif
+ default: break;
+ }
+ }
+
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ zero = !val;
+#endif
+ if (!val && (fs.prec_opt != NPF_FMT_SPEC_OPT_NONE) && !fs.prec) {
+ // Zero value and explicitly-requested zero precision means "print nothing".
+#if NANOPRINTF_USE_ALT_FORM_FLAG == 1
+ if ((fs.conv_spec == NPF_FMT_SPEC_CONV_OCTAL) && fs.alt_form) {
+ fs.prec = 1; // octal special case, print a single '0'
+ }
+#endif
+ } else
+#endif
+#if NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS == 1
+ if (fs.conv_spec == NPF_FMT_SPEC_CONV_BINARY) {
+ cbuf_len = npf_bin_len(val); u.binval = val;
+ } else
+#endif
+ {
+ uint_fast8_t const base = (fs.conv_spec == NPF_FMT_SPEC_CONV_OCTAL) ?
+ 8u : ((fs.conv_spec == NPF_FMT_SPEC_CONV_UNSIGNED_INT) ? 10u : 16u);
+ cbuf_len = npf_utoa_rev(val, cbuf, base, fs.case_adjust);
+ }
+
+#if NANOPRINTF_USE_ALT_FORM_FLAG == 1
+ if (val && fs.alt_form && (fs.conv_spec == NPF_FMT_SPEC_CONV_OCTAL)) {
+ cbuf[cbuf_len++] = '0'; // OK to add leading octal '0' immediately.
+ }
+
+ if (val && fs.alt_form) { // 0x or 0b but can't write it yet.
+ if ((fs.conv_spec == NPF_FMT_SPEC_CONV_HEX_INT) ||
+ (fs.conv_spec == NPF_FMT_SPEC_CONV_POINTER)) { need_0x = 'X'; }
+#if NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS == 1
+ else if (fs.conv_spec == NPF_FMT_SPEC_CONV_BINARY) { need_0x = 'B'; }
+#endif
+ if (need_0x) { need_0x = (char)(need_0x + fs.case_adjust); }
+ }
+#endif
+ } break;
+
+#if NANOPRINTF_USE_WRITEBACK_FORMAT_SPECIFIERS == 1
+ case NPF_FMT_SPEC_CONV_WRITEBACK:
+ switch (fs.length_modifier) {
+ NPF_WRITEBACK(NONE, int);
+#if NANOPRINTF_USE_SMALL_FORMAT_SPECIFIERS == 1
+ NPF_WRITEBACK(SHORT, short);
+ NPF_WRITEBACK(CHAR, signed char);
+#endif
+ NPF_WRITEBACK(LONG, long);
+#if NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS == 1
+ NPF_WRITEBACK(LARGE_LONG_LONG, long long);
+ NPF_WRITEBACK(LARGE_INTMAX, intmax_t);
+ NPF_WRITEBACK(LARGE_SIZET, npf_ssize_t);
+ NPF_WRITEBACK(LARGE_PTRDIFFT, ptrdiff_t);
+#endif
+ default: break;
+ } break;
+#endif
+
+#if NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS == 1
+ case NPF_FMT_SPEC_CONV_FLOAT_DEC:
+ case NPF_FMT_SPEC_CONV_FLOAT_SCI:
+ case NPF_FMT_SPEC_CONV_FLOAT_SHORTEST:
+ case NPF_FMT_SPEC_CONV_FLOAT_HEX: {
+ double val;
+ if (fs.length_modifier == NPF_FMT_SPEC_LEN_MOD_LONG_DOUBLE) {
+ val = (double)va_arg(args, long double);
+ } else {
+ val = va_arg(args, double);
+ }
+
+ sign_c = (npf_double_to_int_rep(val) >> NPF_DOUBLE_SIGN_POS) ? '-' : fs.prepend;
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ zero = (val == 0.);
+#endif
+ cbuf_len = npf_ftoa_rev(cbuf, &fs, val);
+ if (cbuf_len < 0) { // negative means text (not number), so ignore the '0' flag
+ cbuf_len = -cbuf_len;
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ fs.leading_zero_pad = 0;
+#endif
+ }
+ } break;
+#endif
+ default: break;
+ }
+
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ // Compute the field width pad character
+ if (fs.field_width_opt != NPF_FMT_SPEC_OPT_NONE) {
+ if (fs.leading_zero_pad) {
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ if ((fs.prec_opt != NPF_FMT_SPEC_OPT_NONE) && !fs.prec && zero) {
+ pad_c = ' ';
+ } else
+#endif
+ { pad_c = '0'; }
+ } else { pad_c = ' '; }
+ }
+#endif
+
+ // Compute the number of bytes to truncate or '0'-pad.
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ if (fs.conv_spec != NPF_FMT_SPEC_CONV_STRING) {
+#if NANOPRINTF_USE_FLOAT_FORMAT_SPECIFIERS == 1
+ // float precision is after the decimal point
+ if ((fs.conv_spec != NPF_FMT_SPEC_CONV_FLOAT_DEC) &&
+ (fs.conv_spec != NPF_FMT_SPEC_CONV_FLOAT_SCI) &&
+ (fs.conv_spec != NPF_FMT_SPEC_CONV_FLOAT_SHORTEST) &&
+ (fs.conv_spec != NPF_FMT_SPEC_CONV_FLOAT_HEX))
+#endif
+ { prec_pad = NPF_MAX(0, fs.prec - cbuf_len); }
+ }
+#endif
+
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ // Given the full converted length, how many pad bytes?
+ field_pad = fs.field_width - cbuf_len - !!sign_c;
+ if (need_0x) { field_pad -= 2; }
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ field_pad -= prec_pad;
+#endif
+ field_pad = NPF_MAX(0, field_pad);
+
+ // Apply right-justified field width if requested
+ if (!fs.left_justified && pad_c) { // If leading zeros pad, sign goes first.
+ if (pad_c == '0') {
+ if (sign_c) { NPF_PUTC(sign_c); sign_c = 0; }
+ // Pad byte is '0', write '0x' before '0' pad chars.
+ if (need_0x) { NPF_PUTC('0'); NPF_PUTC(need_0x); }
+ }
+ while (field_pad-- > 0) { NPF_PUTC(pad_c); }
+ // Pad byte is ' ', write '0x' after ' ' pad chars but before number.
+ if ((pad_c != '0') && need_0x) { NPF_PUTC('0'); NPF_PUTC(need_0x); }
+ } else
+#endif
+ { if (need_0x) { NPF_PUTC('0'); NPF_PUTC(need_0x); } } // no pad, '0x' requested.
+
+ // Write the converted payload
+ if (fs.conv_spec == NPF_FMT_SPEC_CONV_STRING) {
+ for (int i = 0; cbuf && (i < cbuf_len); ++i) { NPF_PUTC(cbuf[i]); }
+ } else {
+ if (sign_c) { NPF_PUTC(sign_c); }
+#if NANOPRINTF_USE_PRECISION_FORMAT_SPECIFIERS == 1
+ while (prec_pad-- > 0) { NPF_PUTC('0'); } // int precision leads.
+#endif
+#if NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS == 1
+ if (fs.conv_spec == NPF_FMT_SPEC_CONV_BINARY) {
+ while (cbuf_len) { NPF_PUTC('0' + ((u.binval >> --cbuf_len) & 1)); }
+ } else
+#endif
+ { while (cbuf_len-- > 0) { NPF_PUTC(cbuf[cbuf_len]); } } // payload is reversed
+ }
+
+#if NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS == 1
+ if (fs.left_justified && pad_c) { // Apply left-justified field width
+ while (field_pad-- > 0) { NPF_PUTC(pad_c); }
+ }
+#endif
+ }
+
+ return pc_cnt.n;
+}
+
+#undef NPF_PUTC
+#undef NPF_EXTRACT
+#undef NPF_WRITEBACK
+
+int npf_pprintf(npf_putc pc,
+ void * NPF_RESTRICT pc_ctx,
+ char const * NPF_RESTRICT format,
+ ...) {
+ va_list val;
+ va_start(val, format);
+ int const rv = npf_vpprintf(pc, pc_ctx, format, val);
+ va_end(val);
+ return rv;
+}
+
+int npf_snprintf(char * NPF_RESTRICT buffer,
+ size_t bufsz,
+ const char * NPF_RESTRICT format,
+ ...) {
+ va_list val;
+ va_start(val, format);
+ int const rv = npf_vsnprintf(buffer, bufsz, format, val);
+ va_end(val);
+ return rv;
+}
+
+int npf_vsnprintf(char * NPF_RESTRICT buffer,
+ size_t bufsz,
+ char const * NPF_RESTRICT format,
+ va_list vlist) {
+ npf_bufputc_ctx_t bufputc_ctx;
+ bufputc_ctx.dst = buffer;
+ bufputc_ctx.len = bufsz;
+ bufputc_ctx.cur = 0;
+
+ npf_putc const pc = buffer ? npf_bufputc : npf_bufputc_nop;
+ int const n = npf_vpprintf(pc, &bufputc_ctx, format, vlist);
+
+ if (buffer && bufsz) {
+#ifdef NANOPRINTF_SNPRINTF_SAFE_EMPTY_STRING_ON_OVERFLOW
+ buffer[(n < 0 || (unsigned)n >= bufsz) ? 0 : n] = '\0';
+#else
+ buffer[n < 0 ? 0 : NPF_MIN((unsigned)n, bufsz - 1)] = '\0';
+#endif
+ }
+
+ return n;
+}
+
+#if NPF_HAVE_GCC_WARNING_PRAGMAS
+ #pragma GCC diagnostic pop
+#endif
+
+#ifdef _MSC_VER
+ #pragma warning(pop)
+#endif
+
+#endif // NPF_IMPLEMENTATION_INCLUDED
+#endif // NANOPRINTF_IMPLEMENTATION
+
+/*
+ nanoprintf is dual-licensed under both the "Unlicense" and the
+ "Zero-Clause BSD" (0BSD) licenses. The intent of this dual-licensing
+ structure is to make nanoprintf as consumable as possible in as many
+ environments / countries / companies as possible without any
+ encumberances.
+
+ The text of the two licenses follows below:
+
+ ============================== UNLICENSE ==============================
+
+ This is free and unencumbered software released into the public domain.
+
+ Anyone is free to copy, modify, publish, use, compile, sell, or
+ distribute this software, either in source code form or as a compiled
+ binary, for any purpose, commercial or non-commercial, and by any
+ means.
+
+ In jurisdictions that recognize copyright laws, the author or authors
+ of this software dedicate any and all copyright interest in the
+ software to the public domain. We make this dedication for the benefit
+ of the public at large and to the detriment of our heirs and
+ successors. We intend this dedication to be an overt act of
+ relinquishment in perpetuity of all present and future rights to this
+ software under copyright law.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+
+ For more information, please refer to
+
+ ================================ 0BSD =================================
+
+ Copyright (C) 2019- by Charles Nicholson
+
+ Permission to use, copy, modify, and/or distribute this software for
+ any purpose with or without fee is hereby granted.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+*/
\ No newline at end of file
diff --git a/examples/G0B1_inst/Core/Inc/triceConfig.h b/examples/G0B1_inst/Core/Inc/triceConfig.h
index c85da2b3c..80ca9109c 100644
--- a/examples/G0B1_inst/Core/Inc/triceConfig.h
+++ b/examples/G0B1_inst/Core/Inc/triceConfig.h
@@ -9,38 +9,61 @@
extern "C" {
#endif
+// TRICE_SINGLE_MAX_SIZE is used to truncate long runtime-generated strings, to detect the need for a ring buffer wrap, or to protect against overflow.
+// Limit custom assert messages to a safe size (>104) to avoid truncation
+#define TRICE_SINGLE_MAX_SIZE 256
+
//! TRICE_CLEAN, if found inside triceConfig.h, is modified by the Trice tool to silent editor warnings in the cleaned state.
#define TRICE_CLEAN 1 // Do not define this at an other place! But you can delete this here.
// hardware specific trice lib settings
-#include "main.h"
-#define TriceStamp16 TIM17->CNT // 0...999 us
-#define TriceStamp32 HAL_GetTick() // 0...2^32-1 ms (wraps after 49.7 days)
+#include "main.h"
+#define TriceStamp16 TIM17->CNT // 0...999 us
+//#define TriceStamp32 HAL_GetTick() // 0...2^32-1 ms (wraps after 49.7 days)
+#define TriceStamp32 1750507965 // Output of 'date +"%s"' at Sa 21 Jun 2025 14:12:45 CEST
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_DEFERRED_BUFFER_SIZE 2000
-// trice l -p JLINK -args="-Device STM32G0B1RE -if SWD -Speed 4000 -RTTChannel 0" -pf none -d16 -ts ms
-//#define TRICE_DIRECT_OUTPUT 1
-//#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
+// Windows: trice log -p jlink -args "-Device STM32F030R8" -pf none -prefix off -hs off -d16 -showID "deb:%5d" -i ../../demoTIL.json -li ../../demoLI.json
+// Unix: ./RTTLogUnix.sh or manually:
+// Terminal 1: rm -f ./temp/trice.bin && JLinkRTTLogger -Device STM32G0B1RE -If SWD -Speed 4000 -RTTChannel 0 ./temp/trice.bin
+// Terminal 2: touch ./temp/trice.bin && trice log -p FILE -args ./temp/trice.bin -pf none -prefix off -hs off -d16 -ts ms -i ../../demoTIL.json -li ../../demoLI.json
+#define TRICE_DIRECT_OUTPUT 1
+#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
+#define BUFFER_SIZE_UP (2048) // "TRICE_DIRECT_BUFFER_SIZE"
-// trice log -p com7 -pw MySecret -pf COBS
+// Windows: trice log -p com3 -prefix off -hs off -pw MySecret -pf COBS -i ../../demoTIL.json -li ../../demoLI.json
+// Unix: trice log -p /dev/ttyACM0 -prefix off -hs off -pw MySecret -pf COBS -i ../../demoTIL.json -li ../../demoLI.json
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
#define TRICE_DEFERRED_UARTA 1
#define TRICE_UARTA USART2
+//#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
+
#include "cmsis_gcc.h"
-#define TRICE_ENTER_CRITICAL_SECTION { uint32_t primaskstate = __get_PRIMASK(); __disable_irq(); {
-#define TRICE_LEAVE_CRITICAL_SECTION } __set_PRIMASK(primaskstate); }
+#define TRICE_ENTER_CRITICAL_SECTION \
+ { \
+ uint32_t primaskstate = __get_PRIMASK(); \
+ __disable_irq(); \
+ {
+#define TRICE_LEAVE_CRITICAL_SECTION \
+ } \
+ __set_PRIMASK(primaskstate); \
+ }
-void TriceHeadLine(char* name);
+void TriceHeadLine(char * name);
void LogTriceConfiguration(void);
void SomeExampleTrices(int burstCount);
#define TRICE_FULL_CHECK
+#define tell trice
+#define who triceS
+//#define who(iD(13002), id,...) triceS(id, __VA_ARGS__)
+
#ifdef __cplusplus
}
#endif
diff --git a/examples/G0B1_inst/Core/Inc/triceCustomAliases.h b/examples/G0B1_inst/Core/Inc/triceCustomAliases.h
new file mode 100644
index 000000000..d423805f4
--- /dev/null
+++ b/examples/G0B1_inst/Core/Inc/triceCustomAliases.h
@@ -0,0 +1,117 @@
+#ifndef TRICE_CUSTOM_ALIASES_H_
+#define TRICE_CUSTOM_ALIASES_H_
+
+#include "stm32g0xx_ll_usart.h"
+#define NANOPRINTF_IMPLEMENTATION
+#include "nanoprintf.h"
+#include "trice.h"
+
+// Helper macro to extract the filename from the full path
+#ifndef FILENAME
+ #define FILENAME(path) (strrchr(path, '/') ? strrchr(path, '/') + 1 : (strrchr(path, '\\') ? strrchr(path, '\\') + 1 : path))
+#endif
+
+// Argument counting dispatch (up to 16 arguments)
+#define GET_17TH_ARG(_1,_2,_3,_4,_5,_6,_7,_8,_9,_10,_11,_12,_13,_14,_15,_16,_17,...) _17
+#define COUNT_ARGS_3(...) GET_17TH_ARG(__VA_ARGS__,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,1,0)
+#define COUNT_ARGS_4(...) GET_17TH_ARG(__VA_ARGS__,4,4,4,4,4,4,4,4,4,4,4,4,4,3,2,1,0)
+#define _DISPATCH_IMPL(name,N) name##_##N
+#define _DISPATCH_EXPAND(name,N) _DISPATCH_IMPL(name,N)
+
+// Portable pragma macros for disabling nonnull warnings
+#if defined(__GNUC__) || defined(__clang__)
+ // GCC and Clang
+ #define DISABLE_NONNULL_WARNING_BEGIN \
+ _Pragma("GCC diagnostic push") \
+ _Pragma("GCC diagnostic ignored \"-Wnonnull\"")
+ #define DISABLE_NONNULL_WARNING_END \
+ _Pragma("GCC diagnostic pop")
+#elif defined(_MSC_VER)
+ // Microsoft Visual C++
+ #define DISABLE_NONNULL_WARNING_BEGIN \
+ __pragma(warning(push)) \
+ __pragma(warning(disable: 6387))
+ #define DISABLE_NONNULL_WARNING_END \
+ __pragma(warning(pop))
+#else
+ // Unknown compiler - no-op
+ #define DISABLE_NONNULL_WARNING_BEGIN
+ #define DISABLE_NONNULL_WARNING_END
+#endif
+
+ #define ASSERT_MESSAGE_HELPER_VAR(out_var, condition_str, file_path, line_number, fmt, ...) \
+ char full_msg[512]; \
+ if (fmt != NULL) { \
+ DISABLE_NONNULL_WARNING_BEGIN \
+ char user_msg[256]; \
+ npf_snprintf(user_msg, sizeof(user_msg), fmt, ##__VA_ARGS__); \
+ DISABLE_NONNULL_WARNING_END \
+ npf_snprintf(full_msg, sizeof(full_msg), "[ASSERT] %s:%d: %s -> %s\n", \
+ FILENAME(file_path), line_number, condition_str, user_msg); \
+ } else { \
+ npf_snprintf(full_msg, sizeof(full_msg), "[ASSERT] %s:%d: %s\n", \
+ FILENAME(file_path), line_number, condition_str); \
+ } \
+ char* out_var = full_msg
+
+#if (defined(TRICE_CLEAN) && TRICE_CLEAN == 0 ) || !defined(TRICE_OFF) || TRICE_OFF == 0
+// ALL calls have ID as first parameter.
+
+ #define CUSTOM_ASSERT_IMPL(id, condition, condition_str, file, line, fmt, ...) \
+ do { \
+ if (!(condition)) { \
+ ASSERT_MESSAGE_HELPER_VAR(assert_msg, condition_str, file, line, fmt, ##__VA_ARGS__); \
+ triceS(id, "%s", assert_msg); \
+ } \
+ } while(0)
+
+ #define CUSTOM_PRINT(id, ...) trice(id, ##__VA_ARGS__)
+
+ // Assert implementations
+ #define CUSTOM_ASSERT_1(id) \
+ static_assert(0,"CUSTOM_ASSERT requires at least 2 arguments: id, condition")
+
+ #define CUSTOM_ASSERT_2(id,condition) \
+ CUSTOM_ASSERT_IMPL(id, condition, #condition, __FILE__, __LINE__, NULL)
+
+ #define CUSTOM_ASSERT_3(id,condition,fmt) \
+ CUSTOM_ASSERT_IMPL(id, condition, #condition, __FILE__, __LINE__, fmt)
+
+ #define CUSTOM_ASSERT_4(id,condition,fmt,...) \
+ CUSTOM_ASSERT_IMPL(id, condition, #condition, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
+
+ #define CUSTOM_ASSERT(...) \
+ _DISPATCH_EXPAND(CUSTOM_ASSERT,COUNT_ARGS_4(__VA_ARGS__))(__VA_ARGS__)
+
+#else
+ static inline void uart2_putc(int c, void *ctx) {
+ (void)ctx; // unused
+ while (!LL_USART_IsActiveFlag_TXE(USART2)) {}
+ LL_USART_TransmitData8(USART2, (uint8_t)c);
+ while (!LL_USART_IsActiveFlag_TC(USART2)) {}
+ }
+
+ // NO calls have ID, fallback to printf.
+ #define CUSTOM_ASSERT_IMPL(condition, condition_str, file, line, fmt, ...) \
+ do { \
+ if (!(condition)) { \
+ ASSERT_MESSAGE_HELPER_VAR(assert_msg, condition_str, file, line, fmt, ##__VA_ARGS__); \
+ npf_pprintf(&uart2_putc, NULL, "%s", assert_msg); \
+ } \
+ } while(0)
+
+ #define CUSTOM_PRINT(fmt,...) npf_pprintf(&uart2_putc, NULL, fmt, ##__VA_ARGS__)
+
+ #define CUSTOM_ASSERT_1(condition) \
+ CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, NULL)
+
+ #define CUSTOM_ASSERT_2(condition,fmt) \
+ CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt)
+
+ #define CUSTOM_ASSERT_3(condition,fmt,...) \
+ CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
+
+ #define CUSTOM_ASSERT(...) _DISPATCH_EXPAND(CUSTOM_ASSERT,COUNT_ARGS_3(__VA_ARGS__))(__VA_ARGS__)
+#endif
+
+#endif
\ No newline at end of file
diff --git a/examples/G0B1_inst/Core/Inc/triceUart.h b/examples/G0B1_inst/Core/Inc/triceUart.h
index 22c4dfff4..d03f4ae47 100644
--- a/examples/G0B1_inst/Core/Inc/triceUart.h
+++ b/examples/G0B1_inst/Core/Inc/triceUart.h
@@ -12,8 +12,8 @@ extern "C" {
#include "trice.h"
#include "main.h" // hardware specific definitions
-TRICE_INLINE void ToggleOpticalFeedbackLED( void ){
- //LL_GPIO_TogglePin(LD2_GPIO_Port, LD2_Pin);
+TRICE_INLINE void ToggleOpticalFeedbackLED(void) {
+ // LL_GPIO_TogglePin(LD2_GPIO_Port, LD2_Pin);
}
#if TRICE_DEFERRED_UARTA == 1
@@ -23,27 +23,27 @@ TRICE_INLINE void ToggleOpticalFeedbackLED( void ){
//! \retval !0 == empty
//! User must provide this function.
TRICE_INLINE uint32_t triceTxDataRegisterEmptyUartA(void) {
- return LL_USART_IsActiveFlag_TXE(TRICE_UARTA);
+ return LL_USART_IsActiveFlag_TXE(TRICE_UARTA);
}
//! Write value v into trice transmit register.
//! \param v byte to transmit
//! User must provide this function.
TRICE_INLINE void triceTransmitData8UartA(uint8_t v) {
- LL_USART_TransmitData8(TRICE_UARTA, v);
- ToggleOpticalFeedbackLED();
+ LL_USART_TransmitData8(TRICE_UARTA, v);
+ ToggleOpticalFeedbackLED();
}
//! Allow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceEnableTxEmptyInterruptUartA(void) {
- LL_USART_EnableIT_TXE(TRICE_UARTA);
+ LL_USART_EnableIT_TXE(TRICE_UARTA);
}
//! Disallow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceDisableTxEmptyInterruptUartA(void) {
- LL_USART_DisableIT_TXE(TRICE_UARTA);
+ LL_USART_DisableIT_TXE(TRICE_UARTA);
}
#endif // #if TRICE_DEFERRED_UARTA == 1
@@ -54,27 +54,27 @@ TRICE_INLINE void triceDisableTxEmptyInterruptUartA(void) {
//! \retval !0 == empty
//! User must provide this function.
TRICE_INLINE uint32_t triceTxDataRegisterEmptyUartB(void) {
- return LL_USART_IsActiveFlag_TXE(TRICE_UARTB);
+ return LL_USART_IsActiveFlag_TXE(TRICE_UARTB);
}
//! Write value v into trice transmit register.
//! \param v byte to transmit
//! User must provide this function.
TRICE_INLINE void triceTransmitData8UartB(uint8_t v) {
- LL_USART_TransmitData8(TRICE_UARTB, v);
- ToggleOpticalFeedbackLED();
+ LL_USART_TransmitData8(TRICE_UARTB, v);
+ ToggleOpticalFeedbackLED();
}
//! Allow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceEnableTxEmptyInterruptUartB(void) {
- LL_USART_EnableIT_TXE(TRICE_UARTB);
+ LL_USART_EnableIT_TXE(TRICE_UARTB);
}
//! Disallow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceDisableTxEmptyInterruptUartB(void) {
- LL_USART_DisableIT_TXE(TRICE_UARTB);
+ LL_USART_DisableIT_TXE(TRICE_UARTB);
}
#endif // #if TRICE_DEFERRED_UARTB == 1
diff --git a/examples/G0B1_inst/Core/Src/main.c b/examples/G0B1_inst/Core/Src/main.c
index 46733e914..2f3610f3e 100644
--- a/examples/G0B1_inst/Core/Src/main.c
+++ b/examples/G0B1_inst/Core/Src/main.c
@@ -22,7 +22,7 @@
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
-#include "trice.h"
+#include "triceCustomAliases.h"
#include // INT_MAX
/* USER CODE END Includes */
@@ -81,6 +81,7 @@ int main(void)
/* USER CODE BEGIN 1 */
#if !TRICE_OFF
TriceInit(); // This so early, to allow trice logs inside interrupts from the beginning. Only needed for RTT.
+ TRice("Fun %x!\n", 0xadded ); // with "fixed" iD(255), 32-bit stamp, and with `\n`
TriceHeadLine(" NUCLEO-G0B1RE ");
LogTriceConfiguration();
SomeExampleTrices(3);
@@ -107,6 +108,30 @@ int main(void)
MX_GPIO_Init();
MX_USART2_UART_Init();
/* USER CODE BEGIN 2 */
+
+#if 1 // TRICE_OFF == 1 // With TRICE_OFF the custom macros fall back to the custom implementation, so the users implementation is active then.
+
+ // The custom macros cause compiler warnings, when the IDs are still inserted. Therefore a 'trice clean' is needed before building the binary.
+
+ /* Some Custom Trice Alias Examples */
+ const int theRightAnswer = 42;
+ const int theFastFoundAnswer = 24;
+ const char* theQuestion = "What could be the answer to the Ultimate Question of Life, the Universe, and Everything?";
+
+ // Some Trice custom alias examples
+ CUSTOM_PRINT("CUSTOM_PRINT example: the right answer is: %d\n", theRightAnswer);
+
+ // Assert with condition
+ CUSTOM_ASSERT(theFastFoundAnswer == theRightAnswer);
+
+ // Assert with condition and a message: This works too, but triggers a clang compiler warning, we cannot suppress.
+ //CUSTOM_ASSERT(theFastFoundAnswer == theRightAnswer, (char*)theQuestion ); // https://stackoverflow.com/questions/52692564/how-can-i-disable-format-security-error-with-clang
+
+ // Assert with condition and a message and some extra message arguments
+ CUSTOM_ASSERT(theFastFoundAnswer == theRightAnswer, (char*)"'%s' Am, it is %d", (char*)theQuestion, theRightAnswer);
+
+ #endif
+
/* USER CODE END 2 */
/* USER CODE BEGIN RTOS_MUTEX */
diff --git a/examples/G0B1_inst/main.mak b/examples/G0B1_inst/Makefile
similarity index 89%
rename from examples/G0B1_inst/main.mak
rename to examples/G0B1_inst/Makefile
index 9d44f85f7..862dffc4f 100644
--- a/examples/G0B1_inst/main.mak
+++ b/examples/G0B1_inst/Makefile
@@ -1,6 +1,16 @@
-# main.mak
+# Makefile
-BUILDFILES = build.sh OS_Darwin.mak OS_Linux.mak OS_Windows.mak main.mak mcu.mak flags.mak gcc0.mak gcc1.mak clang0.mak clang1.mak
+# Put ARM Clang first in path temporary to avoid compiler variants issues.
+#export PATH := C:\bin\ArmClang\bin:$(PATH)
+
+# ARM Clang uses the ARM GNU toolchain libraries and finds them over C_INCLUDE_PATH.
+#export C_INCLUDE_PATH := C:\bin\ArmGNUToolchain\arm-none-eabi\include
+#export C_INCLUDE_PATH := /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include/
+
+# for llvm-size under Darwin
+#export PATH := /Library/Developer/CommandLineTools/usr/bin:$(PATH)
+
+BUILDFILES = build.sh Makefile mcu.mak flags.mak gcc0.mak gcc1.mak clang0.mak clang1.mak
VERBOSE = # -v
######################################
@@ -100,7 +110,6 @@ include mcu.mak
# CFLAGS
#######################################
-
# macros for gcc
# AS defines
AS_DEFS =
@@ -112,7 +121,6 @@ C_DEFS = \
-DUSE_HAL_DRIVER \
$(TRICE_FLAGS)
-
# AS includes
AS_INCLUDES = \
-ICore/Inc
@@ -135,7 +143,7 @@ include flags.mak
.PHONY: all gcc clean log version
-all: clang # gcc clang
+all: gcc # gcc clang
clang: $(CLANG_BUILD)/$(TARGET).elf $(CLANG_BUILD)/$(TARGET).hex $(CLANG_BUILD)/$(TARGET).bin
@:
diff --git a/examples/G0B1_inst/OS_Darwin.mak b/examples/G0B1_inst/OS_Darwin.mak
deleted file mode 100644
index 225c2590e..000000000
--- a/examples/G0B1_inst/OS_Darwin.mak
+++ /dev/null
@@ -1,10 +0,0 @@
-# OS_Darwin.mak
-
-export PATH := /usr/bin:/opt/homebrew/bin:$(PATH)
-
-export C_INCLUDE_PATH := \
-/opt/homebrew/Cellar/arm-none-eabi-gcc/14.2.0/lib/gcc/arm-none-eabi/14.2.0/include:\
-/opt/homebrew/Cellar/arm-none-eabi-gcc/14.2.0/lib/gcc/arm-none-eabi/14.2.0/include-fixed
-
-include main.mak
-
diff --git a/examples/G0B1_inst/OS_Linux.mak b/examples/G0B1_inst/OS_Linux.mak
deleted file mode 100644
index 339d3e8d7..000000000
--- a/examples/G0B1_inst/OS_Linux.mak
+++ /dev/null
@@ -1,6 +0,0 @@
-# OS_Linux.mak
-
-todo
-
-include main.mak
-
diff --git a/examples/G0B1_inst/OS_Windows.mak b/examples/G0B1_inst/OS_Windows.mak
deleted file mode 100644
index d3f6db05f..000000000
--- a/examples/G0B1_inst/OS_Windows.mak
+++ /dev/null
@@ -1,10 +0,0 @@
-# OS-Windows.mak
-
-# Put ARM Clang first in path temporary to avoid compiler variants issues.
-export PATH := C:\bin\ArmClang\bin:C:\bin\ArmGNUToolchain\bin:$(PATH)
-
-# ARM Clang uses the ARM GNU toolchain libraries and finds them over C_INCLUDE_PATH.
-export C_INCLUDE_PATH := C:\bin\ArmGNUToolchain\arm-none-eabi\include
-
-include main.mak
-
diff --git a/examples/G0B1_inst/RTTLogTmux.sh b/examples/G0B1_inst/RTTLogTmux.sh
new file mode 100755
index 000000000..f45d1068e
--- /dev/null
+++ b/examples/G0B1_inst/RTTLogTmux.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+# Linux: Needs "sudo apt install tmux" or similar done before.
+# Darwin: needs "brew install tmux"
+# Matching CLI values are matching triceConfig.h TRICE_DIRECT_OUTPUT=1 settings in this project.
+
+mkdir -p ./temp
+rm -f ./temp/trice.bin
+touch ./temp/trice.bin
+tmux new -s "tricerttlog" -d "JLinkRTTLogger -Device STM32G0B1RE -If SWD -Speed 4000 -RTTChannel 0 ./temp/trice.bin"
+trice log -p FILE -args ./temp/trice.bin -pf none -prefix off -hs off -d16 -ts16 "time:offs:%4d µs" -showID "deb:%5d" -i ../../demoTIL.json -li ../../demoLI.json -stat -ts32="epoch060102150405"
+tmux kill-session -t "tricerttlog"
diff --git a/examples/G0B1_inst/RTTLogWindows.sh b/examples/G0B1_inst/RTTLogWindows.sh
new file mode 100644
index 000000000..e452ee6f8
--- /dev/null
+++ b/examples/G0B1_inst/RTTLogWindows.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+
+# Matching CLI values are matching triceConfig.h TRICE_DIRECT_OUTPUT=1 settings in this project.
+
+
+
+
+
+trice.exe log -p jlink -args "-Device STM32F030R8" -pf none -prefix off -hs off -d16 -showID "deb:%5d" -i ../../demoTIL.json -li ../../demoLI.json -stat -ts16 "time:offs:%4d µs"
diff --git a/examples/G0B1_inst/ReadMe.md b/examples/G0B1_inst/ReadMe.md
index 95736180b..e9c0025a9 100644
--- a/examples/G0B1_inst/ReadMe.md
+++ b/examples/G0B1_inst/ReadMe.md
@@ -1 +1 @@
-# [../docs/TriceUserManual.md/#G0B1_inst-example](../docs/TriceUserManual.md/#g0b1_inst-example)
\ No newline at end of file
+# [../docs/TriceUserManual.md/#G0B1_inst](../docs/TriceUserManual.md/#g0b1_inst)
\ No newline at end of file
diff --git a/examples/G0B1_inst/build.sh b/examples/G0B1_inst/build.sh
index f521befac..289fd7643 100755
--- a/examples/G0B1_inst/build.sh
+++ b/examples/G0B1_inst/build.sh
@@ -5,22 +5,20 @@ flags=""
# Loop through all arguments
for arg in "$@"; do
+ if [ $arg = "TRICE_OFF=1" ]; then
+ export triceOFF="1"
+ fi
flags+="-D$arg "
done
# Trice is called here and not within make, to guarantee, it is finished before any other job starts.
-trice clean -cache -src ../../_test/testdata -src ../exampleData -src ./Core # Run this first to trigger the used editor to show the Trice IDs cleaned state.
-trice insert -cache -src ../../_test/testdata -src ../exampleData -src ./Core -IDMin 16200 -IDMax 16383 -IDMethod upward # Add project data.
+../../trice_cleanIDs_in_examples_and_test_folder.sh # Run this first to trigger the used editor to show the Trice IDs cleaned state.
-case "$OSTYPE" in
- darwin*) make -j $(sysctl -n hw.ncpu) TRICE_FLAGS="$flags" gcc -f OS_Darwin.mak ;;
- linux*) make -j $(nproc --all) TRICE_FLAGS="$flags" gcc -f OS_Linux.mak ;;
- msys*) make -j $(nproc --all) TRICE_FLAGS="$flags" clang -f OS_Windows.mak ;;
- cygwin*) make -j $(nproc --all) TRICE_FLAGS="$flags" clang -f OS_Windows.mak ;;
- *) echo "unknown: $OSTYPE" ;;
- solaris*) echo "SOLARIS not implemented" ;;
- bsd*) echo "BSD not implemented" ;;
-esac
+if [ "$triceOFF" != "1" ]; then
+ ../../trice_insertIDs_in_examples_and_test_folder.sh # custom aliases should be without IDs, when translating with TRICE_OFF=1
+fi
-trice clean -cache -src ../../_test/testdata -src ../exampleData -src ./Core # Run this again to get the Trice IDs cleaned state.
+source ../../build_environment.sh
+make $MAKE_JOBS TRICE_FLAGS="$flags" gcc
+../../trice_cleanIDs_in_examples_and_test_folder.sh # Run this again to get the Trice IDs cleaned state.
diff --git a/examples/G0B1_inst/build_with_clang.sh b/examples/G0B1_inst/build_with_clang.sh
new file mode 100755
index 000000000..93c417668
--- /dev/null
+++ b/examples/G0B1_inst/build_with_clang.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Trice is called here and not within make, to guarantee, it is finished before any other job starts.
+../../trice_cleanIDs_in_examples_and_test_folder.sh # Run this first to trigger the used editor to show the Trice IDs cleaned state.
+../../trice_insertIDs_in_examples_and_test_folder.sh
+
+source ../../build_environment.sh
+make $MAKE_JOBS clang
+
+../../trice_cleanIDs_in_examples_and_test_folder.sh # Run this again to get the Trice IDs cleaned state.
diff --git a/examples/G0B1_inst/clang0.mak b/examples/G0B1_inst/clang0.mak
index 24cdce41a..9c6ac9670 100644
--- a/examples/G0B1_inst/clang0.mak
+++ b/examples/G0B1_inst/clang0.mak
@@ -7,6 +7,7 @@ VERSION = # -17 # When a default version is used, this should be empty.
CLANG_CC = clang$(VERSION)
CLANG_AS = clang$(VERSION) -x assembler-with-cpp
CLANG_CP = llvm-objcopy$(VERSION)
+#CLANG_CP = objcopy
CLANG_SZ = llvm-size$(VERSION)
CLANG_HEX = $(CLANG_CP) -O ihex
CLANG_BIN = $(CLANG_CP) -O binary -S
diff --git a/examples/G0B1_inst/clang1.mak b/examples/G0B1_inst/clang1.mak
index 99d38c95a..0882d3363 100644
--- a/examples/G0B1_inst/clang1.mak
+++ b/examples/G0B1_inst/clang1.mak
@@ -26,7 +26,7 @@ $(CLANG_BUILD)/%.o: %.c $(BUILDFILES) | $(CLANG_BUILD)
$(CLANG_BUILD)/$(TARGET).elf: $(CLANG_OBJECTS) $(BUILDFILES)
@echo linking...
@$(GCC_CC) $(CLANG_OBJECTS) $(MCU) $(CLANG_LDFLAGS) $(VERBOSE) -o $@ 2> gccLinksClangWarning.txt
- @echo -e
+ @#echo -e
@$(CLANG_SZ) $@
# hex
diff --git a/examples/G0B1_inst/clean.sh b/examples/G0B1_inst/clean.sh
deleted file mode 100755
index 3e8d6dbd1..000000000
--- a/examples/G0B1_inst/clean.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-# Calling "make clean" does not remove the Trice IDs from the source code but "clean.sh" will do as well.
-trice clean -cache -src ./Core -src ../exampleData -src ../../_test/testdata
-make clean -f main.mak
diff --git a/examples/G0B1_inst/flags.mak b/examples/G0B1_inst/flags.mak
index daaeb5a12..70724ab84 100644
--- a/examples/G0B1_inst/flags.mak
+++ b/examples/G0B1_inst/flags.mak
@@ -37,9 +37,9 @@ FLAGS = # common flags for compiler, assembler and linker
#C_FLAGS += -O0 # -O0 means: 'do not optimize at all'.
#C_FLAGS += -O1 # -O1 means: 'optimize reasomable'.
#C_FLAGS += -O2 # -O2 means: 'optimize better'.
-#C_FLAGS += -O3 # -O3 means: 'the target machine has effectively unlimited RAM and icache, spew all the assembly you want if it has any benefit'.
+C_FLAGS += -O3 # -O3 means: 'the target machine has effectively unlimited RAM and icache, spew all the assembly you want if it has any benefit'.
#C_FLAGS += -Ofast # -Ofast optimizes for speed.
-C_FLAGS += -Oz # -Oz optimizes for size.
+#C_FLAGS += -Oz # -Oz optimizes for size.
###C_FLAGS += -Os # -Os enables a good balance of flags which optimize for size as well as speed.
#C_FLAGS += -Og# # -Og
diff --git a/examples/G0B1_inst/jlinkgdbserver.sh b/examples/G0B1_inst/jlinkgdbserver.sh
old mode 100644
new mode 100755
diff --git a/examples/G0B1_inst/li.json b/examples/G0B1_inst/li.json
deleted file mode 100644
index d9a9a9dcc..000000000
--- a/examples/G0B1_inst/li.json
+++ /dev/null
@@ -1,8978 +0,0 @@
-{
- "14000": {
- "File": "triceCheck.c",
- "Line": 34
- },
- "14001": {
- "File": "triceCheck.c",
- "Line": 55
- },
- "14002": {
- "File": "triceCheck.c",
- "Line": 57
- },
- "14003": {
- "File": "triceCheck.c",
- "Line": 59
- },
- "14004": {
- "File": "triceCheck.c",
- "Line": 60
- },
- "14005": {
- "File": "triceCheck.c",
- "Line": 61
- },
- "14006": {
- "File": "triceCheck.c",
- "Line": 137
- },
- "14007": {
- "File": "triceCheck.c",
- "Line": 138
- },
- "14008": {
- "File": "triceCheck.c",
- "Line": 139
- },
- "14009": {
- "File": "triceCheck.c",
- "Line": 140
- },
- "14010": {
- "File": "triceCheck.c",
- "Line": 141
- },
- "14011": {
- "File": "triceCheck.c",
- "Line": 142
- },
- "14012": {
- "File": "triceCheck.c",
- "Line": 143
- },
- "14013": {
- "File": "triceCheck.c",
- "Line": 144
- },
- "14014": {
- "File": "triceCheck.c",
- "Line": 145
- },
- "14015": {
- "File": "triceCheck.c",
- "Line": 146
- },
- "14016": {
- "File": "triceCheck.c",
- "Line": 147
- },
- "14017": {
- "File": "triceCheck.c",
- "Line": 148
- },
- "14018": {
- "File": "triceCheck.c",
- "Line": 149
- },
- "14019": {
- "File": "triceCheck.c",
- "Line": 150
- },
- "14020": {
- "File": "triceCheck.c",
- "Line": 152
- },
- "14021": {
- "File": "triceCheck.c",
- "Line": 153
- },
- "14022": {
- "File": "triceCheck.c",
- "Line": 154
- },
- "14023": {
- "File": "triceCheck.c",
- "Line": 155
- },
- "14024": {
- "File": "triceCheck.c",
- "Line": 156
- },
- "14025": {
- "File": "triceCheck.c",
- "Line": 157
- },
- "14026": {
- "File": "triceCheck.c",
- "Line": 158
- },
- "14027": {
- "File": "triceCheck.c",
- "Line": 159
- },
- "14028": {
- "File": "triceCheck.c",
- "Line": 160
- },
- "14029": {
- "File": "triceCheck.c",
- "Line": 161
- },
- "14030": {
- "File": "triceCheck.c",
- "Line": 162
- },
- "14031": {
- "File": "triceCheck.c",
- "Line": 163
- },
- "14032": {
- "File": "triceCheck.c",
- "Line": 164
- },
- "14033": {
- "File": "triceCheck.c",
- "Line": 165
- },
- "14034": {
- "File": "triceCheck.c",
- "Line": 167
- },
- "14035": {
- "File": "triceCheck.c",
- "Line": 168
- },
- "14036": {
- "File": "triceCheck.c",
- "Line": 169
- },
- "14037": {
- "File": "triceCheck.c",
- "Line": 170
- },
- "14038": {
- "File": "triceCheck.c",
- "Line": 171
- },
- "14039": {
- "File": "triceCheck.c",
- "Line": 172
- },
- "14040": {
- "File": "triceCheck.c",
- "Line": 173
- },
- "14041": {
- "File": "triceCheck.c",
- "Line": 174
- },
- "14042": {
- "File": "triceCheck.c",
- "Line": 175
- },
- "14043": {
- "File": "triceCheck.c",
- "Line": 176
- },
- "14044": {
- "File": "triceCheck.c",
- "Line": 177
- },
- "14045": {
- "File": "triceCheck.c",
- "Line": 178
- },
- "14046": {
- "File": "triceCheck.c",
- "Line": 179
- },
- "14047": {
- "File": "triceCheck.c",
- "Line": 180
- },
- "14048": {
- "File": "triceCheck.c",
- "Line": 182
- },
- "14049": {
- "File": "triceCheck.c",
- "Line": 183
- },
- "14050": {
- "File": "triceCheck.c",
- "Line": 184
- },
- "14051": {
- "File": "triceCheck.c",
- "Line": 185
- },
- "14052": {
- "File": "triceCheck.c",
- "Line": 186
- },
- "14053": {
- "File": "triceCheck.c",
- "Line": 187
- },
- "14054": {
- "File": "triceCheck.c",
- "Line": 188
- },
- "14055": {
- "File": "triceCheck.c",
- "Line": 189
- },
- "14056": {
- "File": "triceCheck.c",
- "Line": 190
- },
- "14057": {
- "File": "triceCheck.c",
- "Line": 191
- },
- "14058": {
- "File": "triceCheck.c",
- "Line": 192
- },
- "14059": {
- "File": "triceCheck.c",
- "Line": 193
- },
- "14060": {
- "File": "triceCheck.c",
- "Line": 194
- },
- "14061": {
- "File": "triceCheck.c",
- "Line": 196
- },
- "14062": {
- "File": "triceCheck.c",
- "Line": 197
- },
- "14063": {
- "File": "triceCheck.c",
- "Line": 199
- },
- "14064": {
- "File": "triceCheck.c",
- "Line": 201
- },
- "14065": {
- "File": "triceCheck.c",
- "Line": 202
- },
- "14066": {
- "File": "triceCheck.c",
- "Line": 203
- },
- "14067": {
- "File": "triceCheck.c",
- "Line": 204
- },
- "14068": {
- "File": "triceCheck.c",
- "Line": 205
- },
- "14069": {
- "File": "triceCheck.c",
- "Line": 206
- },
- "14070": {
- "File": "triceCheck.c",
- "Line": 207
- },
- "14071": {
- "File": "triceCheck.c",
- "Line": 208
- },
- "14072": {
- "File": "triceCheck.c",
- "Line": 209
- },
- "14073": {
- "File": "triceCheck.c",
- "Line": 210
- },
- "14074": {
- "File": "triceCheck.c",
- "Line": 211
- },
- "14075": {
- "File": "triceCheck.c",
- "Line": 212
- },
- "14076": {
- "File": "triceCheck.c",
- "Line": 214
- },
- "14077": {
- "File": "triceCheck.c",
- "Line": 215
- },
- "14078": {
- "File": "triceCheck.c",
- "Line": 217
- },
- "14079": {
- "File": "triceCheck.c",
- "Line": 221
- },
- "14080": {
- "File": "triceCheck.c",
- "Line": 225
- },
- "14081": {
- "File": "triceCheck.c",
- "Line": 226
- },
- "14082": {
- "File": "triceCheck.c",
- "Line": 228
- },
- "14083": {
- "File": "triceCheck.c",
- "Line": 229
- },
- "14084": {
- "File": "triceCheck.c",
- "Line": 231
- },
- "14085": {
- "File": "triceCheck.c",
- "Line": 233
- },
- "14086": {
- "File": "triceCheck.c",
- "Line": 235
- },
- "14087": {
- "File": "triceCheck.c",
- "Line": 237
- },
- "14088": {
- "File": "triceCheck.c",
- "Line": 240
- },
- "14089": {
- "File": "triceCheck.c",
- "Line": 242
- },
- "14090": {
- "File": "triceCheck.c",
- "Line": 243
- },
- "14091": {
- "File": "triceCheck.c",
- "Line": 245
- },
- "14092": {
- "File": "triceCheck.c",
- "Line": 246
- },
- "14093": {
- "File": "triceCheck.c",
- "Line": 247
- },
- "14094": {
- "File": "triceCheck.c",
- "Line": 248
- },
- "14095": {
- "File": "triceCheck.c",
- "Line": 249
- },
- "14096": {
- "File": "triceCheck.c",
- "Line": 251
- },
- "14097": {
- "File": "triceCheck.c",
- "Line": 252
- },
- "14098": {
- "File": "triceCheck.c",
- "Line": 253
- },
- "14099": {
- "File": "triceCheck.c",
- "Line": 254
- },
- "14100": {
- "File": "triceCheck.c",
- "Line": 256
- },
- "14101": {
- "File": "triceCheck.c",
- "Line": 257
- },
- "14102": {
- "File": "triceCheck.c",
- "Line": 258
- },
- "14103": {
- "File": "triceCheck.c",
- "Line": 259
- },
- "14104": {
- "File": "triceCheck.c",
- "Line": 261
- },
- "14105": {
- "File": "triceCheck.c",
- "Line": 262
- },
- "14106": {
- "File": "triceCheck.c",
- "Line": 263
- },
- "14107": {
- "File": "triceCheck.c",
- "Line": 264
- },
- "14108": {
- "File": "triceCheck.c",
- "Line": 266
- },
- "14109": {
- "File": "triceCheck.c",
- "Line": 267
- },
- "14110": {
- "File": "triceCheck.c",
- "Line": 268
- },
- "14111": {
- "File": "triceCheck.c",
- "Line": 269
- },
- "14112": {
- "File": "triceCheck.c",
- "Line": 271
- },
- "14113": {
- "File": "triceCheck.c",
- "Line": 272
- },
- "14114": {
- "File": "triceCheck.c",
- "Line": 273
- },
- "14115": {
- "File": "triceCheck.c",
- "Line": 274
- },
- "14116": {
- "File": "triceCheck.c",
- "Line": 275
- },
- "14117": {
- "File": "triceCheck.c",
- "Line": 276
- },
- "14118": {
- "File": "triceCheck.c",
- "Line": 277
- },
- "14119": {
- "File": "triceCheck.c",
- "Line": 279
- },
- "14120": {
- "File": "triceCheck.c",
- "Line": 280
- },
- "14121": {
- "File": "triceCheck.c",
- "Line": 281
- },
- "14122": {
- "File": "triceCheck.c",
- "Line": 282
- },
- "14123": {
- "File": "triceCheck.c",
- "Line": 283
- },
- "14124": {
- "File": "triceCheck.c",
- "Line": 284
- },
- "14125": {
- "File": "triceCheck.c",
- "Line": 285
- },
- "14126": {
- "File": "triceCheck.c",
- "Line": 287
- },
- "14127": {
- "File": "triceCheck.c",
- "Line": 288
- },
- "14128": {
- "File": "triceCheck.c",
- "Line": 289
- },
- "14129": {
- "File": "triceCheck.c",
- "Line": 290
- },
- "14130": {
- "File": "triceCheck.c",
- "Line": 291
- },
- "14131": {
- "File": "triceCheck.c",
- "Line": 292
- },
- "14132": {
- "File": "triceCheck.c",
- "Line": 293
- },
- "14133": {
- "File": "triceCheck.c",
- "Line": 294
- },
- "14134": {
- "File": "triceCheck.c",
- "Line": 295
- },
- "14135": {
- "File": "triceCheck.c",
- "Line": 296
- },
- "14136": {
- "File": "triceCheck.c",
- "Line": 299
- },
- "14137": {
- "File": "triceCheck.c",
- "Line": 300
- },
- "14138": {
- "File": "triceCheck.c",
- "Line": 301
- },
- "14139": {
- "File": "triceCheck.c",
- "Line": 302
- },
- "14140": {
- "File": "triceCheck.c",
- "Line": 303
- },
- "14141": {
- "File": "triceCheck.c",
- "Line": 304
- },
- "14142": {
- "File": "triceCheck.c",
- "Line": 305
- },
- "14143": {
- "File": "triceCheck.c",
- "Line": 306
- },
- "14144": {
- "File": "triceCheck.c",
- "Line": 307
- },
- "14145": {
- "File": "triceCheck.c",
- "Line": 308
- },
- "14146": {
- "File": "triceCheck.c",
- "Line": 309
- },
- "14147": {
- "File": "triceCheck.c",
- "Line": 310
- },
- "14148": {
- "File": "triceCheck.c",
- "Line": 312
- },
- "14149": {
- "File": "triceCheck.c",
- "Line": 314
- },
- "14150": {
- "File": "triceCheck.c",
- "Line": 315
- },
- "14151": {
- "File": "triceCheck.c",
- "Line": 316
- },
- "14152": {
- "File": "triceCheck.c",
- "Line": 319
- },
- "14153": {
- "File": "triceCheck.c",
- "Line": 321
- },
- "14154": {
- "File": "triceCheck.c",
- "Line": 322
- },
- "14155": {
- "File": "triceCheck.c",
- "Line": 324
- },
- "14156": {
- "File": "triceCheck.c",
- "Line": 325
- },
- "14157": {
- "File": "triceCheck.c",
- "Line": 326
- },
- "14158": {
- "File": "triceCheck.c",
- "Line": 327
- },
- "14159": {
- "File": "triceCheck.c",
- "Line": 328
- },
- "14160": {
- "File": "triceCheck.c",
- "Line": 329
- },
- "14161": {
- "File": "triceCheck.c",
- "Line": 330
- },
- "14162": {
- "File": "triceCheck.c",
- "Line": 331
- },
- "14163": {
- "File": "triceCheck.c",
- "Line": 332
- },
- "14164": {
- "File": "triceCheck.c",
- "Line": 333
- },
- "14165": {
- "File": "triceCheck.c",
- "Line": 334
- },
- "14166": {
- "File": "triceCheck.c",
- "Line": 335
- },
- "14167": {
- "File": "triceCheck.c",
- "Line": 336
- },
- "14168": {
- "File": "triceCheck.c",
- "Line": 337
- },
- "14169": {
- "File": "triceCheck.c",
- "Line": 339
- },
- "14170": {
- "File": "triceCheck.c",
- "Line": 341
- },
- "14171": {
- "File": "triceCheck.c",
- "Line": 342
- },
- "14172": {
- "File": "triceCheck.c",
- "Line": 343
- },
- "14173": {
- "File": "triceCheck.c",
- "Line": 344
- },
- "14174": {
- "File": "triceCheck.c",
- "Line": 345
- },
- "14175": {
- "File": "triceCheck.c",
- "Line": 346
- },
- "14176": {
- "File": "triceCheck.c",
- "Line": 348
- },
- "14177": {
- "File": "triceCheck.c",
- "Line": 349
- },
- "14178": {
- "File": "triceCheck.c",
- "Line": 350
- },
- "14179": {
- "File": "triceCheck.c",
- "Line": 351
- },
- "14180": {
- "File": "triceCheck.c",
- "Line": 352
- },
- "14181": {
- "File": "triceCheck.c",
- "Line": 353
- },
- "14182": {
- "File": "triceCheck.c",
- "Line": 355
- },
- "14183": {
- "File": "triceCheck.c",
- "Line": 356
- },
- "14184": {
- "File": "triceCheck.c",
- "Line": 357
- },
- "14185": {
- "File": "triceCheck.c",
- "Line": 358
- },
- "14186": {
- "File": "triceCheck.c",
- "Line": 359
- },
- "14187": {
- "File": "triceCheck.c",
- "Line": 360
- },
- "14188": {
- "File": "triceCheck.c",
- "Line": 361
- },
- "14189": {
- "File": "triceCheck.c",
- "Line": 363
- },
- "14190": {
- "File": "triceCheck.c",
- "Line": 364
- },
- "14191": {
- "File": "triceCheck.c",
- "Line": 365
- },
- "14192": {
- "File": "triceCheck.c",
- "Line": 366
- },
- "14193": {
- "File": "triceCheck.c",
- "Line": 367
- },
- "14194": {
- "File": "triceCheck.c",
- "Line": 368
- },
- "14195": {
- "File": "triceCheck.c",
- "Line": 370
- },
- "14196": {
- "File": "triceCheck.c",
- "Line": 371
- },
- "14197": {
- "File": "triceCheck.c",
- "Line": 372
- },
- "14198": {
- "File": "triceCheck.c",
- "Line": 373
- },
- "14199": {
- "File": "triceCheck.c",
- "Line": 375
- },
- "14200": {
- "File": "triceCheck.c",
- "Line": 376
- },
- "14201": {
- "File": "triceCheck.c",
- "Line": 377
- },
- "14202": {
- "File": "triceCheck.c",
- "Line": 378
- },
- "14203": {
- "File": "triceCheck.c",
- "Line": 379
- },
- "14204": {
- "File": "triceCheck.c",
- "Line": 380
- },
- "14205": {
- "File": "triceCheck.c",
- "Line": 381
- },
- "14206": {
- "File": "triceCheck.c",
- "Line": 382
- },
- "14207": {
- "File": "triceCheck.c",
- "Line": 383
- },
- "14208": {
- "File": "triceCheck.c",
- "Line": 385
- },
- "14209": {
- "File": "triceCheck.c",
- "Line": 386
- },
- "14210": {
- "File": "triceCheck.c",
- "Line": 387
- },
- "14211": {
- "File": "triceCheck.c",
- "Line": 388
- },
- "14212": {
- "File": "triceCheck.c",
- "Line": 389
- },
- "14213": {
- "File": "triceCheck.c",
- "Line": 390
- },
- "14214": {
- "File": "triceCheck.c",
- "Line": 391
- },
- "14215": {
- "File": "triceCheck.c",
- "Line": 392
- },
- "14216": {
- "File": "triceCheck.c",
- "Line": 393
- },
- "14217": {
- "File": "triceCheck.c",
- "Line": 395
- },
- "14218": {
- "File": "triceCheck.c",
- "Line": 396
- },
- "14219": {
- "File": "triceCheck.c",
- "Line": 397
- },
- "14220": {
- "File": "triceCheck.c",
- "Line": 398
- },
- "14221": {
- "File": "triceCheck.c",
- "Line": 399
- },
- "14222": {
- "File": "triceCheck.c",
- "Line": 400
- },
- "14223": {
- "File": "triceCheck.c",
- "Line": 401
- },
- "14224": {
- "File": "triceCheck.c",
- "Line": 402
- },
- "14225": {
- "File": "triceCheck.c",
- "Line": 403
- },
- "14226": {
- "File": "triceCheck.c",
- "Line": 405
- },
- "14227": {
- "File": "triceCheck.c",
- "Line": 406
- },
- "14228": {
- "File": "triceCheck.c",
- "Line": 407
- },
- "14229": {
- "File": "triceCheck.c",
- "Line": 408
- },
- "14230": {
- "File": "triceCheck.c",
- "Line": 409
- },
- "14231": {
- "File": "triceCheck.c",
- "Line": 410
- },
- "14232": {
- "File": "triceCheck.c",
- "Line": 411
- },
- "14233": {
- "File": "triceCheck.c",
- "Line": 412
- },
- "14234": {
- "File": "triceCheck.c",
- "Line": 413
- },
- "14235": {
- "File": "triceCheck.c",
- "Line": 414
- },
- "14236": {
- "File": "triceCheck.c",
- "Line": 415
- },
- "14237": {
- "File": "triceCheck.c",
- "Line": 416
- },
- "14238": {
- "File": "triceCheck.c",
- "Line": 417
- },
- "14239": {
- "File": "triceCheck.c",
- "Line": 418
- },
- "14240": {
- "File": "triceCheck.c",
- "Line": 419
- },
- "14241": {
- "File": "triceCheck.c",
- "Line": 420
- },
- "14242": {
- "File": "triceCheck.c",
- "Line": 421
- },
- "14243": {
- "File": "triceCheck.c",
- "Line": 422
- },
- "14244": {
- "File": "triceCheck.c",
- "Line": 423
- },
- "14245": {
- "File": "triceCheck.c",
- "Line": 424
- },
- "14246": {
- "File": "triceCheck.c",
- "Line": 425
- },
- "14247": {
- "File": "triceCheck.c",
- "Line": 426
- },
- "14248": {
- "File": "triceCheck.c",
- "Line": 428
- },
- "14249": {
- "File": "triceCheck.c",
- "Line": 429
- },
- "14250": {
- "File": "triceCheck.c",
- "Line": 430
- },
- "14251": {
- "File": "triceCheck.c",
- "Line": 431
- },
- "14252": {
- "File": "triceCheck.c",
- "Line": 432
- },
- "14253": {
- "File": "triceCheck.c",
- "Line": 433
- },
- "14254": {
- "File": "triceCheck.c",
- "Line": 434
- },
- "14255": {
- "File": "triceCheck.c",
- "Line": 435
- },
- "14256": {
- "File": "triceCheck.c",
- "Line": 436
- },
- "14257": {
- "File": "triceCheck.c",
- "Line": 437
- },
- "14258": {
- "File": "triceCheck.c",
- "Line": 438
- },
- "14259": {
- "File": "triceCheck.c",
- "Line": 439
- },
- "14260": {
- "File": "triceCheck.c",
- "Line": 441
- },
- "14261": {
- "File": "triceCheck.c",
- "Line": 444
- },
- "14262": {
- "File": "triceCheck.c",
- "Line": 452
- },
- "14263": {
- "File": "triceCheck.c",
- "Line": 456
- },
- "14264": {
- "File": "triceCheck.c",
- "Line": 458
- },
- "14265": {
- "File": "triceCheck.c",
- "Line": 459
- },
- "14266": {
- "File": "triceCheck.c",
- "Line": 460
- },
- "14267": {
- "File": "triceCheck.c",
- "Line": 461
- },
- "14268": {
- "File": "triceCheck.c",
- "Line": 462
- },
- "14269": {
- "File": "triceCheck.c",
- "Line": 463
- },
- "14270": {
- "File": "triceCheck.c",
- "Line": 464
- },
- "14271": {
- "File": "triceCheck.c",
- "Line": 465
- },
- "14272": {
- "File": "triceCheck.c",
- "Line": 466
- },
- "14273": {
- "File": "triceCheck.c",
- "Line": 467
- },
- "14274": {
- "File": "triceCheck.c",
- "Line": 468
- },
- "14275": {
- "File": "triceCheck.c",
- "Line": 470
- },
- "14276": {
- "File": "triceCheck.c",
- "Line": 472
- },
- "14277": {
- "File": "triceCheck.c",
- "Line": 473
- },
- "14278": {
- "File": "triceCheck.c",
- "Line": 474
- },
- "14279": {
- "File": "triceCheck.c",
- "Line": 475
- },
- "14280": {
- "File": "triceCheck.c",
- "Line": 476
- },
- "14281": {
- "File": "triceCheck.c",
- "Line": 478
- },
- "14282": {
- "File": "triceCheck.c",
- "Line": 479
- },
- "14283": {
- "File": "triceCheck.c",
- "Line": 481
- },
- "14284": {
- "File": "triceCheck.c",
- "Line": 482
- },
- "14285": {
- "File": "triceCheck.c",
- "Line": 483
- },
- "14286": {
- "File": "triceCheck.c",
- "Line": 484
- },
- "14287": {
- "File": "triceCheck.c",
- "Line": 485
- },
- "14288": {
- "File": "triceCheck.c",
- "Line": 486
- },
- "14289": {
- "File": "triceCheck.c",
- "Line": 488
- },
- "14290": {
- "File": "triceCheck.c",
- "Line": 490
- },
- "14291": {
- "File": "triceCheck.c",
- "Line": 491
- },
- "14292": {
- "File": "triceCheck.c",
- "Line": 492
- },
- "14293": {
- "File": "triceCheck.c",
- "Line": 493
- },
- "14294": {
- "File": "triceCheck.c",
- "Line": 494
- },
- "14295": {
- "File": "triceCheck.c",
- "Line": 495
- },
- "14296": {
- "File": "triceCheck.c",
- "Line": 497
- },
- "14297": {
- "File": "triceCheck.c",
- "Line": 498
- },
- "14298": {
- "File": "triceCheck.c",
- "Line": 499
- },
- "14299": {
- "File": "triceCheck.c",
- "Line": 500
- },
- "14300": {
- "File": "triceCheck.c",
- "Line": 501
- },
- "14301": {
- "File": "triceCheck.c",
- "Line": 502
- },
- "14302": {
- "File": "triceCheck.c",
- "Line": 504
- },
- "14303": {
- "File": "triceCheck.c",
- "Line": 505
- },
- "14304": {
- "File": "triceCheck.c",
- "Line": 506
- },
- "14305": {
- "File": "triceCheck.c",
- "Line": 507
- },
- "14306": {
- "File": "triceCheck.c",
- "Line": 508
- },
- "14307": {
- "File": "triceCheck.c",
- "Line": 509
- },
- "14308": {
- "File": "triceCheck.c",
- "Line": 510
- },
- "14309": {
- "File": "triceCheck.c",
- "Line": 512
- },
- "14310": {
- "File": "triceCheck.c",
- "Line": 516
- },
- "14311": {
- "File": "triceCheck.c",
- "Line": 517
- },
- "14312": {
- "File": "triceCheck.c",
- "Line": 518
- },
- "14313": {
- "File": "triceCheck.c",
- "Line": 520
- },
- "14314": {
- "File": "triceCheck.c",
- "Line": 522
- },
- "14315": {
- "File": "triceCheck.c",
- "Line": 528
- },
- "14316": {
- "File": "triceCheck.c",
- "Line": 529
- },
- "14317": {
- "File": "triceCheck.c",
- "Line": 538
- },
- "14318": {
- "File": "triceCheck.c",
- "Line": 539
- },
- "14319": {
- "File": "triceCheck.c",
- "Line": 552
- },
- "14320": {
- "File": "triceCheck.c",
- "Line": 553
- },
- "14321": {
- "File": "triceCheck.c",
- "Line": 569
- },
- "14322": {
- "File": "triceCheck.c",
- "Line": 570
- },
- "14323": {
- "File": "triceCheck.c",
- "Line": 594
- },
- "14324": {
- "File": "triceCheck.c",
- "Line": 595
- },
- "14325": {
- "File": "triceCheck.c",
- "Line": 601
- },
- "14326": {
- "File": "triceCheck.c",
- "Line": 602
- },
- "14327": {
- "File": "triceCheck.c",
- "Line": 603
- },
- "14328": {
- "File": "triceCheck.c",
- "Line": 604
- },
- "14329": {
- "File": "triceCheck.c",
- "Line": 605
- },
- "14330": {
- "File": "triceCheck.c",
- "Line": 606
- },
- "14331": {
- "File": "triceCheck.c",
- "Line": 608
- },
- "14332": {
- "File": "triceCheck.c",
- "Line": 609
- },
- "14333": {
- "File": "triceCheck.c",
- "Line": 610
- },
- "14334": {
- "File": "triceCheck.c",
- "Line": 611
- },
- "14335": {
- "File": "triceCheck.c",
- "Line": 612
- },
- "14336": {
- "File": "triceCheck.c",
- "Line": 613
- },
- "14337": {
- "File": "triceCheck.c",
- "Line": 615
- },
- "14338": {
- "File": "triceCheck.c",
- "Line": 616
- },
- "14339": {
- "File": "triceCheck.c",
- "Line": 617
- },
- "14340": {
- "File": "triceCheck.c",
- "Line": 618
- },
- "14341": {
- "File": "triceCheck.c",
- "Line": 619
- },
- "14342": {
- "File": "triceCheck.c",
- "Line": 620
- },
- "14343": {
- "File": "triceCheck.c",
- "Line": 621
- },
- "14344": {
- "File": "triceCheck.c",
- "Line": 622
- },
- "14345": {
- "File": "triceCheck.c",
- "Line": 623
- },
- "14346": {
- "File": "triceCheck.c",
- "Line": 624
- },
- "14347": {
- "File": "triceCheck.c",
- "Line": 625
- },
- "14348": {
- "File": "triceCheck.c",
- "Line": 626
- },
- "14349": {
- "File": "triceCheck.c",
- "Line": 627
- },
- "14350": {
- "File": "triceCheck.c",
- "Line": 629
- },
- "14351": {
- "File": "triceCheck.c",
- "Line": 630
- },
- "14352": {
- "File": "triceCheck.c",
- "Line": 631
- },
- "14353": {
- "File": "triceCheck.c",
- "Line": 632
- },
- "14354": {
- "File": "triceCheck.c",
- "Line": 633
- },
- "14355": {
- "File": "triceCheck.c",
- "Line": 634
- },
- "14356": {
- "File": "triceCheck.c",
- "Line": 635
- },
- "14357": {
- "File": "triceCheck.c",
- "Line": 636
- },
- "14358": {
- "File": "triceCheck.c",
- "Line": 637
- },
- "14359": {
- "File": "triceCheck.c",
- "Line": 638
- },
- "14360": {
- "File": "triceCheck.c",
- "Line": 639
- },
- "14361": {
- "File": "triceCheck.c",
- "Line": 640
- },
- "14362": {
- "File": "triceCheck.c",
- "Line": 641
- },
- "14363": {
- "File": "triceCheck.c",
- "Line": 642
- },
- "14364": {
- "File": "triceCheck.c",
- "Line": 643
- },
- "14365": {
- "File": "triceCheck.c",
- "Line": 645
- },
- "14366": {
- "File": "triceCheck.c",
- "Line": 646
- },
- "14367": {
- "File": "triceCheck.c",
- "Line": 647
- },
- "14368": {
- "File": "triceCheck.c",
- "Line": 648
- },
- "14369": {
- "File": "triceCheck.c",
- "Line": 649
- },
- "14370": {
- "File": "triceCheck.c",
- "Line": 650
- },
- "14371": {
- "File": "triceCheck.c",
- "Line": 651
- },
- "14372": {
- "File": "triceCheck.c",
- "Line": 652
- },
- "14373": {
- "File": "triceCheck.c",
- "Line": 653
- },
- "14374": {
- "File": "triceCheck.c",
- "Line": 654
- },
- "14375": {
- "File": "triceCheck.c",
- "Line": 655
- },
- "14376": {
- "File": "triceCheck.c",
- "Line": 656
- },
- "14377": {
- "File": "triceCheck.c",
- "Line": 657
- },
- "14378": {
- "File": "triceCheck.c",
- "Line": 658
- },
- "14379": {
- "File": "triceCheck.c",
- "Line": 659
- },
- "14380": {
- "File": "triceCheck.c",
- "Line": 661
- },
- "14381": {
- "File": "triceCheck.c",
- "Line": 662
- },
- "14382": {
- "File": "triceCheck.c",
- "Line": 663
- },
- "14383": {
- "File": "triceCheck.c",
- "Line": 664
- },
- "14384": {
- "File": "triceCheck.c",
- "Line": 665
- },
- "14385": {
- "File": "triceCheck.c",
- "Line": 666
- },
- "14386": {
- "File": "triceCheck.c",
- "Line": 667
- },
- "14387": {
- "File": "triceCheck.c",
- "Line": 668
- },
- "14388": {
- "File": "triceCheck.c",
- "Line": 669
- },
- "14389": {
- "File": "triceCheck.c",
- "Line": 670
- },
- "14390": {
- "File": "triceCheck.c",
- "Line": 671
- },
- "14391": {
- "File": "triceCheck.c",
- "Line": 672
- },
- "14392": {
- "File": "triceCheck.c",
- "Line": 673
- },
- "14393": {
- "File": "triceCheck.c",
- "Line": 674
- },
- "14394": {
- "File": "triceCheck.c",
- "Line": 675
- },
- "14395": {
- "File": "triceCheck.c",
- "Line": 677
- },
- "14396": {
- "File": "triceCheck.c",
- "Line": 678
- },
- "14397": {
- "File": "triceCheck.c",
- "Line": 679
- },
- "14398": {
- "File": "triceCheck.c",
- "Line": 680
- },
- "14399": {
- "File": "triceCheck.c",
- "Line": 681
- },
- "14400": {
- "File": "triceCheck.c",
- "Line": 682
- },
- "14401": {
- "File": "triceCheck.c",
- "Line": 683
- },
- "14402": {
- "File": "triceCheck.c",
- "Line": 684
- },
- "14403": {
- "File": "triceCheck.c",
- "Line": 685
- },
- "14404": {
- "File": "triceCheck.c",
- "Line": 686
- },
- "14405": {
- "File": "triceCheck.c",
- "Line": 687
- },
- "14406": {
- "File": "triceCheck.c",
- "Line": 688
- },
- "14407": {
- "File": "triceCheck.c",
- "Line": 689
- },
- "14408": {
- "File": "triceCheck.c",
- "Line": 690
- },
- "14409": {
- "File": "triceCheck.c",
- "Line": 691
- },
- "14410": {
- "File": "triceCheck.c",
- "Line": 692
- },
- "14411": {
- "File": "triceCheck.c",
- "Line": 693
- },
- "14412": {
- "File": "triceCheck.c",
- "Line": 694
- },
- "14413": {
- "File": "triceCheck.c",
- "Line": 695
- },
- "14414": {
- "File": "triceCheck.c",
- "Line": 696
- },
- "14415": {
- "File": "triceCheck.c",
- "Line": 697
- },
- "14416": {
- "File": "triceCheck.c",
- "Line": 699
- },
- "14417": {
- "File": "triceCheck.c",
- "Line": 700
- },
- "14418": {
- "File": "triceCheck.c",
- "Line": 701
- },
- "14419": {
- "File": "triceCheck.c",
- "Line": 703
- },
- "14420": {
- "File": "triceCheck.c",
- "Line": 704
- },
- "14421": {
- "File": "triceCheck.c",
- "Line": 705
- },
- "14422": {
- "File": "triceCheck.c",
- "Line": 707
- },
- "14423": {
- "File": "triceCheck.c",
- "Line": 708
- },
- "14424": {
- "File": "triceCheck.c",
- "Line": 709
- },
- "14425": {
- "File": "triceCheck.c",
- "Line": 711
- },
- "14426": {
- "File": "triceCheck.c",
- "Line": 712
- },
- "14427": {
- "File": "triceCheck.c",
- "Line": 713
- },
- "14428": {
- "File": "triceCheck.c",
- "Line": 715
- },
- "14429": {
- "File": "triceCheck.c",
- "Line": 716
- },
- "14430": {
- "File": "triceCheck.c",
- "Line": 717
- },
- "14431": {
- "File": "triceCheck.c",
- "Line": 719
- },
- "14432": {
- "File": "triceCheck.c",
- "Line": 720
- },
- "14433": {
- "File": "triceCheck.c",
- "Line": 721
- },
- "14434": {
- "File": "triceCheck.c",
- "Line": 722
- },
- "14435": {
- "File": "triceCheck.c",
- "Line": 723
- },
- "14436": {
- "File": "triceCheck.c",
- "Line": 724
- },
- "14437": {
- "File": "triceCheck.c",
- "Line": 725
- },
- "14438": {
- "File": "triceCheck.c",
- "Line": 726
- },
- "14439": {
- "File": "triceCheck.c",
- "Line": 727
- },
- "14440": {
- "File": "triceCheck.c",
- "Line": 728
- },
- "14441": {
- "File": "triceCheck.c",
- "Line": 729
- },
- "14442": {
- "File": "triceCheck.c",
- "Line": 730
- },
- "14443": {
- "File": "triceCheck.c",
- "Line": 732
- },
- "14444": {
- "File": "triceCheck.c",
- "Line": 733
- },
- "14445": {
- "File": "triceCheck.c",
- "Line": 734
- },
- "14446": {
- "File": "triceCheck.c",
- "Line": 735
- },
- "14447": {
- "File": "triceCheck.c",
- "Line": 736
- },
- "14448": {
- "File": "triceCheck.c",
- "Line": 737
- },
- "14449": {
- "File": "triceCheck.c",
- "Line": 738
- },
- "14450": {
- "File": "triceCheck.c",
- "Line": 739
- },
- "14451": {
- "File": "triceCheck.c",
- "Line": 740
- },
- "14452": {
- "File": "triceCheck.c",
- "Line": 741
- },
- "14453": {
- "File": "triceCheck.c",
- "Line": 742
- },
- "14454": {
- "File": "triceCheck.c",
- "Line": 743
- },
- "14455": {
- "File": "triceCheck.c",
- "Line": 745
- },
- "14456": {
- "File": "triceCheck.c",
- "Line": 746
- },
- "14457": {
- "File": "triceCheck.c",
- "Line": 747
- },
- "14458": {
- "File": "triceCheck.c",
- "Line": 748
- },
- "14459": {
- "File": "triceCheck.c",
- "Line": 749
- },
- "14460": {
- "File": "triceCheck.c",
- "Line": 750
- },
- "14461": {
- "File": "triceCheck.c",
- "Line": 751
- },
- "14462": {
- "File": "triceCheck.c",
- "Line": 752
- },
- "14463": {
- "File": "triceCheck.c",
- "Line": 753
- },
- "14464": {
- "File": "triceCheck.c",
- "Line": 754
- },
- "14465": {
- "File": "triceCheck.c",
- "Line": 755
- },
- "14466": {
- "File": "triceCheck.c",
- "Line": 756
- },
- "14467": {
- "File": "triceCheck.c",
- "Line": 758
- },
- "14468": {
- "File": "triceCheck.c",
- "Line": 759
- },
- "14469": {
- "File": "triceCheck.c",
- "Line": 760
- },
- "14470": {
- "File": "triceCheck.c",
- "Line": 761
- },
- "14471": {
- "File": "triceCheck.c",
- "Line": 762
- },
- "14472": {
- "File": "triceCheck.c",
- "Line": 763
- },
- "14473": {
- "File": "triceCheck.c",
- "Line": 764
- },
- "14474": {
- "File": "triceCheck.c",
- "Line": 765
- },
- "14475": {
- "File": "triceCheck.c",
- "Line": 766
- },
- "14476": {
- "File": "triceCheck.c",
- "Line": 767
- },
- "14477": {
- "File": "triceCheck.c",
- "Line": 768
- },
- "14478": {
- "File": "triceCheck.c",
- "Line": 769
- },
- "14479": {
- "File": "triceCheck.c",
- "Line": 773
- },
- "14480": {
- "File": "triceCheck.c",
- "Line": 774
- },
- "14481": {
- "File": "triceCheck.c",
- "Line": 775
- },
- "14482": {
- "File": "triceCheck.c",
- "Line": 776
- },
- "14483": {
- "File": "triceCheck.c",
- "Line": 777
- },
- "14484": {
- "File": "triceCheck.c",
- "Line": 778
- },
- "14485": {
- "File": "triceCheck.c",
- "Line": 779
- },
- "14486": {
- "File": "triceCheck.c",
- "Line": 780
- },
- "14487": {
- "File": "triceCheck.c",
- "Line": 781
- },
- "14488": {
- "File": "triceCheck.c",
- "Line": 782
- },
- "14489": {
- "File": "triceCheck.c",
- "Line": 783
- },
- "14490": {
- "File": "triceCheck.c",
- "Line": 784
- },
- "14491": {
- "File": "triceCheck.c",
- "Line": 786
- },
- "14492": {
- "File": "triceCheck.c",
- "Line": 787
- },
- "14493": {
- "File": "triceCheck.c",
- "Line": 788
- },
- "14494": {
- "File": "triceCheck.c",
- "Line": 789
- },
- "14495": {
- "File": "triceCheck.c",
- "Line": 790
- },
- "14496": {
- "File": "triceCheck.c",
- "Line": 791
- },
- "14497": {
- "File": "triceCheck.c",
- "Line": 792
- },
- "14498": {
- "File": "triceCheck.c",
- "Line": 793
- },
- "14499": {
- "File": "triceCheck.c",
- "Line": 794
- },
- "14500": {
- "File": "triceCheck.c",
- "Line": 795
- },
- "14501": {
- "File": "triceCheck.c",
- "Line": 796
- },
- "14502": {
- "File": "triceCheck.c",
- "Line": 797
- },
- "14503": {
- "File": "triceCheck.c",
- "Line": 799
- },
- "14504": {
- "File": "triceCheck.c",
- "Line": 800
- },
- "14505": {
- "File": "triceCheck.c",
- "Line": 801
- },
- "14506": {
- "File": "triceCheck.c",
- "Line": 802
- },
- "14507": {
- "File": "triceCheck.c",
- "Line": 803
- },
- "14508": {
- "File": "triceCheck.c",
- "Line": 804
- },
- "14509": {
- "File": "triceCheck.c",
- "Line": 805
- },
- "14510": {
- "File": "triceCheck.c",
- "Line": 806
- },
- "14511": {
- "File": "triceCheck.c",
- "Line": 807
- },
- "14512": {
- "File": "triceCheck.c",
- "Line": 808
- },
- "14513": {
- "File": "triceCheck.c",
- "Line": 809
- },
- "14514": {
- "File": "triceCheck.c",
- "Line": 810
- },
- "14515": {
- "File": "triceCheck.c",
- "Line": 812
- },
- "14516": {
- "File": "triceCheck.c",
- "Line": 813
- },
- "14517": {
- "File": "triceCheck.c",
- "Line": 814
- },
- "14518": {
- "File": "triceCheck.c",
- "Line": 815
- },
- "14519": {
- "File": "triceCheck.c",
- "Line": 816
- },
- "14520": {
- "File": "triceCheck.c",
- "Line": 817
- },
- "14521": {
- "File": "triceCheck.c",
- "Line": 818
- },
- "14522": {
- "File": "triceCheck.c",
- "Line": 819
- },
- "14523": {
- "File": "triceCheck.c",
- "Line": 820
- },
- "14524": {
- "File": "triceCheck.c",
- "Line": 821
- },
- "14525": {
- "File": "triceCheck.c",
- "Line": 822
- },
- "14526": {
- "File": "triceCheck.c",
- "Line": 823
- },
- "14527": {
- "File": "triceCheck.c",
- "Line": 825
- },
- "14528": {
- "File": "triceCheck.c",
- "Line": 826
- },
- "14529": {
- "File": "triceCheck.c",
- "Line": 827
- },
- "14530": {
- "File": "triceCheck.c",
- "Line": 828
- },
- "14531": {
- "File": "triceCheck.c",
- "Line": 829
- },
- "14532": {
- "File": "triceCheck.c",
- "Line": 830
- },
- "14533": {
- "File": "triceCheck.c",
- "Line": 831
- },
- "14534": {
- "File": "triceCheck.c",
- "Line": 832
- },
- "14535": {
- "File": "triceCheck.c",
- "Line": 833
- },
- "14536": {
- "File": "triceCheck.c",
- "Line": 834
- },
- "14537": {
- "File": "triceCheck.c",
- "Line": 835
- },
- "14538": {
- "File": "triceCheck.c",
- "Line": 836
- },
- "14539": {
- "File": "triceCheck.c",
- "Line": 838
- },
- "14540": {
- "File": "triceCheck.c",
- "Line": 839
- },
- "14541": {
- "File": "triceCheck.c",
- "Line": 840
- },
- "14542": {
- "File": "triceCheck.c",
- "Line": 841
- },
- "14543": {
- "File": "triceCheck.c",
- "Line": 842
- },
- "14544": {
- "File": "triceCheck.c",
- "Line": 843
- },
- "14545": {
- "File": "triceCheck.c",
- "Line": 844
- },
- "14546": {
- "File": "triceCheck.c",
- "Line": 845
- },
- "14547": {
- "File": "triceCheck.c",
- "Line": 846
- },
- "14548": {
- "File": "triceCheck.c",
- "Line": 847
- },
- "14549": {
- "File": "triceCheck.c",
- "Line": 848
- },
- "14550": {
- "File": "triceCheck.c",
- "Line": 849
- },
- "14551": {
- "File": "triceCheck.c",
- "Line": 851
- },
- "14552": {
- "File": "triceCheck.c",
- "Line": 852
- },
- "14553": {
- "File": "triceCheck.c",
- "Line": 853
- },
- "14554": {
- "File": "triceCheck.c",
- "Line": 854
- },
- "14555": {
- "File": "triceCheck.c",
- "Line": 855
- },
- "14556": {
- "File": "triceCheck.c",
- "Line": 856
- },
- "14557": {
- "File": "triceCheck.c",
- "Line": 857
- },
- "14558": {
- "File": "triceCheck.c",
- "Line": 858
- },
- "14559": {
- "File": "triceCheck.c",
- "Line": 859
- },
- "14560": {
- "File": "triceCheck.c",
- "Line": 860
- },
- "14561": {
- "File": "triceCheck.c",
- "Line": 861
- },
- "14562": {
- "File": "triceCheck.c",
- "Line": 862
- },
- "14563": {
- "File": "triceCheck.c",
- "Line": 864
- },
- "14564": {
- "File": "triceCheck.c",
- "Line": 865
- },
- "14565": {
- "File": "triceCheck.c",
- "Line": 866
- },
- "14566": {
- "File": "triceCheck.c",
- "Line": 867
- },
- "14567": {
- "File": "triceCheck.c",
- "Line": 868
- },
- "14568": {
- "File": "triceCheck.c",
- "Line": 869
- },
- "14569": {
- "File": "triceCheck.c",
- "Line": 870
- },
- "14570": {
- "File": "triceCheck.c",
- "Line": 871
- },
- "14571": {
- "File": "triceCheck.c",
- "Line": 872
- },
- "14572": {
- "File": "triceCheck.c",
- "Line": 873
- },
- "14573": {
- "File": "triceCheck.c",
- "Line": 874
- },
- "14574": {
- "File": "triceCheck.c",
- "Line": 875
- },
- "14575": {
- "File": "triceCheck.c",
- "Line": 878
- },
- "14576": {
- "File": "triceCheck.c",
- "Line": 879
- },
- "14577": {
- "File": "triceCheck.c",
- "Line": 880
- },
- "14578": {
- "File": "triceCheck.c",
- "Line": 881
- },
- "14579": {
- "File": "triceCheck.c",
- "Line": 882
- },
- "14580": {
- "File": "triceCheck.c",
- "Line": 883
- },
- "14581": {
- "File": "triceCheck.c",
- "Line": 886
- },
- "14582": {
- "File": "triceCheck.c",
- "Line": 887
- },
- "14583": {
- "File": "triceCheck.c",
- "Line": 888
- },
- "14584": {
- "File": "triceCheck.c",
- "Line": 889
- },
- "14585": {
- "File": "triceCheck.c",
- "Line": 890
- },
- "14586": {
- "File": "triceCheck.c",
- "Line": 891
- },
- "14587": {
- "File": "triceCheck.c",
- "Line": 894
- },
- "14588": {
- "File": "triceCheck.c",
- "Line": 895
- },
- "14589": {
- "File": "triceCheck.c",
- "Line": 896
- },
- "14590": {
- "File": "triceCheck.c",
- "Line": 897
- },
- "14591": {
- "File": "triceCheck.c",
- "Line": 898
- },
- "14592": {
- "File": "triceCheck.c",
- "Line": 899
- },
- "14593": {
- "File": "triceCheck.c",
- "Line": 902
- },
- "14594": {
- "File": "triceCheck.c",
- "Line": 903
- },
- "14595": {
- "File": "triceCheck.c",
- "Line": 904
- },
- "14596": {
- "File": "triceCheck.c",
- "Line": 905
- },
- "14597": {
- "File": "triceCheck.c",
- "Line": 906
- },
- "14598": {
- "File": "triceCheck.c",
- "Line": 907
- },
- "14599": {
- "File": "triceCheck.c",
- "Line": 910
- },
- "14600": {
- "File": "triceCheck.c",
- "Line": 911
- },
- "14601": {
- "File": "triceCheck.c",
- "Line": 912
- },
- "14602": {
- "File": "triceCheck.c",
- "Line": 913
- },
- "14603": {
- "File": "triceCheck.c",
- "Line": 916
- },
- "14604": {
- "File": "triceCheck.c",
- "Line": 917
- },
- "14605": {
- "File": "triceCheck.c",
- "Line": 920
- },
- "14606": {
- "File": "triceCheck.c",
- "Line": 921
- },
- "14607": {
- "File": "triceCheck.c",
- "Line": 922
- },
- "14608": {
- "File": "triceCheck.c",
- "Line": 923
- },
- "14609": {
- "File": "triceCheck.c",
- "Line": 926
- },
- "14610": {
- "File": "triceCheck.c",
- "Line": 927
- },
- "14611": {
- "File": "triceCheck.c",
- "Line": 928
- },
- "14612": {
- "File": "triceCheck.c",
- "Line": 929
- },
- "14613": {
- "File": "triceCheck.c",
- "Line": 932
- },
- "14614": {
- "File": "triceCheck.c",
- "Line": 933
- },
- "14615": {
- "File": "triceCheck.c",
- "Line": 934
- },
- "14616": {
- "File": "triceCheck.c",
- "Line": 935
- },
- "14617": {
- "File": "triceCheck.c",
- "Line": 938
- },
- "14618": {
- "File": "triceCheck.c",
- "Line": 939
- },
- "14619": {
- "File": "triceCheck.c",
- "Line": 940
- },
- "14620": {
- "File": "triceCheck.c",
- "Line": 941
- },
- "14621": {
- "File": "triceCheck.c",
- "Line": 942
- },
- "14622": {
- "File": "triceCheck.c",
- "Line": 943
- },
- "14623": {
- "File": "triceCheck.c",
- "Line": 944
- },
- "14624": {
- "File": "triceCheck.c",
- "Line": 945
- },
- "14625": {
- "File": "triceCheck.c",
- "Line": 946
- },
- "14626": {
- "File": "triceCheck.c",
- "Line": 947
- },
- "14627": {
- "File": "triceCheck.c",
- "Line": 948
- },
- "14628": {
- "File": "triceCheck.c",
- "Line": 949
- },
- "14629": {
- "File": "triceCheck.c",
- "Line": 950
- },
- "14630": {
- "File": "triceCheck.c",
- "Line": 951
- },
- "14631": {
- "File": "triceCheck.c",
- "Line": 952
- },
- "14632": {
- "File": "triceCheck.c",
- "Line": 953
- },
- "14633": {
- "File": "triceCheck.c",
- "Line": 954
- },
- "14634": {
- "File": "triceCheck.c",
- "Line": 955
- },
- "14635": {
- "File": "triceCheck.c",
- "Line": 956
- },
- "14636": {
- "File": "triceCheck.c",
- "Line": 957
- },
- "14637": {
- "File": "triceCheck.c",
- "Line": 958
- },
- "14638": {
- "File": "triceCheck.c",
- "Line": 959
- },
- "14639": {
- "File": "triceCheck.c",
- "Line": 960
- },
- "14640": {
- "File": "triceCheck.c",
- "Line": 961
- },
- "14641": {
- "File": "triceCheck.c",
- "Line": 962
- },
- "14642": {
- "File": "triceCheck.c",
- "Line": 963
- },
- "14643": {
- "File": "triceCheck.c",
- "Line": 964
- },
- "14644": {
- "File": "triceCheck.c",
- "Line": 965
- },
- "14645": {
- "File": "triceCheck.c",
- "Line": 966
- },
- "14646": {
- "File": "triceCheck.c",
- "Line": 967
- },
- "14647": {
- "File": "triceCheck.c",
- "Line": 968
- },
- "14648": {
- "File": "triceCheck.c",
- "Line": 969
- },
- "14649": {
- "File": "triceCheck.c",
- "Line": 970
- },
- "14650": {
- "File": "triceCheck.c",
- "Line": 971
- },
- "14651": {
- "File": "triceCheck.c",
- "Line": 972
- },
- "14652": {
- "File": "triceCheck.c",
- "Line": 973
- },
- "14653": {
- "File": "triceCheck.c",
- "Line": 974
- },
- "14654": {
- "File": "triceCheck.c",
- "Line": 975
- },
- "14655": {
- "File": "triceCheck.c",
- "Line": 976
- },
- "14656": {
- "File": "triceCheck.c",
- "Line": 977
- },
- "14657": {
- "File": "triceCheck.c",
- "Line": 978
- },
- "14658": {
- "File": "triceCheck.c",
- "Line": 979
- },
- "14659": {
- "File": "triceCheck.c",
- "Line": 980
- },
- "14660": {
- "File": "triceCheck.c",
- "Line": 981
- },
- "14661": {
- "File": "triceCheck.c",
- "Line": 982
- },
- "14662": {
- "File": "triceCheck.c",
- "Line": 983
- },
- "14663": {
- "File": "triceCheck.c",
- "Line": 984
- },
- "14664": {
- "File": "triceCheck.c",
- "Line": 985
- },
- "14665": {
- "File": "triceCheck.c",
- "Line": 986
- },
- "14666": {
- "File": "triceCheck.c",
- "Line": 987
- },
- "14667": {
- "File": "triceCheck.c",
- "Line": 989
- },
- "14668": {
- "File": "triceCheck.c",
- "Line": 990
- },
- "14669": {
- "File": "triceCheck.c",
- "Line": 991
- },
- "14670": {
- "File": "triceCheck.c",
- "Line": 992
- },
- "14671": {
- "File": "triceCheck.c",
- "Line": 993
- },
- "14672": {
- "File": "triceCheck.c",
- "Line": 994
- },
- "14673": {
- "File": "triceCheck.c",
- "Line": 995
- },
- "14674": {
- "File": "triceCheck.c",
- "Line": 996
- },
- "14675": {
- "File": "triceCheck.c",
- "Line": 997
- },
- "14676": {
- "File": "triceCheck.c",
- "Line": 998
- },
- "14677": {
- "File": "triceCheck.c",
- "Line": 999
- },
- "14678": {
- "File": "triceCheck.c",
- "Line": 1000
- },
- "14679": {
- "File": "triceCheck.c",
- "Line": 1001
- },
- "14680": {
- "File": "triceCheck.c",
- "Line": 1002
- },
- "14681": {
- "File": "triceCheck.c",
- "Line": 1003
- },
- "14682": {
- "File": "triceCheck.c",
- "Line": 1004
- },
- "14683": {
- "File": "triceCheck.c",
- "Line": 1005
- },
- "14684": {
- "File": "triceCheck.c",
- "Line": 1006
- },
- "14685": {
- "File": "triceCheck.c",
- "Line": 1007
- },
- "14686": {
- "File": "triceCheck.c",
- "Line": 1008
- },
- "14687": {
- "File": "triceCheck.c",
- "Line": 1009
- },
- "14688": {
- "File": "triceCheck.c",
- "Line": 1010
- },
- "14689": {
- "File": "triceCheck.c",
- "Line": 1011
- },
- "14690": {
- "File": "triceCheck.c",
- "Line": 1012
- },
- "14691": {
- "File": "triceCheck.c",
- "Line": 1013
- },
- "14692": {
- "File": "triceCheck.c",
- "Line": 1014
- },
- "14693": {
- "File": "triceCheck.c",
- "Line": 1015
- },
- "14694": {
- "File": "triceCheck.c",
- "Line": 1016
- },
- "14695": {
- "File": "triceCheck.c",
- "Line": 1017
- },
- "14696": {
- "File": "triceCheck.c",
- "Line": 1018
- },
- "14697": {
- "File": "triceCheck.c",
- "Line": 1019
- },
- "14698": {
- "File": "triceCheck.c",
- "Line": 1020
- },
- "14699": {
- "File": "triceCheck.c",
- "Line": 1021
- },
- "14700": {
- "File": "triceCheck.c",
- "Line": 1022
- },
- "14701": {
- "File": "triceCheck.c",
- "Line": 1023
- },
- "14702": {
- "File": "triceCheck.c",
- "Line": 1024
- },
- "14703": {
- "File": "triceCheck.c",
- "Line": 1025
- },
- "14704": {
- "File": "triceCheck.c",
- "Line": 1026
- },
- "14705": {
- "File": "triceCheck.c",
- "Line": 1027
- },
- "14706": {
- "File": "triceCheck.c",
- "Line": 1028
- },
- "14707": {
- "File": "triceCheck.c",
- "Line": 1029
- },
- "14708": {
- "File": "triceCheck.c",
- "Line": 1030
- },
- "14709": {
- "File": "triceCheck.c",
- "Line": 1031
- },
- "14710": {
- "File": "triceCheck.c",
- "Line": 1032
- },
- "14711": {
- "File": "triceCheck.c",
- "Line": 1033
- },
- "14712": {
- "File": "triceCheck.c",
- "Line": 1034
- },
- "14713": {
- "File": "triceCheck.c",
- "Line": 1035
- },
- "14714": {
- "File": "triceCheck.c",
- "Line": 1036
- },
- "14715": {
- "File": "triceCheck.c",
- "Line": 1037
- },
- "14716": {
- "File": "triceCheck.c",
- "Line": 1038
- },
- "14717": {
- "File": "triceCheck.c",
- "Line": 1040
- },
- "14718": {
- "File": "triceCheck.c",
- "Line": 1041
- },
- "14719": {
- "File": "triceCheck.c",
- "Line": 1042
- },
- "14720": {
- "File": "triceCheck.c",
- "Line": 1043
- },
- "14721": {
- "File": "triceCheck.c",
- "Line": 1044
- },
- "14722": {
- "File": "triceCheck.c",
- "Line": 1045
- },
- "14723": {
- "File": "triceCheck.c",
- "Line": 1046
- },
- "14724": {
- "File": "triceCheck.c",
- "Line": 1047
- },
- "14725": {
- "File": "triceCheck.c",
- "Line": 1048
- },
- "14726": {
- "File": "triceCheck.c",
- "Line": 1049
- },
- "14727": {
- "File": "triceCheck.c",
- "Line": 1050
- },
- "14728": {
- "File": "triceCheck.c",
- "Line": 1051
- },
- "14729": {
- "File": "triceCheck.c",
- "Line": 1052
- },
- "14730": {
- "File": "triceCheck.c",
- "Line": 1053
- },
- "14731": {
- "File": "triceCheck.c",
- "Line": 1054
- },
- "14732": {
- "File": "triceCheck.c",
- "Line": 1055
- },
- "14733": {
- "File": "triceCheck.c",
- "Line": 1056
- },
- "14734": {
- "File": "triceCheck.c",
- "Line": 1057
- },
- "14735": {
- "File": "triceCheck.c",
- "Line": 1058
- },
- "14736": {
- "File": "triceCheck.c",
- "Line": 1059
- },
- "14737": {
- "File": "triceCheck.c",
- "Line": 1060
- },
- "14738": {
- "File": "triceCheck.c",
- "Line": 1061
- },
- "14739": {
- "File": "triceCheck.c",
- "Line": 1062
- },
- "14740": {
- "File": "triceCheck.c",
- "Line": 1063
- },
- "14741": {
- "File": "triceCheck.c",
- "Line": 1064
- },
- "14742": {
- "File": "triceCheck.c",
- "Line": 1065
- },
- "14743": {
- "File": "triceCheck.c",
- "Line": 1066
- },
- "14744": {
- "File": "triceCheck.c",
- "Line": 1067
- },
- "14745": {
- "File": "triceCheck.c",
- "Line": 1068
- },
- "14746": {
- "File": "triceCheck.c",
- "Line": 1069
- },
- "14747": {
- "File": "triceCheck.c",
- "Line": 1070
- },
- "14748": {
- "File": "triceCheck.c",
- "Line": 1071
- },
- "14749": {
- "File": "triceCheck.c",
- "Line": 1072
- },
- "14750": {
- "File": "triceCheck.c",
- "Line": 1073
- },
- "14751": {
- "File": "triceCheck.c",
- "Line": 1074
- },
- "14752": {
- "File": "triceCheck.c",
- "Line": 1075
- },
- "14753": {
- "File": "triceCheck.c",
- "Line": 1076
- },
- "14754": {
- "File": "triceCheck.c",
- "Line": 1077
- },
- "14755": {
- "File": "triceCheck.c",
- "Line": 1078
- },
- "14756": {
- "File": "triceCheck.c",
- "Line": 1079
- },
- "14757": {
- "File": "triceCheck.c",
- "Line": 1080
- },
- "14758": {
- "File": "triceCheck.c",
- "Line": 1081
- },
- "14759": {
- "File": "triceCheck.c",
- "Line": 1082
- },
- "14760": {
- "File": "triceCheck.c",
- "Line": 1083
- },
- "14761": {
- "File": "triceCheck.c",
- "Line": 1084
- },
- "14762": {
- "File": "triceCheck.c",
- "Line": 1085
- },
- "14763": {
- "File": "triceCheck.c",
- "Line": 1086
- },
- "14764": {
- "File": "triceCheck.c",
- "Line": 1087
- },
- "14765": {
- "File": "triceCheck.c",
- "Line": 1088
- },
- "14766": {
- "File": "triceCheck.c",
- "Line": 1089
- },
- "14767": {
- "File": "triceCheck.c",
- "Line": 1091
- },
- "14768": {
- "File": "triceCheck.c",
- "Line": 1092
- },
- "14769": {
- "File": "triceCheck.c",
- "Line": 1093
- },
- "14770": {
- "File": "triceCheck.c",
- "Line": 1094
- },
- "14771": {
- "File": "triceCheck.c",
- "Line": 1095
- },
- "14772": {
- "File": "triceCheck.c",
- "Line": 1096
- },
- "14773": {
- "File": "triceCheck.c",
- "Line": 1097
- },
- "14774": {
- "File": "triceCheck.c",
- "Line": 1098
- },
- "14775": {
- "File": "triceCheck.c",
- "Line": 1099
- },
- "14776": {
- "File": "triceCheck.c",
- "Line": 1100
- },
- "14777": {
- "File": "triceCheck.c",
- "Line": 1101
- },
- "14778": {
- "File": "triceCheck.c",
- "Line": 1102
- },
- "14779": {
- "File": "triceCheck.c",
- "Line": 1103
- },
- "14780": {
- "File": "triceCheck.c",
- "Line": 1104
- },
- "14781": {
- "File": "triceCheck.c",
- "Line": 1105
- },
- "14782": {
- "File": "triceCheck.c",
- "Line": 1106
- },
- "14783": {
- "File": "triceCheck.c",
- "Line": 1107
- },
- "14784": {
- "File": "triceCheck.c",
- "Line": 1108
- },
- "14785": {
- "File": "triceCheck.c",
- "Line": 1109
- },
- "14786": {
- "File": "triceCheck.c",
- "Line": 1110
- },
- "14787": {
- "File": "triceCheck.c",
- "Line": 1111
- },
- "14788": {
- "File": "triceCheck.c",
- "Line": 1112
- },
- "14789": {
- "File": "triceCheck.c",
- "Line": 1113
- },
- "14790": {
- "File": "triceCheck.c",
- "Line": 1114
- },
- "14791": {
- "File": "triceCheck.c",
- "Line": 1115
- },
- "14792": {
- "File": "triceCheck.c",
- "Line": 1116
- },
- "14793": {
- "File": "triceCheck.c",
- "Line": 1117
- },
- "14794": {
- "File": "triceCheck.c",
- "Line": 1118
- },
- "14795": {
- "File": "triceCheck.c",
- "Line": 1119
- },
- "14796": {
- "File": "triceCheck.c",
- "Line": 1120
- },
- "14797": {
- "File": "triceCheck.c",
- "Line": 1121
- },
- "14798": {
- "File": "triceCheck.c",
- "Line": 1122
- },
- "14799": {
- "File": "triceCheck.c",
- "Line": 1123
- },
- "14800": {
- "File": "triceCheck.c",
- "Line": 1124
- },
- "14801": {
- "File": "triceCheck.c",
- "Line": 1125
- },
- "14802": {
- "File": "triceCheck.c",
- "Line": 1126
- },
- "14803": {
- "File": "triceCheck.c",
- "Line": 1127
- },
- "14804": {
- "File": "triceCheck.c",
- "Line": 1128
- },
- "14805": {
- "File": "triceCheck.c",
- "Line": 1129
- },
- "14806": {
- "File": "triceCheck.c",
- "Line": 1130
- },
- "14807": {
- "File": "triceCheck.c",
- "Line": 1131
- },
- "14808": {
- "File": "triceCheck.c",
- "Line": 1132
- },
- "14809": {
- "File": "triceCheck.c",
- "Line": 1133
- },
- "14810": {
- "File": "triceCheck.c",
- "Line": 1134
- },
- "14811": {
- "File": "triceCheck.c",
- "Line": 1135
- },
- "14812": {
- "File": "triceCheck.c",
- "Line": 1136
- },
- "14813": {
- "File": "triceCheck.c",
- "Line": 1137
- },
- "14814": {
- "File": "triceCheck.c",
- "Line": 1138
- },
- "14815": {
- "File": "triceCheck.c",
- "Line": 1139
- },
- "14816": {
- "File": "triceCheck.c",
- "Line": 1140
- },
- "14817": {
- "File": "triceCheck.c",
- "Line": 1142
- },
- "14818": {
- "File": "triceCheck.c",
- "Line": 1143
- },
- "14819": {
- "File": "triceCheck.c",
- "Line": 1144
- },
- "14820": {
- "File": "triceCheck.c",
- "Line": 1145
- },
- "14821": {
- "File": "triceCheck.c",
- "Line": 1146
- },
- "14822": {
- "File": "triceCheck.c",
- "Line": 1147
- },
- "14823": {
- "File": "triceCheck.c",
- "Line": 1148
- },
- "14824": {
- "File": "triceCheck.c",
- "Line": 1149
- },
- "14825": {
- "File": "triceCheck.c",
- "Line": 1150
- },
- "14826": {
- "File": "triceCheck.c",
- "Line": 1151
- },
- "14827": {
- "File": "triceCheck.c",
- "Line": 1152
- },
- "14828": {
- "File": "triceCheck.c",
- "Line": 1153
- },
- "14829": {
- "File": "triceCheck.c",
- "Line": 1154
- },
- "14830": {
- "File": "triceCheck.c",
- "Line": 1155
- },
- "14831": {
- "File": "triceCheck.c",
- "Line": 1156
- },
- "14832": {
- "File": "triceCheck.c",
- "Line": 1157
- },
- "14833": {
- "File": "triceCheck.c",
- "Line": 1158
- },
- "14834": {
- "File": "triceCheck.c",
- "Line": 1159
- },
- "14835": {
- "File": "triceCheck.c",
- "Line": 1160
- },
- "14836": {
- "File": "triceCheck.c",
- "Line": 1161
- },
- "14837": {
- "File": "triceCheck.c",
- "Line": 1162
- },
- "14838": {
- "File": "triceCheck.c",
- "Line": 1163
- },
- "14839": {
- "File": "triceCheck.c",
- "Line": 1164
- },
- "14840": {
- "File": "triceCheck.c",
- "Line": 1165
- },
- "14841": {
- "File": "triceCheck.c",
- "Line": 1166
- },
- "14842": {
- "File": "triceCheck.c",
- "Line": 1167
- },
- "14843": {
- "File": "triceCheck.c",
- "Line": 1168
- },
- "14844": {
- "File": "triceCheck.c",
- "Line": 1169
- },
- "14845": {
- "File": "triceCheck.c",
- "Line": 1170
- },
- "14846": {
- "File": "triceCheck.c",
- "Line": 1171
- },
- "14847": {
- "File": "triceCheck.c",
- "Line": 1172
- },
- "14848": {
- "File": "triceCheck.c",
- "Line": 1173
- },
- "14849": {
- "File": "triceCheck.c",
- "Line": 1174
- },
- "14850": {
- "File": "triceCheck.c",
- "Line": 1175
- },
- "14851": {
- "File": "triceCheck.c",
- "Line": 1176
- },
- "14852": {
- "File": "triceCheck.c",
- "Line": 1177
- },
- "14853": {
- "File": "triceCheck.c",
- "Line": 1178
- },
- "14854": {
- "File": "triceCheck.c",
- "Line": 1179
- },
- "14855": {
- "File": "triceCheck.c",
- "Line": 1180
- },
- "14856": {
- "File": "triceCheck.c",
- "Line": 1181
- },
- "14857": {
- "File": "triceCheck.c",
- "Line": 1182
- },
- "14858": {
- "File": "triceCheck.c",
- "Line": 1183
- },
- "14859": {
- "File": "triceCheck.c",
- "Line": 1184
- },
- "14860": {
- "File": "triceCheck.c",
- "Line": 1185
- },
- "14861": {
- "File": "triceCheck.c",
- "Line": 1186
- },
- "14862": {
- "File": "triceCheck.c",
- "Line": 1187
- },
- "14863": {
- "File": "triceCheck.c",
- "Line": 1188
- },
- "14864": {
- "File": "triceCheck.c",
- "Line": 1189
- },
- "14865": {
- "File": "triceCheck.c",
- "Line": 1190
- },
- "14866": {
- "File": "triceCheck.c",
- "Line": 1191
- },
- "14867": {
- "File": "triceCheck.c",
- "Line": 1193
- },
- "14868": {
- "File": "triceCheck.c",
- "Line": 1194
- },
- "14869": {
- "File": "triceCheck.c",
- "Line": 1195
- },
- "14870": {
- "File": "triceCheck.c",
- "Line": 1196
- },
- "14871": {
- "File": "triceCheck.c",
- "Line": 1197
- },
- "14872": {
- "File": "triceCheck.c",
- "Line": 1198
- },
- "14873": {
- "File": "triceCheck.c",
- "Line": 1199
- },
- "14874": {
- "File": "triceCheck.c",
- "Line": 1200
- },
- "14875": {
- "File": "triceCheck.c",
- "Line": 1201
- },
- "14876": {
- "File": "triceCheck.c",
- "Line": 1202
- },
- "14877": {
- "File": "triceCheck.c",
- "Line": 1203
- },
- "14878": {
- "File": "triceCheck.c",
- "Line": 1204
- },
- "14879": {
- "File": "triceCheck.c",
- "Line": 1205
- },
- "14880": {
- "File": "triceCheck.c",
- "Line": 1206
- },
- "14881": {
- "File": "triceCheck.c",
- "Line": 1207
- },
- "14882": {
- "File": "triceCheck.c",
- "Line": 1208
- },
- "14883": {
- "File": "triceCheck.c",
- "Line": 1209
- },
- "14884": {
- "File": "triceCheck.c",
- "Line": 1210
- },
- "14885": {
- "File": "triceCheck.c",
- "Line": 1211
- },
- "14886": {
- "File": "triceCheck.c",
- "Line": 1212
- },
- "14887": {
- "File": "triceCheck.c",
- "Line": 1213
- },
- "14888": {
- "File": "triceCheck.c",
- "Line": 1214
- },
- "14889": {
- "File": "triceCheck.c",
- "Line": 1215
- },
- "14890": {
- "File": "triceCheck.c",
- "Line": 1216
- },
- "14891": {
- "File": "triceCheck.c",
- "Line": 1217
- },
- "14892": {
- "File": "triceCheck.c",
- "Line": 1218
- },
- "14893": {
- "File": "triceCheck.c",
- "Line": 1219
- },
- "14894": {
- "File": "triceCheck.c",
- "Line": 1220
- },
- "14895": {
- "File": "triceCheck.c",
- "Line": 1221
- },
- "14896": {
- "File": "triceCheck.c",
- "Line": 1222
- },
- "14897": {
- "File": "triceCheck.c",
- "Line": 1223
- },
- "14898": {
- "File": "triceCheck.c",
- "Line": 1224
- },
- "14899": {
- "File": "triceCheck.c",
- "Line": 1225
- },
- "14900": {
- "File": "triceCheck.c",
- "Line": 1226
- },
- "14901": {
- "File": "triceCheck.c",
- "Line": 1227
- },
- "14902": {
- "File": "triceCheck.c",
- "Line": 1228
- },
- "14903": {
- "File": "triceCheck.c",
- "Line": 1229
- },
- "14904": {
- "File": "triceCheck.c",
- "Line": 1230
- },
- "14905": {
- "File": "triceCheck.c",
- "Line": 1231
- },
- "14906": {
- "File": "triceCheck.c",
- "Line": 1232
- },
- "14907": {
- "File": "triceCheck.c",
- "Line": 1233
- },
- "14908": {
- "File": "triceCheck.c",
- "Line": 1234
- },
- "14909": {
- "File": "triceCheck.c",
- "Line": 1235
- },
- "14910": {
- "File": "triceCheck.c",
- "Line": 1236
- },
- "14911": {
- "File": "triceCheck.c",
- "Line": 1237
- },
- "14912": {
- "File": "triceCheck.c",
- "Line": 1238
- },
- "14913": {
- "File": "triceCheck.c",
- "Line": 1239
- },
- "14914": {
- "File": "triceCheck.c",
- "Line": 1240
- },
- "14915": {
- "File": "triceCheck.c",
- "Line": 1241
- },
- "14916": {
- "File": "triceCheck.c",
- "Line": 1242
- },
- "14917": {
- "File": "triceCheck.c",
- "Line": 1246
- },
- "14918": {
- "File": "triceCheck.c",
- "Line": 1248
- },
- "14919": {
- "File": "triceCheck.c",
- "Line": 1250
- },
- "14920": {
- "File": "triceCheck.c",
- "Line": 1251
- },
- "14921": {
- "File": "triceCheck.c",
- "Line": 1252
- },
- "14922": {
- "File": "triceCheck.c",
- "Line": 1253
- },
- "14923": {
- "File": "triceCheck.c",
- "Line": 1254
- },
- "14924": {
- "File": "triceCheck.c",
- "Line": 1255
- },
- "14925": {
- "File": "triceCheck.c",
- "Line": 1256
- },
- "14926": {
- "File": "triceCheck.c",
- "Line": 1257
- },
- "14927": {
- "File": "triceCheck.c",
- "Line": 1258
- },
- "14928": {
- "File": "triceCheck.c",
- "Line": 1259
- },
- "14929": {
- "File": "triceCheck.c",
- "Line": 1260
- },
- "14930": {
- "File": "triceCheck.c",
- "Line": 1261
- },
- "14931": {
- "File": "triceCheck.c",
- "Line": 1262
- },
- "14932": {
- "File": "triceCheck.c",
- "Line": 1263
- },
- "14933": {
- "File": "triceCheck.c",
- "Line": 1264
- },
- "14934": {
- "File": "triceCheck.c",
- "Line": 1265
- },
- "14935": {
- "File": "triceCheck.c",
- "Line": 1266
- },
- "14936": {
- "File": "triceCheck.c",
- "Line": 1267
- },
- "14937": {
- "File": "triceCheck.c",
- "Line": 1268
- },
- "14938": {
- "File": "triceCheck.c",
- "Line": 1269
- },
- "14939": {
- "File": "triceCheck.c",
- "Line": 1270
- },
- "14940": {
- "File": "triceCheck.c",
- "Line": 1271
- },
- "14941": {
- "File": "triceCheck.c",
- "Line": 1272
- },
- "14942": {
- "File": "triceCheck.c",
- "Line": 1273
- },
- "14943": {
- "File": "triceCheck.c",
- "Line": 1274
- },
- "14944": {
- "File": "triceCheck.c",
- "Line": 1275
- },
- "14945": {
- "File": "triceCheck.c",
- "Line": 1276
- },
- "14946": {
- "File": "triceCheck.c",
- "Line": 1277
- },
- "14947": {
- "File": "triceCheck.c",
- "Line": 1278
- },
- "14948": {
- "File": "triceCheck.c",
- "Line": 1279
- },
- "14949": {
- "File": "triceCheck.c",
- "Line": 1280
- },
- "14950": {
- "File": "triceCheck.c",
- "Line": 1281
- },
- "14951": {
- "File": "triceCheck.c",
- "Line": 1282
- },
- "14952": {
- "File": "triceCheck.c",
- "Line": 1283
- },
- "14953": {
- "File": "triceCheck.c",
- "Line": 1284
- },
- "14954": {
- "File": "triceCheck.c",
- "Line": 1285
- },
- "14955": {
- "File": "triceCheck.c",
- "Line": 1287
- },
- "14956": {
- "File": "triceCheck.c",
- "Line": 1289
- },
- "14957": {
- "File": "triceCheck.c",
- "Line": 1290
- },
- "14958": {
- "File": "triceCheck.c",
- "Line": 1291
- },
- "14959": {
- "File": "triceCheck.c",
- "Line": 1292
- },
- "14960": {
- "File": "triceCheck.c",
- "Line": 1293
- },
- "14961": {
- "File": "triceCheck.c",
- "Line": 1294
- },
- "14962": {
- "File": "triceCheck.c",
- "Line": 1295
- },
- "14963": {
- "File": "triceCheck.c",
- "Line": 1296
- },
- "14964": {
- "File": "triceCheck.c",
- "Line": 1297
- },
- "14965": {
- "File": "triceCheck.c",
- "Line": 1298
- },
- "14966": {
- "File": "triceCheck.c",
- "Line": 1299
- },
- "14967": {
- "File": "triceCheck.c",
- "Line": 1300
- },
- "14968": {
- "File": "triceCheck.c",
- "Line": 1301
- },
- "14969": {
- "File": "triceCheck.c",
- "Line": 1302
- },
- "14970": {
- "File": "triceCheck.c",
- "Line": 1303
- },
- "14971": {
- "File": "triceCheck.c",
- "Line": 1304
- },
- "14972": {
- "File": "triceCheck.c",
- "Line": 1305
- },
- "14973": {
- "File": "triceCheck.c",
- "Line": 1306
- },
- "14974": {
- "File": "triceCheck.c",
- "Line": 1307
- },
- "14975": {
- "File": "triceCheck.c",
- "Line": 1308
- },
- "14976": {
- "File": "triceCheck.c",
- "Line": 1309
- },
- "14977": {
- "File": "triceCheck.c",
- "Line": 1310
- },
- "14978": {
- "File": "triceCheck.c",
- "Line": 1311
- },
- "14979": {
- "File": "triceCheck.c",
- "Line": 1312
- },
- "14980": {
- "File": "triceCheck.c",
- "Line": 1313
- },
- "14981": {
- "File": "triceCheck.c",
- "Line": 1314
- },
- "14982": {
- "File": "triceCheck.c",
- "Line": 1315
- },
- "14983": {
- "File": "triceCheck.c",
- "Line": 1316
- },
- "14984": {
- "File": "triceCheck.c",
- "Line": 1317
- },
- "14985": {
- "File": "triceCheck.c",
- "Line": 1318
- },
- "14986": {
- "File": "triceCheck.c",
- "Line": 1319
- },
- "14987": {
- "File": "triceCheck.c",
- "Line": 1320
- },
- "14988": {
- "File": "triceCheck.c",
- "Line": 1321
- },
- "14989": {
- "File": "triceCheck.c",
- "Line": 1322
- },
- "14990": {
- "File": "triceCheck.c",
- "Line": 1323
- },
- "14991": {
- "File": "triceCheck.c",
- "Line": 1324
- },
- "14992": {
- "File": "triceCheck.c",
- "Line": 1326
- },
- "14993": {
- "File": "triceCheck.c",
- "Line": 1328
- },
- "14994": {
- "File": "triceCheck.c",
- "Line": 1329
- },
- "14995": {
- "File": "triceCheck.c",
- "Line": 1330
- },
- "14996": {
- "File": "triceCheck.c",
- "Line": 1331
- },
- "14997": {
- "File": "triceCheck.c",
- "Line": 1332
- },
- "14998": {
- "File": "triceCheck.c",
- "Line": 1333
- },
- "14999": {
- "File": "triceCheck.c",
- "Line": 1334
- },
- "15000": {
- "File": "triceCheck.c",
- "Line": 1335
- },
- "15001": {
- "File": "triceCheck.c",
- "Line": 1336
- },
- "15002": {
- "File": "triceCheck.c",
- "Line": 1337
- },
- "15003": {
- "File": "triceCheck.c",
- "Line": 1338
- },
- "15004": {
- "File": "triceCheck.c",
- "Line": 1339
- },
- "15005": {
- "File": "triceCheck.c",
- "Line": 1340
- },
- "15006": {
- "File": "triceCheck.c",
- "Line": 1341
- },
- "15007": {
- "File": "triceCheck.c",
- "Line": 1342
- },
- "15008": {
- "File": "triceCheck.c",
- "Line": 1343
- },
- "15009": {
- "File": "triceCheck.c",
- "Line": 1344
- },
- "15010": {
- "File": "triceCheck.c",
- "Line": 1345
- },
- "15011": {
- "File": "triceCheck.c",
- "Line": 1346
- },
- "15012": {
- "File": "triceCheck.c",
- "Line": 1347
- },
- "15013": {
- "File": "triceCheck.c",
- "Line": 1348
- },
- "15014": {
- "File": "triceCheck.c",
- "Line": 1349
- },
- "15015": {
- "File": "triceCheck.c",
- "Line": 1350
- },
- "15016": {
- "File": "triceCheck.c",
- "Line": 1351
- },
- "15017": {
- "File": "triceCheck.c",
- "Line": 1352
- },
- "15018": {
- "File": "triceCheck.c",
- "Line": 1353
- },
- "15019": {
- "File": "triceCheck.c",
- "Line": 1354
- },
- "15020": {
- "File": "triceCheck.c",
- "Line": 1355
- },
- "15021": {
- "File": "triceCheck.c",
- "Line": 1356
- },
- "15022": {
- "File": "triceCheck.c",
- "Line": 1357
- },
- "15023": {
- "File": "triceCheck.c",
- "Line": 1358
- },
- "15024": {
- "File": "triceCheck.c",
- "Line": 1359
- },
- "15025": {
- "File": "triceCheck.c",
- "Line": 1360
- },
- "15026": {
- "File": "triceCheck.c",
- "Line": 1361
- },
- "15027": {
- "File": "triceCheck.c",
- "Line": 1362
- },
- "15028": {
- "File": "triceCheck.c",
- "Line": 1363
- },
- "15029": {
- "File": "triceCheck.c",
- "Line": 1365
- },
- "15030": {
- "File": "triceCheck.c",
- "Line": 1367
- },
- "15031": {
- "File": "triceCheck.c",
- "Line": 1368
- },
- "15032": {
- "File": "triceCheck.c",
- "Line": 1369
- },
- "15033": {
- "File": "triceCheck.c",
- "Line": 1370
- },
- "15034": {
- "File": "triceCheck.c",
- "Line": 1371
- },
- "15035": {
- "File": "triceCheck.c",
- "Line": 1372
- },
- "15036": {
- "File": "triceCheck.c",
- "Line": 1373
- },
- "15037": {
- "File": "triceCheck.c",
- "Line": 1374
- },
- "15038": {
- "File": "triceCheck.c",
- "Line": 1375
- },
- "15039": {
- "File": "triceCheck.c",
- "Line": 1376
- },
- "15040": {
- "File": "triceCheck.c",
- "Line": 1377
- },
- "15041": {
- "File": "triceCheck.c",
- "Line": 1378
- },
- "15042": {
- "File": "triceCheck.c",
- "Line": 1379
- },
- "15043": {
- "File": "triceCheck.c",
- "Line": 1380
- },
- "15044": {
- "File": "triceCheck.c",
- "Line": 1381
- },
- "15045": {
- "File": "triceCheck.c",
- "Line": 1382
- },
- "15046": {
- "File": "triceCheck.c",
- "Line": 1383
- },
- "15047": {
- "File": "triceCheck.c",
- "Line": 1384
- },
- "15048": {
- "File": "triceCheck.c",
- "Line": 1385
- },
- "15049": {
- "File": "triceCheck.c",
- "Line": 1386
- },
- "15050": {
- "File": "triceCheck.c",
- "Line": 1387
- },
- "15051": {
- "File": "triceCheck.c",
- "Line": 1388
- },
- "15052": {
- "File": "triceCheck.c",
- "Line": 1389
- },
- "15053": {
- "File": "triceCheck.c",
- "Line": 1390
- },
- "15054": {
- "File": "triceCheck.c",
- "Line": 1391
- },
- "15055": {
- "File": "triceCheck.c",
- "Line": 1392
- },
- "15056": {
- "File": "triceCheck.c",
- "Line": 1393
- },
- "15057": {
- "File": "triceCheck.c",
- "Line": 1394
- },
- "15058": {
- "File": "triceCheck.c",
- "Line": 1395
- },
- "15059": {
- "File": "triceCheck.c",
- "Line": 1396
- },
- "15060": {
- "File": "triceCheck.c",
- "Line": 1397
- },
- "15061": {
- "File": "triceCheck.c",
- "Line": 1398
- },
- "15062": {
- "File": "triceCheck.c",
- "Line": 1399
- },
- "15063": {
- "File": "triceCheck.c",
- "Line": 1400
- },
- "15064": {
- "File": "triceCheck.c",
- "Line": 1401
- },
- "15065": {
- "File": "triceCheck.c",
- "Line": 1402
- },
- "15066": {
- "File": "triceCheck.c",
- "Line": 1404
- },
- "15067": {
- "File": "triceCheck.c",
- "Line": 1406
- },
- "15068": {
- "File": "triceCheck.c",
- "Line": 1407
- },
- "15069": {
- "File": "triceCheck.c",
- "Line": 1408
- },
- "15070": {
- "File": "triceCheck.c",
- "Line": 1409
- },
- "15071": {
- "File": "triceCheck.c",
- "Line": 1410
- },
- "15072": {
- "File": "triceCheck.c",
- "Line": 1411
- },
- "15073": {
- "File": "triceCheck.c",
- "Line": 1412
- },
- "15074": {
- "File": "triceCheck.c",
- "Line": 1413
- },
- "15075": {
- "File": "triceCheck.c",
- "Line": 1414
- },
- "15076": {
- "File": "triceCheck.c",
- "Line": 1415
- },
- "15077": {
- "File": "triceCheck.c",
- "Line": 1416
- },
- "15078": {
- "File": "triceCheck.c",
- "Line": 1417
- },
- "15079": {
- "File": "triceCheck.c",
- "Line": 1418
- },
- "15080": {
- "File": "triceCheck.c",
- "Line": 1419
- },
- "15081": {
- "File": "triceCheck.c",
- "Line": 1420
- },
- "15082": {
- "File": "triceCheck.c",
- "Line": 1421
- },
- "15083": {
- "File": "triceCheck.c",
- "Line": 1422
- },
- "15084": {
- "File": "triceCheck.c",
- "Line": 1423
- },
- "15085": {
- "File": "triceCheck.c",
- "Line": 1424
- },
- "15086": {
- "File": "triceCheck.c",
- "Line": 1425
- },
- "15087": {
- "File": "triceCheck.c",
- "Line": 1426
- },
- "15088": {
- "File": "triceCheck.c",
- "Line": 1427
- },
- "15089": {
- "File": "triceCheck.c",
- "Line": 1428
- },
- "15090": {
- "File": "triceCheck.c",
- "Line": 1429
- },
- "15091": {
- "File": "triceCheck.c",
- "Line": 1430
- },
- "15092": {
- "File": "triceCheck.c",
- "Line": 1431
- },
- "15093": {
- "File": "triceCheck.c",
- "Line": 1432
- },
- "15094": {
- "File": "triceCheck.c",
- "Line": 1433
- },
- "15095": {
- "File": "triceCheck.c",
- "Line": 1434
- },
- "15096": {
- "File": "triceCheck.c",
- "Line": 1435
- },
- "15097": {
- "File": "triceCheck.c",
- "Line": 1436
- },
- "15098": {
- "File": "triceCheck.c",
- "Line": 1437
- },
- "15099": {
- "File": "triceCheck.c",
- "Line": 1438
- },
- "15100": {
- "File": "triceCheck.c",
- "Line": 1439
- },
- "15101": {
- "File": "triceCheck.c",
- "Line": 1440
- },
- "15102": {
- "File": "triceCheck.c",
- "Line": 1441
- },
- "15103": {
- "File": "triceCheck.c",
- "Line": 1443
- },
- "15104": {
- "File": "triceCheck.c",
- "Line": 1445
- },
- "15105": {
- "File": "triceCheck.c",
- "Line": 1446
- },
- "15106": {
- "File": "triceCheck.c",
- "Line": 1447
- },
- "15107": {
- "File": "triceCheck.c",
- "Line": 1448
- },
- "15108": {
- "File": "triceCheck.c",
- "Line": 1449
- },
- "15109": {
- "File": "triceCheck.c",
- "Line": 1450
- },
- "15110": {
- "File": "triceCheck.c",
- "Line": 1451
- },
- "15111": {
- "File": "triceCheck.c",
- "Line": 1452
- },
- "15112": {
- "File": "triceCheck.c",
- "Line": 1453
- },
- "15113": {
- "File": "triceCheck.c",
- "Line": 1454
- },
- "15114": {
- "File": "triceCheck.c",
- "Line": 1455
- },
- "15115": {
- "File": "triceCheck.c",
- "Line": 1456
- },
- "15116": {
- "File": "triceCheck.c",
- "Line": 1457
- },
- "15117": {
- "File": "triceCheck.c",
- "Line": 1458
- },
- "15118": {
- "File": "triceCheck.c",
- "Line": 1459
- },
- "15119": {
- "File": "triceCheck.c",
- "Line": 1460
- },
- "15120": {
- "File": "triceCheck.c",
- "Line": 1461
- },
- "15121": {
- "File": "triceCheck.c",
- "Line": 1462
- },
- "15122": {
- "File": "triceCheck.c",
- "Line": 1463
- },
- "15123": {
- "File": "triceCheck.c",
- "Line": 1464
- },
- "15124": {
- "File": "triceCheck.c",
- "Line": 1465
- },
- "15125": {
- "File": "triceCheck.c",
- "Line": 1466
- },
- "15126": {
- "File": "triceCheck.c",
- "Line": 1467
- },
- "15127": {
- "File": "triceCheck.c",
- "Line": 1468
- },
- "15128": {
- "File": "triceCheck.c",
- "Line": 1469
- },
- "15129": {
- "File": "triceCheck.c",
- "Line": 1470
- },
- "15130": {
- "File": "triceCheck.c",
- "Line": 1471
- },
- "15131": {
- "File": "triceCheck.c",
- "Line": 1472
- },
- "15132": {
- "File": "triceCheck.c",
- "Line": 1473
- },
- "15133": {
- "File": "triceCheck.c",
- "Line": 1474
- },
- "15134": {
- "File": "triceCheck.c",
- "Line": 1475
- },
- "15135": {
- "File": "triceCheck.c",
- "Line": 1476
- },
- "15136": {
- "File": "triceCheck.c",
- "Line": 1477
- },
- "15137": {
- "File": "triceCheck.c",
- "Line": 1478
- },
- "15138": {
- "File": "triceCheck.c",
- "Line": 1479
- },
- "15139": {
- "File": "triceCheck.c",
- "Line": 1480
- },
- "15140": {
- "File": "triceCheck.c",
- "Line": 1482
- },
- "15141": {
- "File": "triceCheck.c",
- "Line": 1484
- },
- "15142": {
- "File": "triceCheck.c",
- "Line": 1485
- },
- "15143": {
- "File": "triceCheck.c",
- "Line": 1486
- },
- "15144": {
- "File": "triceCheck.c",
- "Line": 1487
- },
- "15145": {
- "File": "triceCheck.c",
- "Line": 1488
- },
- "15146": {
- "File": "triceCheck.c",
- "Line": 1489
- },
- "15147": {
- "File": "triceCheck.c",
- "Line": 1490
- },
- "15148": {
- "File": "triceCheck.c",
- "Line": 1491
- },
- "15149": {
- "File": "triceCheck.c",
- "Line": 1492
- },
- "15150": {
- "File": "triceCheck.c",
- "Line": 1493
- },
- "15151": {
- "File": "triceCheck.c",
- "Line": 1494
- },
- "15152": {
- "File": "triceCheck.c",
- "Line": 1495
- },
- "15153": {
- "File": "triceCheck.c",
- "Line": 1496
- },
- "15154": {
- "File": "triceCheck.c",
- "Line": 1497
- },
- "15155": {
- "File": "triceCheck.c",
- "Line": 1498
- },
- "15156": {
- "File": "triceCheck.c",
- "Line": 1499
- },
- "15157": {
- "File": "triceCheck.c",
- "Line": 1500
- },
- "15158": {
- "File": "triceCheck.c",
- "Line": 1501
- },
- "15159": {
- "File": "triceCheck.c",
- "Line": 1502
- },
- "15160": {
- "File": "triceCheck.c",
- "Line": 1503
- },
- "15161": {
- "File": "triceCheck.c",
- "Line": 1504
- },
- "15162": {
- "File": "triceCheck.c",
- "Line": 1505
- },
- "15163": {
- "File": "triceCheck.c",
- "Line": 1506
- },
- "15164": {
- "File": "triceCheck.c",
- "Line": 1507
- },
- "15165": {
- "File": "triceCheck.c",
- "Line": 1508
- },
- "15166": {
- "File": "triceCheck.c",
- "Line": 1509
- },
- "15167": {
- "File": "triceCheck.c",
- "Line": 1510
- },
- "15168": {
- "File": "triceCheck.c",
- "Line": 1511
- },
- "15169": {
- "File": "triceCheck.c",
- "Line": 1512
- },
- "15170": {
- "File": "triceCheck.c",
- "Line": 1513
- },
- "15171": {
- "File": "triceCheck.c",
- "Line": 1514
- },
- "15172": {
- "File": "triceCheck.c",
- "Line": 1515
- },
- "15173": {
- "File": "triceCheck.c",
- "Line": 1516
- },
- "15174": {
- "File": "triceCheck.c",
- "Line": 1517
- },
- "15175": {
- "File": "triceCheck.c",
- "Line": 1518
- },
- "15176": {
- "File": "triceCheck.c",
- "Line": 1519
- },
- "15177": {
- "File": "triceCheck.c",
- "Line": 1521
- },
- "15178": {
- "File": "triceCheck.c",
- "Line": 1523
- },
- "15179": {
- "File": "triceCheck.c",
- "Line": 1524
- },
- "15180": {
- "File": "triceCheck.c",
- "Line": 1525
- },
- "15181": {
- "File": "triceCheck.c",
- "Line": 1526
- },
- "15182": {
- "File": "triceCheck.c",
- "Line": 1527
- },
- "15183": {
- "File": "triceCheck.c",
- "Line": 1528
- },
- "15184": {
- "File": "triceCheck.c",
- "Line": 1529
- },
- "15185": {
- "File": "triceCheck.c",
- "Line": 1530
- },
- "15186": {
- "File": "triceCheck.c",
- "Line": 1531
- },
- "15187": {
- "File": "triceCheck.c",
- "Line": 1532
- },
- "15188": {
- "File": "triceCheck.c",
- "Line": 1533
- },
- "15189": {
- "File": "triceCheck.c",
- "Line": 1534
- },
- "15190": {
- "File": "triceCheck.c",
- "Line": 1535
- },
- "15191": {
- "File": "triceCheck.c",
- "Line": 1536
- },
- "15192": {
- "File": "triceCheck.c",
- "Line": 1537
- },
- "15193": {
- "File": "triceCheck.c",
- "Line": 1538
- },
- "15194": {
- "File": "triceCheck.c",
- "Line": 1539
- },
- "15195": {
- "File": "triceCheck.c",
- "Line": 1540
- },
- "15196": {
- "File": "triceCheck.c",
- "Line": 1541
- },
- "15197": {
- "File": "triceCheck.c",
- "Line": 1542
- },
- "15198": {
- "File": "triceCheck.c",
- "Line": 1543
- },
- "15199": {
- "File": "triceCheck.c",
- "Line": 1544
- },
- "15200": {
- "File": "triceCheck.c",
- "Line": 1545
- },
- "15201": {
- "File": "triceCheck.c",
- "Line": 1546
- },
- "15202": {
- "File": "triceCheck.c",
- "Line": 1547
- },
- "15203": {
- "File": "triceCheck.c",
- "Line": 1548
- },
- "15204": {
- "File": "triceCheck.c",
- "Line": 1549
- },
- "15205": {
- "File": "triceCheck.c",
- "Line": 1550
- },
- "15206": {
- "File": "triceCheck.c",
- "Line": 1551
- },
- "15207": {
- "File": "triceCheck.c",
- "Line": 1552
- },
- "15208": {
- "File": "triceCheck.c",
- "Line": 1553
- },
- "15209": {
- "File": "triceCheck.c",
- "Line": 1554
- },
- "15210": {
- "File": "triceCheck.c",
- "Line": 1555
- },
- "15211": {
- "File": "triceCheck.c",
- "Line": 1556
- },
- "15212": {
- "File": "triceCheck.c",
- "Line": 1557
- },
- "15213": {
- "File": "triceCheck.c",
- "Line": 1558
- },
- "15214": {
- "File": "triceCheck.c",
- "Line": 1560
- },
- "15215": {
- "File": "triceCheck.c",
- "Line": 1562
- },
- "15216": {
- "File": "triceCheck.c",
- "Line": 1563
- },
- "15217": {
- "File": "triceCheck.c",
- "Line": 1564
- },
- "15218": {
- "File": "triceCheck.c",
- "Line": 1565
- },
- "15219": {
- "File": "triceCheck.c",
- "Line": 1566
- },
- "15220": {
- "File": "triceCheck.c",
- "Line": 1567
- },
- "15221": {
- "File": "triceCheck.c",
- "Line": 1568
- },
- "15222": {
- "File": "triceCheck.c",
- "Line": 1569
- },
- "15223": {
- "File": "triceCheck.c",
- "Line": 1570
- },
- "15224": {
- "File": "triceCheck.c",
- "Line": 1571
- },
- "15225": {
- "File": "triceCheck.c",
- "Line": 1572
- },
- "15226": {
- "File": "triceCheck.c",
- "Line": 1573
- },
- "15227": {
- "File": "triceCheck.c",
- "Line": 1574
- },
- "15228": {
- "File": "triceCheck.c",
- "Line": 1575
- },
- "15229": {
- "File": "triceCheck.c",
- "Line": 1576
- },
- "15230": {
- "File": "triceCheck.c",
- "Line": 1577
- },
- "15231": {
- "File": "triceCheck.c",
- "Line": 1578
- },
- "15232": {
- "File": "triceCheck.c",
- "Line": 1579
- },
- "15233": {
- "File": "triceCheck.c",
- "Line": 1580
- },
- "15234": {
- "File": "triceCheck.c",
- "Line": 1581
- },
- "15235": {
- "File": "triceCheck.c",
- "Line": 1582
- },
- "15236": {
- "File": "triceCheck.c",
- "Line": 1583
- },
- "15237": {
- "File": "triceCheck.c",
- "Line": 1584
- },
- "15238": {
- "File": "triceCheck.c",
- "Line": 1585
- },
- "15239": {
- "File": "triceCheck.c",
- "Line": 1586
- },
- "15240": {
- "File": "triceCheck.c",
- "Line": 1587
- },
- "15241": {
- "File": "triceCheck.c",
- "Line": 1588
- },
- "15242": {
- "File": "triceCheck.c",
- "Line": 1589
- },
- "15243": {
- "File": "triceCheck.c",
- "Line": 1590
- },
- "15244": {
- "File": "triceCheck.c",
- "Line": 1591
- },
- "15245": {
- "File": "triceCheck.c",
- "Line": 1592
- },
- "15246": {
- "File": "triceCheck.c",
- "Line": 1593
- },
- "15247": {
- "File": "triceCheck.c",
- "Line": 1594
- },
- "15248": {
- "File": "triceCheck.c",
- "Line": 1595
- },
- "15249": {
- "File": "triceCheck.c",
- "Line": 1596
- },
- "15250": {
- "File": "triceCheck.c",
- "Line": 1597
- },
- "15251": {
- "File": "triceCheck.c",
- "Line": 1599
- },
- "15252": {
- "File": "triceCheck.c",
- "Line": 1601
- },
- "15253": {
- "File": "triceCheck.c",
- "Line": 1602
- },
- "15254": {
- "File": "triceCheck.c",
- "Line": 1603
- },
- "15255": {
- "File": "triceCheck.c",
- "Line": 1604
- },
- "15256": {
- "File": "triceCheck.c",
- "Line": 1605
- },
- "15257": {
- "File": "triceCheck.c",
- "Line": 1606
- },
- "15258": {
- "File": "triceCheck.c",
- "Line": 1607
- },
- "15259": {
- "File": "triceCheck.c",
- "Line": 1608
- },
- "15260": {
- "File": "triceCheck.c",
- "Line": 1609
- },
- "15261": {
- "File": "triceCheck.c",
- "Line": 1610
- },
- "15262": {
- "File": "triceCheck.c",
- "Line": 1611
- },
- "15263": {
- "File": "triceCheck.c",
- "Line": 1612
- },
- "15264": {
- "File": "triceCheck.c",
- "Line": 1613
- },
- "15265": {
- "File": "triceCheck.c",
- "Line": 1614
- },
- "15266": {
- "File": "triceCheck.c",
- "Line": 1615
- },
- "15267": {
- "File": "triceCheck.c",
- "Line": 1616
- },
- "15268": {
- "File": "triceCheck.c",
- "Line": 1617
- },
- "15269": {
- "File": "triceCheck.c",
- "Line": 1618
- },
- "15270": {
- "File": "triceCheck.c",
- "Line": 1619
- },
- "15271": {
- "File": "triceCheck.c",
- "Line": 1620
- },
- "15272": {
- "File": "triceCheck.c",
- "Line": 1621
- },
- "15273": {
- "File": "triceCheck.c",
- "Line": 1622
- },
- "15274": {
- "File": "triceCheck.c",
- "Line": 1623
- },
- "15275": {
- "File": "triceCheck.c",
- "Line": 1624
- },
- "15276": {
- "File": "triceCheck.c",
- "Line": 1625
- },
- "15277": {
- "File": "triceCheck.c",
- "Line": 1626
- },
- "15278": {
- "File": "triceCheck.c",
- "Line": 1627
- },
- "15279": {
- "File": "triceCheck.c",
- "Line": 1628
- },
- "15280": {
- "File": "triceCheck.c",
- "Line": 1629
- },
- "15281": {
- "File": "triceCheck.c",
- "Line": 1630
- },
- "15282": {
- "File": "triceCheck.c",
- "Line": 1631
- },
- "15283": {
- "File": "triceCheck.c",
- "Line": 1632
- },
- "15284": {
- "File": "triceCheck.c",
- "Line": 1633
- },
- "15285": {
- "File": "triceCheck.c",
- "Line": 1634
- },
- "15286": {
- "File": "triceCheck.c",
- "Line": 1635
- },
- "15287": {
- "File": "triceCheck.c",
- "Line": 1636
- },
- "15288": {
- "File": "triceCheck.c",
- "Line": 1638
- },
- "15289": {
- "File": "triceCheck.c",
- "Line": 1640
- },
- "15290": {
- "File": "triceCheck.c",
- "Line": 1641
- },
- "15291": {
- "File": "triceCheck.c",
- "Line": 1642
- },
- "15292": {
- "File": "triceCheck.c",
- "Line": 1643
- },
- "15293": {
- "File": "triceCheck.c",
- "Line": 1644
- },
- "15294": {
- "File": "triceCheck.c",
- "Line": 1645
- },
- "15295": {
- "File": "triceCheck.c",
- "Line": 1646
- },
- "15296": {
- "File": "triceCheck.c",
- "Line": 1647
- },
- "15297": {
- "File": "triceCheck.c",
- "Line": 1648
- },
- "15298": {
- "File": "triceCheck.c",
- "Line": 1649
- },
- "15299": {
- "File": "triceCheck.c",
- "Line": 1650
- },
- "15300": {
- "File": "triceCheck.c",
- "Line": 1651
- },
- "15301": {
- "File": "triceCheck.c",
- "Line": 1652
- },
- "15302": {
- "File": "triceCheck.c",
- "Line": 1653
- },
- "15303": {
- "File": "triceCheck.c",
- "Line": 1654
- },
- "15304": {
- "File": "triceCheck.c",
- "Line": 1655
- },
- "15305": {
- "File": "triceCheck.c",
- "Line": 1656
- },
- "15306": {
- "File": "triceCheck.c",
- "Line": 1657
- },
- "15307": {
- "File": "triceCheck.c",
- "Line": 1658
- },
- "15308": {
- "File": "triceCheck.c",
- "Line": 1659
- },
- "15309": {
- "File": "triceCheck.c",
- "Line": 1660
- },
- "15310": {
- "File": "triceCheck.c",
- "Line": 1661
- },
- "15311": {
- "File": "triceCheck.c",
- "Line": 1662
- },
- "15312": {
- "File": "triceCheck.c",
- "Line": 1663
- },
- "15313": {
- "File": "triceCheck.c",
- "Line": 1664
- },
- "15314": {
- "File": "triceCheck.c",
- "Line": 1665
- },
- "15315": {
- "File": "triceCheck.c",
- "Line": 1666
- },
- "15316": {
- "File": "triceCheck.c",
- "Line": 1667
- },
- "15317": {
- "File": "triceCheck.c",
- "Line": 1668
- },
- "15318": {
- "File": "triceCheck.c",
- "Line": 1669
- },
- "15319": {
- "File": "triceCheck.c",
- "Line": 1670
- },
- "15320": {
- "File": "triceCheck.c",
- "Line": 1671
- },
- "15321": {
- "File": "triceCheck.c",
- "Line": 1672
- },
- "15322": {
- "File": "triceCheck.c",
- "Line": 1673
- },
- "15323": {
- "File": "triceCheck.c",
- "Line": 1674
- },
- "15324": {
- "File": "triceCheck.c",
- "Line": 1675
- },
- "15325": {
- "File": "triceCheck.c",
- "Line": 1677
- },
- "15326": {
- "File": "triceCheck.c",
- "Line": 1679
- },
- "15327": {
- "File": "triceCheck.c",
- "Line": 1680
- },
- "15328": {
- "File": "triceCheck.c",
- "Line": 1681
- },
- "15329": {
- "File": "triceCheck.c",
- "Line": 1682
- },
- "15330": {
- "File": "triceCheck.c",
- "Line": 1683
- },
- "15331": {
- "File": "triceCheck.c",
- "Line": 1684
- },
- "15332": {
- "File": "triceCheck.c",
- "Line": 1685
- },
- "15333": {
- "File": "triceCheck.c",
- "Line": 1686
- },
- "15334": {
- "File": "triceCheck.c",
- "Line": 1687
- },
- "15335": {
- "File": "triceCheck.c",
- "Line": 1688
- },
- "15336": {
- "File": "triceCheck.c",
- "Line": 1689
- },
- "15337": {
- "File": "triceCheck.c",
- "Line": 1690
- },
- "15338": {
- "File": "triceCheck.c",
- "Line": 1691
- },
- "15339": {
- "File": "triceCheck.c",
- "Line": 1692
- },
- "15340": {
- "File": "triceCheck.c",
- "Line": 1693
- },
- "15341": {
- "File": "triceCheck.c",
- "Line": 1694
- },
- "15342": {
- "File": "triceCheck.c",
- "Line": 1695
- },
- "15343": {
- "File": "triceCheck.c",
- "Line": 1696
- },
- "15344": {
- "File": "triceCheck.c",
- "Line": 1697
- },
- "15345": {
- "File": "triceCheck.c",
- "Line": 1698
- },
- "15346": {
- "File": "triceCheck.c",
- "Line": 1699
- },
- "15347": {
- "File": "triceCheck.c",
- "Line": 1700
- },
- "15348": {
- "File": "triceCheck.c",
- "Line": 1701
- },
- "15349": {
- "File": "triceCheck.c",
- "Line": 1702
- },
- "15350": {
- "File": "triceCheck.c",
- "Line": 1703
- },
- "15351": {
- "File": "triceCheck.c",
- "Line": 1704
- },
- "15352": {
- "File": "triceCheck.c",
- "Line": 1705
- },
- "15353": {
- "File": "triceCheck.c",
- "Line": 1706
- },
- "15354": {
- "File": "triceCheck.c",
- "Line": 1707
- },
- "15355": {
- "File": "triceCheck.c",
- "Line": 1708
- },
- "15356": {
- "File": "triceCheck.c",
- "Line": 1709
- },
- "15357": {
- "File": "triceCheck.c",
- "Line": 1710
- },
- "15358": {
- "File": "triceCheck.c",
- "Line": 1711
- },
- "15359": {
- "File": "triceCheck.c",
- "Line": 1712
- },
- "15360": {
- "File": "triceCheck.c",
- "Line": 1713
- },
- "15361": {
- "File": "triceCheck.c",
- "Line": 1714
- },
- "15362": {
- "File": "triceCheck.c",
- "Line": 1716
- },
- "15363": {
- "File": "triceCheck.c",
- "Line": 1718
- },
- "15364": {
- "File": "triceCheck.c",
- "Line": 1719
- },
- "15365": {
- "File": "triceCheck.c",
- "Line": 1720
- },
- "15366": {
- "File": "triceCheck.c",
- "Line": 1721
- },
- "15367": {
- "File": "triceCheck.c",
- "Line": 1722
- },
- "15368": {
- "File": "triceCheck.c",
- "Line": 1723
- },
- "15369": {
- "File": "triceCheck.c",
- "Line": 1724
- },
- "15370": {
- "File": "triceCheck.c",
- "Line": 1725
- },
- "15371": {
- "File": "triceCheck.c",
- "Line": 1726
- },
- "15372": {
- "File": "triceCheck.c",
- "Line": 1727
- },
- "15373": {
- "File": "triceCheck.c",
- "Line": 1728
- },
- "15374": {
- "File": "triceCheck.c",
- "Line": 1729
- },
- "15375": {
- "File": "triceCheck.c",
- "Line": 1730
- },
- "15376": {
- "File": "triceCheck.c",
- "Line": 1731
- },
- "15377": {
- "File": "triceCheck.c",
- "Line": 1732
- },
- "15378": {
- "File": "triceCheck.c",
- "Line": 1733
- },
- "15379": {
- "File": "triceCheck.c",
- "Line": 1734
- },
- "15380": {
- "File": "triceCheck.c",
- "Line": 1735
- },
- "15381": {
- "File": "triceCheck.c",
- "Line": 1736
- },
- "15382": {
- "File": "triceCheck.c",
- "Line": 1737
- },
- "15383": {
- "File": "triceCheck.c",
- "Line": 1738
- },
- "15384": {
- "File": "triceCheck.c",
- "Line": 1739
- },
- "15385": {
- "File": "triceCheck.c",
- "Line": 1740
- },
- "15386": {
- "File": "triceCheck.c",
- "Line": 1741
- },
- "15387": {
- "File": "triceCheck.c",
- "Line": 1742
- },
- "15388": {
- "File": "triceCheck.c",
- "Line": 1743
- },
- "15389": {
- "File": "triceCheck.c",
- "Line": 1744
- },
- "15390": {
- "File": "triceCheck.c",
- "Line": 1745
- },
- "15391": {
- "File": "triceCheck.c",
- "Line": 1746
- },
- "15392": {
- "File": "triceCheck.c",
- "Line": 1747
- },
- "15393": {
- "File": "triceCheck.c",
- "Line": 1748
- },
- "15394": {
- "File": "triceCheck.c",
- "Line": 1749
- },
- "15395": {
- "File": "triceCheck.c",
- "Line": 1750
- },
- "15396": {
- "File": "triceCheck.c",
- "Line": 1751
- },
- "15397": {
- "File": "triceCheck.c",
- "Line": 1752
- },
- "15398": {
- "File": "triceCheck.c",
- "Line": 1753
- },
- "15399": {
- "File": "triceCheck.c",
- "Line": 1755
- },
- "15400": {
- "File": "triceCheck.c",
- "Line": 1757
- },
- "15401": {
- "File": "triceCheck.c",
- "Line": 1758
- },
- "15402": {
- "File": "triceCheck.c",
- "Line": 1759
- },
- "15403": {
- "File": "triceCheck.c",
- "Line": 1760
- },
- "15404": {
- "File": "triceCheck.c",
- "Line": 1761
- },
- "15405": {
- "File": "triceCheck.c",
- "Line": 1762
- },
- "15406": {
- "File": "triceCheck.c",
- "Line": 1763
- },
- "15407": {
- "File": "triceCheck.c",
- "Line": 1764
- },
- "15408": {
- "File": "triceCheck.c",
- "Line": 1765
- },
- "15409": {
- "File": "triceCheck.c",
- "Line": 1766
- },
- "15410": {
- "File": "triceCheck.c",
- "Line": 1767
- },
- "15411": {
- "File": "triceCheck.c",
- "Line": 1768
- },
- "15412": {
- "File": "triceCheck.c",
- "Line": 1769
- },
- "15413": {
- "File": "triceCheck.c",
- "Line": 1770
- },
- "15414": {
- "File": "triceCheck.c",
- "Line": 1771
- },
- "15415": {
- "File": "triceCheck.c",
- "Line": 1772
- },
- "15416": {
- "File": "triceCheck.c",
- "Line": 1773
- },
- "15417": {
- "File": "triceCheck.c",
- "Line": 1774
- },
- "15418": {
- "File": "triceCheck.c",
- "Line": 1775
- },
- "15419": {
- "File": "triceCheck.c",
- "Line": 1776
- },
- "15420": {
- "File": "triceCheck.c",
- "Line": 1777
- },
- "15421": {
- "File": "triceCheck.c",
- "Line": 1778
- },
- "15422": {
- "File": "triceCheck.c",
- "Line": 1779
- },
- "15423": {
- "File": "triceCheck.c",
- "Line": 1780
- },
- "15424": {
- "File": "triceCheck.c",
- "Line": 1781
- },
- "15425": {
- "File": "triceCheck.c",
- "Line": 1782
- },
- "15426": {
- "File": "triceCheck.c",
- "Line": 1783
- },
- "15427": {
- "File": "triceCheck.c",
- "Line": 1784
- },
- "15428": {
- "File": "triceCheck.c",
- "Line": 1785
- },
- "15429": {
- "File": "triceCheck.c",
- "Line": 1786
- },
- "15430": {
- "File": "triceCheck.c",
- "Line": 1787
- },
- "15431": {
- "File": "triceCheck.c",
- "Line": 1788
- },
- "15432": {
- "File": "triceCheck.c",
- "Line": 1789
- },
- "15433": {
- "File": "triceCheck.c",
- "Line": 1790
- },
- "15434": {
- "File": "triceCheck.c",
- "Line": 1791
- },
- "15435": {
- "File": "triceCheck.c",
- "Line": 1792
- },
- "15436": {
- "File": "triceCheck.c",
- "Line": 1794
- },
- "15437": {
- "File": "triceCheck.c",
- "Line": 1796
- },
- "15438": {
- "File": "triceCheck.c",
- "Line": 1797
- },
- "15439": {
- "File": "triceCheck.c",
- "Line": 1798
- },
- "15440": {
- "File": "triceCheck.c",
- "Line": 1799
- },
- "15441": {
- "File": "triceCheck.c",
- "Line": 1800
- },
- "15442": {
- "File": "triceCheck.c",
- "Line": 1801
- },
- "15443": {
- "File": "triceCheck.c",
- "Line": 1802
- },
- "15444": {
- "File": "triceCheck.c",
- "Line": 1803
- },
- "15445": {
- "File": "triceCheck.c",
- "Line": 1804
- },
- "15446": {
- "File": "triceCheck.c",
- "Line": 1805
- },
- "15447": {
- "File": "triceCheck.c",
- "Line": 1806
- },
- "15448": {
- "File": "triceCheck.c",
- "Line": 1807
- },
- "15449": {
- "File": "triceCheck.c",
- "Line": 1808
- },
- "15450": {
- "File": "triceCheck.c",
- "Line": 1809
- },
- "15451": {
- "File": "triceCheck.c",
- "Line": 1810
- },
- "15452": {
- "File": "triceCheck.c",
- "Line": 1811
- },
- "15453": {
- "File": "triceCheck.c",
- "Line": 1812
- },
- "15454": {
- "File": "triceCheck.c",
- "Line": 1813
- },
- "15455": {
- "File": "triceCheck.c",
- "Line": 1814
- },
- "15456": {
- "File": "triceCheck.c",
- "Line": 1815
- },
- "15457": {
- "File": "triceCheck.c",
- "Line": 1816
- },
- "15458": {
- "File": "triceCheck.c",
- "Line": 1817
- },
- "15459": {
- "File": "triceCheck.c",
- "Line": 1818
- },
- "15460": {
- "File": "triceCheck.c",
- "Line": 1819
- },
- "15461": {
- "File": "triceCheck.c",
- "Line": 1820
- },
- "15462": {
- "File": "triceCheck.c",
- "Line": 1821
- },
- "15463": {
- "File": "triceCheck.c",
- "Line": 1822
- },
- "15464": {
- "File": "triceCheck.c",
- "Line": 1823
- },
- "15465": {
- "File": "triceCheck.c",
- "Line": 1824
- },
- "15466": {
- "File": "triceCheck.c",
- "Line": 1825
- },
- "15467": {
- "File": "triceCheck.c",
- "Line": 1826
- },
- "15468": {
- "File": "triceCheck.c",
- "Line": 1827
- },
- "15469": {
- "File": "triceCheck.c",
- "Line": 1828
- },
- "15470": {
- "File": "triceCheck.c",
- "Line": 1829
- },
- "15471": {
- "File": "triceCheck.c",
- "Line": 1830
- },
- "15472": {
- "File": "triceCheck.c",
- "Line": 1831
- },
- "15473": {
- "File": "triceCheck.c",
- "Line": 1833
- },
- "15474": {
- "File": "triceCheck.c",
- "Line": 1835
- },
- "15475": {
- "File": "triceCheck.c",
- "Line": 1836
- },
- "15476": {
- "File": "triceCheck.c",
- "Line": 1837
- },
- "15477": {
- "File": "triceCheck.c",
- "Line": 1838
- },
- "15478": {
- "File": "triceCheck.c",
- "Line": 1839
- },
- "15479": {
- "File": "triceCheck.c",
- "Line": 1840
- },
- "15480": {
- "File": "triceCheck.c",
- "Line": 1841
- },
- "15481": {
- "File": "triceCheck.c",
- "Line": 1842
- },
- "15482": {
- "File": "triceCheck.c",
- "Line": 1843
- },
- "15483": {
- "File": "triceCheck.c",
- "Line": 1844
- },
- "15484": {
- "File": "triceCheck.c",
- "Line": 1845
- },
- "15485": {
- "File": "triceCheck.c",
- "Line": 1846
- },
- "15486": {
- "File": "triceCheck.c",
- "Line": 1847
- },
- "15487": {
- "File": "triceCheck.c",
- "Line": 1848
- },
- "15488": {
- "File": "triceCheck.c",
- "Line": 1849
- },
- "15489": {
- "File": "triceCheck.c",
- "Line": 1850
- },
- "15490": {
- "File": "triceCheck.c",
- "Line": 1851
- },
- "15491": {
- "File": "triceCheck.c",
- "Line": 1852
- },
- "15492": {
- "File": "triceCheck.c",
- "Line": 1853
- },
- "15493": {
- "File": "triceCheck.c",
- "Line": 1854
- },
- "15494": {
- "File": "triceCheck.c",
- "Line": 1855
- },
- "15495": {
- "File": "triceCheck.c",
- "Line": 1856
- },
- "15496": {
- "File": "triceCheck.c",
- "Line": 1857
- },
- "15497": {
- "File": "triceCheck.c",
- "Line": 1858
- },
- "15498": {
- "File": "triceCheck.c",
- "Line": 1859
- },
- "15499": {
- "File": "triceCheck.c",
- "Line": 1860
- },
- "15500": {
- "File": "triceCheck.c",
- "Line": 1861
- },
- "15501": {
- "File": "triceCheck.c",
- "Line": 1862
- },
- "15502": {
- "File": "triceCheck.c",
- "Line": 1863
- },
- "15503": {
- "File": "triceCheck.c",
- "Line": 1864
- },
- "15504": {
- "File": "triceCheck.c",
- "Line": 1865
- },
- "15505": {
- "File": "triceCheck.c",
- "Line": 1866
- },
- "15506": {
- "File": "triceCheck.c",
- "Line": 1867
- },
- "15507": {
- "File": "triceCheck.c",
- "Line": 1868
- },
- "15508": {
- "File": "triceCheck.c",
- "Line": 1869
- },
- "15509": {
- "File": "triceCheck.c",
- "Line": 1870
- },
- "15510": {
- "File": "triceCheck.c",
- "Line": 1872
- },
- "15511": {
- "File": "triceCheck.c",
- "Line": 1874
- },
- "15512": {
- "File": "triceCheck.c",
- "Line": 1875
- },
- "15513": {
- "File": "triceCheck.c",
- "Line": 1876
- },
- "15514": {
- "File": "triceCheck.c",
- "Line": 1877
- },
- "15515": {
- "File": "triceCheck.c",
- "Line": 1878
- },
- "15516": {
- "File": "triceCheck.c",
- "Line": 1879
- },
- "15517": {
- "File": "triceCheck.c",
- "Line": 1880
- },
- "15518": {
- "File": "triceCheck.c",
- "Line": 1881
- },
- "15519": {
- "File": "triceCheck.c",
- "Line": 1882
- },
- "15520": {
- "File": "triceCheck.c",
- "Line": 1883
- },
- "15521": {
- "File": "triceCheck.c",
- "Line": 1884
- },
- "15522": {
- "File": "triceCheck.c",
- "Line": 1885
- },
- "15523": {
- "File": "triceCheck.c",
- "Line": 1886
- },
- "15524": {
- "File": "triceCheck.c",
- "Line": 1887
- },
- "15525": {
- "File": "triceCheck.c",
- "Line": 1888
- },
- "15526": {
- "File": "triceCheck.c",
- "Line": 1889
- },
- "15527": {
- "File": "triceCheck.c",
- "Line": 1890
- },
- "15528": {
- "File": "triceCheck.c",
- "Line": 1891
- },
- "15529": {
- "File": "triceCheck.c",
- "Line": 1892
- },
- "15530": {
- "File": "triceCheck.c",
- "Line": 1893
- },
- "15531": {
- "File": "triceCheck.c",
- "Line": 1894
- },
- "15532": {
- "File": "triceCheck.c",
- "Line": 1895
- },
- "15533": {
- "File": "triceCheck.c",
- "Line": 1896
- },
- "15534": {
- "File": "triceCheck.c",
- "Line": 1897
- },
- "15535": {
- "File": "triceCheck.c",
- "Line": 1898
- },
- "15536": {
- "File": "triceCheck.c",
- "Line": 1899
- },
- "15537": {
- "File": "triceCheck.c",
- "Line": 1900
- },
- "15538": {
- "File": "triceCheck.c",
- "Line": 1901
- },
- "15539": {
- "File": "triceCheck.c",
- "Line": 1902
- },
- "15540": {
- "File": "triceCheck.c",
- "Line": 1903
- },
- "15541": {
- "File": "triceCheck.c",
- "Line": 1904
- },
- "15542": {
- "File": "triceCheck.c",
- "Line": 1905
- },
- "15543": {
- "File": "triceCheck.c",
- "Line": 1906
- },
- "15544": {
- "File": "triceCheck.c",
- "Line": 1907
- },
- "15545": {
- "File": "triceCheck.c",
- "Line": 1908
- },
- "15546": {
- "File": "triceCheck.c",
- "Line": 1909
- },
- "15547": {
- "File": "triceCheck.c",
- "Line": 1911
- },
- "15548": {
- "File": "triceCheck.c",
- "Line": 1913
- },
- "15549": {
- "File": "triceCheck.c",
- "Line": 1914
- },
- "15550": {
- "File": "triceCheck.c",
- "Line": 1915
- },
- "15551": {
- "File": "triceCheck.c",
- "Line": 1916
- },
- "15552": {
- "File": "triceCheck.c",
- "Line": 1917
- },
- "15553": {
- "File": "triceCheck.c",
- "Line": 1918
- },
- "15554": {
- "File": "triceCheck.c",
- "Line": 1919
- },
- "15555": {
- "File": "triceCheck.c",
- "Line": 1920
- },
- "15556": {
- "File": "triceCheck.c",
- "Line": 1921
- },
- "15557": {
- "File": "triceCheck.c",
- "Line": 1922
- },
- "15558": {
- "File": "triceCheck.c",
- "Line": 1923
- },
- "15559": {
- "File": "triceCheck.c",
- "Line": 1924
- },
- "15560": {
- "File": "triceCheck.c",
- "Line": 1925
- },
- "15561": {
- "File": "triceCheck.c",
- "Line": 1926
- },
- "15562": {
- "File": "triceCheck.c",
- "Line": 1927
- },
- "15563": {
- "File": "triceCheck.c",
- "Line": 1928
- },
- "15564": {
- "File": "triceCheck.c",
- "Line": 1929
- },
- "15565": {
- "File": "triceCheck.c",
- "Line": 1930
- },
- "15566": {
- "File": "triceCheck.c",
- "Line": 1931
- },
- "15567": {
- "File": "triceCheck.c",
- "Line": 1932
- },
- "15568": {
- "File": "triceCheck.c",
- "Line": 1933
- },
- "15569": {
- "File": "triceCheck.c",
- "Line": 1934
- },
- "15570": {
- "File": "triceCheck.c",
- "Line": 1935
- },
- "15571": {
- "File": "triceCheck.c",
- "Line": 1936
- },
- "15572": {
- "File": "triceCheck.c",
- "Line": 1937
- },
- "15573": {
- "File": "triceCheck.c",
- "Line": 1938
- },
- "15574": {
- "File": "triceCheck.c",
- "Line": 1939
- },
- "15575": {
- "File": "triceCheck.c",
- "Line": 1940
- },
- "15576": {
- "File": "triceCheck.c",
- "Line": 1941
- },
- "15577": {
- "File": "triceCheck.c",
- "Line": 1942
- },
- "15578": {
- "File": "triceCheck.c",
- "Line": 1943
- },
- "15579": {
- "File": "triceCheck.c",
- "Line": 1944
- },
- "15580": {
- "File": "triceCheck.c",
- "Line": 1945
- },
- "15581": {
- "File": "triceCheck.c",
- "Line": 1946
- },
- "15582": {
- "File": "triceCheck.c",
- "Line": 1947
- },
- "15583": {
- "File": "triceCheck.c",
- "Line": 1948
- },
- "15584": {
- "File": "triceCheck.c",
- "Line": 1950
- },
- "15585": {
- "File": "triceCheck.c",
- "Line": 1952
- },
- "15586": {
- "File": "triceCheck.c",
- "Line": 1953
- },
- "15587": {
- "File": "triceCheck.c",
- "Line": 1954
- },
- "15588": {
- "File": "triceCheck.c",
- "Line": 1955
- },
- "15589": {
- "File": "triceCheck.c",
- "Line": 1956
- },
- "15590": {
- "File": "triceCheck.c",
- "Line": 1957
- },
- "15591": {
- "File": "triceCheck.c",
- "Line": 1958
- },
- "15592": {
- "File": "triceCheck.c",
- "Line": 1959
- },
- "15593": {
- "File": "triceCheck.c",
- "Line": 1960
- },
- "15594": {
- "File": "triceCheck.c",
- "Line": 1961
- },
- "15595": {
- "File": "triceCheck.c",
- "Line": 1962
- },
- "15596": {
- "File": "triceCheck.c",
- "Line": 1963
- },
- "15597": {
- "File": "triceCheck.c",
- "Line": 1964
- },
- "15598": {
- "File": "triceCheck.c",
- "Line": 1965
- },
- "15599": {
- "File": "triceCheck.c",
- "Line": 1966
- },
- "15600": {
- "File": "triceCheck.c",
- "Line": 1967
- },
- "15601": {
- "File": "triceCheck.c",
- "Line": 1968
- },
- "15602": {
- "File": "triceCheck.c",
- "Line": 1969
- },
- "15603": {
- "File": "triceCheck.c",
- "Line": 1970
- },
- "15604": {
- "File": "triceCheck.c",
- "Line": 1971
- },
- "15605": {
- "File": "triceCheck.c",
- "Line": 1972
- },
- "15606": {
- "File": "triceCheck.c",
- "Line": 1973
- },
- "15607": {
- "File": "triceCheck.c",
- "Line": 1974
- },
- "15608": {
- "File": "triceCheck.c",
- "Line": 1975
- },
- "15609": {
- "File": "triceCheck.c",
- "Line": 1976
- },
- "15610": {
- "File": "triceCheck.c",
- "Line": 1977
- },
- "15611": {
- "File": "triceCheck.c",
- "Line": 1978
- },
- "15612": {
- "File": "triceCheck.c",
- "Line": 1979
- },
- "15613": {
- "File": "triceCheck.c",
- "Line": 1980
- },
- "15614": {
- "File": "triceCheck.c",
- "Line": 1981
- },
- "15615": {
- "File": "triceCheck.c",
- "Line": 1982
- },
- "15616": {
- "File": "triceCheck.c",
- "Line": 1983
- },
- "15617": {
- "File": "triceCheck.c",
- "Line": 1984
- },
- "15618": {
- "File": "triceCheck.c",
- "Line": 1985
- },
- "15619": {
- "File": "triceCheck.c",
- "Line": 1986
- },
- "15620": {
- "File": "triceCheck.c",
- "Line": 1987
- },
- "15621": {
- "File": "triceCheck.c",
- "Line": 1989
- },
- "15622": {
- "File": "triceCheck.c",
- "Line": 1990
- },
- "15623": {
- "File": "triceCheck.c",
- "Line": 1991
- },
- "15624": {
- "File": "triceCheck.c",
- "Line": 1992
- },
- "15625": {
- "File": "triceCheck.c",
- "Line": 1993
- },
- "15626": {
- "File": "triceCheck.c",
- "Line": 1994
- },
- "15627": {
- "File": "triceCheck.c",
- "Line": 1995
- },
- "15628": {
- "File": "triceCheck.c",
- "Line": 1996
- },
- "15629": {
- "File": "triceCheck.c",
- "Line": 1997
- },
- "15630": {
- "File": "triceCheck.c",
- "Line": 1998
- },
- "15631": {
- "File": "triceCheck.c",
- "Line": 1999
- },
- "15632": {
- "File": "triceCheck.c",
- "Line": 2000
- },
- "15633": {
- "File": "triceCheck.c",
- "Line": 2001
- },
- "15634": {
- "File": "triceCheck.c",
- "Line": 2002
- },
- "15635": {
- "File": "triceCheck.c",
- "Line": 2003
- },
- "15636": {
- "File": "triceCheck.c",
- "Line": 2004
- },
- "15637": {
- "File": "triceCheck.c",
- "Line": 2005
- },
- "15638": {
- "File": "triceCheck.c",
- "Line": 2006
- },
- "15639": {
- "File": "triceCheck.c",
- "Line": 2007
- },
- "15640": {
- "File": "triceCheck.c",
- "Line": 2008
- },
- "15641": {
- "File": "triceCheck.c",
- "Line": 2010
- },
- "15642": {
- "File": "triceCheck.c",
- "Line": 2011
- },
- "15643": {
- "File": "triceCheck.c",
- "Line": 2012
- },
- "15644": {
- "File": "triceCheck.c",
- "Line": 2013
- },
- "15645": {
- "File": "triceCheck.c",
- "Line": 2014
- },
- "15646": {
- "File": "triceCheck.c",
- "Line": 2015
- },
- "15647": {
- "File": "triceCheck.c",
- "Line": 2016
- },
- "15648": {
- "File": "triceCheck.c",
- "Line": 2017
- },
- "15649": {
- "File": "triceCheck.c",
- "Line": 2018
- },
- "15650": {
- "File": "triceCheck.c",
- "Line": 2019
- },
- "15651": {
- "File": "triceCheck.c",
- "Line": 2020
- },
- "15652": {
- "File": "triceCheck.c",
- "Line": 2021
- },
- "15653": {
- "File": "triceCheck.c",
- "Line": 2022
- },
- "15654": {
- "File": "triceCheck.c",
- "Line": 2023
- },
- "15655": {
- "File": "triceCheck.c",
- "Line": 2024
- },
- "15656": {
- "File": "triceCheck.c",
- "Line": 2025
- },
- "15657": {
- "File": "triceCheck.c",
- "Line": 2026
- },
- "15658": {
- "File": "triceCheck.c",
- "Line": 2027
- },
- "15659": {
- "File": "triceCheck.c",
- "Line": 2028
- },
- "15660": {
- "File": "triceCheck.c",
- "Line": 2029
- },
- "15661": {
- "File": "triceCheck.c",
- "Line": 2030
- },
- "15662": {
- "File": "triceCheck.c",
- "Line": 2031
- },
- "15663": {
- "File": "triceCheck.c",
- "Line": 2032
- },
- "15664": {
- "File": "triceCheck.c",
- "Line": 2033
- },
- "15665": {
- "File": "triceCheck.c",
- "Line": 2034
- },
- "15666": {
- "File": "triceCheck.c",
- "Line": 2035
- },
- "15667": {
- "File": "triceCheck.c",
- "Line": 2036
- },
- "15668": {
- "File": "triceCheck.c",
- "Line": 2037
- },
- "15669": {
- "File": "triceCheck.c",
- "Line": 2038
- },
- "15670": {
- "File": "triceCheck.c",
- "Line": 2039
- },
- "15671": {
- "File": "triceCheck.c",
- "Line": 2040
- },
- "15672": {
- "File": "triceCheck.c",
- "Line": 2041
- },
- "15673": {
- "File": "triceCheck.c",
- "Line": 2042
- },
- "15674": {
- "File": "triceCheck.c",
- "Line": 2043
- },
- "15675": {
- "File": "triceCheck.c",
- "Line": 2044
- },
- "15676": {
- "File": "triceCheck.c",
- "Line": 2045
- },
- "15677": {
- "File": "triceCheck.c",
- "Line": 2046
- },
- "15678": {
- "File": "triceCheck.c",
- "Line": 2047
- },
- "15679": {
- "File": "triceCheck.c",
- "Line": 2048
- },
- "15680": {
- "File": "triceCheck.c",
- "Line": 2049
- },
- "15681": {
- "File": "triceCheck.c",
- "Line": 2050
- },
- "15682": {
- "File": "triceCheck.c",
- "Line": 2051
- },
- "15683": {
- "File": "triceCheck.c",
- "Line": 2052
- },
- "15684": {
- "File": "triceCheck.c",
- "Line": 2053
- },
- "15685": {
- "File": "triceCheck.c",
- "Line": 2054
- },
- "15686": {
- "File": "triceCheck.c",
- "Line": 2055
- },
- "15687": {
- "File": "triceCheck.c",
- "Line": 2056
- },
- "15688": {
- "File": "triceCheck.c",
- "Line": 2057
- },
- "15689": {
- "File": "triceCheck.c",
- "Line": 2058
- },
- "15690": {
- "File": "triceCheck.c",
- "Line": 2059
- },
- "15691": {
- "File": "triceCheck.c",
- "Line": 2060
- },
- "15692": {
- "File": "triceCheck.c",
- "Line": 2061
- },
- "15693": {
- "File": "triceCheck.c",
- "Line": 2062
- },
- "15694": {
- "File": "triceCheck.c",
- "Line": 2064
- },
- "15695": {
- "File": "triceCheck.c",
- "Line": 2065
- },
- "15696": {
- "File": "triceCheck.c",
- "Line": 2066
- },
- "15697": {
- "File": "triceCheck.c",
- "Line": 2067
- },
- "15698": {
- "File": "triceCheck.c",
- "Line": 2068
- },
- "15699": {
- "File": "triceCheck.c",
- "Line": 2069
- },
- "15700": {
- "File": "triceCheck.c",
- "Line": 2070
- },
- "15701": {
- "File": "triceCheck.c",
- "Line": 2071
- },
- "15702": {
- "File": "triceCheck.c",
- "Line": 2072
- },
- "15703": {
- "File": "triceCheck.c",
- "Line": 2073
- },
- "15704": {
- "File": "triceCheck.c",
- "Line": 2074
- },
- "15705": {
- "File": "triceCheck.c",
- "Line": 2075
- },
- "15706": {
- "File": "triceCheck.c",
- "Line": 2076
- },
- "15707": {
- "File": "triceCheck.c",
- "Line": 2077
- },
- "15708": {
- "File": "triceCheck.c",
- "Line": 2078
- },
- "15709": {
- "File": "triceCheck.c",
- "Line": 2079
- },
- "15710": {
- "File": "triceCheck.c",
- "Line": 2080
- },
- "15711": {
- "File": "triceCheck.c",
- "Line": 2081
- },
- "15712": {
- "File": "triceCheck.c",
- "Line": 2082
- },
- "15713": {
- "File": "triceCheck.c",
- "Line": 2083
- },
- "15714": {
- "File": "triceCheck.c",
- "Line": 2084
- },
- "15715": {
- "File": "triceCheck.c",
- "Line": 2085
- },
- "15716": {
- "File": "triceCheck.c",
- "Line": 2086
- },
- "15717": {
- "File": "triceCheck.c",
- "Line": 2087
- },
- "15718": {
- "File": "triceCheck.c",
- "Line": 2088
- },
- "15719": {
- "File": "triceCheck.c",
- "Line": 2089
- },
- "15720": {
- "File": "triceCheck.c",
- "Line": 2090
- },
- "15721": {
- "File": "triceCheck.c",
- "Line": 2092
- },
- "15722": {
- "File": "triceCheck.c",
- "Line": 2093
- },
- "15723": {
- "File": "triceCheck.c",
- "Line": 2094
- },
- "15724": {
- "File": "triceCheck.c",
- "Line": 2095
- },
- "15725": {
- "File": "triceCheck.c",
- "Line": 2096
- },
- "15726": {
- "File": "triceCheck.c",
- "Line": 2097
- },
- "15727": {
- "File": "triceCheck.c",
- "Line": 2098
- },
- "15728": {
- "File": "triceCheck.c",
- "Line": 2099
- },
- "15729": {
- "File": "triceCheck.c",
- "Line": 2100
- },
- "15730": {
- "File": "triceCheck.c",
- "Line": 2101
- },
- "15731": {
- "File": "triceCheck.c",
- "Line": 2102
- },
- "15732": {
- "File": "triceCheck.c",
- "Line": 2103
- },
- "15733": {
- "File": "triceCheck.c",
- "Line": 2104
- },
- "15734": {
- "File": "triceCheck.c",
- "Line": 2105
- },
- "15735": {
- "File": "triceCheck.c",
- "Line": 2106
- },
- "15736": {
- "File": "triceCheck.c",
- "Line": 2107
- },
- "15737": {
- "File": "triceCheck.c",
- "Line": 2108
- },
- "15738": {
- "File": "triceCheck.c",
- "Line": 2109
- },
- "15739": {
- "File": "triceCheck.c",
- "Line": 2110
- },
- "15740": {
- "File": "triceCheck.c",
- "Line": 2111
- },
- "15741": {
- "File": "triceCheck.c",
- "Line": 2111
- },
- "15742": {
- "File": "triceCheck.c",
- "Line": 2111
- },
- "15743": {
- "File": "triceCheck.c",
- "Line": 2112
- },
- "15744": {
- "File": "triceCheck.c",
- "Line": 2112
- },
- "15745": {
- "File": "triceCheck.c",
- "Line": 2112
- },
- "15746": {
- "File": "triceCheck.c",
- "Line": 2114
- },
- "15747": {
- "File": "triceCheck.c",
- "Line": 2115
- },
- "15748": {
- "File": "triceCheck.c",
- "Line": 2116
- },
- "15749": {
- "File": "triceCheck.c",
- "Line": 2117
- },
- "15750": {
- "File": "triceCheck.c",
- "Line": 2118
- },
- "15751": {
- "File": "triceCheck.c",
- "Line": 2119
- },
- "15752": {
- "File": "triceCheck.c",
- "Line": 2120
- },
- "15753": {
- "File": "triceCheck.c",
- "Line": 2121
- },
- "15754": {
- "File": "triceCheck.c",
- "Line": 2122
- },
- "15755": {
- "File": "triceCheck.c",
- "Line": 2123
- },
- "15756": {
- "File": "triceCheck.c",
- "Line": 2124
- },
- "15757": {
- "File": "triceCheck.c",
- "Line": 2125
- },
- "15758": {
- "File": "triceCheck.c",
- "Line": 2126
- },
- "15759": {
- "File": "triceCheck.c",
- "Line": 2127
- },
- "15760": {
- "File": "triceCheck.c",
- "Line": 2128
- },
- "15761": {
- "File": "triceCheck.c",
- "Line": 2129
- },
- "15762": {
- "File": "triceCheck.c",
- "Line": 2130
- },
- "15763": {
- "File": "triceCheck.c",
- "Line": 2131
- },
- "15764": {
- "File": "triceCheck.c",
- "Line": 2132
- },
- "15765": {
- "File": "triceCheck.c",
- "Line": 2133
- },
- "15766": {
- "File": "triceCheck.c",
- "Line": 2134
- },
- "15767": {
- "File": "triceCheck.c",
- "Line": 2135
- },
- "15768": {
- "File": "triceCheck.c",
- "Line": 2136
- },
- "15769": {
- "File": "triceCheck.c",
- "Line": 2137
- },
- "15770": {
- "File": "triceCheck.c",
- "Line": 2138
- },
- "15771": {
- "File": "triceCheck.c",
- "Line": 2139
- },
- "15772": {
- "File": "triceCheck.c",
- "Line": 2140
- },
- "15773": {
- "File": "triceCheck.c",
- "Line": 2141
- },
- "15774": {
- "File": "triceCheck.c",
- "Line": 2143
- },
- "15775": {
- "File": "triceCheck.c",
- "Line": 2144
- },
- "15776": {
- "File": "triceCheck.c",
- "Line": 2145
- },
- "15777": {
- "File": "triceCheck.c",
- "Line": 2146
- },
- "15778": {
- "File": "triceCheck.c",
- "Line": 2147
- },
- "15779": {
- "File": "triceCheck.c",
- "Line": 2148
- },
- "15780": {
- "File": "triceCheck.c",
- "Line": 2149
- },
- "15781": {
- "File": "triceCheck.c",
- "Line": 2150
- },
- "15782": {
- "File": "triceCheck.c",
- "Line": 2151
- },
- "15783": {
- "File": "triceCheck.c",
- "Line": 2152
- },
- "15784": {
- "File": "triceCheck.c",
- "Line": 2153
- },
- "15785": {
- "File": "triceCheck.c",
- "Line": 2154
- },
- "15786": {
- "File": "triceCheck.c",
- "Line": 2155
- },
- "15787": {
- "File": "triceCheck.c",
- "Line": 2156
- },
- "15788": {
- "File": "triceCheck.c",
- "Line": 2157
- },
- "15789": {
- "File": "triceCheck.c",
- "Line": 2158
- },
- "15790": {
- "File": "triceCheck.c",
- "Line": 2159
- },
- "15791": {
- "File": "triceCheck.c",
- "Line": 2160
- },
- "15792": {
- "File": "triceCheck.c",
- "Line": 2161
- },
- "15793": {
- "File": "triceCheck.c",
- "Line": 2162
- },
- "15794": {
- "File": "triceCheck.c",
- "Line": 2163
- },
- "15795": {
- "File": "triceCheck.c",
- "Line": 2164
- },
- "15796": {
- "File": "triceCheck.c",
- "Line": 2165
- },
- "15797": {
- "File": "triceCheck.c",
- "Line": 2166
- },
- "15798": {
- "File": "triceCheck.c",
- "Line": 2167
- },
- "15799": {
- "File": "triceCheck.c",
- "Line": 2168
- },
- "15800": {
- "File": "triceCheck.c",
- "Line": 2169
- },
- "15801": {
- "File": "triceCheck.c",
- "Line": 2171
- },
- "15802": {
- "File": "triceCheck.c",
- "Line": 2172
- },
- "15803": {
- "File": "triceCheck.c",
- "Line": 2173
- },
- "15804": {
- "File": "triceCheck.c",
- "Line": 2174
- },
- "15805": {
- "File": "triceCheck.c",
- "Line": 2175
- },
- "15806": {
- "File": "triceCheck.c",
- "Line": 2176
- },
- "15807": {
- "File": "triceCheck.c",
- "Line": 2177
- },
- "15808": {
- "File": "triceCheck.c",
- "Line": 2178
- },
- "15809": {
- "File": "triceCheck.c",
- "Line": 2179
- },
- "15810": {
- "File": "triceCheck.c",
- "Line": 2180
- },
- "15811": {
- "File": "triceCheck.c",
- "Line": 2181
- },
- "15812": {
- "File": "triceCheck.c",
- "Line": 2182
- },
- "15813": {
- "File": "triceCheck.c",
- "Line": 2183
- },
- "15814": {
- "File": "triceCheck.c",
- "Line": 2184
- },
- "15815": {
- "File": "triceCheck.c",
- "Line": 2185
- },
- "15816": {
- "File": "triceCheck.c",
- "Line": 2186
- },
- "15817": {
- "File": "triceCheck.c",
- "Line": 2187
- },
- "15818": {
- "File": "triceCheck.c",
- "Line": 2188
- },
- "15819": {
- "File": "triceCheck.c",
- "Line": 2189
- },
- "15820": {
- "File": "triceCheck.c",
- "Line": 2190
- },
- "15821": {
- "File": "triceCheck.c",
- "Line": 2191
- },
- "15822": {
- "File": "triceCheck.c",
- "Line": 2192
- },
- "15823": {
- "File": "triceCheck.c",
- "Line": 2193
- },
- "15824": {
- "File": "triceCheck.c",
- "Line": 2194
- },
- "15825": {
- "File": "triceCheck.c",
- "Line": 2195
- },
- "15826": {
- "File": "triceCheck.c",
- "Line": 2196
- },
- "15827": {
- "File": "triceCheck.c",
- "Line": 2197
- },
- "15828": {
- "File": "triceCheck.c",
- "Line": 2198
- },
- "15829": {
- "File": "triceCheck.c",
- "Line": 2200
- },
- "15830": {
- "File": "triceCheck.c",
- "Line": 2201
- },
- "15831": {
- "File": "triceCheck.c",
- "Line": 2202
- },
- "15832": {
- "File": "triceCheck.c",
- "Line": 2203
- },
- "15833": {
- "File": "triceCheck.c",
- "Line": 2204
- },
- "15834": {
- "File": "triceCheck.c",
- "Line": 2205
- },
- "15835": {
- "File": "triceCheck.c",
- "Line": 2206
- },
- "15836": {
- "File": "triceCheck.c",
- "Line": 2207
- },
- "15837": {
- "File": "triceCheck.c",
- "Line": 2208
- },
- "15838": {
- "File": "triceCheck.c",
- "Line": 2209
- },
- "15839": {
- "File": "triceCheck.c",
- "Line": 2210
- },
- "15840": {
- "File": "triceCheck.c",
- "Line": 2211
- },
- "15841": {
- "File": "triceCheck.c",
- "Line": 2212
- },
- "15842": {
- "File": "triceCheck.c",
- "Line": 2213
- },
- "15843": {
- "File": "triceCheck.c",
- "Line": 2214
- },
- "15844": {
- "File": "triceCheck.c",
- "Line": 2215
- },
- "15845": {
- "File": "triceCheck.c",
- "Line": 2216
- },
- "15846": {
- "File": "triceCheck.c",
- "Line": 2217
- },
- "15847": {
- "File": "triceCheck.c",
- "Line": 2218
- },
- "15848": {
- "File": "triceCheck.c",
- "Line": 2219
- },
- "15849": {
- "File": "triceCheck.c",
- "Line": 2220
- },
- "15850": {
- "File": "triceCheck.c",
- "Line": 2221
- },
- "15851": {
- "File": "triceCheck.c",
- "Line": 2222
- },
- "15852": {
- "File": "triceCheck.c",
- "Line": 2223
- },
- "15853": {
- "File": "triceCheck.c",
- "Line": 2224
- },
- "15854": {
- "File": "triceCheck.c",
- "Line": 2225
- },
- "15855": {
- "File": "triceCheck.c",
- "Line": 2226
- },
- "15856": {
- "File": "triceCheck.c",
- "Line": 2228
- },
- "15857": {
- "File": "triceCheck.c",
- "Line": 2229
- },
- "15858": {
- "File": "triceCheck.c",
- "Line": 2230
- },
- "15859": {
- "File": "triceCheck.c",
- "Line": 2231
- },
- "15860": {
- "File": "triceCheck.c",
- "Line": 2232
- },
- "15861": {
- "File": "triceCheck.c",
- "Line": 2233
- },
- "15862": {
- "File": "triceCheck.c",
- "Line": 2234
- },
- "15863": {
- "File": "triceCheck.c",
- "Line": 2235
- },
- "15864": {
- "File": "triceCheck.c",
- "Line": 2236
- },
- "15865": {
- "File": "triceCheck.c",
- "Line": 2237
- },
- "15866": {
- "File": "triceCheck.c",
- "Line": 2238
- },
- "15867": {
- "File": "triceCheck.c",
- "Line": 2239
- },
- "15868": {
- "File": "triceCheck.c",
- "Line": 2240
- },
- "15869": {
- "File": "triceCheck.c",
- "Line": 2241
- },
- "15870": {
- "File": "triceCheck.c",
- "Line": 2242
- },
- "15871": {
- "File": "triceCheck.c",
- "Line": 2243
- },
- "15872": {
- "File": "triceCheck.c",
- "Line": 2244
- },
- "15873": {
- "File": "triceCheck.c",
- "Line": 2245
- },
- "15874": {
- "File": "triceCheck.c",
- "Line": 2246
- },
- "15875": {
- "File": "triceCheck.c",
- "Line": 2247
- },
- "15876": {
- "File": "triceCheck.c",
- "Line": 2248
- },
- "15877": {
- "File": "triceCheck.c",
- "Line": 2249
- },
- "15878": {
- "File": "triceCheck.c",
- "Line": 2250
- },
- "15879": {
- "File": "triceCheck.c",
- "Line": 2251
- },
- "15880": {
- "File": "triceCheck.c",
- "Line": 2252
- },
- "15881": {
- "File": "triceCheck.c",
- "Line": 2253
- },
- "15882": {
- "File": "triceCheck.c",
- "Line": 2254
- },
- "15883": {
- "File": "triceCheck.c",
- "Line": 2255
- },
- "15884": {
- "File": "triceCheck.c",
- "Line": 2256
- },
- "15885": {
- "File": "triceCheck.c",
- "Line": 2257
- },
- "15886": {
- "File": "triceCheck.c",
- "Line": 2258
- },
- "15887": {
- "File": "triceCheck.c",
- "Line": 2259
- },
- "15888": {
- "File": "triceCheck.c",
- "Line": 2260
- },
- "15889": {
- "File": "triceCheck.c",
- "Line": 2261
- },
- "15890": {
- "File": "triceCheck.c",
- "Line": 2262
- },
- "15891": {
- "File": "triceCheck.c",
- "Line": 2263
- },
- "15892": {
- "File": "triceCheck.c",
- "Line": 2264
- },
- "15893": {
- "File": "triceCheck.c",
- "Line": 2265
- },
- "15894": {
- "File": "triceCheck.c",
- "Line": 2266
- },
- "15895": {
- "File": "triceCheck.c",
- "Line": 2267
- },
- "15896": {
- "File": "triceCheck.c",
- "Line": 2268
- },
- "15897": {
- "File": "triceCheck.c",
- "Line": 2269
- },
- "15898": {
- "File": "triceCheck.c",
- "Line": 2270
- },
- "15899": {
- "File": "triceCheck.c",
- "Line": 2271
- },
- "15900": {
- "File": "triceCheck.c",
- "Line": 2272
- },
- "15901": {
- "File": "triceCheck.c",
- "Line": 2273
- },
- "15902": {
- "File": "triceCheck.c",
- "Line": 2274
- },
- "15903": {
- "File": "triceCheck.c",
- "Line": 2275
- },
- "15904": {
- "File": "triceCheck.c",
- "Line": 2276
- },
- "15905": {
- "File": "triceCheck.c",
- "Line": 2277
- },
- "15906": {
- "File": "triceCheck.c",
- "Line": 2278
- },
- "15907": {
- "File": "triceCheck.c",
- "Line": 2279
- },
- "15908": {
- "File": "triceCheck.c",
- "Line": 2280
- },
- "15909": {
- "File": "triceCheck.c",
- "Line": 2281
- },
- "15910": {
- "File": "triceCheck.c",
- "Line": 2282
- },
- "15911": {
- "File": "triceCheck.c",
- "Line": 2283
- },
- "15912": {
- "File": "triceCheck.c",
- "Line": 2284
- },
- "15913": {
- "File": "triceCheck.c",
- "Line": 2285
- },
- "15914": {
- "File": "triceCheck.c",
- "Line": 2286
- },
- "15915": {
- "File": "triceCheck.c",
- "Line": 2287
- },
- "15916": {
- "File": "triceCheck.c",
- "Line": 2288
- },
- "15917": {
- "File": "triceCheck.c",
- "Line": 2289
- },
- "15918": {
- "File": "triceCheck.c",
- "Line": 2290
- },
- "15919": {
- "File": "triceCheck.c",
- "Line": 2291
- },
- "15920": {
- "File": "triceCheck.c",
- "Line": 2292
- },
- "15921": {
- "File": "triceCheck.c",
- "Line": 2293
- },
- "15922": {
- "File": "triceCheck.c",
- "Line": 2294
- },
- "15923": {
- "File": "triceCheck.c",
- "Line": 2295
- },
- "15924": {
- "File": "triceCheck.c",
- "Line": 2296
- },
- "15925": {
- "File": "triceCheck.c",
- "Line": 2297
- },
- "15926": {
- "File": "triceCheck.c",
- "Line": 2298
- },
- "15927": {
- "File": "triceCheck.c",
- "Line": 2299
- },
- "15928": {
- "File": "triceCheck.c",
- "Line": 2300
- },
- "15929": {
- "File": "triceCheck.c",
- "Line": 2301
- },
- "15930": {
- "File": "triceCheck.c",
- "Line": 2302
- },
- "15931": {
- "File": "triceCheck.c",
- "Line": 2304
- },
- "15932": {
- "File": "triceCheck.c",
- "Line": 2305
- },
- "15933": {
- "File": "triceCheck.c",
- "Line": 2306
- },
- "15934": {
- "File": "triceCheck.c",
- "Line": 2307
- },
- "15935": {
- "File": "triceCheck.c",
- "Line": 2308
- },
- "15936": {
- "File": "triceCheck.c",
- "Line": 2309
- },
- "15937": {
- "File": "triceCheck.c",
- "Line": 2310
- },
- "15938": {
- "File": "triceCheck.c",
- "Line": 2311
- },
- "15939": {
- "File": "triceCheck.c",
- "Line": 2312
- },
- "15940": {
- "File": "triceCheck.c",
- "Line": 2313
- },
- "15941": {
- "File": "triceCheck.c",
- "Line": 2314
- },
- "15942": {
- "File": "triceCheck.c",
- "Line": 2315
- },
- "15943": {
- "File": "triceCheck.c",
- "Line": 2316
- },
- "15944": {
- "File": "triceCheck.c",
- "Line": 2318
- },
- "15945": {
- "File": "triceCheck.c",
- "Line": 2319
- },
- "15946": {
- "File": "triceCheck.c",
- "Line": 2320
- },
- "15947": {
- "File": "triceCheck.c",
- "Line": 2321
- },
- "15948": {
- "File": "triceCheck.c",
- "Line": 2322
- },
- "15949": {
- "File": "triceCheck.c",
- "Line": 2323
- },
- "15950": {
- "File": "triceCheck.c",
- "Line": 2324
- },
- "15951": {
- "File": "triceCheck.c",
- "Line": 2325
- },
- "15952": {
- "File": "triceCheck.c",
- "Line": 2326
- },
- "15953": {
- "File": "triceCheck.c",
- "Line": 2327
- },
- "15954": {
- "File": "triceCheck.c",
- "Line": 2328
- },
- "15955": {
- "File": "triceCheck.c",
- "Line": 2329
- },
- "15956": {
- "File": "triceCheck.c",
- "Line": 2330
- },
- "15957": {
- "File": "triceCheck.c",
- "Line": 2331
- },
- "15958": {
- "File": "triceCheck.c",
- "Line": 2332
- },
- "15959": {
- "File": "triceCheck.c",
- "Line": 2333
- },
- "15960": {
- "File": "triceCheck.c",
- "Line": 2334
- },
- "15961": {
- "File": "triceCheck.c",
- "Line": 2335
- },
- "15962": {
- "File": "triceCheck.c",
- "Line": 2336
- },
- "15963": {
- "File": "triceCheck.c",
- "Line": 2337
- },
- "15964": {
- "File": "triceCheck.c",
- "Line": 2338
- },
- "15965": {
- "File": "triceCheck.c",
- "Line": 2339
- },
- "15966": {
- "File": "triceCheck.c",
- "Line": 2340
- },
- "15967": {
- "File": "triceCheck.c",
- "Line": 2341
- },
- "15968": {
- "File": "triceCheck.c",
- "Line": 2343
- },
- "15969": {
- "File": "triceCheck.c",
- "Line": 2344
- },
- "15970": {
- "File": "triceCheck.c",
- "Line": 2345
- },
- "15971": {
- "File": "triceCheck.c",
- "Line": 2346
- },
- "15972": {
- "File": "triceCheck.c",
- "Line": 2347
- },
- "15973": {
- "File": "triceCheck.c",
- "Line": 2348
- },
- "15974": {
- "File": "triceCheck.c",
- "Line": 2349
- },
- "15975": {
- "File": "triceCheck.c",
- "Line": 2350
- },
- "15976": {
- "File": "triceCheck.c",
- "Line": 2351
- },
- "15977": {
- "File": "triceCheck.c",
- "Line": 2352
- },
- "15978": {
- "File": "triceCheck.c",
- "Line": 2353
- },
- "15979": {
- "File": "triceCheck.c",
- "Line": 2354
- },
- "15980": {
- "File": "triceCheck.c",
- "Line": 2355
- },
- "15981": {
- "File": "triceCheck.c",
- "Line": 2356
- },
- "15982": {
- "File": "triceCheck.c",
- "Line": 2357
- },
- "15983": {
- "File": "triceCheck.c",
- "Line": 2358
- },
- "15984": {
- "File": "triceCheck.c",
- "Line": 2359
- },
- "15985": {
- "File": "triceCheck.c",
- "Line": 2360
- },
- "15986": {
- "File": "triceCheck.c",
- "Line": 2361
- },
- "15987": {
- "File": "triceCheck.c",
- "Line": 2362
- },
- "15988": {
- "File": "triceCheck.c",
- "Line": 2363
- },
- "15989": {
- "File": "triceCheck.c",
- "Line": 2364
- },
- "15990": {
- "File": "triceCheck.c",
- "Line": 2365
- },
- "15991": {
- "File": "triceCheck.c",
- "Line": 2366
- },
- "15992": {
- "File": "triceCheck.c",
- "Line": 2367
- },
- "15993": {
- "File": "triceCheck.c",
- "Line": 2368
- },
- "15994": {
- "File": "triceCheck.c",
- "Line": 2369
- },
- "15995": {
- "File": "triceCheck.c",
- "Line": 2370
- },
- "15996": {
- "File": "triceCheck.c",
- "Line": 2371
- },
- "15997": {
- "File": "triceCheck.c",
- "Line": 2372
- },
- "15998": {
- "File": "triceCheck.c",
- "Line": 2374
- },
- "15999": {
- "File": "triceCheck.c",
- "Line": 2375
- },
- "16000": {
- "File": "triceCheck.c",
- "Line": 2376
- },
- "16001": {
- "File": "triceCheck.c",
- "Line": 2377
- },
- "16002": {
- "File": "triceCheck.c",
- "Line": 2378
- },
- "16003": {
- "File": "triceCheck.c",
- "Line": 2379
- },
- "16004": {
- "File": "triceCheck.c",
- "Line": 2380
- },
- "16005": {
- "File": "triceCheck.c",
- "Line": 2381
- },
- "16006": {
- "File": "triceCheck.c",
- "Line": 2382
- },
- "16007": {
- "File": "triceCheck.c",
- "Line": 2383
- },
- "16008": {
- "File": "triceCheck.c",
- "Line": 2384
- },
- "16009": {
- "File": "triceCheck.c",
- "Line": 2385
- },
- "16010": {
- "File": "triceCheck.c",
- "Line": 2386
- },
- "16011": {
- "File": "triceCheck.c",
- "Line": 2387
- },
- "16012": {
- "File": "triceCheck.c",
- "Line": 2388
- },
- "16013": {
- "File": "triceCheck.c",
- "Line": 2389
- },
- "16014": {
- "File": "triceCheck.c",
- "Line": 2390
- },
- "16015": {
- "File": "triceCheck.c",
- "Line": 2391
- },
- "16016": {
- "File": "triceCheck.c",
- "Line": 2392
- },
- "16017": {
- "File": "triceCheck.c",
- "Line": 2393
- },
- "16018": {
- "File": "triceCheck.c",
- "Line": 2394
- },
- "16019": {
- "File": "triceCheck.c",
- "Line": 2395
- },
- "16020": {
- "File": "triceCheck.c",
- "Line": 2396
- },
- "16021": {
- "File": "triceCheck.c",
- "Line": 2397
- },
- "16022": {
- "File": "triceCheck.c",
- "Line": 2398
- },
- "16023": {
- "File": "triceCheck.c",
- "Line": 2399
- },
- "16024": {
- "File": "triceCheck.c",
- "Line": 2400
- },
- "16025": {
- "File": "triceCheck.c",
- "Line": 2401
- },
- "16026": {
- "File": "triceCheck.c",
- "Line": 2402
- },
- "16027": {
- "File": "triceCheck.c",
- "Line": 2403
- },
- "16028": {
- "File": "triceCheck.c",
- "Line": 2406
- },
- "16029": {
- "File": "triceCheck.c",
- "Line": 2408
- },
- "16030": {
- "File": "triceCheck.c",
- "Line": 2409
- },
- "16031": {
- "File": "triceCheck.c",
- "Line": 2410
- },
- "16032": {
- "File": "triceCheck.c",
- "Line": 2411
- },
- "16033": {
- "File": "triceCheck.c",
- "Line": 2412
- },
- "16034": {
- "File": "triceCheck.c",
- "Line": 2413
- },
- "16035": {
- "File": "triceCheck.c",
- "Line": 2414
- },
- "16036": {
- "File": "triceCheck.c",
- "Line": 2415
- },
- "16037": {
- "File": "triceCheck.c",
- "Line": 2416
- },
- "16038": {
- "File": "triceCheck.c",
- "Line": 2417
- },
- "16039": {
- "File": "triceCheck.c",
- "Line": 2418
- },
- "16040": {
- "File": "triceCheck.c",
- "Line": 2419
- },
- "16041": {
- "File": "triceCheck.c",
- "Line": 2421
- },
- "16042": {
- "File": "triceCheck.c",
- "Line": 2422
- },
- "16043": {
- "File": "triceCheck.c",
- "Line": 2423
- },
- "16044": {
- "File": "triceCheck.c",
- "Line": 2424
- },
- "16045": {
- "File": "triceCheck.c",
- "Line": 2425
- },
- "16046": {
- "File": "triceCheck.c",
- "Line": 2426
- },
- "16047": {
- "File": "triceCheck.c",
- "Line": 2427
- },
- "16048": {
- "File": "triceCheck.c",
- "Line": 2428
- },
- "16049": {
- "File": "triceCheck.c",
- "Line": 2429
- },
- "16050": {
- "File": "triceCheck.c",
- "Line": 2430
- },
- "16051": {
- "File": "triceCheck.c",
- "Line": 2431
- },
- "16052": {
- "File": "triceCheck.c",
- "Line": 2432
- },
- "16053": {
- "File": "triceCheck.c",
- "Line": 2433
- },
- "16054": {
- "File": "triceCheck.c",
- "Line": 2436
- },
- "16055": {
- "File": "triceCheck.c",
- "Line": 2437
- },
- "16056": {
- "File": "triceCheck.c",
- "Line": 2438
- },
- "16057": {
- "File": "triceCheck.c",
- "Line": 2439
- },
- "16058": {
- "File": "triceCheck.c",
- "Line": 2440
- },
- "16059": {
- "File": "triceCheck.c",
- "Line": 2441
- },
- "16060": {
- "File": "triceCheck.c",
- "Line": 2442
- },
- "16061": {
- "File": "triceCheck.c",
- "Line": 2443
- },
- "16062": {
- "File": "triceCheck.c",
- "Line": 2444
- },
- "16063": {
- "File": "triceCheck.c",
- "Line": 2445
- },
- "16064": {
- "File": "triceCheck.c",
- "Line": 2446
- },
- "16065": {
- "File": "triceCheck.c",
- "Line": 2447
- },
- "16066": {
- "File": "triceCheck.c",
- "Line": 2448
- },
- "16067": {
- "File": "triceCheck.c",
- "Line": 2450
- },
- "16068": {
- "File": "triceCheck.c",
- "Line": 2451
- },
- "16069": {
- "File": "triceCheck.c",
- "Line": 2452
- },
- "16070": {
- "File": "triceCheck.c",
- "Line": 2453
- },
- "16071": {
- "File": "triceCheck.c",
- "Line": 2454
- },
- "16072": {
- "File": "triceCheck.c",
- "Line": 2455
- },
- "16073": {
- "File": "triceCheck.c",
- "Line": 2456
- },
- "16074": {
- "File": "triceCheck.c",
- "Line": 2457
- },
- "16075": {
- "File": "triceCheck.c",
- "Line": 2458
- },
- "16076": {
- "File": "triceCheck.c",
- "Line": 2459
- },
- "16077": {
- "File": "triceCheck.c",
- "Line": 2460
- },
- "16078": {
- "File": "triceCheck.c",
- "Line": 2461
- },
- "16079": {
- "File": "triceCheck.c",
- "Line": 2462
- },
- "16080": {
- "File": "triceCheck.c",
- "Line": 2464
- },
- "16081": {
- "File": "triceCheck.c",
- "Line": 2465
- },
- "16082": {
- "File": "triceCheck.c",
- "Line": 2466
- },
- "16083": {
- "File": "triceCheck.c",
- "Line": 2467
- },
- "16084": {
- "File": "triceCheck.c",
- "Line": 2468
- },
- "16085": {
- "File": "triceCheck.c",
- "Line": 2469
- },
- "16086": {
- "File": "triceCheck.c",
- "Line": 2470
- },
- "16087": {
- "File": "triceCheck.c",
- "Line": 2472
- },
- "16088": {
- "File": "triceCheck.c",
- "Line": 2473
- },
- "16089": {
- "File": "triceCheck.c",
- "Line": 2474
- },
- "16090": {
- "File": "triceCheck.c",
- "Line": 2475
- },
- "16091": {
- "File": "triceCheck.c",
- "Line": 2476
- },
- "16092": {
- "File": "triceCheck.c",
- "Line": 2477
- },
- "16093": {
- "File": "triceCheck.c",
- "Line": 2478
- },
- "16094": {
- "File": "triceCheck.c",
- "Line": 2480
- },
- "16095": {
- "File": "triceCheck.c",
- "Line": 2481
- },
- "16096": {
- "File": "triceCheck.c",
- "Line": 2482
- },
- "16097": {
- "File": "triceCheck.c",
- "Line": 2483
- },
- "16098": {
- "File": "triceCheck.c",
- "Line": 2484
- },
- "16099": {
- "File": "triceCheck.c",
- "Line": 2485
- },
- "16100": {
- "File": "triceCheck.c",
- "Line": 2486
- },
- "16101": {
- "File": "triceCheck.c",
- "Line": 2488
- },
- "16102": {
- "File": "triceCheck.c",
- "Line": 2489
- },
- "16103": {
- "File": "triceCheck.c",
- "Line": 2490
- },
- "16104": {
- "File": "triceCheck.c",
- "Line": 2491
- },
- "16105": {
- "File": "triceCheck.c",
- "Line": 2492
- },
- "16106": {
- "File": "triceCheck.c",
- "Line": 2493
- },
- "16107": {
- "File": "triceCheck.c",
- "Line": 2494
- },
- "16108": {
- "File": "triceCheck.c",
- "Line": 2496
- },
- "16109": {
- "File": "triceCheck.c",
- "Line": 2497
- },
- "16110": {
- "File": "triceCheck.c",
- "Line": 2498
- },
- "16111": {
- "File": "triceCheck.c",
- "Line": 2499
- },
- "16112": {
- "File": "triceCheck.c",
- "Line": 2500
- },
- "16113": {
- "File": "triceCheck.c",
- "Line": 2501
- },
- "16114": {
- "File": "triceCheck.c",
- "Line": 2502
- },
- "16115": {
- "File": "triceCheck.c",
- "Line": 2504
- },
- "16116": {
- "File": "triceCheck.c",
- "Line": 2505
- },
- "16117": {
- "File": "triceCheck.c",
- "Line": 2506
- },
- "16118": {
- "File": "triceCheck.c",
- "Line": 2507
- },
- "16119": {
- "File": "triceCheck.c",
- "Line": 2508
- },
- "16120": {
- "File": "triceCheck.c",
- "Line": 2509
- },
- "16121": {
- "File": "triceCheck.c",
- "Line": 2510
- },
- "16122": {
- "File": "triceCheck.c",
- "Line": 2512
- },
- "16123": {
- "File": "triceCheck.c",
- "Line": 2513
- },
- "16124": {
- "File": "triceCheck.c",
- "Line": 2514
- },
- "16125": {
- "File": "triceCheck.c",
- "Line": 2515
- },
- "16126": {
- "File": "triceCheck.c",
- "Line": 2516
- },
- "16127": {
- "File": "triceCheck.c",
- "Line": 2517
- },
- "16128": {
- "File": "triceCheck.c",
- "Line": 2518
- },
- "16129": {
- "File": "triceCheck.c",
- "Line": 2520
- },
- "16130": {
- "File": "triceCheck.c",
- "Line": 2521
- },
- "16131": {
- "File": "triceCheck.c",
- "Line": 2522
- },
- "16132": {
- "File": "triceCheck.c",
- "Line": 2523
- },
- "16133": {
- "File": "triceCheck.c",
- "Line": 2524
- },
- "16134": {
- "File": "triceCheck.c",
- "Line": 2525
- },
- "16135": {
- "File": "triceCheck.c",
- "Line": 2526
- },
- "16136": {
- "File": "triceCheck.c",
- "Line": 2528
- },
- "16137": {
- "File": "triceCheck.c",
- "Line": 2529
- },
- "16138": {
- "File": "triceCheck.c",
- "Line": 2530
- },
- "16139": {
- "File": "triceCheck.c",
- "Line": 2531
- },
- "16140": {
- "File": "triceCheck.c",
- "Line": 2532
- },
- "16141": {
- "File": "triceCheck.c",
- "Line": 2533
- },
- "16142": {
- "File": "triceCheck.c",
- "Line": 2534
- },
- "16143": {
- "File": "triceCheck.c",
- "Line": 2536
- },
- "16144": {
- "File": "triceCheck.c",
- "Line": 2537
- },
- "16145": {
- "File": "triceCheck.c",
- "Line": 2538
- },
- "16146": {
- "File": "triceCheck.c",
- "Line": 2539
- },
- "16147": {
- "File": "triceCheck.c",
- "Line": 2540
- },
- "16148": {
- "File": "triceCheck.c",
- "Line": 2541
- },
- "16149": {
- "File": "triceCheck.c",
- "Line": 2542
- },
- "16150": {
- "File": "triceCheck.c",
- "Line": 2544
- },
- "16151": {
- "File": "triceCheck.c",
- "Line": 2545
- },
- "16152": {
- "File": "triceCheck.c",
- "Line": 2546
- },
- "16153": {
- "File": "triceCheck.c",
- "Line": 2547
- },
- "16154": {
- "File": "triceCheck.c",
- "Line": 2548
- },
- "16155": {
- "File": "triceCheck.c",
- "Line": 2549
- },
- "16156": {
- "File": "triceCheck.c",
- "Line": 2550
- },
- "16157": {
- "File": "triceCheck.c",
- "Line": 2552
- },
- "16158": {
- "File": "triceCheck.c",
- "Line": 2553
- },
- "16159": {
- "File": "triceCheck.c",
- "Line": 2554
- },
- "16160": {
- "File": "triceCheck.c",
- "Line": 2555
- },
- "16161": {
- "File": "triceCheck.c",
- "Line": 2556
- },
- "16162": {
- "File": "triceCheck.c",
- "Line": 2557
- },
- "16163": {
- "File": "triceCheck.c",
- "Line": 2558
- },
- "16164": {
- "File": "triceCheck.c",
- "Line": 2594
- },
- "16165": {
- "File": "triceCheck.c",
- "Line": 2595
- },
- "16166": {
- "File": "triceCheck.c",
- "Line": 2605
- },
- "16167": {
- "File": "triceCheck.c",
- "Line": 2606
- },
- "16168": {
- "File": "triceCheck.c",
- "Line": 2724
- },
- "16169": {
- "File": "triceCheck.c",
- "Line": 2725
- },
- "16170": {
- "File": "triceCheck.c",
- "Line": 2726
- },
- "16171": {
- "File": "triceCheck.c",
- "Line": 2728
- },
- "16172": {
- "File": "triceCheck.c",
- "Line": 2729
- },
- "16173": {
- "File": "triceCheck.c",
- "Line": 2730
- },
- "16174": {
- "File": "triceCheck.c",
- "Line": 2736
- },
- "16175": {
- "File": "triceCheck.c",
- "Line": 2737
- },
- "16176": {
- "File": "triceCheck.c",
- "Line": 2738
- },
- "16177": {
- "File": "triceCheck.c",
- "Line": 2740
- },
- "16178": {
- "File": "triceCheck.c",
- "Line": 2741
- },
- "16179": {
- "File": "triceCheck.c",
- "Line": 2742
- },
- "16180": {
- "File": "triceCheck.c",
- "Line": 2753
- },
- "16181": {
- "File": "triceCheck.c",
- "Line": 2760
- },
- "16182": {
- "File": "triceCheck.c",
- "Line": 2761
- },
- "16193": {
- "File": "stm32g0xx_it.c",
- "Line": 119
- },
- "16194": {
- "File": "main.c",
- "Line": 312
- },
- "16195": {
- "File": "main.c",
- "Line": 339
- },
- "16326": {
- "File": "triceExamples.c",
- "Line": 77
- },
- "16327": {
- "File": "triceExamples.c",
- "Line": 76
- },
- "16328": {
- "File": "triceExamples.c",
- "Line": 74
- },
- "16329": {
- "File": "triceExamples.c",
- "Line": 72
- },
- "16330": {
- "File": "triceExamples.c",
- "Line": 69
- },
- "16331": {
- "File": "triceExamples.c",
- "Line": 67
- },
- "16332": {
- "File": "triceExamples.c",
- "Line": 65
- },
- "16333": {
- "File": "triceExamples.c",
- "Line": 63
- },
- "16334": {
- "File": "triceExamples.c",
- "Line": 61
- },
- "16335": {
- "File": "triceExamples.c",
- "Line": 52
- },
- "16336": {
- "File": "triceExamples.c",
- "Line": 50
- },
- "16337": {
- "File": "triceExamples.c",
- "Line": 49
- },
- "16338": {
- "File": "triceExamples.c",
- "Line": 48
- },
- "16339": {
- "File": "triceExamples.c",
- "Line": 47
- },
- "16340": {
- "File": "triceExamples.c",
- "Line": 46
- },
- "16341": {
- "File": "triceExamples.c",
- "Line": 45
- },
- "16342": {
- "File": "triceExamples.c",
- "Line": 44
- },
- "16343": {
- "File": "triceExamples.c",
- "Line": 43
- },
- "16344": {
- "File": "triceExamples.c",
- "Line": 42
- },
- "16345": {
- "File": "triceExamples.c",
- "Line": 40
- },
- "16346": {
- "File": "triceExamples.c",
- "Line": 39
- },
- "16347": {
- "File": "triceExamples.c",
- "Line": 38
- },
- "16348": {
- "File": "triceExamples.c",
- "Line": 37
- },
- "16349": {
- "File": "triceExamples.c",
- "Line": 36
- },
- "16350": {
- "File": "triceExamples.c",
- "Line": 35
- },
- "16351": {
- "File": "triceExamples.c",
- "Line": 34
- },
- "16352": {
- "File": "triceExamples.c",
- "Line": 33
- },
- "16353": {
- "File": "triceExamples.c",
- "Line": 32
- },
- "16354": {
- "File": "triceExamples.c",
- "Line": 31
- },
- "16355": {
- "File": "triceExamples.c",
- "Line": 30
- },
- "16356": {
- "File": "triceExamples.c",
- "Line": 29
- },
- "16357": {
- "File": "triceExamples.c",
- "Line": 28
- },
- "16358": {
- "File": "triceExamples.c",
- "Line": 27
- },
- "16359": {
- "File": "triceExamples.c",
- "Line": 26
- },
- "16360": {
- "File": "triceExamples.c",
- "Line": 25
- },
- "16361": {
- "File": "triceExamples.c",
- "Line": 24
- },
- "16362": {
- "File": "triceExamples.c",
- "Line": 23
- },
- "16363": {
- "File": "triceExamples.c",
- "Line": 22
- },
- "16364": {
- "File": "triceExamples.c",
- "Line": 21
- },
- "16365": {
- "File": "triceExamples.c",
- "Line": 20
- },
- "16366": {
- "File": "triceExamples.c",
- "Line": 19
- },
- "16367": {
- "File": "triceExamples.c",
- "Line": 18
- },
- "16368": {
- "File": "triceExamples.c",
- "Line": 17
- },
- "16369": {
- "File": "triceExamples.c",
- "Line": 12
- },
- "16370": {
- "File": "triceLogDiagData.c",
- "Line": 77
- },
- "16371": {
- "File": "triceLogDiagData.c",
- "Line": 75
- },
- "16372": {
- "File": "triceLogDiagData.c",
- "Line": 69
- },
- "16373": {
- "File": "triceLogDiagData.c",
- "Line": 67
- },
- "16374": {
- "File": "triceLogDiagData.c",
- "Line": 56
- },
- "16375": {
- "File": "triceLogDiagData.c",
- "Line": 52
- },
- "16376": {
- "File": "triceLogDiagData.c",
- "Line": 50
- },
- "16377": {
- "File": "triceLogDiagData.c",
- "Line": 46
- },
- "16378": {
- "File": "triceLogDiagData.c",
- "Line": 44
- },
- "16379": {
- "File": "triceLogDiagData.c",
- "Line": 37
- },
- "16380": {
- "File": "triceLogDiagData.c",
- "Line": 32
- },
- "16381": {
- "File": "triceLogDiagData.c",
- "Line": 26
- },
- "16382": {
- "File": "triceLogDiagData.c",
- "Line": 21
- },
- "16383": {
- "File": "triceLogDiagData.c",
- "Line": 19
- }
-}
\ No newline at end of file
diff --git a/examples/L432_bare/Makefile b/examples/L432_bare/Makefile
index 36e88bb7e..b8ae76038 100644
--- a/examples/L432_bare/Makefile
+++ b/examples/L432_bare/Makefile
@@ -1,10 +1,10 @@
# Put ARM Clang first in path temporary to avoid compiler variants issues.
-export PATH := C:\bin\ArmClang\bin:$(PATH)
+#export PATH := C:\bin\ArmClang\bin:$(PATH)
# ARM Clang uses the ARM GNU toolchain libraries and finds them over C_INCLUDE_PATH.
-export C_INCLUDE_PATH := C:\bin\ArmGNUToolchain\arm-none-eabi\include
+#export C_INCLUDE_PATH := C:\bin\ArmGNUToolchain\arm-none-eabi\include
MAKEFILE = Makefile mcu.mak flags.mak gcc0.mak gcc1.mak clang0.mak clang1.mak
VERBOSE = # -v
diff --git a/examples/L432_bare/ReadMe.md b/examples/L432_bare/ReadMe.md
index 77853594b..b687b7f18 100644
--- a/examples/L432_bare/ReadMe.md
+++ b/examples/L432_bare/ReadMe.md
@@ -1 +1 @@
-# [../docs/TriceUserManual.md/#L432_bare-example](../docs/TriceUserManual.md/#l432_bare-example)
\ No newline at end of file
+# [../docs/TriceUserManual.md/#L432_bare](../docs/TriceUserManual.md/#l432_bare)
\ No newline at end of file
diff --git a/examples/L432_bare/build.sh b/examples/L432_bare/build.sh
new file mode 100755
index 000000000..29d7312e6
--- /dev/null
+++ b/examples/L432_bare/build.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+source ../../build_environment.sh
+make $MAKE_JOBS
diff --git a/examples/L432_inst/.vscode/launch.json b/examples/L432_inst/.vscode/launch.json
index 3eeb4ef61..4773806f9 100644
--- a/examples/L432_inst/.vscode/launch.json
+++ b/examples/L432_inst/.vscode/launch.json
@@ -17,18 +17,18 @@
"svdFile": "./STM32L4x2.svd",
"showDevDebugOutput": "raw"
},
- //{
- // "name": "j gcc Cortex Debug",
- // "cwd": "${workspaceFolder}",
- // "executable": "./out.gcc/L432KC.elf",
- // "request": "launch",
- // "type": "cortex-debug",
- // "runToEntryPoint": "main",
- // "servertype": "jlink",
- // "interface": "swd",
- // "device": "STM32L432KC",
- // "svdFile": "./STM32L4x2.svd"
- //},
+ {
+ "name": "j gcc Cortex Debug",
+ "cwd": "${workspaceFolder}",
+ "executable": "./out.gcc/L432KC.elf",
+ "request": "launch",
+ "type": "cortex-debug",
+ "runToEntryPoint": "main",
+ "servertype": "jlink",
+ "interface": "swd",
+ "device": "STM32L432KC",
+ "svdFile": "./STM32L4x2.svd"
+ },
{
"name": "st clang Cortex Debug",
"cwd": "${workspaceFolder}",
diff --git a/examples/L432_inst/Core/Inc/SEGGER_RTT_Conf.h b/examples/L432_inst/Core/Inc/SEGGER_RTT_Conf.h
index 12941094c..dc37b31e9 100644
--- a/examples/L432_inst/Core/Inc/SEGGER_RTT_Conf.h
+++ b/examples/L432_inst/Core/Inc/SEGGER_RTT_Conf.h
@@ -42,7 +42,7 @@
* *
**********************************************************************
* *
-* RTT version: 7.60g *
+* RTT version: 8.12a *
* *
**********************************************************************
@@ -80,7 +80,7 @@ Revision: $Rev: 24316 $
// Up-channel 1: SystemView
//
#ifndef SEGGER_RTT_MAX_NUM_UP_BUFFERS
- #define SEGGER_RTT_MAX_NUM_UP_BUFFERS (1) // Max. number of up-buffers (T->H) available on this target (Default: 3)
+ #define SEGGER_RTT_MAX_NUM_UP_BUFFERS (3) // Max. number of up-buffers (T->H) available on this target (Default: 3)
#endif
//
// Most common case:
@@ -170,7 +170,7 @@ Revision: $Rev: 24316 $
: \
); \
}
- #elif (defined(__ARM_ARCH_7M__) || defined(__ARM_ARCH_7EM__) || defined(__ARM_ARCH_8M_MAIN__))
+ #elif (defined(__ARM_ARCH_7M__) || defined(__ARM_ARCH_7EM__) || defined(__ARM_ARCH_8M_MAIN__) || defined(__ARM_ARCH_8_1M_MAIN__))
#ifndef SEGGER_RTT_MAX_INTERRUPT_PRIORITY
#define SEGGER_RTT_MAX_INTERRUPT_PRIORITY (0x20)
#endif
@@ -338,7 +338,7 @@ Revision: $Rev: 24316 $
#define SEGGER_RTT_UNLOCK() _SEGGER_RTT__PRIMASK = _SEGGER_RTT__LockState; \
__schedule_barrier(); \
}
- #elif (defined(__TARGET_ARCHM_7) || defined(__TARGET_ARCH_7E_M))
+ #elif (defined(__TARGET_ARCH_7_M) || defined(__TARGET_ARCH_7E_M))
#ifndef SEGGER_RTT_MAX_INTERRUPT_PRIORITY
#define SEGGER_RTT_MAX_INTERRUPT_PRIORITY (0x20)
#endif
diff --git a/examples/L432_inst/Core/Inc/triceConfig.h b/examples/L432_inst/Core/Inc/triceConfig.h
index f389993d5..284ff393a 100644
--- a/examples/L432_inst/Core/Inc/triceConfig.h
+++ b/examples/L432_inst/Core/Inc/triceConfig.h
@@ -10,29 +10,29 @@
extern "C" {
#endif
-#define TRICE_INLINE static inline
-
//! TRICE_CLEAN, if found inside triceConfig.h, is modified by the Trice tool to silent editor warnings in the cleaned state.
#define TRICE_CLEAN 1 // Do not define this at an other place! But you can delete this here.
#include
-extern volatile uint32_t * const DWT_CONTROL;
-extern volatile uint32_t * const DWT_CYCCNT ;
-extern volatile uint32_t * const DEMCR;
-extern volatile uint32_t * const LAR; // lock access register
+extern volatile uint32_t* const DWT_CONTROL;
+extern volatile uint32_t* const DWT_CYCCNT;
+extern volatile uint32_t* const DEMCR;
+extern volatile uint32_t* const LAR; // lock access register
+
+#define TriceStamp16 ((uint16_t)(*DWT_CYCCNT)) // @64MHz wraps after a bit more than 1ms (MCU clocks)
+#define TriceStamp32 (*DWT_CYCCNT) // @64MHz -> 1 µs, wraps after 2^32 µs ~= 1.2 hours
-void TriceHeadLine(char* name);
-void LogTriceConfiguration( void );
+void TriceHeadLine(char * name);
+void LogTriceConfiguration(void);
void SomeExampleTrices(int burstCount);
+#define TRICE_FULL_CHECK // enable all code inside triceCheck.c
+
#ifndef CONFIGURATION
#define CONFIGURATION 0 //!< The build script can define CONFIGURATION to select.
#endif
-#define TriceStamp16 (*DWT_CYCCNT) // @64MHz wraps after a bit more than 1ms (MCU clocks)
-#define TriceStamp32 (*DWT_CYCCNT) // @64MHz -> 1 µs, wraps after 2^32 µs ~= 1.2 hours
-
#define TRICE_DEFERRED_UARTA 1
#define TRICE_UARTA USART2
@@ -41,12 +41,12 @@ void SomeExampleTrices(int burstCount);
#define TRICE_LEAVE_CRITICAL_SECTION } // SEGGER_RTT_UNLOCK() }
#if CONFIGURATION == 0 //////////////////////////////////////////////////////////////
-// trice log -p com8
#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#define TRICE_DIRECT_OUTPUT 1
+#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_DEFERRED_BUFFER_SIZE 4096
-
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 0
#define TRICE_CYCLE_COUNTER 0
@@ -132,8 +132,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 8+1 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 8 + 1 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
@@ -142,8 +142,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 8+2 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 8 + 2 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
@@ -152,8 +152,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 8+3 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 8 + 3 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
@@ -162,8 +162,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 8+4 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 8 + 4 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
@@ -172,8 +172,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 8+5 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 8 + 5 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
@@ -182,8 +182,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 8+6 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 8 + 6 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
@@ -192,8 +192,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 8+7 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 8 + 7 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
@@ -202,8 +202,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 8+8 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 8 + 8 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
@@ -212,72 +212,72 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 16+1 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 16 + 1 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
-#elif CONFIGURATION == 16+2 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 16 + 2 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
-#elif CONFIGURATION == 16+3 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 16 + 3 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
-#elif CONFIGURATION == 16+4 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 16 + 4 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
-#elif CONFIGURATION == 16+5 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 16 + 5 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
-#elif CONFIGURATION == 16+6 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 16 + 6 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
-#elif CONFIGURATION == 16+7 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 16 + 7 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
-#elif CONFIGURATION == 16+8 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 16 + 8 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
-#elif CONFIGURATION == 24+1 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 24 + 1 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
@@ -285,8 +285,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 24+2 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 24 + 2 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
@@ -294,8 +294,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 24+3 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 24 + 3 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
@@ -303,8 +303,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 24+4 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 24 + 4 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
@@ -312,8 +312,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 24+5 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 24 + 5 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
@@ -321,8 +321,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 24+6 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 24 + 6 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
@@ -330,8 +330,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 24+7 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 24 + 7 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
@@ -339,8 +339,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 24+8 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 24 + 8 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 1
@@ -348,9 +348,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
+#elif CONFIGURATION == 32 + 1 //////////////////////////////////////////////////////////////
-#elif CONFIGURATION == 32+1 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -359,8 +358,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 32+2 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 2 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -369,8 +368,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 32+3 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 3 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -379,8 +378,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 32+4 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 4 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -389,8 +388,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 32+5 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 5 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -399,8 +398,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 32+6 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 6 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -409,8 +408,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 32+7 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 7 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -419,8 +418,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 32+8 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 8 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -429,8 +428,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 32+8+1 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 8 + 1 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -439,8 +438,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+8+2 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 8 + 2 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -449,8 +448,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+8+3 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 8 + 3 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -459,8 +458,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+8+4 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 8 + 4 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -469,8 +468,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+8+5 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 8 + 5 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -479,8 +478,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+8+6 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 8 + 6 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -489,8 +488,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+8+7 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 8 + 7 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -499,8 +498,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+8+8 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 8 + 8 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -509,72 +508,72 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+16+1 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 16 + 1 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
-#elif CONFIGURATION == 32+16+2 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 16 + 2 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
-#elif CONFIGURATION == 32+16+3 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 16 + 3 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
-#elif CONFIGURATION == 32+16+4 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 16 + 4 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
-#elif CONFIGURATION == 32+16+5 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 16 + 5 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
-#elif CONFIGURATION == 32+16+6 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 16 + 6 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
-#elif CONFIGURATION == 32+16+7 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 16 + 7 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
-#elif CONFIGURATION == 32+16+8 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 16 + 8 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
-#elif CONFIGURATION == 32+24+1 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 24 + 1 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -582,8 +581,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+24+2 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 24 + 2 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -591,8 +590,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+24+3 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 24 + 3 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -600,8 +599,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+24+4 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 24 + 4 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -609,8 +608,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+24+5 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 24 + 5 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -618,8 +617,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+24+6 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 24 + 6 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 0
@@ -627,8 +626,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+24+7 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 24 + 7 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -636,8 +635,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 32+24+8 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 32 + 24 + 8 //////////////////////////////////////////////////////////////
+
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
#define TRICE_PROTECT 1
@@ -645,8 +644,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_TRANSFER_MODE TRICE_MULTI_PACK_MODE
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+1 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 1 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -655,8 +654,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 64+2 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 2 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -665,8 +664,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 64+3 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 3 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -675,8 +674,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 64+4 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 4 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -685,8 +684,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 64+5 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 5 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -695,8 +694,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 64+6 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 6 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -705,8 +704,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 64+7 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 7 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -715,8 +714,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 64+8 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 8 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -725,8 +724,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_CONFIG_WARNINGS 0
-#elif CONFIGURATION == 64+8+1 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 8 + 1 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -735,8 +734,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+8+2 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 8 + 2 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -745,8 +744,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+8+3 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 8 + 3 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -755,8 +754,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+8+4 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 8 + 4 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -765,8 +764,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+8+5 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 8 + 5 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -775,8 +774,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+8+6 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 8 + 6 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -785,8 +784,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+8+7 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 8 + 7 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -795,8 +794,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+8+8 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 8 + 8 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -805,72 +804,72 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+16+1 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 16 + 1 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 0
-#elif CONFIGURATION == 64+16+2 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 16 + 2 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 0
-#elif CONFIGURATION == 64+16+3 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 16 + 3 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 0
-#elif CONFIGURATION == 64+16+4 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 16 + 4 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 0
-#elif CONFIGURATION == 64+16+5 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 16 + 5 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 1
-#elif CONFIGURATION == 64+16+6 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 16 + 6 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
#define TRICE_PROTECT 0
#define TRICE_DIAGNOSTICS 1
-#elif CONFIGURATION == 64+16+7 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 16 + 7 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 1
-#elif CONFIGURATION == 64+16+8 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 16 + 8 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
#define TRICE_PROTECT 1
#define TRICE_DIAGNOSTICS 1
-#elif CONFIGURATION == 64+24+1 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 24 + 1 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -878,8 +877,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+24+2 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 24 + 2 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -887,8 +886,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+24+3 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 24 + 3 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -896,8 +895,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+24+4 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 24 + 4 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -905,8 +904,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DIAGNOSTICS 0
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+24+5 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 24 + 5 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -914,8 +913,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+24+6 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 24 + 6 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -923,8 +922,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+24+7 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 24 + 7 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
@@ -932,8 +931,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-#elif CONFIGURATION == 64+24+8 //////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION );
+#elif CONFIGURATION == 64 + 24 + 8 //////////////////////////////////////////////////////////////
+
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#define TRICE_BUFFER TRICE_STATIC_BUFFER
@@ -941,50 +940,8 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DIAGNOSTICS 1
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
#elif CONFIGURATION == 97 /////////////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration with direct RTT output only and optimized for speed\n", CONFIGURATION );
+#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration with direct RTT output only and optimized for speed\n", CONFIGURATION);
#define TRICE_DIRECT_OUTPUT 1
#define TRICE_BUFFER TRICE_STACK_BUFFER
#define TRICE_PROTECT 0
@@ -994,7 +951,7 @@ void SomeExampleTrices(int burstCount);
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
#elif CONFIGURATION == 98 /////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - UART, no cycle counter, no critical sections.\n", CONFIGURATION );
+#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - UART, no cycle counter, no critical sections.\n", CONFIGURATION);
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
#define TRICE_PROTECT 0
@@ -1011,7 +968,7 @@ void SomeExampleTrices(int burstCount);
#define TRICE_LEAVE_CRITICAL_SECTION }
#elif CONFIGURATION == 99 /////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An minimum configuration example.\n", CONFIGURATION );
+#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An minimum configuration example.\n", CONFIGURATION);
#define TRICE_DEFERRED_OUTPUT 1
//#undef TriceStamp16
//#undef TriceStamp32
@@ -1020,7 +977,7 @@ void SomeExampleTrices(int burstCount);
#define TRICE_BUFFER TRICE_RING_BUFFER
#elif CONFIGURATION == 100 /////////////////////////////////////////////////////
-#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration with direct RTT output and parallel deferred UART output.\n", CONFIGURATION );
+#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration with direct RTT output and parallel deferred UART output.\n", CONFIGURATION);
#define TRICE_DEFERRED_OUTPUT 1
#define TRICE_BUFFER TRICE_RING_BUFFER
@@ -1036,6 +993,10 @@ void SomeExampleTrices(int burstCount);
#error unknown CONFIGURATION value
#endif
+#ifndef LogConfigInfo
+#define LogConfigInfo() trice8("dbg:CONFIGURATION == %d - An example configuration\n", CONFIGURATION);
+#endif
+
#ifdef __cplusplus
}
#endif
diff --git a/examples/L432_inst/Core/Inc/triceUart.h b/examples/L432_inst/Core/Inc/triceUart.h
index 22c4dfff4..d03f4ae47 100644
--- a/examples/L432_inst/Core/Inc/triceUart.h
+++ b/examples/L432_inst/Core/Inc/triceUart.h
@@ -12,8 +12,8 @@ extern "C" {
#include "trice.h"
#include "main.h" // hardware specific definitions
-TRICE_INLINE void ToggleOpticalFeedbackLED( void ){
- //LL_GPIO_TogglePin(LD2_GPIO_Port, LD2_Pin);
+TRICE_INLINE void ToggleOpticalFeedbackLED(void) {
+ // LL_GPIO_TogglePin(LD2_GPIO_Port, LD2_Pin);
}
#if TRICE_DEFERRED_UARTA == 1
@@ -23,27 +23,27 @@ TRICE_INLINE void ToggleOpticalFeedbackLED( void ){
//! \retval !0 == empty
//! User must provide this function.
TRICE_INLINE uint32_t triceTxDataRegisterEmptyUartA(void) {
- return LL_USART_IsActiveFlag_TXE(TRICE_UARTA);
+ return LL_USART_IsActiveFlag_TXE(TRICE_UARTA);
}
//! Write value v into trice transmit register.
//! \param v byte to transmit
//! User must provide this function.
TRICE_INLINE void triceTransmitData8UartA(uint8_t v) {
- LL_USART_TransmitData8(TRICE_UARTA, v);
- ToggleOpticalFeedbackLED();
+ LL_USART_TransmitData8(TRICE_UARTA, v);
+ ToggleOpticalFeedbackLED();
}
//! Allow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceEnableTxEmptyInterruptUartA(void) {
- LL_USART_EnableIT_TXE(TRICE_UARTA);
+ LL_USART_EnableIT_TXE(TRICE_UARTA);
}
//! Disallow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceDisableTxEmptyInterruptUartA(void) {
- LL_USART_DisableIT_TXE(TRICE_UARTA);
+ LL_USART_DisableIT_TXE(TRICE_UARTA);
}
#endif // #if TRICE_DEFERRED_UARTA == 1
@@ -54,27 +54,27 @@ TRICE_INLINE void triceDisableTxEmptyInterruptUartA(void) {
//! \retval !0 == empty
//! User must provide this function.
TRICE_INLINE uint32_t triceTxDataRegisterEmptyUartB(void) {
- return LL_USART_IsActiveFlag_TXE(TRICE_UARTB);
+ return LL_USART_IsActiveFlag_TXE(TRICE_UARTB);
}
//! Write value v into trice transmit register.
//! \param v byte to transmit
//! User must provide this function.
TRICE_INLINE void triceTransmitData8UartB(uint8_t v) {
- LL_USART_TransmitData8(TRICE_UARTB, v);
- ToggleOpticalFeedbackLED();
+ LL_USART_TransmitData8(TRICE_UARTB, v);
+ ToggleOpticalFeedbackLED();
}
//! Allow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceEnableTxEmptyInterruptUartB(void) {
- LL_USART_EnableIT_TXE(TRICE_UARTB);
+ LL_USART_EnableIT_TXE(TRICE_UARTB);
}
//! Disallow interrupt for empty trice data transmit register.
//! User must provide this function.
TRICE_INLINE void triceDisableTxEmptyInterruptUartB(void) {
- LL_USART_DisableIT_TXE(TRICE_UARTB);
+ LL_USART_DisableIT_TXE(TRICE_UARTB);
}
#endif // #if TRICE_DEFERRED_UARTB == 1
diff --git a/examples/L432_inst/Core/Src/main.c b/examples/L432_inst/Core/Src/main.c
index a348cea10..df9243e10 100644
--- a/examples/L432_inst/Core/Src/main.c
+++ b/examples/L432_inst/Core/Src/main.c
@@ -60,10 +60,10 @@ void StartTask02(void const * argument);
/* Private user code ---------------------------------------------------------*/
/* USER CODE BEGIN 0 */
-__weak int _close(void) { return -1; }
-__weak int _lseek(void) { return -1; }
-__weak int _read (void) { return -1; }
-__weak int _write(void) { return -1; }
+int _close(void); __weak int _close(void) { return -1; }
+int _lseek(void); __weak int _lseek(void) { return -1; }
+int _read (void); __weak int _read (void) { return -1; }
+int _write(void); __weak int _write(void) { return -1; }
volatile uint32_t * const DWT_CONTROL = (uint32_t *) 0xE0001000;
volatile uint32_t * const DWT_CYCCNT = (uint32_t *) 0xE0001004;
@@ -111,8 +111,10 @@ int main(void)
MX_GPIO_Init();
MX_USART2_UART_Init();
/* USER CODE BEGIN 2 */
+#if !TRICE_OFF
LogTriceConfiguration();
SomeExampleTrices(3);
+#endif
/* USER CODE END 2 */
/* USER CODE BEGIN RTOS_MUTEX */
diff --git a/examples/L432_inst/Core/Src/stm32l4xx_it.c b/examples/L432_inst/Core/Src/stm32l4xx_it.c
index 0f3b130c7..109107538 100644
--- a/examples/L432_inst/Core/Src/stm32l4xx_it.c
+++ b/examples/L432_inst/Core/Src/stm32l4xx_it.c
@@ -172,15 +172,6 @@ void TIM1_UP_TIM16_IRQHandler(void)
HAL_TIM_IRQHandler(&htim16);
/* USER CODE BEGIN TIM1_UP_TIM16_IRQn 1 */
-
- // #if defined( TRICE_UARTA ) && ((TRICE_BUFFER == TRICE_DOUBLE_BUFFER) || (TRICE_BUFFER == TRICE_RING_BUFFER) ) // buffered out to UART
- // triceTriggerTransmitUartA();
- // #endif
- // #if defined( TRICE_UARTB ) && ((TRICE_BUFFER == TRICE_DOUBLE_BUFFER) || (TRICE_BUFFER == TRICE_RING_BUFFER) ) // buffered out to UART
- // triceTriggerTransmitUartB();
- // #endif
-
-
/* USER CODE END TIM1_UP_TIM16_IRQn 1 */
}
@@ -190,27 +181,27 @@ void TIM1_UP_TIM16_IRQHandler(void)
void USART2_IRQHandler(void)
{
/* USER CODE BEGIN USART2_IRQn 0 */
-// #if defined( TRICE_UARTA )
-// if (LL_USART_IsActiveFlag_RXNE(TRICE_UARTA) ) { // Read Data Register Not Empty Flag
-//
-// static char rxBuf[TRICE_COMMAND_SIZE_MAX+1]; // with terminating 0
-// static int index = 0;
-// uint8_t v;
-// if( LL_USART_IsActiveFlag_ORE(TRICE_UARTA) ){
-// TRice("WARNING:USARTq OverRun Error Flag is set!\n" );
-// }
-// v = LL_USART_ReceiveData8(TRICE_UARTA); // implicit clears the flag
-// rxBuf[index] = (char)v;
-// index += index < TRICE_COMMAND_SIZE_MAX ? 1 : 0;
-// if( v == 0 ){ // command end
-// TRICE_S(Id(0), "rx:received command:%s\n", rxBuf );
-// strcpy(triceCommandBuffer, rxBuf );
-// triceCommandFlag = 1;
-// index = 0;
-// }
-// return;
-// }
-// #endif // #if defined( TRICE_UARTA )
+#if !TRICE_OFF && defined( TRICE_UARTA ) // only needed. if backchannel is used
+ if (LL_USART_IsActiveFlag_RXNE(TRICE_UARTA) ) { // Read Data Register Not Empty Flag
+
+ static char rxBuf[TRICE_COMMAND_SIZE_MAX+1]; // with terminating 0
+ static int index = 0;
+ uint8_t v;
+ if( LL_USART_IsActiveFlag_ORE(TRICE_UARTA) ){
+ TRice("WARNING:USARTq OverRun Error Flag is set!\n" );
+ }
+ v = LL_USART_ReceiveData8(TRICE_UARTA); // implicit clears the flag
+ rxBuf[index] = (char)v;
+ index += index < TRICE_COMMAND_SIZE_MAX ? 1 : 0;
+ if( v == 0 ){ // command end
+ TRICE_S(Id(0), "rx:received command:%s\n", rxBuf );
+ strcpy(triceCommandBuffer, rxBuf );
+ triceCommandFlag = 1;
+ index = 0;
+ }
+ return;
+ }
+#endif // #if !TRICE_OFF && defined( TRICE_UARTA )
// If both flags active and only one was served, the IRQHandler gets activated again.
#if defined( TRICE_UARTA ) && ((TRICE_BUFFER == TRICE_DOUBLE_BUFFER) || (TRICE_BUFFER == TRICE_RING_BUFFER) ) // buffered out to UARTA
diff --git a/examples/L432_inst/L432KC_gen_ad_toClang_ed_inst.code-workspace b/examples/L432_inst/L432KC_gen_ad_toClang_ed_inst.code-workspace
deleted file mode 100644
index 48e7bc472..000000000
--- a/examples/L432_inst/L432KC_gen_ad_toClang_ed_inst.code-workspace
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "folders": [
- {
- "path": "."
- },
- {
- "path": "../exampleData"
- }
- ]
-}
\ No newline at end of file
diff --git a/examples/L432_inst/L432_inst.code-workspace b/examples/L432_inst/L432_inst.code-workspace
index d76a58af3..1c846259d 100644
--- a/examples/L432_inst/L432_inst.code-workspace
+++ b/examples/L432_inst/L432_inst.code-workspace
@@ -11,6 +11,9 @@
},
{
"path": "../../_test/testdata"
+ },
+ {
+ "path": "../../docs"
}
],
"settings": {
diff --git a/examples/L432_inst/main.mak b/examples/L432_inst/Makefile
similarity index 92%
rename from examples/L432_inst/main.mak
rename to examples/L432_inst/Makefile
index ccb6f2562..8ce0fb5b6 100644
--- a/examples/L432_inst/main.mak
+++ b/examples/L432_inst/Makefile
@@ -1,6 +1,12 @@
-# main.mak
+# Makefile
-BUILDFILES = build.sh OS_Darwin.mak OS_Linux.mak OS_Windows.mak main.mak mcu.mak flags.mak gcc0.mak gcc1.mak clang0.mak clang1.mak
+# Put ARM Clang first in path temporary to avoid compiler variants issues.
+#export PATH := C:\bin\ArmClang\bin:$(PATH)
+
+# ARM Clang uses the ARM GNU toolchain libraries and finds them over C_INCLUDE_PATH.
+#export C_INCLUDE_PATH := C:\bin\ArmGNUToolchain\arm-none-eabi\include
+
+BUILDFILES = build.sh Makefile mcu.mak flags.mak gcc0.mak gcc1.mak clang0.mak clang1.mak
VERBOSE = # -v
######################################
@@ -137,7 +143,7 @@ include flags.mak
.PHONY: all gcc clean log version
-all: clang # gcc clang
+all: gcc # gcc clang
clang: $(CLANG_BUILD)/$(TARGET).elf $(CLANG_BUILD)/$(TARGET).hex $(CLANG_BUILD)/$(TARGET).bin
@:
diff --git a/examples/L432_inst/OS_Darwin.mak b/examples/L432_inst/OS_Darwin.mak
deleted file mode 100644
index 225c2590e..000000000
--- a/examples/L432_inst/OS_Darwin.mak
+++ /dev/null
@@ -1,10 +0,0 @@
-# OS_Darwin.mak
-
-export PATH := /usr/bin:/opt/homebrew/bin:$(PATH)
-
-export C_INCLUDE_PATH := \
-/opt/homebrew/Cellar/arm-none-eabi-gcc/14.2.0/lib/gcc/arm-none-eabi/14.2.0/include:\
-/opt/homebrew/Cellar/arm-none-eabi-gcc/14.2.0/lib/gcc/arm-none-eabi/14.2.0/include-fixed
-
-include main.mak
-
diff --git a/examples/L432_inst/OS_Linux.mak b/examples/L432_inst/OS_Linux.mak
deleted file mode 100644
index 339d3e8d7..000000000
--- a/examples/L432_inst/OS_Linux.mak
+++ /dev/null
@@ -1,6 +0,0 @@
-# OS_Linux.mak
-
-todo
-
-include main.mak
-
diff --git a/examples/L432_inst/OS_Windows.mak b/examples/L432_inst/OS_Windows.mak
deleted file mode 100644
index d3f6db05f..000000000
--- a/examples/L432_inst/OS_Windows.mak
+++ /dev/null
@@ -1,10 +0,0 @@
-# OS-Windows.mak
-
-# Put ARM Clang first in path temporary to avoid compiler variants issues.
-export PATH := C:\bin\ArmClang\bin:C:\bin\ArmGNUToolchain\bin:$(PATH)
-
-# ARM Clang uses the ARM GNU toolchain libraries and finds them over C_INCLUDE_PATH.
-export C_INCLUDE_PATH := C:\bin\ArmGNUToolchain\arm-none-eabi\include
-
-include main.mak
-
diff --git a/examples/L432_inst/RTTLogUnix.sh b/examples/L432_inst/RTTLogUnix.sh
new file mode 100755
index 000000000..ff1023b6f
--- /dev/null
+++ b/examples/L432_inst/RTTLogUnix.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+# Needs "sudo apt install screen" or similar done before.
+# Matching for triceConfig.h CONFIGURATION with TRICE_DIRECT_OUTPUT=1
+
+mkdir -p ./temp
+rm -f ./temp/trice.bin
+touch ./temp/trice.bin
+screen -d -m JLinkRTTLogger -Device STM32G0B1RE -If SWD -Speed 4000 -RTTChannel 0 ./temp/trice.bin
+trice log -p FILE -args ./temp/trice.bin -pf none -prefix off -hs off -d16 -ts us -showID "deb:%5d" -i ../../demoTIL.json -li ../../demoLI.json
+screen -X quit
diff --git a/examples/L432_inst/ReadMe.md b/examples/L432_inst/ReadMe.md
index 2c81762b5..e44ad8a0b 100644
--- a/examples/L432_inst/ReadMe.md
+++ b/examples/L432_inst/ReadMe.md
@@ -1 +1 @@
-# [../docs/TriceUserManual.md/#L432_inst-example](../docs/TriceUserManual.md/#l432_inst-example)
\ No newline at end of file
+# [../docs/TriceUserManual.md/#L432_inst](../docs/TriceUserManual.md/#l432_inst)
\ No newline at end of file
diff --git a/examples/L432_inst/all_configs_build.sh b/examples/L432_inst/all_configs_build.sh
old mode 100644
new mode 100755
index f0033dd98..22ab22801
--- a/examples/L432_inst/all_configs_build.sh
+++ b/examples/L432_inst/all_configs_build.sh
@@ -1,3 +1,14 @@
#!/bin/bash
date
-time for i in {0..100}; do echo; echo --- CONFIGURATION=$i ---; echo; ./clean.sh; ./build.sh CONFIGURATION=$i; done
+time for i in {0..100}; do
+ echo
+ echo --- CONFIGURATION=$i ---
+ echo
+ make clean
+ ./build.sh CONFIGURATION=$i
+ EXITCODE=$?
+ if [ $EXITCODE != 0 ]
+ then
+ exit $EXITCODE
+ fi
+ done
diff --git a/examples/L432_inst/build.sh b/examples/L432_inst/build.sh
old mode 100644
new mode 100755
index ba6fe2b8a..b2a495094
--- a/examples/L432_inst/build.sh
+++ b/examples/L432_inst/build.sh
@@ -9,17 +9,14 @@ for arg in "$@"; do
done
# Trice is called here and not within make, to guarantee, it is finished before any other job starts.
-trice clean -src ../../_test/testdata -src ../exampleData -src ./Core -cache # Run this first to trigger the used editor to show the Trice IDs cleaned state.
-trice insert -src ../../_test/testdata -src ../exampleData -src ./Core -cache -IDMin 16200 -IDMax 16383 -IDMethod upward # Add project data.
+../../trice_cleanIDs_in_examples_and_test_folder.sh # Run this first to trigger the used editor to show the Trice IDs cleaned state.
+../../trice_insertIDs_in_examples_and_test_folder.sh
-case "$OSTYPE" in
- darwin*) make -j $(sysctl -n hw.ncpu) TRICE_FLAGS="$flags" gcc -f OS_Darwin.mak ;;
- linux*) make -j $(nproc --all) TRICE_FLAGS="$flags" gcc -f OS_Linux.mak ;;
- msys*) make -j $(nproc --all) TRICE_FLAGS="$flags" clang -f OS_Windows.mak ;;
- cygwin*) make -j $(nproc --all) TRICE_FLAGS="$flags" clang -f OS_Windows.mak ;;
- *) echo "unknown: $OSTYPE" ;;
- solaris*) echo "SOLARIS not implemented" ;;
- bsd*) echo "BSD not implemented" ;;
-esac
+source ../../build_environment.sh
+make $MAKE_JOBS TRICE_FLAGS="$flags" gcc
-trice clean -src ../../_test/testdata -src ../exampleData -src ./Core -cache # Run this again to show the Trice IDs cleaned state.
+EXITCODE=$?
+
+../../trice_cleanIDs_in_examples_and_test_folder.sh # Run this again to get the Trice IDs cleaned state.
+
+exit $EXITCODE
\ No newline at end of file
diff --git a/examples/L432_inst/clean.sh b/examples/L432_inst/clean.sh
deleted file mode 100644
index a422927e1..000000000
--- a/examples/L432_inst/clean.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-# Calling "make clean" does not remove the Trice IDs from the source code but "clean.sh" will do as well.
-# We explicitely do not touch the ../exampleData folder, because it is used by several projects.
-trice clean -src ./Core -cache
-make clean -f main.mak
diff --git a/examples/L432_inst/flags.mak b/examples/L432_inst/flags.mak
index fea7c0383..49d9be487 100644
--- a/examples/L432_inst/flags.mak
+++ b/examples/L432_inst/flags.mak
@@ -37,36 +37,87 @@ FLAGS = # common flags for compiler, assembler and linker
#C_FLAGS += -O0 # -O0 means: 'do not optimize at all'.
#C_FLAGS += -O1 # -O1 means: 'optimize reasomable'.
#C_FLAGS += -O2 # -O2 means: 'optimize better'.
-#C_FLAGS += -O3 # -O3 means: 'the target machine has effectively unlimited RAM and icache, spew all the assembly you want if it has any benefit'.
-C_FLAGS += -Ofast # -Ofast optimizes for speed.
+C_FLAGS += -O3 # -O3 means: 'the target machine has effectively unlimited RAM and icache, spew all the assembly you want if it has any benefit'.
+#C_FLAGS += -Ofast # -Ofast optimizes for speed.
#C_FLAGS += -Oz # -Oz optimizes for size.
###C_FLAGS += -Os # -Os enables a good balance of flags which optimize for size as well as speed.
#C_FLAGS += -Og# # -Og
#C_FLAGS += -g # # -g includes debug information into the ELF.
-#C_FLAGS += -g3 # # -g3 include, a couple extra goodies such as macro definitions used in your application.
+ C_FLAGS += -g3 # # -g3 include, a couple extra goodies such as macro definitions used in your application.
-#C_FLAGS += -Wunused-parameter
- C_FLAGS += -Wall # # -Wall enables a base set of warnings generally agreed upon as being useful and easy to fix.
-### C_FLAGS += -Wextra # -Wextra enables an additional set of flags not covered by -Wall
+
+ C_FLAGS += -Wall # -Wall enables a base set of warnings generally agreed upon as being useful and easy to fix.
+ C_FLAGS += -Walloca # This option warns on all uses of "alloca" in the source.
+ C_FLAGS += -Wno-builtin-declaration-mismatch # Warn if a built-in function is declared with an incompatible signature.
+ C_FLAGS += -Wunknown-pragmas # Warn when a pragma() is encountered that is not understood by gdc.
+
+ C_FLAGS += -Wextra # -Wextra enables an additional set of flags not covered by -Wall
+ C_FLAGS += -Wno-unused-parameter # Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c:...
+ C_FLAGS += -Wconversion # Warn for implicit conversions that may alter a value.
+ C_FLAGS += -Wno-sign-conversion # Drivers/CMSIS/Include/core_cm4.h
+ C_FLAGS += -Wno-conversion # Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h
#C_FLAGS += -Werror # -Werror causes all enabled warnings to cause compilation errors.
-#C_FLAGS += -Wdocumentation # -Wdocumentation can catch errors in comments.
# -Wno- to disable the warning altogether
# -Wno-error= to keep the warning enabled but not trigger an error.
-### C_FLAGS += -Wshadow # -Wshadow detects shadowing variables.
-### C_FLAGS += -Wdouble-promotion # -Wdouble-promotion catches implicit double promotion takes place. (https://interrupt.memfault.com/blog/best-and-worst-gcc-clang-compiler-flags#-wdouble-promotion)
-#C_FLAGS += -Wformat #
-#C_FLAGS += -Wformat=2 #
-#C_FLAGS += -Wformat-security #
-#C_FLAGS += -Wformat-overflow #
-#C_FLAGS += -Wformat-truncation #
-### C_FLAGS += -Wundef # -Wundef warns, if an undefined macro silently evaluating as 0 and causing unexpected behavior.
-#C_FLAGS += -Wstack-usage=256 # -Wstack-usage= emits a warning when stack usage exceeds limit bytes.
-### C_FLAGS += -Wstack-protector
-##C_FLAGS += -Wconversion # -Wconversion generates warnings when implicit conversions that are likely to change the underlying value take place. (https://interrupt.memfault.com/blog/best-and-worst-gcc-clang-compiler-flags#-wconversion)
-#C_FLAGS += -Wpadded # -Wpadded warns if padding is added to a structure due to alignment requirements.
-### C_FLAGS += -Wunused-parameter # -Wunused-parameter will detect when a parameter passed to a function is never used in the function.
+ C_FLAGS += -Wshadow # -Wshadow detects shadowing variables.
+ C_FLAGS += -Wdouble-promotion # -Wdouble-promotion catches implicit double promotion takes place. (https://interrupt.memfault.com/blog/best-and-worst-gcc-clang-compiler-flags#-wdouble-promotion)
+ C_FLAGS += -Wformat=2 # Enable -Wformat plus format checks not included in -Wformat. Currently equivalent to `-Wformat -Wformat-nonliteral -Wformat-security -Wformat-y2k'.
+ C_FLAGS += -Wformat-overflow #
+ C_FLAGS += -Wformat-truncation #
+ C_FLAGS += -Wundef # -Wundef warns, if an undefined macro silently evaluating as 0 and causing unexpected behavior.
+ C_FLAGS += -Wstack-usage=400 # -Wstack-usage= emits a warning when stack usage exceeds limit bytes.
+ C_FLAGS += -Wstack-protector
+ C_FLAGS += -Wmissing-include-dirs # Warn if a user-supplied include directory does not exist
+ C_FLAGS += -Wswitch-default # Warn whenever a switch statement does not have a default case.
+#C_FLAGS += -Wswitch-enum # Warn whenever a switch statement has an index of enumerated type and lacks a case for one or more of the named codes of that enumeration. case labels outside the enumeration range also provoke warnings when this option is used.
+#C_FLAGS += -Wunused-parameter # Warn whenever a function parameter is unused aside from its declaration. To suppress this warning use the `unused' attribute (see Variable Attributes).
+ C_FLAGS += -Wunknown-pragmas
+ C_FLAGS += -fstrict-aliasing
+#C_FLAGS += -fstrict-overflow
+#C_FLAGS += -Wstrict-overflow=5 # TODO: enable
+ C_FLAGS += -Wno-sign-compare # TODO: disable
+ C_FLAGS += -Wfloat-equal # Warn if floating point values are used in equality comparisons.
+ C_FLAGS += -Wundef # Warn if an undefined identifier is evaluated in an `#if' directive.
+#C_FLAGS += -Wlarger-than=512 # Warn whenever an object of larger than len bytes is defined.
+ C_FLAGS += -Wframe-larger-than=400#Warn if the size of a function frame is larger than len bytes. The computation done to determine the stack frame size is approximate and not conservative. The actual requirements may be somewhat greater than len even if you do not get a warning. In addition, any space allocated via alloca, variable-length arrays, or related constructs is not included by the compiler when determining whether or not to issue a warning.
+ C_FLAGS += -Wunsafe-loop-optimizations # Warn if the loop cannot be optimized because the compiler could not assume anything on the bounds of the loop indices. With -funsafe-loop-optimizations warn if the compiler made such assumptions.
+ C_FLAGS += -funsafe-loop-optimizations
+#C_FLAGS += -pedantic
+ C_FLAGS += -Wpointer-arith # Warn about anything that depends on the “size of” a function type or of void. GNU C assigns these types a size of 1, for convenience in calculations with void * pointers and pointers to functions. In C++, warn also when an arithmetic operation involves NULL. This warning is also enabled by -pedantic.
+ C_FLAGS += -Wbad-function-cast # Warn whenever a function call is cast to a non-matching type. For example, warn if int malloc() is cast to anything *.
+#C_FLAGS += -Wc++-compat # Warn about ISO C constructs that are outside of the common subset of ISO C and ISO C++, e.g. request for implicit conversion from void * to a pointer to non-void type.
+#C_FLAGS += -Wcast-qual # Warn whenever a pointer is cast so as to remove a type qualifier from the target type. For example, warn if a const char * is cast to an ordinary char *.
+#C_FLAGS += -Wcast-align # Warn whenever a pointer is cast such that the required alignment of the target is increased. For example, warn if a char * is cast to an int * on machines where integers can only be accessed at two- or four-byte boundaries.
+ C_FLAGS += -Wwrite-strings # When compiling C, give string constants the type const char[length] so that copying the address of one into a non-const char * pointer will get a warning.
+ C_FLAGS += -Waddress # Warn about suspicious uses of memory addresses.
+ C_FLAGS += -Wlogical-op # Warn about suspicious uses of logical operators in expressions
+#C_FLAGS += -Waggregate-return # Warn if any functions that return structures or unions are defined or called. (In languages where you can return an array, this also elicits a warning.)
+ C_FLAGS += -Wno-attributes # Do not warn if an unexpected __attribute__ is used, such as unrecognized attributes, function attributes applied to variables, etc.
+ C_FLAGS += -Wstrict-prototypes # Warn if a function is declared or defined without specifying the argument types.
+ C_FLAGS += -Wold-style-definition # Warn if an old-style function definition is used. A warning is given even if there is a previous prototype.
+ C_FLAGS += -Wmissing-prototypes # Warn if a global function is defined without a previous prototype declaration. This warning is issued even if the definition itself provides a prototype. The aim is to detect global functions that fail to be declared in header files.
+ C_FLAGS += -Wmissing-declarations # Warn if a global function is defined without a previous declaration. Do so even if the definition itself provides a prototype. Use this option to detect global functions that are not declared in header files. In C++, no warnings are issued for function templates, or for inline functions, or for functions in anonymous namespaces.
+ C_FLAGS += -Wmissing-noreturn # Warn about functions which might be candidates for attribute noreturn. Note these are only possible candidates, not absolute ones. Care should be taken to manually verify functions actually do not ever return before adding the noreturn attribute, otherwise subtle code generation bugs could be introduced. You will not get a warning for main in hosted C environments.
+ C_FLAGS += -Wmissing-format-attribute # Warn about function pointers which might be candidates for format attributes. Note these are only possible candidates, not absolute ones.
+ C_FLAGS += -Wnormalized=nfc # In ISO C and ISO C++, two identifiers are different if they are different sequences of characters.
+ C_FLAGS += -Wpacked # Warn if a structure is given the packed attribute, but the packed attribute has no effect on the layout or size of the structure.
+#C_FLAGS += -Wredundant-decls # Warn if anything is declared more than once in the same scope, even in cases where multiple declaration is valid and changes nothing. Drivers/CMSIS/Device/ST/STM32L4xx/Include/system_stm32l4xx.h
+ C_FLAGS += -Wunreachable-code # Warn if the compiler detects that code will never be executed
+#C_FLAGS += -Winline # Warn if a function can not be inlined and it was declared as inline. Even with this option, the compiler will not warn about failures to inline functions declared in system headers.
+ C_FLAGS += -Winvalid-pch # Warn if a precompiled header (see Precompiled Headers) is found in the search path but can't be used.
+ C_FLAGS += -Wvla # Warn if variable length array is used in the code. -Wno-vla will prevent the -pedantic warning of the variable length array.
+ C_FLAGS += -Wdisabled-optimization# Warn if a requested optimization pass is disabled.
+#C_FLAGS += -Wstack-protector # This option is only active when -fstack-protector is active. It warns about functions that will not be protected against stack smashing.
+#C_FLAGS += -fstack-protector
+ C_FLAGS += -Wno-discarded-qualifiers
+ C_FLAGS += -Wno-suggest-attribute=noreturn
+
+#C_FLAGS += -Wnested-externs # Warn if an extern declaration is encountered within a function.
+#C_FLAGS += -Wpadded # Warn if padding is included in a structure, either to align an element of the structure or to align the whole structure. Sometimes when this happens it is possible to rearrange the fields of the structure to reduce the padding and so make the structure smaller.
+
+
#C_FLAGS += -Wl,--no-warn-rwx-segments
#C_FLAGS += -Wl,--no-warn-execstack # https://www.redhat.com/en/blog/linkers-warnings-about-executable-stacks-and-segments
@@ -76,8 +127,6 @@ C_FLAGS += -Ofast # -Ofast optimizes for speed.
#C_FLAGS += -c $< # the input file
#C_FLAGS += -o $@ # the output file
-#C_FLAGS += -pedantic #
-
#ifeq ($(DEBUG), 1)
#C_FLAGS += -g #
C_FLAGS += -gdwarf-4 #
diff --git a/examples/L432_inst/jlinkgdbserver.sh b/examples/L432_inst/jlinkgdbserver.sh
old mode 100644
new mode 100755
diff --git a/examples/L432_inst/li.json b/examples/L432_inst/li.json
deleted file mode 100644
index 2301ac905..000000000
--- a/examples/L432_inst/li.json
+++ /dev/null
@@ -1,9386 +0,0 @@
-{
- "14000": {
- "File": "triceCheck.c",
- "Line": 34
- },
- "14001": {
- "File": "triceCheck.c",
- "Line": 55
- },
- "14002": {
- "File": "triceCheck.c",
- "Line": 57
- },
- "14003": {
- "File": "triceCheck.c",
- "Line": 59
- },
- "14004": {
- "File": "triceCheck.c",
- "Line": 60
- },
- "14005": {
- "File": "triceCheck.c",
- "Line": 61
- },
- "14006": {
- "File": "triceCheck.c",
- "Line": 137
- },
- "14007": {
- "File": "triceCheck.c",
- "Line": 138
- },
- "14008": {
- "File": "triceCheck.c",
- "Line": 139
- },
- "14009": {
- "File": "triceCheck.c",
- "Line": 140
- },
- "14010": {
- "File": "triceCheck.c",
- "Line": 141
- },
- "14011": {
- "File": "triceCheck.c",
- "Line": 142
- },
- "14012": {
- "File": "triceCheck.c",
- "Line": 143
- },
- "14013": {
- "File": "triceCheck.c",
- "Line": 144
- },
- "14014": {
- "File": "triceCheck.c",
- "Line": 145
- },
- "14015": {
- "File": "triceCheck.c",
- "Line": 146
- },
- "14016": {
- "File": "triceCheck.c",
- "Line": 147
- },
- "14017": {
- "File": "triceCheck.c",
- "Line": 148
- },
- "14018": {
- "File": "triceCheck.c",
- "Line": 149
- },
- "14019": {
- "File": "triceCheck.c",
- "Line": 150
- },
- "14020": {
- "File": "triceCheck.c",
- "Line": 152
- },
- "14021": {
- "File": "triceCheck.c",
- "Line": 153
- },
- "14022": {
- "File": "triceCheck.c",
- "Line": 154
- },
- "14023": {
- "File": "triceCheck.c",
- "Line": 155
- },
- "14024": {
- "File": "triceCheck.c",
- "Line": 156
- },
- "14025": {
- "File": "triceCheck.c",
- "Line": 157
- },
- "14026": {
- "File": "triceCheck.c",
- "Line": 158
- },
- "14027": {
- "File": "triceCheck.c",
- "Line": 159
- },
- "14028": {
- "File": "triceCheck.c",
- "Line": 160
- },
- "14029": {
- "File": "triceCheck.c",
- "Line": 161
- },
- "14030": {
- "File": "triceCheck.c",
- "Line": 162
- },
- "14031": {
- "File": "triceCheck.c",
- "Line": 163
- },
- "14032": {
- "File": "triceCheck.c",
- "Line": 164
- },
- "14033": {
- "File": "triceCheck.c",
- "Line": 165
- },
- "14034": {
- "File": "triceCheck.c",
- "Line": 167
- },
- "14035": {
- "File": "triceCheck.c",
- "Line": 168
- },
- "14036": {
- "File": "triceCheck.c",
- "Line": 169
- },
- "14037": {
- "File": "triceCheck.c",
- "Line": 170
- },
- "14038": {
- "File": "triceCheck.c",
- "Line": 171
- },
- "14039": {
- "File": "triceCheck.c",
- "Line": 172
- },
- "14040": {
- "File": "triceCheck.c",
- "Line": 173
- },
- "14041": {
- "File": "triceCheck.c",
- "Line": 174
- },
- "14042": {
- "File": "triceCheck.c",
- "Line": 175
- },
- "14043": {
- "File": "triceCheck.c",
- "Line": 176
- },
- "14044": {
- "File": "triceCheck.c",
- "Line": 177
- },
- "14045": {
- "File": "triceCheck.c",
- "Line": 178
- },
- "14046": {
- "File": "triceCheck.c",
- "Line": 179
- },
- "14047": {
- "File": "triceCheck.c",
- "Line": 180
- },
- "14048": {
- "File": "triceCheck.c",
- "Line": 182
- },
- "14049": {
- "File": "triceCheck.c",
- "Line": 183
- },
- "14050": {
- "File": "triceCheck.c",
- "Line": 184
- },
- "14051": {
- "File": "triceCheck.c",
- "Line": 185
- },
- "14052": {
- "File": "triceCheck.c",
- "Line": 186
- },
- "14053": {
- "File": "triceCheck.c",
- "Line": 187
- },
- "14054": {
- "File": "triceCheck.c",
- "Line": 188
- },
- "14055": {
- "File": "triceCheck.c",
- "Line": 189
- },
- "14056": {
- "File": "triceCheck.c",
- "Line": 190
- },
- "14057": {
- "File": "triceCheck.c",
- "Line": 191
- },
- "14058": {
- "File": "triceCheck.c",
- "Line": 192
- },
- "14059": {
- "File": "triceCheck.c",
- "Line": 193
- },
- "14060": {
- "File": "triceCheck.c",
- "Line": 194
- },
- "14061": {
- "File": "triceCheck.c",
- "Line": 196
- },
- "14062": {
- "File": "triceCheck.c",
- "Line": 197
- },
- "14063": {
- "File": "triceCheck.c",
- "Line": 199
- },
- "14064": {
- "File": "triceCheck.c",
- "Line": 201
- },
- "14065": {
- "File": "triceCheck.c",
- "Line": 202
- },
- "14066": {
- "File": "triceCheck.c",
- "Line": 203
- },
- "14067": {
- "File": "triceCheck.c",
- "Line": 204
- },
- "14068": {
- "File": "triceCheck.c",
- "Line": 205
- },
- "14069": {
- "File": "triceCheck.c",
- "Line": 206
- },
- "14070": {
- "File": "triceCheck.c",
- "Line": 207
- },
- "14071": {
- "File": "triceCheck.c",
- "Line": 208
- },
- "14072": {
- "File": "triceCheck.c",
- "Line": 209
- },
- "14073": {
- "File": "triceCheck.c",
- "Line": 210
- },
- "14074": {
- "File": "triceCheck.c",
- "Line": 211
- },
- "14075": {
- "File": "triceCheck.c",
- "Line": 212
- },
- "14076": {
- "File": "triceCheck.c",
- "Line": 214
- },
- "14077": {
- "File": "triceCheck.c",
- "Line": 215
- },
- "14078": {
- "File": "triceCheck.c",
- "Line": 217
- },
- "14079": {
- "File": "triceCheck.c",
- "Line": 221
- },
- "14080": {
- "File": "triceCheck.c",
- "Line": 225
- },
- "14081": {
- "File": "triceCheck.c",
- "Line": 226
- },
- "14082": {
- "File": "triceCheck.c",
- "Line": 228
- },
- "14083": {
- "File": "triceCheck.c",
- "Line": 229
- },
- "14084": {
- "File": "triceCheck.c",
- "Line": 231
- },
- "14085": {
- "File": "triceCheck.c",
- "Line": 233
- },
- "14086": {
- "File": "triceCheck.c",
- "Line": 235
- },
- "14087": {
- "File": "triceCheck.c",
- "Line": 237
- },
- "14088": {
- "File": "triceCheck.c",
- "Line": 240
- },
- "14089": {
- "File": "triceCheck.c",
- "Line": 242
- },
- "14090": {
- "File": "triceCheck.c",
- "Line": 243
- },
- "14091": {
- "File": "triceCheck.c",
- "Line": 245
- },
- "14092": {
- "File": "triceCheck.c",
- "Line": 246
- },
- "14093": {
- "File": "triceCheck.c",
- "Line": 247
- },
- "14094": {
- "File": "triceCheck.c",
- "Line": 248
- },
- "14095": {
- "File": "triceCheck.c",
- "Line": 249
- },
- "14096": {
- "File": "triceCheck.c",
- "Line": 251
- },
- "14097": {
- "File": "triceCheck.c",
- "Line": 252
- },
- "14098": {
- "File": "triceCheck.c",
- "Line": 253
- },
- "14099": {
- "File": "triceCheck.c",
- "Line": 254
- },
- "14100": {
- "File": "triceCheck.c",
- "Line": 256
- },
- "14101": {
- "File": "triceCheck.c",
- "Line": 257
- },
- "14102": {
- "File": "triceCheck.c",
- "Line": 258
- },
- "14103": {
- "File": "triceCheck.c",
- "Line": 259
- },
- "14104": {
- "File": "triceCheck.c",
- "Line": 261
- },
- "14105": {
- "File": "triceCheck.c",
- "Line": 262
- },
- "14106": {
- "File": "triceCheck.c",
- "Line": 263
- },
- "14107": {
- "File": "triceCheck.c",
- "Line": 264
- },
- "14108": {
- "File": "triceCheck.c",
- "Line": 266
- },
- "14109": {
- "File": "triceCheck.c",
- "Line": 267
- },
- "14110": {
- "File": "triceCheck.c",
- "Line": 268
- },
- "14111": {
- "File": "triceCheck.c",
- "Line": 269
- },
- "14112": {
- "File": "triceCheck.c",
- "Line": 271
- },
- "14113": {
- "File": "triceCheck.c",
- "Line": 272
- },
- "14114": {
- "File": "triceCheck.c",
- "Line": 273
- },
- "14115": {
- "File": "triceCheck.c",
- "Line": 274
- },
- "14116": {
- "File": "triceCheck.c",
- "Line": 275
- },
- "14117": {
- "File": "triceCheck.c",
- "Line": 276
- },
- "14118": {
- "File": "triceCheck.c",
- "Line": 277
- },
- "14119": {
- "File": "triceCheck.c",
- "Line": 279
- },
- "14120": {
- "File": "triceCheck.c",
- "Line": 280
- },
- "14121": {
- "File": "triceCheck.c",
- "Line": 281
- },
- "14122": {
- "File": "triceCheck.c",
- "Line": 282
- },
- "14123": {
- "File": "triceCheck.c",
- "Line": 283
- },
- "14124": {
- "File": "triceCheck.c",
- "Line": 284
- },
- "14125": {
- "File": "triceCheck.c",
- "Line": 285
- },
- "14126": {
- "File": "triceCheck.c",
- "Line": 287
- },
- "14127": {
- "File": "triceCheck.c",
- "Line": 288
- },
- "14128": {
- "File": "triceCheck.c",
- "Line": 289
- },
- "14129": {
- "File": "triceCheck.c",
- "Line": 290
- },
- "14130": {
- "File": "triceCheck.c",
- "Line": 291
- },
- "14131": {
- "File": "triceCheck.c",
- "Line": 292
- },
- "14132": {
- "File": "triceCheck.c",
- "Line": 293
- },
- "14133": {
- "File": "triceCheck.c",
- "Line": 294
- },
- "14134": {
- "File": "triceCheck.c",
- "Line": 295
- },
- "14135": {
- "File": "triceCheck.c",
- "Line": 296
- },
- "14136": {
- "File": "triceCheck.c",
- "Line": 299
- },
- "14137": {
- "File": "triceCheck.c",
- "Line": 300
- },
- "14138": {
- "File": "triceCheck.c",
- "Line": 301
- },
- "14139": {
- "File": "triceCheck.c",
- "Line": 302
- },
- "14140": {
- "File": "triceCheck.c",
- "Line": 303
- },
- "14141": {
- "File": "triceCheck.c",
- "Line": 304
- },
- "14142": {
- "File": "triceCheck.c",
- "Line": 305
- },
- "14143": {
- "File": "triceCheck.c",
- "Line": 306
- },
- "14144": {
- "File": "triceCheck.c",
- "Line": 307
- },
- "14145": {
- "File": "triceCheck.c",
- "Line": 308
- },
- "14146": {
- "File": "triceCheck.c",
- "Line": 309
- },
- "14147": {
- "File": "triceCheck.c",
- "Line": 310
- },
- "14148": {
- "File": "triceCheck.c",
- "Line": 312
- },
- "14149": {
- "File": "triceCheck.c",
- "Line": 314
- },
- "14150": {
- "File": "triceCheck.c",
- "Line": 315
- },
- "14151": {
- "File": "triceCheck.c",
- "Line": 316
- },
- "14152": {
- "File": "triceCheck.c",
- "Line": 319
- },
- "14153": {
- "File": "triceCheck.c",
- "Line": 321
- },
- "14154": {
- "File": "triceCheck.c",
- "Line": 322
- },
- "14155": {
- "File": "triceCheck.c",
- "Line": 324
- },
- "14156": {
- "File": "triceCheck.c",
- "Line": 325
- },
- "14157": {
- "File": "triceCheck.c",
- "Line": 326
- },
- "14158": {
- "File": "triceCheck.c",
- "Line": 327
- },
- "14159": {
- "File": "triceCheck.c",
- "Line": 328
- },
- "14160": {
- "File": "triceCheck.c",
- "Line": 329
- },
- "14161": {
- "File": "triceCheck.c",
- "Line": 330
- },
- "14162": {
- "File": "triceCheck.c",
- "Line": 331
- },
- "14163": {
- "File": "triceCheck.c",
- "Line": 332
- },
- "14164": {
- "File": "triceCheck.c",
- "Line": 333
- },
- "14165": {
- "File": "triceCheck.c",
- "Line": 334
- },
- "14166": {
- "File": "triceCheck.c",
- "Line": 335
- },
- "14167": {
- "File": "triceCheck.c",
- "Line": 336
- },
- "14168": {
- "File": "triceCheck.c",
- "Line": 337
- },
- "14169": {
- "File": "triceCheck.c",
- "Line": 339
- },
- "14170": {
- "File": "triceCheck.c",
- "Line": 341
- },
- "14171": {
- "File": "triceCheck.c",
- "Line": 342
- },
- "14172": {
- "File": "triceCheck.c",
- "Line": 343
- },
- "14173": {
- "File": "triceCheck.c",
- "Line": 344
- },
- "14174": {
- "File": "triceCheck.c",
- "Line": 345
- },
- "14175": {
- "File": "triceCheck.c",
- "Line": 346
- },
- "14176": {
- "File": "triceCheck.c",
- "Line": 348
- },
- "14177": {
- "File": "triceCheck.c",
- "Line": 349
- },
- "14178": {
- "File": "triceCheck.c",
- "Line": 350
- },
- "14179": {
- "File": "triceCheck.c",
- "Line": 351
- },
- "14180": {
- "File": "triceCheck.c",
- "Line": 352
- },
- "14181": {
- "File": "triceCheck.c",
- "Line": 353
- },
- "14182": {
- "File": "triceCheck.c",
- "Line": 355
- },
- "14183": {
- "File": "triceCheck.c",
- "Line": 356
- },
- "14184": {
- "File": "triceCheck.c",
- "Line": 357
- },
- "14185": {
- "File": "triceCheck.c",
- "Line": 358
- },
- "14186": {
- "File": "triceCheck.c",
- "Line": 359
- },
- "14187": {
- "File": "triceCheck.c",
- "Line": 360
- },
- "14188": {
- "File": "triceCheck.c",
- "Line": 361
- },
- "14189": {
- "File": "triceCheck.c",
- "Line": 363
- },
- "14190": {
- "File": "triceCheck.c",
- "Line": 364
- },
- "14191": {
- "File": "triceCheck.c",
- "Line": 365
- },
- "14192": {
- "File": "triceCheck.c",
- "Line": 366
- },
- "14193": {
- "File": "triceCheck.c",
- "Line": 367
- },
- "14194": {
- "File": "triceCheck.c",
- "Line": 368
- },
- "14195": {
- "File": "triceCheck.c",
- "Line": 370
- },
- "14196": {
- "File": "triceCheck.c",
- "Line": 371
- },
- "14197": {
- "File": "triceCheck.c",
- "Line": 372
- },
- "14198": {
- "File": "triceCheck.c",
- "Line": 373
- },
- "14199": {
- "File": "triceCheck.c",
- "Line": 375
- },
- "14200": {
- "File": "triceCheck.c",
- "Line": 376
- },
- "14201": {
- "File": "triceCheck.c",
- "Line": 377
- },
- "14202": {
- "File": "triceCheck.c",
- "Line": 378
- },
- "14203": {
- "File": "triceCheck.c",
- "Line": 379
- },
- "14204": {
- "File": "triceCheck.c",
- "Line": 380
- },
- "14205": {
- "File": "triceCheck.c",
- "Line": 381
- },
- "14206": {
- "File": "triceCheck.c",
- "Line": 382
- },
- "14207": {
- "File": "triceCheck.c",
- "Line": 383
- },
- "14208": {
- "File": "triceCheck.c",
- "Line": 385
- },
- "14209": {
- "File": "triceCheck.c",
- "Line": 386
- },
- "14210": {
- "File": "triceCheck.c",
- "Line": 387
- },
- "14211": {
- "File": "triceCheck.c",
- "Line": 388
- },
- "14212": {
- "File": "triceCheck.c",
- "Line": 389
- },
- "14213": {
- "File": "triceCheck.c",
- "Line": 390
- },
- "14214": {
- "File": "triceCheck.c",
- "Line": 391
- },
- "14215": {
- "File": "triceCheck.c",
- "Line": 392
- },
- "14216": {
- "File": "triceCheck.c",
- "Line": 393
- },
- "14217": {
- "File": "triceCheck.c",
- "Line": 395
- },
- "14218": {
- "File": "triceCheck.c",
- "Line": 396
- },
- "14219": {
- "File": "triceCheck.c",
- "Line": 397
- },
- "14220": {
- "File": "triceCheck.c",
- "Line": 398
- },
- "14221": {
- "File": "triceCheck.c",
- "Line": 399
- },
- "14222": {
- "File": "triceCheck.c",
- "Line": 400
- },
- "14223": {
- "File": "triceCheck.c",
- "Line": 401
- },
- "14224": {
- "File": "triceCheck.c",
- "Line": 402
- },
- "14225": {
- "File": "triceCheck.c",
- "Line": 403
- },
- "14226": {
- "File": "triceCheck.c",
- "Line": 405
- },
- "14227": {
- "File": "triceCheck.c",
- "Line": 406
- },
- "14228": {
- "File": "triceCheck.c",
- "Line": 407
- },
- "14229": {
- "File": "triceCheck.c",
- "Line": 408
- },
- "14230": {
- "File": "triceCheck.c",
- "Line": 409
- },
- "14231": {
- "File": "triceCheck.c",
- "Line": 410
- },
- "14232": {
- "File": "triceCheck.c",
- "Line": 411
- },
- "14233": {
- "File": "triceCheck.c",
- "Line": 412
- },
- "14234": {
- "File": "triceCheck.c",
- "Line": 413
- },
- "14235": {
- "File": "triceCheck.c",
- "Line": 414
- },
- "14236": {
- "File": "triceCheck.c",
- "Line": 415
- },
- "14237": {
- "File": "triceCheck.c",
- "Line": 416
- },
- "14238": {
- "File": "triceCheck.c",
- "Line": 417
- },
- "14239": {
- "File": "triceCheck.c",
- "Line": 418
- },
- "14240": {
- "File": "triceCheck.c",
- "Line": 419
- },
- "14241": {
- "File": "triceCheck.c",
- "Line": 420
- },
- "14242": {
- "File": "triceCheck.c",
- "Line": 421
- },
- "14243": {
- "File": "triceCheck.c",
- "Line": 422
- },
- "14244": {
- "File": "triceCheck.c",
- "Line": 423
- },
- "14245": {
- "File": "triceCheck.c",
- "Line": 424
- },
- "14246": {
- "File": "triceCheck.c",
- "Line": 425
- },
- "14247": {
- "File": "triceCheck.c",
- "Line": 426
- },
- "14248": {
- "File": "triceCheck.c",
- "Line": 428
- },
- "14249": {
- "File": "triceCheck.c",
- "Line": 429
- },
- "14250": {
- "File": "triceCheck.c",
- "Line": 430
- },
- "14251": {
- "File": "triceCheck.c",
- "Line": 431
- },
- "14252": {
- "File": "triceCheck.c",
- "Line": 432
- },
- "14253": {
- "File": "triceCheck.c",
- "Line": 433
- },
- "14254": {
- "File": "triceCheck.c",
- "Line": 434
- },
- "14255": {
- "File": "triceCheck.c",
- "Line": 435
- },
- "14256": {
- "File": "triceCheck.c",
- "Line": 436
- },
- "14257": {
- "File": "triceCheck.c",
- "Line": 437
- },
- "14258": {
- "File": "triceCheck.c",
- "Line": 438
- },
- "14259": {
- "File": "triceCheck.c",
- "Line": 439
- },
- "14260": {
- "File": "triceCheck.c",
- "Line": 441
- },
- "14261": {
- "File": "triceCheck.c",
- "Line": 444
- },
- "14262": {
- "File": "triceCheck.c",
- "Line": 452
- },
- "14263": {
- "File": "triceCheck.c",
- "Line": 456
- },
- "14264": {
- "File": "triceCheck.c",
- "Line": 458
- },
- "14265": {
- "File": "triceCheck.c",
- "Line": 459
- },
- "14266": {
- "File": "triceCheck.c",
- "Line": 460
- },
- "14267": {
- "File": "triceCheck.c",
- "Line": 461
- },
- "14268": {
- "File": "triceCheck.c",
- "Line": 462
- },
- "14269": {
- "File": "triceCheck.c",
- "Line": 463
- },
- "14270": {
- "File": "triceCheck.c",
- "Line": 464
- },
- "14271": {
- "File": "triceCheck.c",
- "Line": 465
- },
- "14272": {
- "File": "triceCheck.c",
- "Line": 466
- },
- "14273": {
- "File": "triceCheck.c",
- "Line": 467
- },
- "14274": {
- "File": "triceCheck.c",
- "Line": 468
- },
- "14275": {
- "File": "triceCheck.c",
- "Line": 470
- },
- "14276": {
- "File": "triceCheck.c",
- "Line": 472
- },
- "14277": {
- "File": "triceCheck.c",
- "Line": 473
- },
- "14278": {
- "File": "triceCheck.c",
- "Line": 474
- },
- "14279": {
- "File": "triceCheck.c",
- "Line": 475
- },
- "14280": {
- "File": "triceCheck.c",
- "Line": 476
- },
- "14281": {
- "File": "triceCheck.c",
- "Line": 478
- },
- "14282": {
- "File": "triceCheck.c",
- "Line": 479
- },
- "14283": {
- "File": "triceCheck.c",
- "Line": 481
- },
- "14284": {
- "File": "triceCheck.c",
- "Line": 482
- },
- "14285": {
- "File": "triceCheck.c",
- "Line": 483
- },
- "14286": {
- "File": "triceCheck.c",
- "Line": 484
- },
- "14287": {
- "File": "triceCheck.c",
- "Line": 485
- },
- "14288": {
- "File": "triceCheck.c",
- "Line": 486
- },
- "14289": {
- "File": "triceCheck.c",
- "Line": 488
- },
- "14290": {
- "File": "triceCheck.c",
- "Line": 490
- },
- "14291": {
- "File": "triceCheck.c",
- "Line": 491
- },
- "14292": {
- "File": "triceCheck.c",
- "Line": 492
- },
- "14293": {
- "File": "triceCheck.c",
- "Line": 493
- },
- "14294": {
- "File": "triceCheck.c",
- "Line": 494
- },
- "14295": {
- "File": "triceCheck.c",
- "Line": 495
- },
- "14296": {
- "File": "triceCheck.c",
- "Line": 497
- },
- "14297": {
- "File": "triceCheck.c",
- "Line": 498
- },
- "14298": {
- "File": "triceCheck.c",
- "Line": 499
- },
- "14299": {
- "File": "triceCheck.c",
- "Line": 500
- },
- "14300": {
- "File": "triceCheck.c",
- "Line": 501
- },
- "14301": {
- "File": "triceCheck.c",
- "Line": 502
- },
- "14302": {
- "File": "triceCheck.c",
- "Line": 504
- },
- "14303": {
- "File": "triceCheck.c",
- "Line": 505
- },
- "14304": {
- "File": "triceCheck.c",
- "Line": 506
- },
- "14305": {
- "File": "triceCheck.c",
- "Line": 507
- },
- "14306": {
- "File": "triceCheck.c",
- "Line": 508
- },
- "14307": {
- "File": "triceCheck.c",
- "Line": 509
- },
- "14308": {
- "File": "triceCheck.c",
- "Line": 510
- },
- "14309": {
- "File": "triceCheck.c",
- "Line": 512
- },
- "14310": {
- "File": "triceCheck.c",
- "Line": 516
- },
- "14311": {
- "File": "triceCheck.c",
- "Line": 517
- },
- "14312": {
- "File": "triceCheck.c",
- "Line": 518
- },
- "14313": {
- "File": "triceCheck.c",
- "Line": 520
- },
- "14314": {
- "File": "triceCheck.c",
- "Line": 522
- },
- "14315": {
- "File": "triceCheck.c",
- "Line": 528
- },
- "14316": {
- "File": "triceCheck.c",
- "Line": 529
- },
- "14317": {
- "File": "triceCheck.c",
- "Line": 538
- },
- "14318": {
- "File": "triceCheck.c",
- "Line": 539
- },
- "14319": {
- "File": "triceCheck.c",
- "Line": 552
- },
- "14320": {
- "File": "triceCheck.c",
- "Line": 553
- },
- "14321": {
- "File": "triceCheck.c",
- "Line": 569
- },
- "14322": {
- "File": "triceCheck.c",
- "Line": 570
- },
- "14323": {
- "File": "triceCheck.c",
- "Line": 594
- },
- "14324": {
- "File": "triceCheck.c",
- "Line": 595
- },
- "14325": {
- "File": "triceCheck.c",
- "Line": 601
- },
- "14326": {
- "File": "triceCheck.c",
- "Line": 602
- },
- "14327": {
- "File": "triceCheck.c",
- "Line": 603
- },
- "14328": {
- "File": "triceCheck.c",
- "Line": 604
- },
- "14329": {
- "File": "triceCheck.c",
- "Line": 605
- },
- "14330": {
- "File": "triceCheck.c",
- "Line": 606
- },
- "14331": {
- "File": "triceCheck.c",
- "Line": 608
- },
- "14332": {
- "File": "triceCheck.c",
- "Line": 609
- },
- "14333": {
- "File": "triceCheck.c",
- "Line": 610
- },
- "14334": {
- "File": "triceCheck.c",
- "Line": 611
- },
- "14335": {
- "File": "triceCheck.c",
- "Line": 612
- },
- "14336": {
- "File": "triceCheck.c",
- "Line": 613
- },
- "14337": {
- "File": "triceCheck.c",
- "Line": 615
- },
- "14338": {
- "File": "triceCheck.c",
- "Line": 616
- },
- "14339": {
- "File": "triceCheck.c",
- "Line": 617
- },
- "14340": {
- "File": "triceCheck.c",
- "Line": 618
- },
- "14341": {
- "File": "triceCheck.c",
- "Line": 619
- },
- "14342": {
- "File": "triceCheck.c",
- "Line": 620
- },
- "14343": {
- "File": "triceCheck.c",
- "Line": 621
- },
- "14344": {
- "File": "triceCheck.c",
- "Line": 622
- },
- "14345": {
- "File": "triceCheck.c",
- "Line": 623
- },
- "14346": {
- "File": "triceCheck.c",
- "Line": 624
- },
- "14347": {
- "File": "triceCheck.c",
- "Line": 625
- },
- "14348": {
- "File": "triceCheck.c",
- "Line": 626
- },
- "14349": {
- "File": "triceCheck.c",
- "Line": 627
- },
- "14350": {
- "File": "triceCheck.c",
- "Line": 629
- },
- "14351": {
- "File": "triceCheck.c",
- "Line": 630
- },
- "14352": {
- "File": "triceCheck.c",
- "Line": 631
- },
- "14353": {
- "File": "triceCheck.c",
- "Line": 632
- },
- "14354": {
- "File": "triceCheck.c",
- "Line": 633
- },
- "14355": {
- "File": "triceCheck.c",
- "Line": 634
- },
- "14356": {
- "File": "triceCheck.c",
- "Line": 635
- },
- "14357": {
- "File": "triceCheck.c",
- "Line": 636
- },
- "14358": {
- "File": "triceCheck.c",
- "Line": 637
- },
- "14359": {
- "File": "triceCheck.c",
- "Line": 638
- },
- "14360": {
- "File": "triceCheck.c",
- "Line": 639
- },
- "14361": {
- "File": "triceCheck.c",
- "Line": 640
- },
- "14362": {
- "File": "triceCheck.c",
- "Line": 641
- },
- "14363": {
- "File": "triceCheck.c",
- "Line": 642
- },
- "14364": {
- "File": "triceCheck.c",
- "Line": 643
- },
- "14365": {
- "File": "triceCheck.c",
- "Line": 645
- },
- "14366": {
- "File": "triceCheck.c",
- "Line": 646
- },
- "14367": {
- "File": "triceCheck.c",
- "Line": 647
- },
- "14368": {
- "File": "triceCheck.c",
- "Line": 648
- },
- "14369": {
- "File": "triceCheck.c",
- "Line": 649
- },
- "14370": {
- "File": "triceCheck.c",
- "Line": 650
- },
- "14371": {
- "File": "triceCheck.c",
- "Line": 651
- },
- "14372": {
- "File": "triceCheck.c",
- "Line": 652
- },
- "14373": {
- "File": "triceCheck.c",
- "Line": 653
- },
- "14374": {
- "File": "triceCheck.c",
- "Line": 654
- },
- "14375": {
- "File": "triceCheck.c",
- "Line": 655
- },
- "14376": {
- "File": "triceCheck.c",
- "Line": 656
- },
- "14377": {
- "File": "triceCheck.c",
- "Line": 657
- },
- "14378": {
- "File": "triceCheck.c",
- "Line": 658
- },
- "14379": {
- "File": "triceCheck.c",
- "Line": 659
- },
- "14380": {
- "File": "triceCheck.c",
- "Line": 661
- },
- "14381": {
- "File": "triceCheck.c",
- "Line": 662
- },
- "14382": {
- "File": "triceCheck.c",
- "Line": 663
- },
- "14383": {
- "File": "triceCheck.c",
- "Line": 664
- },
- "14384": {
- "File": "triceCheck.c",
- "Line": 665
- },
- "14385": {
- "File": "triceCheck.c",
- "Line": 666
- },
- "14386": {
- "File": "triceCheck.c",
- "Line": 667
- },
- "14387": {
- "File": "triceCheck.c",
- "Line": 668
- },
- "14388": {
- "File": "triceCheck.c",
- "Line": 669
- },
- "14389": {
- "File": "triceCheck.c",
- "Line": 670
- },
- "14390": {
- "File": "triceCheck.c",
- "Line": 671
- },
- "14391": {
- "File": "triceCheck.c",
- "Line": 672
- },
- "14392": {
- "File": "triceCheck.c",
- "Line": 673
- },
- "14393": {
- "File": "triceCheck.c",
- "Line": 674
- },
- "14394": {
- "File": "triceCheck.c",
- "Line": 675
- },
- "14395": {
- "File": "triceCheck.c",
- "Line": 677
- },
- "14396": {
- "File": "triceCheck.c",
- "Line": 678
- },
- "14397": {
- "File": "triceCheck.c",
- "Line": 679
- },
- "14398": {
- "File": "triceCheck.c",
- "Line": 680
- },
- "14399": {
- "File": "triceCheck.c",
- "Line": 681
- },
- "14400": {
- "File": "triceCheck.c",
- "Line": 682
- },
- "14401": {
- "File": "triceCheck.c",
- "Line": 683
- },
- "14402": {
- "File": "triceCheck.c",
- "Line": 684
- },
- "14403": {
- "File": "triceCheck.c",
- "Line": 685
- },
- "14404": {
- "File": "triceCheck.c",
- "Line": 686
- },
- "14405": {
- "File": "triceCheck.c",
- "Line": 687
- },
- "14406": {
- "File": "triceCheck.c",
- "Line": 688
- },
- "14407": {
- "File": "triceCheck.c",
- "Line": 689
- },
- "14408": {
- "File": "triceCheck.c",
- "Line": 690
- },
- "14409": {
- "File": "triceCheck.c",
- "Line": 691
- },
- "14410": {
- "File": "triceCheck.c",
- "Line": 692
- },
- "14411": {
- "File": "triceCheck.c",
- "Line": 693
- },
- "14412": {
- "File": "triceCheck.c",
- "Line": 694
- },
- "14413": {
- "File": "triceCheck.c",
- "Line": 695
- },
- "14414": {
- "File": "triceCheck.c",
- "Line": 696
- },
- "14415": {
- "File": "triceCheck.c",
- "Line": 697
- },
- "14416": {
- "File": "triceCheck.c",
- "Line": 699
- },
- "14417": {
- "File": "triceCheck.c",
- "Line": 700
- },
- "14418": {
- "File": "triceCheck.c",
- "Line": 701
- },
- "14419": {
- "File": "triceCheck.c",
- "Line": 703
- },
- "14420": {
- "File": "triceCheck.c",
- "Line": 704
- },
- "14421": {
- "File": "triceCheck.c",
- "Line": 705
- },
- "14422": {
- "File": "triceCheck.c",
- "Line": 707
- },
- "14423": {
- "File": "triceCheck.c",
- "Line": 708
- },
- "14424": {
- "File": "triceCheck.c",
- "Line": 709
- },
- "14425": {
- "File": "triceCheck.c",
- "Line": 711
- },
- "14426": {
- "File": "triceCheck.c",
- "Line": 712
- },
- "14427": {
- "File": "triceCheck.c",
- "Line": 713
- },
- "14428": {
- "File": "triceCheck.c",
- "Line": 715
- },
- "14429": {
- "File": "triceCheck.c",
- "Line": 716
- },
- "14430": {
- "File": "triceCheck.c",
- "Line": 717
- },
- "14431": {
- "File": "triceCheck.c",
- "Line": 719
- },
- "14432": {
- "File": "triceCheck.c",
- "Line": 720
- },
- "14433": {
- "File": "triceCheck.c",
- "Line": 721
- },
- "14434": {
- "File": "triceCheck.c",
- "Line": 722
- },
- "14435": {
- "File": "triceCheck.c",
- "Line": 723
- },
- "14436": {
- "File": "triceCheck.c",
- "Line": 724
- },
- "14437": {
- "File": "triceCheck.c",
- "Line": 725
- },
- "14438": {
- "File": "triceCheck.c",
- "Line": 726
- },
- "14439": {
- "File": "triceCheck.c",
- "Line": 727
- },
- "14440": {
- "File": "triceCheck.c",
- "Line": 728
- },
- "14441": {
- "File": "triceCheck.c",
- "Line": 729
- },
- "14442": {
- "File": "triceCheck.c",
- "Line": 730
- },
- "14443": {
- "File": "triceCheck.c",
- "Line": 732
- },
- "14444": {
- "File": "triceCheck.c",
- "Line": 733
- },
- "14445": {
- "File": "triceCheck.c",
- "Line": 734
- },
- "14446": {
- "File": "triceCheck.c",
- "Line": 735
- },
- "14447": {
- "File": "triceCheck.c",
- "Line": 736
- },
- "14448": {
- "File": "triceCheck.c",
- "Line": 737
- },
- "14449": {
- "File": "triceCheck.c",
- "Line": 738
- },
- "14450": {
- "File": "triceCheck.c",
- "Line": 739
- },
- "14451": {
- "File": "triceCheck.c",
- "Line": 740
- },
- "14452": {
- "File": "triceCheck.c",
- "Line": 741
- },
- "14453": {
- "File": "triceCheck.c",
- "Line": 742
- },
- "14454": {
- "File": "triceCheck.c",
- "Line": 743
- },
- "14455": {
- "File": "triceCheck.c",
- "Line": 745
- },
- "14456": {
- "File": "triceCheck.c",
- "Line": 746
- },
- "14457": {
- "File": "triceCheck.c",
- "Line": 747
- },
- "14458": {
- "File": "triceCheck.c",
- "Line": 748
- },
- "14459": {
- "File": "triceCheck.c",
- "Line": 749
- },
- "14460": {
- "File": "triceCheck.c",
- "Line": 750
- },
- "14461": {
- "File": "triceCheck.c",
- "Line": 751
- },
- "14462": {
- "File": "triceCheck.c",
- "Line": 752
- },
- "14463": {
- "File": "triceCheck.c",
- "Line": 753
- },
- "14464": {
- "File": "triceCheck.c",
- "Line": 754
- },
- "14465": {
- "File": "triceCheck.c",
- "Line": 755
- },
- "14466": {
- "File": "triceCheck.c",
- "Line": 756
- },
- "14467": {
- "File": "triceCheck.c",
- "Line": 758
- },
- "14468": {
- "File": "triceCheck.c",
- "Line": 759
- },
- "14469": {
- "File": "triceCheck.c",
- "Line": 760
- },
- "14470": {
- "File": "triceCheck.c",
- "Line": 761
- },
- "14471": {
- "File": "triceCheck.c",
- "Line": 762
- },
- "14472": {
- "File": "triceCheck.c",
- "Line": 763
- },
- "14473": {
- "File": "triceCheck.c",
- "Line": 764
- },
- "14474": {
- "File": "triceCheck.c",
- "Line": 765
- },
- "14475": {
- "File": "triceCheck.c",
- "Line": 766
- },
- "14476": {
- "File": "triceCheck.c",
- "Line": 767
- },
- "14477": {
- "File": "triceCheck.c",
- "Line": 768
- },
- "14478": {
- "File": "triceCheck.c",
- "Line": 769
- },
- "14479": {
- "File": "triceCheck.c",
- "Line": 773
- },
- "14480": {
- "File": "triceCheck.c",
- "Line": 774
- },
- "14481": {
- "File": "triceCheck.c",
- "Line": 775
- },
- "14482": {
- "File": "triceCheck.c",
- "Line": 776
- },
- "14483": {
- "File": "triceCheck.c",
- "Line": 777
- },
- "14484": {
- "File": "triceCheck.c",
- "Line": 778
- },
- "14485": {
- "File": "triceCheck.c",
- "Line": 779
- },
- "14486": {
- "File": "triceCheck.c",
- "Line": 780
- },
- "14487": {
- "File": "triceCheck.c",
- "Line": 781
- },
- "14488": {
- "File": "triceCheck.c",
- "Line": 782
- },
- "14489": {
- "File": "triceCheck.c",
- "Line": 783
- },
- "14490": {
- "File": "triceCheck.c",
- "Line": 784
- },
- "14491": {
- "File": "triceCheck.c",
- "Line": 786
- },
- "14492": {
- "File": "triceCheck.c",
- "Line": 787
- },
- "14493": {
- "File": "triceCheck.c",
- "Line": 788
- },
- "14494": {
- "File": "triceCheck.c",
- "Line": 789
- },
- "14495": {
- "File": "triceCheck.c",
- "Line": 790
- },
- "14496": {
- "File": "triceCheck.c",
- "Line": 791
- },
- "14497": {
- "File": "triceCheck.c",
- "Line": 792
- },
- "14498": {
- "File": "triceCheck.c",
- "Line": 793
- },
- "14499": {
- "File": "triceCheck.c",
- "Line": 794
- },
- "14500": {
- "File": "triceCheck.c",
- "Line": 795
- },
- "14501": {
- "File": "triceCheck.c",
- "Line": 796
- },
- "14502": {
- "File": "triceCheck.c",
- "Line": 797
- },
- "14503": {
- "File": "triceCheck.c",
- "Line": 799
- },
- "14504": {
- "File": "triceCheck.c",
- "Line": 800
- },
- "14505": {
- "File": "triceCheck.c",
- "Line": 801
- },
- "14506": {
- "File": "triceCheck.c",
- "Line": 802
- },
- "14507": {
- "File": "triceCheck.c",
- "Line": 803
- },
- "14508": {
- "File": "triceCheck.c",
- "Line": 804
- },
- "14509": {
- "File": "triceCheck.c",
- "Line": 805
- },
- "14510": {
- "File": "triceCheck.c",
- "Line": 806
- },
- "14511": {
- "File": "triceCheck.c",
- "Line": 807
- },
- "14512": {
- "File": "triceCheck.c",
- "Line": 808
- },
- "14513": {
- "File": "triceCheck.c",
- "Line": 809
- },
- "14514": {
- "File": "triceCheck.c",
- "Line": 810
- },
- "14515": {
- "File": "triceCheck.c",
- "Line": 812
- },
- "14516": {
- "File": "triceCheck.c",
- "Line": 813
- },
- "14517": {
- "File": "triceCheck.c",
- "Line": 814
- },
- "14518": {
- "File": "triceCheck.c",
- "Line": 815
- },
- "14519": {
- "File": "triceCheck.c",
- "Line": 816
- },
- "14520": {
- "File": "triceCheck.c",
- "Line": 817
- },
- "14521": {
- "File": "triceCheck.c",
- "Line": 818
- },
- "14522": {
- "File": "triceCheck.c",
- "Line": 819
- },
- "14523": {
- "File": "triceCheck.c",
- "Line": 820
- },
- "14524": {
- "File": "triceCheck.c",
- "Line": 821
- },
- "14525": {
- "File": "triceCheck.c",
- "Line": 822
- },
- "14526": {
- "File": "triceCheck.c",
- "Line": 823
- },
- "14527": {
- "File": "triceCheck.c",
- "Line": 825
- },
- "14528": {
- "File": "triceCheck.c",
- "Line": 826
- },
- "14529": {
- "File": "triceCheck.c",
- "Line": 827
- },
- "14530": {
- "File": "triceCheck.c",
- "Line": 828
- },
- "14531": {
- "File": "triceCheck.c",
- "Line": 829
- },
- "14532": {
- "File": "triceCheck.c",
- "Line": 830
- },
- "14533": {
- "File": "triceCheck.c",
- "Line": 831
- },
- "14534": {
- "File": "triceCheck.c",
- "Line": 832
- },
- "14535": {
- "File": "triceCheck.c",
- "Line": 833
- },
- "14536": {
- "File": "triceCheck.c",
- "Line": 834
- },
- "14537": {
- "File": "triceCheck.c",
- "Line": 835
- },
- "14538": {
- "File": "triceCheck.c",
- "Line": 836
- },
- "14539": {
- "File": "triceCheck.c",
- "Line": 838
- },
- "14540": {
- "File": "triceCheck.c",
- "Line": 839
- },
- "14541": {
- "File": "triceCheck.c",
- "Line": 840
- },
- "14542": {
- "File": "triceCheck.c",
- "Line": 841
- },
- "14543": {
- "File": "triceCheck.c",
- "Line": 842
- },
- "14544": {
- "File": "triceCheck.c",
- "Line": 843
- },
- "14545": {
- "File": "triceCheck.c",
- "Line": 844
- },
- "14546": {
- "File": "triceCheck.c",
- "Line": 845
- },
- "14547": {
- "File": "triceCheck.c",
- "Line": 846
- },
- "14548": {
- "File": "triceCheck.c",
- "Line": 847
- },
- "14549": {
- "File": "triceCheck.c",
- "Line": 848
- },
- "14550": {
- "File": "triceCheck.c",
- "Line": 849
- },
- "14551": {
- "File": "triceCheck.c",
- "Line": 851
- },
- "14552": {
- "File": "triceCheck.c",
- "Line": 852
- },
- "14553": {
- "File": "triceCheck.c",
- "Line": 853
- },
- "14554": {
- "File": "triceCheck.c",
- "Line": 854
- },
- "14555": {
- "File": "triceCheck.c",
- "Line": 855
- },
- "14556": {
- "File": "triceCheck.c",
- "Line": 856
- },
- "14557": {
- "File": "triceCheck.c",
- "Line": 857
- },
- "14558": {
- "File": "triceCheck.c",
- "Line": 858
- },
- "14559": {
- "File": "triceCheck.c",
- "Line": 859
- },
- "14560": {
- "File": "triceCheck.c",
- "Line": 860
- },
- "14561": {
- "File": "triceCheck.c",
- "Line": 861
- },
- "14562": {
- "File": "triceCheck.c",
- "Line": 862
- },
- "14563": {
- "File": "triceCheck.c",
- "Line": 864
- },
- "14564": {
- "File": "triceCheck.c",
- "Line": 865
- },
- "14565": {
- "File": "triceCheck.c",
- "Line": 866
- },
- "14566": {
- "File": "triceCheck.c",
- "Line": 867
- },
- "14567": {
- "File": "triceCheck.c",
- "Line": 868
- },
- "14568": {
- "File": "triceCheck.c",
- "Line": 869
- },
- "14569": {
- "File": "triceCheck.c",
- "Line": 870
- },
- "14570": {
- "File": "triceCheck.c",
- "Line": 871
- },
- "14571": {
- "File": "triceCheck.c",
- "Line": 872
- },
- "14572": {
- "File": "triceCheck.c",
- "Line": 873
- },
- "14573": {
- "File": "triceCheck.c",
- "Line": 874
- },
- "14574": {
- "File": "triceCheck.c",
- "Line": 875
- },
- "14575": {
- "File": "triceCheck.c",
- "Line": 878
- },
- "14576": {
- "File": "triceCheck.c",
- "Line": 879
- },
- "14577": {
- "File": "triceCheck.c",
- "Line": 880
- },
- "14578": {
- "File": "triceCheck.c",
- "Line": 881
- },
- "14579": {
- "File": "triceCheck.c",
- "Line": 882
- },
- "14580": {
- "File": "triceCheck.c",
- "Line": 883
- },
- "14581": {
- "File": "triceCheck.c",
- "Line": 886
- },
- "14582": {
- "File": "triceCheck.c",
- "Line": 887
- },
- "14583": {
- "File": "triceCheck.c",
- "Line": 888
- },
- "14584": {
- "File": "triceCheck.c",
- "Line": 889
- },
- "14585": {
- "File": "triceCheck.c",
- "Line": 890
- },
- "14586": {
- "File": "triceCheck.c",
- "Line": 891
- },
- "14587": {
- "File": "triceCheck.c",
- "Line": 894
- },
- "14588": {
- "File": "triceCheck.c",
- "Line": 895
- },
- "14589": {
- "File": "triceCheck.c",
- "Line": 896
- },
- "14590": {
- "File": "triceCheck.c",
- "Line": 897
- },
- "14591": {
- "File": "triceCheck.c",
- "Line": 898
- },
- "14592": {
- "File": "triceCheck.c",
- "Line": 899
- },
- "14593": {
- "File": "triceCheck.c",
- "Line": 902
- },
- "14594": {
- "File": "triceCheck.c",
- "Line": 903
- },
- "14595": {
- "File": "triceCheck.c",
- "Line": 904
- },
- "14596": {
- "File": "triceCheck.c",
- "Line": 905
- },
- "14597": {
- "File": "triceCheck.c",
- "Line": 906
- },
- "14598": {
- "File": "triceCheck.c",
- "Line": 907
- },
- "14599": {
- "File": "triceCheck.c",
- "Line": 910
- },
- "14600": {
- "File": "triceCheck.c",
- "Line": 911
- },
- "14601": {
- "File": "triceCheck.c",
- "Line": 912
- },
- "14602": {
- "File": "triceCheck.c",
- "Line": 913
- },
- "14603": {
- "File": "triceCheck.c",
- "Line": 916
- },
- "14604": {
- "File": "triceCheck.c",
- "Line": 917
- },
- "14605": {
- "File": "triceCheck.c",
- "Line": 920
- },
- "14606": {
- "File": "triceCheck.c",
- "Line": 921
- },
- "14607": {
- "File": "triceCheck.c",
- "Line": 922
- },
- "14608": {
- "File": "triceCheck.c",
- "Line": 923
- },
- "14609": {
- "File": "triceCheck.c",
- "Line": 926
- },
- "14610": {
- "File": "triceCheck.c",
- "Line": 927
- },
- "14611": {
- "File": "triceCheck.c",
- "Line": 928
- },
- "14612": {
- "File": "triceCheck.c",
- "Line": 929
- },
- "14613": {
- "File": "triceCheck.c",
- "Line": 932
- },
- "14614": {
- "File": "triceCheck.c",
- "Line": 933
- },
- "14615": {
- "File": "triceCheck.c",
- "Line": 934
- },
- "14616": {
- "File": "triceCheck.c",
- "Line": 935
- },
- "14617": {
- "File": "triceCheck.c",
- "Line": 938
- },
- "14618": {
- "File": "triceCheck.c",
- "Line": 939
- },
- "14619": {
- "File": "triceCheck.c",
- "Line": 940
- },
- "14620": {
- "File": "triceCheck.c",
- "Line": 941
- },
- "14621": {
- "File": "triceCheck.c",
- "Line": 942
- },
- "14622": {
- "File": "triceCheck.c",
- "Line": 943
- },
- "14623": {
- "File": "triceCheck.c",
- "Line": 944
- },
- "14624": {
- "File": "triceCheck.c",
- "Line": 945
- },
- "14625": {
- "File": "triceCheck.c",
- "Line": 946
- },
- "14626": {
- "File": "triceCheck.c",
- "Line": 947
- },
- "14627": {
- "File": "triceCheck.c",
- "Line": 948
- },
- "14628": {
- "File": "triceCheck.c",
- "Line": 949
- },
- "14629": {
- "File": "triceCheck.c",
- "Line": 950
- },
- "14630": {
- "File": "triceCheck.c",
- "Line": 951
- },
- "14631": {
- "File": "triceCheck.c",
- "Line": 952
- },
- "14632": {
- "File": "triceCheck.c",
- "Line": 953
- },
- "14633": {
- "File": "triceCheck.c",
- "Line": 954
- },
- "14634": {
- "File": "triceCheck.c",
- "Line": 955
- },
- "14635": {
- "File": "triceCheck.c",
- "Line": 956
- },
- "14636": {
- "File": "triceCheck.c",
- "Line": 957
- },
- "14637": {
- "File": "triceCheck.c",
- "Line": 958
- },
- "14638": {
- "File": "triceCheck.c",
- "Line": 959
- },
- "14639": {
- "File": "triceCheck.c",
- "Line": 960
- },
- "14640": {
- "File": "triceCheck.c",
- "Line": 961
- },
- "14641": {
- "File": "triceCheck.c",
- "Line": 962
- },
- "14642": {
- "File": "triceCheck.c",
- "Line": 963
- },
- "14643": {
- "File": "triceCheck.c",
- "Line": 964
- },
- "14644": {
- "File": "triceCheck.c",
- "Line": 965
- },
- "14645": {
- "File": "triceCheck.c",
- "Line": 966
- },
- "14646": {
- "File": "triceCheck.c",
- "Line": 967
- },
- "14647": {
- "File": "triceCheck.c",
- "Line": 968
- },
- "14648": {
- "File": "triceCheck.c",
- "Line": 969
- },
- "14649": {
- "File": "triceCheck.c",
- "Line": 970
- },
- "14650": {
- "File": "triceCheck.c",
- "Line": 971
- },
- "14651": {
- "File": "triceCheck.c",
- "Line": 972
- },
- "14652": {
- "File": "triceCheck.c",
- "Line": 973
- },
- "14653": {
- "File": "triceCheck.c",
- "Line": 974
- },
- "14654": {
- "File": "triceCheck.c",
- "Line": 975
- },
- "14655": {
- "File": "triceCheck.c",
- "Line": 976
- },
- "14656": {
- "File": "triceCheck.c",
- "Line": 977
- },
- "14657": {
- "File": "triceCheck.c",
- "Line": 978
- },
- "14658": {
- "File": "triceCheck.c",
- "Line": 979
- },
- "14659": {
- "File": "triceCheck.c",
- "Line": 980
- },
- "14660": {
- "File": "triceCheck.c",
- "Line": 981
- },
- "14661": {
- "File": "triceCheck.c",
- "Line": 982
- },
- "14662": {
- "File": "triceCheck.c",
- "Line": 983
- },
- "14663": {
- "File": "triceCheck.c",
- "Line": 984
- },
- "14664": {
- "File": "triceCheck.c",
- "Line": 985
- },
- "14665": {
- "File": "triceCheck.c",
- "Line": 986
- },
- "14666": {
- "File": "triceCheck.c",
- "Line": 987
- },
- "14667": {
- "File": "triceCheck.c",
- "Line": 989
- },
- "14668": {
- "File": "triceCheck.c",
- "Line": 990
- },
- "14669": {
- "File": "triceCheck.c",
- "Line": 991
- },
- "14670": {
- "File": "triceCheck.c",
- "Line": 992
- },
- "14671": {
- "File": "triceCheck.c",
- "Line": 993
- },
- "14672": {
- "File": "triceCheck.c",
- "Line": 994
- },
- "14673": {
- "File": "triceCheck.c",
- "Line": 995
- },
- "14674": {
- "File": "triceCheck.c",
- "Line": 996
- },
- "14675": {
- "File": "triceCheck.c",
- "Line": 997
- },
- "14676": {
- "File": "triceCheck.c",
- "Line": 998
- },
- "14677": {
- "File": "triceCheck.c",
- "Line": 999
- },
- "14678": {
- "File": "triceCheck.c",
- "Line": 1000
- },
- "14679": {
- "File": "triceCheck.c",
- "Line": 1001
- },
- "14680": {
- "File": "triceCheck.c",
- "Line": 1002
- },
- "14681": {
- "File": "triceCheck.c",
- "Line": 1003
- },
- "14682": {
- "File": "triceCheck.c",
- "Line": 1004
- },
- "14683": {
- "File": "triceCheck.c",
- "Line": 1005
- },
- "14684": {
- "File": "triceCheck.c",
- "Line": 1006
- },
- "14685": {
- "File": "triceCheck.c",
- "Line": 1007
- },
- "14686": {
- "File": "triceCheck.c",
- "Line": 1008
- },
- "14687": {
- "File": "triceCheck.c",
- "Line": 1009
- },
- "14688": {
- "File": "triceCheck.c",
- "Line": 1010
- },
- "14689": {
- "File": "triceCheck.c",
- "Line": 1011
- },
- "14690": {
- "File": "triceCheck.c",
- "Line": 1012
- },
- "14691": {
- "File": "triceCheck.c",
- "Line": 1013
- },
- "14692": {
- "File": "triceCheck.c",
- "Line": 1014
- },
- "14693": {
- "File": "triceCheck.c",
- "Line": 1015
- },
- "14694": {
- "File": "triceCheck.c",
- "Line": 1016
- },
- "14695": {
- "File": "triceCheck.c",
- "Line": 1017
- },
- "14696": {
- "File": "triceCheck.c",
- "Line": 1018
- },
- "14697": {
- "File": "triceCheck.c",
- "Line": 1019
- },
- "14698": {
- "File": "triceCheck.c",
- "Line": 1020
- },
- "14699": {
- "File": "triceCheck.c",
- "Line": 1021
- },
- "14700": {
- "File": "triceCheck.c",
- "Line": 1022
- },
- "14701": {
- "File": "triceCheck.c",
- "Line": 1023
- },
- "14702": {
- "File": "triceCheck.c",
- "Line": 1024
- },
- "14703": {
- "File": "triceCheck.c",
- "Line": 1025
- },
- "14704": {
- "File": "triceCheck.c",
- "Line": 1026
- },
- "14705": {
- "File": "triceCheck.c",
- "Line": 1027
- },
- "14706": {
- "File": "triceCheck.c",
- "Line": 1028
- },
- "14707": {
- "File": "triceCheck.c",
- "Line": 1029
- },
- "14708": {
- "File": "triceCheck.c",
- "Line": 1030
- },
- "14709": {
- "File": "triceCheck.c",
- "Line": 1031
- },
- "14710": {
- "File": "triceCheck.c",
- "Line": 1032
- },
- "14711": {
- "File": "triceCheck.c",
- "Line": 1033
- },
- "14712": {
- "File": "triceCheck.c",
- "Line": 1034
- },
- "14713": {
- "File": "triceCheck.c",
- "Line": 1035
- },
- "14714": {
- "File": "triceCheck.c",
- "Line": 1036
- },
- "14715": {
- "File": "triceCheck.c",
- "Line": 1037
- },
- "14716": {
- "File": "triceCheck.c",
- "Line": 1038
- },
- "14717": {
- "File": "triceCheck.c",
- "Line": 1040
- },
- "14718": {
- "File": "triceCheck.c",
- "Line": 1041
- },
- "14719": {
- "File": "triceCheck.c",
- "Line": 1042
- },
- "14720": {
- "File": "triceCheck.c",
- "Line": 1043
- },
- "14721": {
- "File": "triceCheck.c",
- "Line": 1044
- },
- "14722": {
- "File": "triceCheck.c",
- "Line": 1045
- },
- "14723": {
- "File": "triceCheck.c",
- "Line": 1046
- },
- "14724": {
- "File": "triceCheck.c",
- "Line": 1047
- },
- "14725": {
- "File": "triceCheck.c",
- "Line": 1048
- },
- "14726": {
- "File": "triceCheck.c",
- "Line": 1049
- },
- "14727": {
- "File": "triceCheck.c",
- "Line": 1050
- },
- "14728": {
- "File": "triceCheck.c",
- "Line": 1051
- },
- "14729": {
- "File": "triceCheck.c",
- "Line": 1052
- },
- "14730": {
- "File": "triceCheck.c",
- "Line": 1053
- },
- "14731": {
- "File": "triceCheck.c",
- "Line": 1054
- },
- "14732": {
- "File": "triceCheck.c",
- "Line": 1055
- },
- "14733": {
- "File": "triceCheck.c",
- "Line": 1056
- },
- "14734": {
- "File": "triceCheck.c",
- "Line": 1057
- },
- "14735": {
- "File": "triceCheck.c",
- "Line": 1058
- },
- "14736": {
- "File": "triceCheck.c",
- "Line": 1059
- },
- "14737": {
- "File": "triceCheck.c",
- "Line": 1060
- },
- "14738": {
- "File": "triceCheck.c",
- "Line": 1061
- },
- "14739": {
- "File": "triceCheck.c",
- "Line": 1062
- },
- "14740": {
- "File": "triceCheck.c",
- "Line": 1063
- },
- "14741": {
- "File": "triceCheck.c",
- "Line": 1064
- },
- "14742": {
- "File": "triceCheck.c",
- "Line": 1065
- },
- "14743": {
- "File": "triceCheck.c",
- "Line": 1066
- },
- "14744": {
- "File": "triceCheck.c",
- "Line": 1067
- },
- "14745": {
- "File": "triceCheck.c",
- "Line": 1068
- },
- "14746": {
- "File": "triceCheck.c",
- "Line": 1069
- },
- "14747": {
- "File": "triceCheck.c",
- "Line": 1070
- },
- "14748": {
- "File": "triceCheck.c",
- "Line": 1071
- },
- "14749": {
- "File": "triceCheck.c",
- "Line": 1072
- },
- "14750": {
- "File": "triceCheck.c",
- "Line": 1073
- },
- "14751": {
- "File": "triceCheck.c",
- "Line": 1074
- },
- "14752": {
- "File": "triceCheck.c",
- "Line": 1075
- },
- "14753": {
- "File": "triceCheck.c",
- "Line": 1076
- },
- "14754": {
- "File": "triceCheck.c",
- "Line": 1077
- },
- "14755": {
- "File": "triceCheck.c",
- "Line": 1078
- },
- "14756": {
- "File": "triceCheck.c",
- "Line": 1079
- },
- "14757": {
- "File": "triceCheck.c",
- "Line": 1080
- },
- "14758": {
- "File": "triceCheck.c",
- "Line": 1081
- },
- "14759": {
- "File": "triceCheck.c",
- "Line": 1082
- },
- "14760": {
- "File": "triceCheck.c",
- "Line": 1083
- },
- "14761": {
- "File": "triceCheck.c",
- "Line": 1084
- },
- "14762": {
- "File": "triceCheck.c",
- "Line": 1085
- },
- "14763": {
- "File": "triceCheck.c",
- "Line": 1086
- },
- "14764": {
- "File": "triceCheck.c",
- "Line": 1087
- },
- "14765": {
- "File": "triceCheck.c",
- "Line": 1088
- },
- "14766": {
- "File": "triceCheck.c",
- "Line": 1089
- },
- "14767": {
- "File": "triceCheck.c",
- "Line": 1091
- },
- "14768": {
- "File": "triceCheck.c",
- "Line": 1092
- },
- "14769": {
- "File": "triceCheck.c",
- "Line": 1093
- },
- "14770": {
- "File": "triceCheck.c",
- "Line": 1094
- },
- "14771": {
- "File": "triceCheck.c",
- "Line": 1095
- },
- "14772": {
- "File": "triceCheck.c",
- "Line": 1096
- },
- "14773": {
- "File": "triceCheck.c",
- "Line": 1097
- },
- "14774": {
- "File": "triceCheck.c",
- "Line": 1098
- },
- "14775": {
- "File": "triceCheck.c",
- "Line": 1099
- },
- "14776": {
- "File": "triceCheck.c",
- "Line": 1100
- },
- "14777": {
- "File": "triceCheck.c",
- "Line": 1101
- },
- "14778": {
- "File": "triceCheck.c",
- "Line": 1102
- },
- "14779": {
- "File": "triceCheck.c",
- "Line": 1103
- },
- "14780": {
- "File": "triceCheck.c",
- "Line": 1104
- },
- "14781": {
- "File": "triceCheck.c",
- "Line": 1105
- },
- "14782": {
- "File": "triceCheck.c",
- "Line": 1106
- },
- "14783": {
- "File": "triceCheck.c",
- "Line": 1107
- },
- "14784": {
- "File": "triceCheck.c",
- "Line": 1108
- },
- "14785": {
- "File": "triceCheck.c",
- "Line": 1109
- },
- "14786": {
- "File": "triceCheck.c",
- "Line": 1110
- },
- "14787": {
- "File": "triceCheck.c",
- "Line": 1111
- },
- "14788": {
- "File": "triceCheck.c",
- "Line": 1112
- },
- "14789": {
- "File": "triceCheck.c",
- "Line": 1113
- },
- "14790": {
- "File": "triceCheck.c",
- "Line": 1114
- },
- "14791": {
- "File": "triceCheck.c",
- "Line": 1115
- },
- "14792": {
- "File": "triceCheck.c",
- "Line": 1116
- },
- "14793": {
- "File": "triceCheck.c",
- "Line": 1117
- },
- "14794": {
- "File": "triceCheck.c",
- "Line": 1118
- },
- "14795": {
- "File": "triceCheck.c",
- "Line": 1119
- },
- "14796": {
- "File": "triceCheck.c",
- "Line": 1120
- },
- "14797": {
- "File": "triceCheck.c",
- "Line": 1121
- },
- "14798": {
- "File": "triceCheck.c",
- "Line": 1122
- },
- "14799": {
- "File": "triceCheck.c",
- "Line": 1123
- },
- "14800": {
- "File": "triceCheck.c",
- "Line": 1124
- },
- "14801": {
- "File": "triceCheck.c",
- "Line": 1125
- },
- "14802": {
- "File": "triceCheck.c",
- "Line": 1126
- },
- "14803": {
- "File": "triceCheck.c",
- "Line": 1127
- },
- "14804": {
- "File": "triceCheck.c",
- "Line": 1128
- },
- "14805": {
- "File": "triceCheck.c",
- "Line": 1129
- },
- "14806": {
- "File": "triceCheck.c",
- "Line": 1130
- },
- "14807": {
- "File": "triceCheck.c",
- "Line": 1131
- },
- "14808": {
- "File": "triceCheck.c",
- "Line": 1132
- },
- "14809": {
- "File": "triceCheck.c",
- "Line": 1133
- },
- "14810": {
- "File": "triceCheck.c",
- "Line": 1134
- },
- "14811": {
- "File": "triceCheck.c",
- "Line": 1135
- },
- "14812": {
- "File": "triceCheck.c",
- "Line": 1136
- },
- "14813": {
- "File": "triceCheck.c",
- "Line": 1137
- },
- "14814": {
- "File": "triceCheck.c",
- "Line": 1138
- },
- "14815": {
- "File": "triceCheck.c",
- "Line": 1139
- },
- "14816": {
- "File": "triceCheck.c",
- "Line": 1140
- },
- "14817": {
- "File": "triceCheck.c",
- "Line": 1142
- },
- "14818": {
- "File": "triceCheck.c",
- "Line": 1143
- },
- "14819": {
- "File": "triceCheck.c",
- "Line": 1144
- },
- "14820": {
- "File": "triceCheck.c",
- "Line": 1145
- },
- "14821": {
- "File": "triceCheck.c",
- "Line": 1146
- },
- "14822": {
- "File": "triceCheck.c",
- "Line": 1147
- },
- "14823": {
- "File": "triceCheck.c",
- "Line": 1148
- },
- "14824": {
- "File": "triceCheck.c",
- "Line": 1149
- },
- "14825": {
- "File": "triceCheck.c",
- "Line": 1150
- },
- "14826": {
- "File": "triceCheck.c",
- "Line": 1151
- },
- "14827": {
- "File": "triceCheck.c",
- "Line": 1152
- },
- "14828": {
- "File": "triceCheck.c",
- "Line": 1153
- },
- "14829": {
- "File": "triceCheck.c",
- "Line": 1154
- },
- "14830": {
- "File": "triceCheck.c",
- "Line": 1155
- },
- "14831": {
- "File": "triceCheck.c",
- "Line": 1156
- },
- "14832": {
- "File": "triceCheck.c",
- "Line": 1157
- },
- "14833": {
- "File": "triceCheck.c",
- "Line": 1158
- },
- "14834": {
- "File": "triceCheck.c",
- "Line": 1159
- },
- "14835": {
- "File": "triceCheck.c",
- "Line": 1160
- },
- "14836": {
- "File": "triceCheck.c",
- "Line": 1161
- },
- "14837": {
- "File": "triceCheck.c",
- "Line": 1162
- },
- "14838": {
- "File": "triceCheck.c",
- "Line": 1163
- },
- "14839": {
- "File": "triceCheck.c",
- "Line": 1164
- },
- "14840": {
- "File": "triceCheck.c",
- "Line": 1165
- },
- "14841": {
- "File": "triceCheck.c",
- "Line": 1166
- },
- "14842": {
- "File": "triceCheck.c",
- "Line": 1167
- },
- "14843": {
- "File": "triceCheck.c",
- "Line": 1168
- },
- "14844": {
- "File": "triceCheck.c",
- "Line": 1169
- },
- "14845": {
- "File": "triceCheck.c",
- "Line": 1170
- },
- "14846": {
- "File": "triceCheck.c",
- "Line": 1171
- },
- "14847": {
- "File": "triceCheck.c",
- "Line": 1172
- },
- "14848": {
- "File": "triceCheck.c",
- "Line": 1173
- },
- "14849": {
- "File": "triceCheck.c",
- "Line": 1174
- },
- "14850": {
- "File": "triceCheck.c",
- "Line": 1175
- },
- "14851": {
- "File": "triceCheck.c",
- "Line": 1176
- },
- "14852": {
- "File": "triceCheck.c",
- "Line": 1177
- },
- "14853": {
- "File": "triceCheck.c",
- "Line": 1178
- },
- "14854": {
- "File": "triceCheck.c",
- "Line": 1179
- },
- "14855": {
- "File": "triceCheck.c",
- "Line": 1180
- },
- "14856": {
- "File": "triceCheck.c",
- "Line": 1181
- },
- "14857": {
- "File": "triceCheck.c",
- "Line": 1182
- },
- "14858": {
- "File": "triceCheck.c",
- "Line": 1183
- },
- "14859": {
- "File": "triceCheck.c",
- "Line": 1184
- },
- "14860": {
- "File": "triceCheck.c",
- "Line": 1185
- },
- "14861": {
- "File": "triceCheck.c",
- "Line": 1186
- },
- "14862": {
- "File": "triceCheck.c",
- "Line": 1187
- },
- "14863": {
- "File": "triceCheck.c",
- "Line": 1188
- },
- "14864": {
- "File": "triceCheck.c",
- "Line": 1189
- },
- "14865": {
- "File": "triceCheck.c",
- "Line": 1190
- },
- "14866": {
- "File": "triceCheck.c",
- "Line": 1191
- },
- "14867": {
- "File": "triceCheck.c",
- "Line": 1193
- },
- "14868": {
- "File": "triceCheck.c",
- "Line": 1194
- },
- "14869": {
- "File": "triceCheck.c",
- "Line": 1195
- },
- "14870": {
- "File": "triceCheck.c",
- "Line": 1196
- },
- "14871": {
- "File": "triceCheck.c",
- "Line": 1197
- },
- "14872": {
- "File": "triceCheck.c",
- "Line": 1198
- },
- "14873": {
- "File": "triceCheck.c",
- "Line": 1199
- },
- "14874": {
- "File": "triceCheck.c",
- "Line": 1200
- },
- "14875": {
- "File": "triceCheck.c",
- "Line": 1201
- },
- "14876": {
- "File": "triceCheck.c",
- "Line": 1202
- },
- "14877": {
- "File": "triceCheck.c",
- "Line": 1203
- },
- "14878": {
- "File": "triceCheck.c",
- "Line": 1204
- },
- "14879": {
- "File": "triceCheck.c",
- "Line": 1205
- },
- "14880": {
- "File": "triceCheck.c",
- "Line": 1206
- },
- "14881": {
- "File": "triceCheck.c",
- "Line": 1207
- },
- "14882": {
- "File": "triceCheck.c",
- "Line": 1208
- },
- "14883": {
- "File": "triceCheck.c",
- "Line": 1209
- },
- "14884": {
- "File": "triceCheck.c",
- "Line": 1210
- },
- "14885": {
- "File": "triceCheck.c",
- "Line": 1211
- },
- "14886": {
- "File": "triceCheck.c",
- "Line": 1212
- },
- "14887": {
- "File": "triceCheck.c",
- "Line": 1213
- },
- "14888": {
- "File": "triceCheck.c",
- "Line": 1214
- },
- "14889": {
- "File": "triceCheck.c",
- "Line": 1215
- },
- "14890": {
- "File": "triceCheck.c",
- "Line": 1216
- },
- "14891": {
- "File": "triceCheck.c",
- "Line": 1217
- },
- "14892": {
- "File": "triceCheck.c",
- "Line": 1218
- },
- "14893": {
- "File": "triceCheck.c",
- "Line": 1219
- },
- "14894": {
- "File": "triceCheck.c",
- "Line": 1220
- },
- "14895": {
- "File": "triceCheck.c",
- "Line": 1221
- },
- "14896": {
- "File": "triceCheck.c",
- "Line": 1222
- },
- "14897": {
- "File": "triceCheck.c",
- "Line": 1223
- },
- "14898": {
- "File": "triceCheck.c",
- "Line": 1224
- },
- "14899": {
- "File": "triceCheck.c",
- "Line": 1225
- },
- "14900": {
- "File": "triceCheck.c",
- "Line": 1226
- },
- "14901": {
- "File": "triceCheck.c",
- "Line": 1227
- },
- "14902": {
- "File": "triceCheck.c",
- "Line": 1228
- },
- "14903": {
- "File": "triceCheck.c",
- "Line": 1229
- },
- "14904": {
- "File": "triceCheck.c",
- "Line": 1230
- },
- "14905": {
- "File": "triceCheck.c",
- "Line": 1231
- },
- "14906": {
- "File": "triceCheck.c",
- "Line": 1232
- },
- "14907": {
- "File": "triceCheck.c",
- "Line": 1233
- },
- "14908": {
- "File": "triceCheck.c",
- "Line": 1234
- },
- "14909": {
- "File": "triceCheck.c",
- "Line": 1235
- },
- "14910": {
- "File": "triceCheck.c",
- "Line": 1236
- },
- "14911": {
- "File": "triceCheck.c",
- "Line": 1237
- },
- "14912": {
- "File": "triceCheck.c",
- "Line": 1238
- },
- "14913": {
- "File": "triceCheck.c",
- "Line": 1239
- },
- "14914": {
- "File": "triceCheck.c",
- "Line": 1240
- },
- "14915": {
- "File": "triceCheck.c",
- "Line": 1241
- },
- "14916": {
- "File": "triceCheck.c",
- "Line": 1242
- },
- "14917": {
- "File": "triceCheck.c",
- "Line": 1246
- },
- "14918": {
- "File": "triceCheck.c",
- "Line": 1248
- },
- "14919": {
- "File": "triceCheck.c",
- "Line": 1250
- },
- "14920": {
- "File": "triceCheck.c",
- "Line": 1251
- },
- "14921": {
- "File": "triceCheck.c",
- "Line": 1252
- },
- "14922": {
- "File": "triceCheck.c",
- "Line": 1253
- },
- "14923": {
- "File": "triceCheck.c",
- "Line": 1254
- },
- "14924": {
- "File": "triceCheck.c",
- "Line": 1255
- },
- "14925": {
- "File": "triceCheck.c",
- "Line": 1256
- },
- "14926": {
- "File": "triceCheck.c",
- "Line": 1257
- },
- "14927": {
- "File": "triceCheck.c",
- "Line": 1258
- },
- "14928": {
- "File": "triceCheck.c",
- "Line": 1259
- },
- "14929": {
- "File": "triceCheck.c",
- "Line": 1260
- },
- "14930": {
- "File": "triceCheck.c",
- "Line": 1261
- },
- "14931": {
- "File": "triceCheck.c",
- "Line": 1262
- },
- "14932": {
- "File": "triceCheck.c",
- "Line": 1263
- },
- "14933": {
- "File": "triceCheck.c",
- "Line": 1264
- },
- "14934": {
- "File": "triceCheck.c",
- "Line": 1265
- },
- "14935": {
- "File": "triceCheck.c",
- "Line": 1266
- },
- "14936": {
- "File": "triceCheck.c",
- "Line": 1267
- },
- "14937": {
- "File": "triceCheck.c",
- "Line": 1268
- },
- "14938": {
- "File": "triceCheck.c",
- "Line": 1269
- },
- "14939": {
- "File": "triceCheck.c",
- "Line": 1270
- },
- "14940": {
- "File": "triceCheck.c",
- "Line": 1271
- },
- "14941": {
- "File": "triceCheck.c",
- "Line": 1272
- },
- "14942": {
- "File": "triceCheck.c",
- "Line": 1273
- },
- "14943": {
- "File": "triceCheck.c",
- "Line": 1274
- },
- "14944": {
- "File": "triceCheck.c",
- "Line": 1275
- },
- "14945": {
- "File": "triceCheck.c",
- "Line": 1276
- },
- "14946": {
- "File": "triceCheck.c",
- "Line": 1277
- },
- "14947": {
- "File": "triceCheck.c",
- "Line": 1278
- },
- "14948": {
- "File": "triceCheck.c",
- "Line": 1279
- },
- "14949": {
- "File": "triceCheck.c",
- "Line": 1280
- },
- "14950": {
- "File": "triceCheck.c",
- "Line": 1281
- },
- "14951": {
- "File": "triceCheck.c",
- "Line": 1282
- },
- "14952": {
- "File": "triceCheck.c",
- "Line": 1283
- },
- "14953": {
- "File": "triceCheck.c",
- "Line": 1284
- },
- "14954": {
- "File": "triceCheck.c",
- "Line": 1285
- },
- "14955": {
- "File": "triceCheck.c",
- "Line": 1287
- },
- "14956": {
- "File": "triceCheck.c",
- "Line": 1289
- },
- "14957": {
- "File": "triceCheck.c",
- "Line": 1290
- },
- "14958": {
- "File": "triceCheck.c",
- "Line": 1291
- },
- "14959": {
- "File": "triceCheck.c",
- "Line": 1292
- },
- "14960": {
- "File": "triceCheck.c",
- "Line": 1293
- },
- "14961": {
- "File": "triceCheck.c",
- "Line": 1294
- },
- "14962": {
- "File": "triceCheck.c",
- "Line": 1295
- },
- "14963": {
- "File": "triceCheck.c",
- "Line": 1296
- },
- "14964": {
- "File": "triceCheck.c",
- "Line": 1297
- },
- "14965": {
- "File": "triceCheck.c",
- "Line": 1298
- },
- "14966": {
- "File": "triceCheck.c",
- "Line": 1299
- },
- "14967": {
- "File": "triceCheck.c",
- "Line": 1300
- },
- "14968": {
- "File": "triceCheck.c",
- "Line": 1301
- },
- "14969": {
- "File": "triceCheck.c",
- "Line": 1302
- },
- "14970": {
- "File": "triceCheck.c",
- "Line": 1303
- },
- "14971": {
- "File": "triceCheck.c",
- "Line": 1304
- },
- "14972": {
- "File": "triceCheck.c",
- "Line": 1305
- },
- "14973": {
- "File": "triceCheck.c",
- "Line": 1306
- },
- "14974": {
- "File": "triceCheck.c",
- "Line": 1307
- },
- "14975": {
- "File": "triceCheck.c",
- "Line": 1308
- },
- "14976": {
- "File": "triceCheck.c",
- "Line": 1309
- },
- "14977": {
- "File": "triceCheck.c",
- "Line": 1310
- },
- "14978": {
- "File": "triceCheck.c",
- "Line": 1311
- },
- "14979": {
- "File": "triceCheck.c",
- "Line": 1312
- },
- "14980": {
- "File": "triceCheck.c",
- "Line": 1313
- },
- "14981": {
- "File": "triceCheck.c",
- "Line": 1314
- },
- "14982": {
- "File": "triceCheck.c",
- "Line": 1315
- },
- "14983": {
- "File": "triceCheck.c",
- "Line": 1316
- },
- "14984": {
- "File": "triceCheck.c",
- "Line": 1317
- },
- "14985": {
- "File": "triceCheck.c",
- "Line": 1318
- },
- "14986": {
- "File": "triceCheck.c",
- "Line": 1319
- },
- "14987": {
- "File": "triceCheck.c",
- "Line": 1320
- },
- "14988": {
- "File": "triceCheck.c",
- "Line": 1321
- },
- "14989": {
- "File": "triceCheck.c",
- "Line": 1322
- },
- "14990": {
- "File": "triceCheck.c",
- "Line": 1323
- },
- "14991": {
- "File": "triceCheck.c",
- "Line": 1324
- },
- "14992": {
- "File": "triceCheck.c",
- "Line": 1326
- },
- "14993": {
- "File": "triceCheck.c",
- "Line": 1328
- },
- "14994": {
- "File": "triceCheck.c",
- "Line": 1329
- },
- "14995": {
- "File": "triceCheck.c",
- "Line": 1330
- },
- "14996": {
- "File": "triceCheck.c",
- "Line": 1331
- },
- "14997": {
- "File": "triceCheck.c",
- "Line": 1332
- },
- "14998": {
- "File": "triceCheck.c",
- "Line": 1333
- },
- "14999": {
- "File": "triceCheck.c",
- "Line": 1334
- },
- "15000": {
- "File": "triceCheck.c",
- "Line": 1335
- },
- "15001": {
- "File": "triceCheck.c",
- "Line": 1336
- },
- "15002": {
- "File": "triceCheck.c",
- "Line": 1337
- },
- "15003": {
- "File": "triceCheck.c",
- "Line": 1338
- },
- "15004": {
- "File": "triceCheck.c",
- "Line": 1339
- },
- "15005": {
- "File": "triceCheck.c",
- "Line": 1340
- },
- "15006": {
- "File": "triceCheck.c",
- "Line": 1341
- },
- "15007": {
- "File": "triceCheck.c",
- "Line": 1342
- },
- "15008": {
- "File": "triceCheck.c",
- "Line": 1343
- },
- "15009": {
- "File": "triceCheck.c",
- "Line": 1344
- },
- "15010": {
- "File": "triceCheck.c",
- "Line": 1345
- },
- "15011": {
- "File": "triceCheck.c",
- "Line": 1346
- },
- "15012": {
- "File": "triceCheck.c",
- "Line": 1347
- },
- "15013": {
- "File": "triceCheck.c",
- "Line": 1348
- },
- "15014": {
- "File": "triceCheck.c",
- "Line": 1349
- },
- "15015": {
- "File": "triceCheck.c",
- "Line": 1350
- },
- "15016": {
- "File": "triceCheck.c",
- "Line": 1351
- },
- "15017": {
- "File": "triceCheck.c",
- "Line": 1352
- },
- "15018": {
- "File": "triceCheck.c",
- "Line": 1353
- },
- "15019": {
- "File": "triceCheck.c",
- "Line": 1354
- },
- "15020": {
- "File": "triceCheck.c",
- "Line": 1355
- },
- "15021": {
- "File": "triceCheck.c",
- "Line": 1356
- },
- "15022": {
- "File": "triceCheck.c",
- "Line": 1357
- },
- "15023": {
- "File": "triceCheck.c",
- "Line": 1358
- },
- "15024": {
- "File": "triceCheck.c",
- "Line": 1359
- },
- "15025": {
- "File": "triceCheck.c",
- "Line": 1360
- },
- "15026": {
- "File": "triceCheck.c",
- "Line": 1361
- },
- "15027": {
- "File": "triceCheck.c",
- "Line": 1362
- },
- "15028": {
- "File": "triceCheck.c",
- "Line": 1363
- },
- "15029": {
- "File": "triceCheck.c",
- "Line": 1365
- },
- "15030": {
- "File": "triceCheck.c",
- "Line": 1367
- },
- "15031": {
- "File": "triceCheck.c",
- "Line": 1368
- },
- "15032": {
- "File": "triceCheck.c",
- "Line": 1369
- },
- "15033": {
- "File": "triceCheck.c",
- "Line": 1370
- },
- "15034": {
- "File": "triceCheck.c",
- "Line": 1371
- },
- "15035": {
- "File": "triceCheck.c",
- "Line": 1372
- },
- "15036": {
- "File": "triceCheck.c",
- "Line": 1373
- },
- "15037": {
- "File": "triceCheck.c",
- "Line": 1374
- },
- "15038": {
- "File": "triceCheck.c",
- "Line": 1375
- },
- "15039": {
- "File": "triceCheck.c",
- "Line": 1376
- },
- "15040": {
- "File": "triceCheck.c",
- "Line": 1377
- },
- "15041": {
- "File": "triceCheck.c",
- "Line": 1378
- },
- "15042": {
- "File": "triceCheck.c",
- "Line": 1379
- },
- "15043": {
- "File": "triceCheck.c",
- "Line": 1380
- },
- "15044": {
- "File": "triceCheck.c",
- "Line": 1381
- },
- "15045": {
- "File": "triceCheck.c",
- "Line": 1382
- },
- "15046": {
- "File": "triceCheck.c",
- "Line": 1383
- },
- "15047": {
- "File": "triceCheck.c",
- "Line": 1384
- },
- "15048": {
- "File": "triceCheck.c",
- "Line": 1385
- },
- "15049": {
- "File": "triceCheck.c",
- "Line": 1386
- },
- "15050": {
- "File": "triceCheck.c",
- "Line": 1387
- },
- "15051": {
- "File": "triceCheck.c",
- "Line": 1388
- },
- "15052": {
- "File": "triceCheck.c",
- "Line": 1389
- },
- "15053": {
- "File": "triceCheck.c",
- "Line": 1390
- },
- "15054": {
- "File": "triceCheck.c",
- "Line": 1391
- },
- "15055": {
- "File": "triceCheck.c",
- "Line": 1392
- },
- "15056": {
- "File": "triceCheck.c",
- "Line": 1393
- },
- "15057": {
- "File": "triceCheck.c",
- "Line": 1394
- },
- "15058": {
- "File": "triceCheck.c",
- "Line": 1395
- },
- "15059": {
- "File": "triceCheck.c",
- "Line": 1396
- },
- "15060": {
- "File": "triceCheck.c",
- "Line": 1397
- },
- "15061": {
- "File": "triceCheck.c",
- "Line": 1398
- },
- "15062": {
- "File": "triceCheck.c",
- "Line": 1399
- },
- "15063": {
- "File": "triceCheck.c",
- "Line": 1400
- },
- "15064": {
- "File": "triceCheck.c",
- "Line": 1401
- },
- "15065": {
- "File": "triceCheck.c",
- "Line": 1402
- },
- "15066": {
- "File": "triceCheck.c",
- "Line": 1404
- },
- "15067": {
- "File": "triceCheck.c",
- "Line": 1406
- },
- "15068": {
- "File": "triceCheck.c",
- "Line": 1407
- },
- "15069": {
- "File": "triceCheck.c",
- "Line": 1408
- },
- "15070": {
- "File": "triceCheck.c",
- "Line": 1409
- },
- "15071": {
- "File": "triceCheck.c",
- "Line": 1410
- },
- "15072": {
- "File": "triceCheck.c",
- "Line": 1411
- },
- "15073": {
- "File": "triceCheck.c",
- "Line": 1412
- },
- "15074": {
- "File": "triceCheck.c",
- "Line": 1413
- },
- "15075": {
- "File": "triceCheck.c",
- "Line": 1414
- },
- "15076": {
- "File": "triceCheck.c",
- "Line": 1415
- },
- "15077": {
- "File": "triceCheck.c",
- "Line": 1416
- },
- "15078": {
- "File": "triceCheck.c",
- "Line": 1417
- },
- "15079": {
- "File": "triceCheck.c",
- "Line": 1418
- },
- "15080": {
- "File": "triceCheck.c",
- "Line": 1419
- },
- "15081": {
- "File": "triceCheck.c",
- "Line": 1420
- },
- "15082": {
- "File": "triceCheck.c",
- "Line": 1421
- },
- "15083": {
- "File": "triceCheck.c",
- "Line": 1422
- },
- "15084": {
- "File": "triceCheck.c",
- "Line": 1423
- },
- "15085": {
- "File": "triceCheck.c",
- "Line": 1424
- },
- "15086": {
- "File": "triceCheck.c",
- "Line": 1425
- },
- "15087": {
- "File": "triceCheck.c",
- "Line": 1426
- },
- "15088": {
- "File": "triceCheck.c",
- "Line": 1427
- },
- "15089": {
- "File": "triceCheck.c",
- "Line": 1428
- },
- "15090": {
- "File": "triceCheck.c",
- "Line": 1429
- },
- "15091": {
- "File": "triceCheck.c",
- "Line": 1430
- },
- "15092": {
- "File": "triceCheck.c",
- "Line": 1431
- },
- "15093": {
- "File": "triceCheck.c",
- "Line": 1432
- },
- "15094": {
- "File": "triceCheck.c",
- "Line": 1433
- },
- "15095": {
- "File": "triceCheck.c",
- "Line": 1434
- },
- "15096": {
- "File": "triceCheck.c",
- "Line": 1435
- },
- "15097": {
- "File": "triceCheck.c",
- "Line": 1436
- },
- "15098": {
- "File": "triceCheck.c",
- "Line": 1437
- },
- "15099": {
- "File": "triceCheck.c",
- "Line": 1438
- },
- "15100": {
- "File": "triceCheck.c",
- "Line": 1439
- },
- "15101": {
- "File": "triceCheck.c",
- "Line": 1440
- },
- "15102": {
- "File": "triceCheck.c",
- "Line": 1441
- },
- "15103": {
- "File": "triceCheck.c",
- "Line": 1443
- },
- "15104": {
- "File": "triceCheck.c",
- "Line": 1445
- },
- "15105": {
- "File": "triceCheck.c",
- "Line": 1446
- },
- "15106": {
- "File": "triceCheck.c",
- "Line": 1447
- },
- "15107": {
- "File": "triceCheck.c",
- "Line": 1448
- },
- "15108": {
- "File": "triceCheck.c",
- "Line": 1449
- },
- "15109": {
- "File": "triceCheck.c",
- "Line": 1450
- },
- "15110": {
- "File": "triceCheck.c",
- "Line": 1451
- },
- "15111": {
- "File": "triceCheck.c",
- "Line": 1452
- },
- "15112": {
- "File": "triceCheck.c",
- "Line": 1453
- },
- "15113": {
- "File": "triceCheck.c",
- "Line": 1454
- },
- "15114": {
- "File": "triceCheck.c",
- "Line": 1455
- },
- "15115": {
- "File": "triceCheck.c",
- "Line": 1456
- },
- "15116": {
- "File": "triceCheck.c",
- "Line": 1457
- },
- "15117": {
- "File": "triceCheck.c",
- "Line": 1458
- },
- "15118": {
- "File": "triceCheck.c",
- "Line": 1459
- },
- "15119": {
- "File": "triceCheck.c",
- "Line": 1460
- },
- "15120": {
- "File": "triceCheck.c",
- "Line": 1461
- },
- "15121": {
- "File": "triceCheck.c",
- "Line": 1462
- },
- "15122": {
- "File": "triceCheck.c",
- "Line": 1463
- },
- "15123": {
- "File": "triceCheck.c",
- "Line": 1464
- },
- "15124": {
- "File": "triceCheck.c",
- "Line": 1465
- },
- "15125": {
- "File": "triceCheck.c",
- "Line": 1466
- },
- "15126": {
- "File": "triceCheck.c",
- "Line": 1467
- },
- "15127": {
- "File": "triceCheck.c",
- "Line": 1468
- },
- "15128": {
- "File": "triceCheck.c",
- "Line": 1469
- },
- "15129": {
- "File": "triceCheck.c",
- "Line": 1470
- },
- "15130": {
- "File": "triceCheck.c",
- "Line": 1471
- },
- "15131": {
- "File": "triceCheck.c",
- "Line": 1472
- },
- "15132": {
- "File": "triceCheck.c",
- "Line": 1473
- },
- "15133": {
- "File": "triceCheck.c",
- "Line": 1474
- },
- "15134": {
- "File": "triceCheck.c",
- "Line": 1475
- },
- "15135": {
- "File": "triceCheck.c",
- "Line": 1476
- },
- "15136": {
- "File": "triceCheck.c",
- "Line": 1477
- },
- "15137": {
- "File": "triceCheck.c",
- "Line": 1478
- },
- "15138": {
- "File": "triceCheck.c",
- "Line": 1479
- },
- "15139": {
- "File": "triceCheck.c",
- "Line": 1480
- },
- "15140": {
- "File": "triceCheck.c",
- "Line": 1482
- },
- "15141": {
- "File": "triceCheck.c",
- "Line": 1484
- },
- "15142": {
- "File": "triceCheck.c",
- "Line": 1485
- },
- "15143": {
- "File": "triceCheck.c",
- "Line": 1486
- },
- "15144": {
- "File": "triceCheck.c",
- "Line": 1487
- },
- "15145": {
- "File": "triceCheck.c",
- "Line": 1488
- },
- "15146": {
- "File": "triceCheck.c",
- "Line": 1489
- },
- "15147": {
- "File": "triceCheck.c",
- "Line": 1490
- },
- "15148": {
- "File": "triceCheck.c",
- "Line": 1491
- },
- "15149": {
- "File": "triceCheck.c",
- "Line": 1492
- },
- "15150": {
- "File": "triceCheck.c",
- "Line": 1493
- },
- "15151": {
- "File": "triceCheck.c",
- "Line": 1494
- },
- "15152": {
- "File": "triceCheck.c",
- "Line": 1495
- },
- "15153": {
- "File": "triceCheck.c",
- "Line": 1496
- },
- "15154": {
- "File": "triceCheck.c",
- "Line": 1497
- },
- "15155": {
- "File": "triceCheck.c",
- "Line": 1498
- },
- "15156": {
- "File": "triceCheck.c",
- "Line": 1499
- },
- "15157": {
- "File": "triceCheck.c",
- "Line": 1500
- },
- "15158": {
- "File": "triceCheck.c",
- "Line": 1501
- },
- "15159": {
- "File": "triceCheck.c",
- "Line": 1502
- },
- "15160": {
- "File": "triceCheck.c",
- "Line": 1503
- },
- "15161": {
- "File": "triceCheck.c",
- "Line": 1504
- },
- "15162": {
- "File": "triceCheck.c",
- "Line": 1505
- },
- "15163": {
- "File": "triceCheck.c",
- "Line": 1506
- },
- "15164": {
- "File": "triceCheck.c",
- "Line": 1507
- },
- "15165": {
- "File": "triceCheck.c",
- "Line": 1508
- },
- "15166": {
- "File": "triceCheck.c",
- "Line": 1509
- },
- "15167": {
- "File": "triceCheck.c",
- "Line": 1510
- },
- "15168": {
- "File": "triceCheck.c",
- "Line": 1511
- },
- "15169": {
- "File": "triceCheck.c",
- "Line": 1512
- },
- "15170": {
- "File": "triceCheck.c",
- "Line": 1513
- },
- "15171": {
- "File": "triceCheck.c",
- "Line": 1514
- },
- "15172": {
- "File": "triceCheck.c",
- "Line": 1515
- },
- "15173": {
- "File": "triceCheck.c",
- "Line": 1516
- },
- "15174": {
- "File": "triceCheck.c",
- "Line": 1517
- },
- "15175": {
- "File": "triceCheck.c",
- "Line": 1518
- },
- "15176": {
- "File": "triceCheck.c",
- "Line": 1519
- },
- "15177": {
- "File": "triceCheck.c",
- "Line": 1521
- },
- "15178": {
- "File": "triceCheck.c",
- "Line": 1523
- },
- "15179": {
- "File": "triceCheck.c",
- "Line": 1524
- },
- "15180": {
- "File": "triceCheck.c",
- "Line": 1525
- },
- "15181": {
- "File": "triceCheck.c",
- "Line": 1526
- },
- "15182": {
- "File": "triceCheck.c",
- "Line": 1527
- },
- "15183": {
- "File": "triceCheck.c",
- "Line": 1528
- },
- "15184": {
- "File": "triceCheck.c",
- "Line": 1529
- },
- "15185": {
- "File": "triceCheck.c",
- "Line": 1530
- },
- "15186": {
- "File": "triceCheck.c",
- "Line": 1531
- },
- "15187": {
- "File": "triceCheck.c",
- "Line": 1532
- },
- "15188": {
- "File": "triceCheck.c",
- "Line": 1533
- },
- "15189": {
- "File": "triceCheck.c",
- "Line": 1534
- },
- "15190": {
- "File": "triceCheck.c",
- "Line": 1535
- },
- "15191": {
- "File": "triceCheck.c",
- "Line": 1536
- },
- "15192": {
- "File": "triceCheck.c",
- "Line": 1537
- },
- "15193": {
- "File": "triceCheck.c",
- "Line": 1538
- },
- "15194": {
- "File": "triceCheck.c",
- "Line": 1539
- },
- "15195": {
- "File": "triceCheck.c",
- "Line": 1540
- },
- "15196": {
- "File": "triceCheck.c",
- "Line": 1541
- },
- "15197": {
- "File": "triceCheck.c",
- "Line": 1542
- },
- "15198": {
- "File": "triceCheck.c",
- "Line": 1543
- },
- "15199": {
- "File": "triceCheck.c",
- "Line": 1544
- },
- "15200": {
- "File": "triceCheck.c",
- "Line": 1545
- },
- "15201": {
- "File": "triceCheck.c",
- "Line": 1546
- },
- "15202": {
- "File": "triceCheck.c",
- "Line": 1547
- },
- "15203": {
- "File": "triceCheck.c",
- "Line": 1548
- },
- "15204": {
- "File": "triceCheck.c",
- "Line": 1549
- },
- "15205": {
- "File": "triceCheck.c",
- "Line": 1550
- },
- "15206": {
- "File": "triceCheck.c",
- "Line": 1551
- },
- "15207": {
- "File": "triceCheck.c",
- "Line": 1552
- },
- "15208": {
- "File": "triceCheck.c",
- "Line": 1553
- },
- "15209": {
- "File": "triceCheck.c",
- "Line": 1554
- },
- "15210": {
- "File": "triceCheck.c",
- "Line": 1555
- },
- "15211": {
- "File": "triceCheck.c",
- "Line": 1556
- },
- "15212": {
- "File": "triceCheck.c",
- "Line": 1557
- },
- "15213": {
- "File": "triceCheck.c",
- "Line": 1558
- },
- "15214": {
- "File": "triceCheck.c",
- "Line": 1560
- },
- "15215": {
- "File": "triceCheck.c",
- "Line": 1562
- },
- "15216": {
- "File": "triceCheck.c",
- "Line": 1563
- },
- "15217": {
- "File": "triceCheck.c",
- "Line": 1564
- },
- "15218": {
- "File": "triceCheck.c",
- "Line": 1565
- },
- "15219": {
- "File": "triceCheck.c",
- "Line": 1566
- },
- "15220": {
- "File": "triceCheck.c",
- "Line": 1567
- },
- "15221": {
- "File": "triceCheck.c",
- "Line": 1568
- },
- "15222": {
- "File": "triceCheck.c",
- "Line": 1569
- },
- "15223": {
- "File": "triceCheck.c",
- "Line": 1570
- },
- "15224": {
- "File": "triceCheck.c",
- "Line": 1571
- },
- "15225": {
- "File": "triceCheck.c",
- "Line": 1572
- },
- "15226": {
- "File": "triceCheck.c",
- "Line": 1573
- },
- "15227": {
- "File": "triceCheck.c",
- "Line": 1574
- },
- "15228": {
- "File": "triceCheck.c",
- "Line": 1575
- },
- "15229": {
- "File": "triceCheck.c",
- "Line": 1576
- },
- "15230": {
- "File": "triceCheck.c",
- "Line": 1577
- },
- "15231": {
- "File": "triceCheck.c",
- "Line": 1578
- },
- "15232": {
- "File": "triceCheck.c",
- "Line": 1579
- },
- "15233": {
- "File": "triceCheck.c",
- "Line": 1580
- },
- "15234": {
- "File": "triceCheck.c",
- "Line": 1581
- },
- "15235": {
- "File": "triceCheck.c",
- "Line": 1582
- },
- "15236": {
- "File": "triceCheck.c",
- "Line": 1583
- },
- "15237": {
- "File": "triceCheck.c",
- "Line": 1584
- },
- "15238": {
- "File": "triceCheck.c",
- "Line": 1585
- },
- "15239": {
- "File": "triceCheck.c",
- "Line": 1586
- },
- "15240": {
- "File": "triceCheck.c",
- "Line": 1587
- },
- "15241": {
- "File": "triceCheck.c",
- "Line": 1588
- },
- "15242": {
- "File": "triceCheck.c",
- "Line": 1589
- },
- "15243": {
- "File": "triceCheck.c",
- "Line": 1590
- },
- "15244": {
- "File": "triceCheck.c",
- "Line": 1591
- },
- "15245": {
- "File": "triceCheck.c",
- "Line": 1592
- },
- "15246": {
- "File": "triceCheck.c",
- "Line": 1593
- },
- "15247": {
- "File": "triceCheck.c",
- "Line": 1594
- },
- "15248": {
- "File": "triceCheck.c",
- "Line": 1595
- },
- "15249": {
- "File": "triceCheck.c",
- "Line": 1596
- },
- "15250": {
- "File": "triceCheck.c",
- "Line": 1597
- },
- "15251": {
- "File": "triceCheck.c",
- "Line": 1599
- },
- "15252": {
- "File": "triceCheck.c",
- "Line": 1601
- },
- "15253": {
- "File": "triceCheck.c",
- "Line": 1602
- },
- "15254": {
- "File": "triceCheck.c",
- "Line": 1603
- },
- "15255": {
- "File": "triceCheck.c",
- "Line": 1604
- },
- "15256": {
- "File": "triceCheck.c",
- "Line": 1605
- },
- "15257": {
- "File": "triceCheck.c",
- "Line": 1606
- },
- "15258": {
- "File": "triceCheck.c",
- "Line": 1607
- },
- "15259": {
- "File": "triceCheck.c",
- "Line": 1608
- },
- "15260": {
- "File": "triceCheck.c",
- "Line": 1609
- },
- "15261": {
- "File": "triceCheck.c",
- "Line": 1610
- },
- "15262": {
- "File": "triceCheck.c",
- "Line": 1611
- },
- "15263": {
- "File": "triceCheck.c",
- "Line": 1612
- },
- "15264": {
- "File": "triceCheck.c",
- "Line": 1613
- },
- "15265": {
- "File": "triceCheck.c",
- "Line": 1614
- },
- "15266": {
- "File": "triceCheck.c",
- "Line": 1615
- },
- "15267": {
- "File": "triceCheck.c",
- "Line": 1616
- },
- "15268": {
- "File": "triceCheck.c",
- "Line": 1617
- },
- "15269": {
- "File": "triceCheck.c",
- "Line": 1618
- },
- "15270": {
- "File": "triceCheck.c",
- "Line": 1619
- },
- "15271": {
- "File": "triceCheck.c",
- "Line": 1620
- },
- "15272": {
- "File": "triceCheck.c",
- "Line": 1621
- },
- "15273": {
- "File": "triceCheck.c",
- "Line": 1622
- },
- "15274": {
- "File": "triceCheck.c",
- "Line": 1623
- },
- "15275": {
- "File": "triceCheck.c",
- "Line": 1624
- },
- "15276": {
- "File": "triceCheck.c",
- "Line": 1625
- },
- "15277": {
- "File": "triceCheck.c",
- "Line": 1626
- },
- "15278": {
- "File": "triceCheck.c",
- "Line": 1627
- },
- "15279": {
- "File": "triceCheck.c",
- "Line": 1628
- },
- "15280": {
- "File": "triceCheck.c",
- "Line": 1629
- },
- "15281": {
- "File": "triceCheck.c",
- "Line": 1630
- },
- "15282": {
- "File": "triceCheck.c",
- "Line": 1631
- },
- "15283": {
- "File": "triceCheck.c",
- "Line": 1632
- },
- "15284": {
- "File": "triceCheck.c",
- "Line": 1633
- },
- "15285": {
- "File": "triceCheck.c",
- "Line": 1634
- },
- "15286": {
- "File": "triceCheck.c",
- "Line": 1635
- },
- "15287": {
- "File": "triceCheck.c",
- "Line": 1636
- },
- "15288": {
- "File": "triceCheck.c",
- "Line": 1638
- },
- "15289": {
- "File": "triceCheck.c",
- "Line": 1640
- },
- "15290": {
- "File": "triceCheck.c",
- "Line": 1641
- },
- "15291": {
- "File": "triceCheck.c",
- "Line": 1642
- },
- "15292": {
- "File": "triceCheck.c",
- "Line": 1643
- },
- "15293": {
- "File": "triceCheck.c",
- "Line": 1644
- },
- "15294": {
- "File": "triceCheck.c",
- "Line": 1645
- },
- "15295": {
- "File": "triceCheck.c",
- "Line": 1646
- },
- "15296": {
- "File": "triceCheck.c",
- "Line": 1647
- },
- "15297": {
- "File": "triceCheck.c",
- "Line": 1648
- },
- "15298": {
- "File": "triceCheck.c",
- "Line": 1649
- },
- "15299": {
- "File": "triceCheck.c",
- "Line": 1650
- },
- "15300": {
- "File": "triceCheck.c",
- "Line": 1651
- },
- "15301": {
- "File": "triceCheck.c",
- "Line": 1652
- },
- "15302": {
- "File": "triceCheck.c",
- "Line": 1653
- },
- "15303": {
- "File": "triceCheck.c",
- "Line": 1654
- },
- "15304": {
- "File": "triceCheck.c",
- "Line": 1655
- },
- "15305": {
- "File": "triceCheck.c",
- "Line": 1656
- },
- "15306": {
- "File": "triceCheck.c",
- "Line": 1657
- },
- "15307": {
- "File": "triceCheck.c",
- "Line": 1658
- },
- "15308": {
- "File": "triceCheck.c",
- "Line": 1659
- },
- "15309": {
- "File": "triceCheck.c",
- "Line": 1660
- },
- "15310": {
- "File": "triceCheck.c",
- "Line": 1661
- },
- "15311": {
- "File": "triceCheck.c",
- "Line": 1662
- },
- "15312": {
- "File": "triceCheck.c",
- "Line": 1663
- },
- "15313": {
- "File": "triceCheck.c",
- "Line": 1664
- },
- "15314": {
- "File": "triceCheck.c",
- "Line": 1665
- },
- "15315": {
- "File": "triceCheck.c",
- "Line": 1666
- },
- "15316": {
- "File": "triceCheck.c",
- "Line": 1667
- },
- "15317": {
- "File": "triceCheck.c",
- "Line": 1668
- },
- "15318": {
- "File": "triceCheck.c",
- "Line": 1669
- },
- "15319": {
- "File": "triceCheck.c",
- "Line": 1670
- },
- "15320": {
- "File": "triceCheck.c",
- "Line": 1671
- },
- "15321": {
- "File": "triceCheck.c",
- "Line": 1672
- },
- "15322": {
- "File": "triceCheck.c",
- "Line": 1673
- },
- "15323": {
- "File": "triceCheck.c",
- "Line": 1674
- },
- "15324": {
- "File": "triceCheck.c",
- "Line": 1675
- },
- "15325": {
- "File": "triceCheck.c",
- "Line": 1677
- },
- "15326": {
- "File": "triceCheck.c",
- "Line": 1679
- },
- "15327": {
- "File": "triceCheck.c",
- "Line": 1680
- },
- "15328": {
- "File": "triceCheck.c",
- "Line": 1681
- },
- "15329": {
- "File": "triceCheck.c",
- "Line": 1682
- },
- "15330": {
- "File": "triceCheck.c",
- "Line": 1683
- },
- "15331": {
- "File": "triceCheck.c",
- "Line": 1684
- },
- "15332": {
- "File": "triceCheck.c",
- "Line": 1685
- },
- "15333": {
- "File": "triceCheck.c",
- "Line": 1686
- },
- "15334": {
- "File": "triceCheck.c",
- "Line": 1687
- },
- "15335": {
- "File": "triceCheck.c",
- "Line": 1688
- },
- "15336": {
- "File": "triceCheck.c",
- "Line": 1689
- },
- "15337": {
- "File": "triceCheck.c",
- "Line": 1690
- },
- "15338": {
- "File": "triceCheck.c",
- "Line": 1691
- },
- "15339": {
- "File": "triceCheck.c",
- "Line": 1692
- },
- "15340": {
- "File": "triceCheck.c",
- "Line": 1693
- },
- "15341": {
- "File": "triceCheck.c",
- "Line": 1694
- },
- "15342": {
- "File": "triceCheck.c",
- "Line": 1695
- },
- "15343": {
- "File": "triceCheck.c",
- "Line": 1696
- },
- "15344": {
- "File": "triceCheck.c",
- "Line": 1697
- },
- "15345": {
- "File": "triceCheck.c",
- "Line": 1698
- },
- "15346": {
- "File": "triceCheck.c",
- "Line": 1699
- },
- "15347": {
- "File": "triceCheck.c",
- "Line": 1700
- },
- "15348": {
- "File": "triceCheck.c",
- "Line": 1701
- },
- "15349": {
- "File": "triceCheck.c",
- "Line": 1702
- },
- "15350": {
- "File": "triceCheck.c",
- "Line": 1703
- },
- "15351": {
- "File": "triceCheck.c",
- "Line": 1704
- },
- "15352": {
- "File": "triceCheck.c",
- "Line": 1705
- },
- "15353": {
- "File": "triceCheck.c",
- "Line": 1706
- },
- "15354": {
- "File": "triceCheck.c",
- "Line": 1707
- },
- "15355": {
- "File": "triceCheck.c",
- "Line": 1708
- },
- "15356": {
- "File": "triceCheck.c",
- "Line": 1709
- },
- "15357": {
- "File": "triceCheck.c",
- "Line": 1710
- },
- "15358": {
- "File": "triceCheck.c",
- "Line": 1711
- },
- "15359": {
- "File": "triceCheck.c",
- "Line": 1712
- },
- "15360": {
- "File": "triceCheck.c",
- "Line": 1713
- },
- "15361": {
- "File": "triceCheck.c",
- "Line": 1714
- },
- "15362": {
- "File": "triceCheck.c",
- "Line": 1716
- },
- "15363": {
- "File": "triceCheck.c",
- "Line": 1718
- },
- "15364": {
- "File": "triceCheck.c",
- "Line": 1719
- },
- "15365": {
- "File": "triceCheck.c",
- "Line": 1720
- },
- "15366": {
- "File": "triceCheck.c",
- "Line": 1721
- },
- "15367": {
- "File": "triceCheck.c",
- "Line": 1722
- },
- "15368": {
- "File": "triceCheck.c",
- "Line": 1723
- },
- "15369": {
- "File": "triceCheck.c",
- "Line": 1724
- },
- "15370": {
- "File": "triceCheck.c",
- "Line": 1725
- },
- "15371": {
- "File": "triceCheck.c",
- "Line": 1726
- },
- "15372": {
- "File": "triceCheck.c",
- "Line": 1727
- },
- "15373": {
- "File": "triceCheck.c",
- "Line": 1728
- },
- "15374": {
- "File": "triceCheck.c",
- "Line": 1729
- },
- "15375": {
- "File": "triceCheck.c",
- "Line": 1730
- },
- "15376": {
- "File": "triceCheck.c",
- "Line": 1731
- },
- "15377": {
- "File": "triceCheck.c",
- "Line": 1732
- },
- "15378": {
- "File": "triceCheck.c",
- "Line": 1733
- },
- "15379": {
- "File": "triceCheck.c",
- "Line": 1734
- },
- "15380": {
- "File": "triceCheck.c",
- "Line": 1735
- },
- "15381": {
- "File": "triceCheck.c",
- "Line": 1736
- },
- "15382": {
- "File": "triceCheck.c",
- "Line": 1737
- },
- "15383": {
- "File": "triceCheck.c",
- "Line": 1738
- },
- "15384": {
- "File": "triceCheck.c",
- "Line": 1739
- },
- "15385": {
- "File": "triceCheck.c",
- "Line": 1740
- },
- "15386": {
- "File": "triceCheck.c",
- "Line": 1741
- },
- "15387": {
- "File": "triceCheck.c",
- "Line": 1742
- },
- "15388": {
- "File": "triceCheck.c",
- "Line": 1743
- },
- "15389": {
- "File": "triceCheck.c",
- "Line": 1744
- },
- "15390": {
- "File": "triceCheck.c",
- "Line": 1745
- },
- "15391": {
- "File": "triceCheck.c",
- "Line": 1746
- },
- "15392": {
- "File": "triceCheck.c",
- "Line": 1747
- },
- "15393": {
- "File": "triceCheck.c",
- "Line": 1748
- },
- "15394": {
- "File": "triceCheck.c",
- "Line": 1749
- },
- "15395": {
- "File": "triceCheck.c",
- "Line": 1750
- },
- "15396": {
- "File": "triceCheck.c",
- "Line": 1751
- },
- "15397": {
- "File": "triceCheck.c",
- "Line": 1752
- },
- "15398": {
- "File": "triceCheck.c",
- "Line": 1753
- },
- "15399": {
- "File": "triceCheck.c",
- "Line": 1755
- },
- "15400": {
- "File": "triceCheck.c",
- "Line": 1757
- },
- "15401": {
- "File": "triceCheck.c",
- "Line": 1758
- },
- "15402": {
- "File": "triceCheck.c",
- "Line": 1759
- },
- "15403": {
- "File": "triceCheck.c",
- "Line": 1760
- },
- "15404": {
- "File": "triceCheck.c",
- "Line": 1761
- },
- "15405": {
- "File": "triceCheck.c",
- "Line": 1762
- },
- "15406": {
- "File": "triceCheck.c",
- "Line": 1763
- },
- "15407": {
- "File": "triceCheck.c",
- "Line": 1764
- },
- "15408": {
- "File": "triceCheck.c",
- "Line": 1765
- },
- "15409": {
- "File": "triceCheck.c",
- "Line": 1766
- },
- "15410": {
- "File": "triceCheck.c",
- "Line": 1767
- },
- "15411": {
- "File": "triceCheck.c",
- "Line": 1768
- },
- "15412": {
- "File": "triceCheck.c",
- "Line": 1769
- },
- "15413": {
- "File": "triceCheck.c",
- "Line": 1770
- },
- "15414": {
- "File": "triceCheck.c",
- "Line": 1771
- },
- "15415": {
- "File": "triceCheck.c",
- "Line": 1772
- },
- "15416": {
- "File": "triceCheck.c",
- "Line": 1773
- },
- "15417": {
- "File": "triceCheck.c",
- "Line": 1774
- },
- "15418": {
- "File": "triceCheck.c",
- "Line": 1775
- },
- "15419": {
- "File": "triceCheck.c",
- "Line": 1776
- },
- "15420": {
- "File": "triceCheck.c",
- "Line": 1777
- },
- "15421": {
- "File": "triceCheck.c",
- "Line": 1778
- },
- "15422": {
- "File": "triceCheck.c",
- "Line": 1779
- },
- "15423": {
- "File": "triceCheck.c",
- "Line": 1780
- },
- "15424": {
- "File": "triceCheck.c",
- "Line": 1781
- },
- "15425": {
- "File": "triceCheck.c",
- "Line": 1782
- },
- "15426": {
- "File": "triceCheck.c",
- "Line": 1783
- },
- "15427": {
- "File": "triceCheck.c",
- "Line": 1784
- },
- "15428": {
- "File": "triceCheck.c",
- "Line": 1785
- },
- "15429": {
- "File": "triceCheck.c",
- "Line": 1786
- },
- "15430": {
- "File": "triceCheck.c",
- "Line": 1787
- },
- "15431": {
- "File": "triceCheck.c",
- "Line": 1788
- },
- "15432": {
- "File": "triceCheck.c",
- "Line": 1789
- },
- "15433": {
- "File": "triceCheck.c",
- "Line": 1790
- },
- "15434": {
- "File": "triceCheck.c",
- "Line": 1791
- },
- "15435": {
- "File": "triceCheck.c",
- "Line": 1792
- },
- "15436": {
- "File": "triceCheck.c",
- "Line": 1794
- },
- "15437": {
- "File": "triceCheck.c",
- "Line": 1796
- },
- "15438": {
- "File": "triceCheck.c",
- "Line": 1797
- },
- "15439": {
- "File": "triceCheck.c",
- "Line": 1798
- },
- "15440": {
- "File": "triceCheck.c",
- "Line": 1799
- },
- "15441": {
- "File": "triceCheck.c",
- "Line": 1800
- },
- "15442": {
- "File": "triceCheck.c",
- "Line": 1801
- },
- "15443": {
- "File": "triceCheck.c",
- "Line": 1802
- },
- "15444": {
- "File": "triceCheck.c",
- "Line": 1803
- },
- "15445": {
- "File": "triceCheck.c",
- "Line": 1804
- },
- "15446": {
- "File": "triceCheck.c",
- "Line": 1805
- },
- "15447": {
- "File": "triceCheck.c",
- "Line": 1806
- },
- "15448": {
- "File": "triceCheck.c",
- "Line": 1807
- },
- "15449": {
- "File": "triceCheck.c",
- "Line": 1808
- },
- "15450": {
- "File": "triceCheck.c",
- "Line": 1809
- },
- "15451": {
- "File": "triceCheck.c",
- "Line": 1810
- },
- "15452": {
- "File": "triceCheck.c",
- "Line": 1811
- },
- "15453": {
- "File": "triceCheck.c",
- "Line": 1812
- },
- "15454": {
- "File": "triceCheck.c",
- "Line": 1813
- },
- "15455": {
- "File": "triceCheck.c",
- "Line": 1814
- },
- "15456": {
- "File": "triceCheck.c",
- "Line": 1815
- },
- "15457": {
- "File": "triceCheck.c",
- "Line": 1816
- },
- "15458": {
- "File": "triceCheck.c",
- "Line": 1817
- },
- "15459": {
- "File": "triceCheck.c",
- "Line": 1818
- },
- "15460": {
- "File": "triceCheck.c",
- "Line": 1819
- },
- "15461": {
- "File": "triceCheck.c",
- "Line": 1820
- },
- "15462": {
- "File": "triceCheck.c",
- "Line": 1821
- },
- "15463": {
- "File": "triceCheck.c",
- "Line": 1822
- },
- "15464": {
- "File": "triceCheck.c",
- "Line": 1823
- },
- "15465": {
- "File": "triceCheck.c",
- "Line": 1824
- },
- "15466": {
- "File": "triceCheck.c",
- "Line": 1825
- },
- "15467": {
- "File": "triceCheck.c",
- "Line": 1826
- },
- "15468": {
- "File": "triceCheck.c",
- "Line": 1827
- },
- "15469": {
- "File": "triceCheck.c",
- "Line": 1828
- },
- "15470": {
- "File": "triceCheck.c",
- "Line": 1829
- },
- "15471": {
- "File": "triceCheck.c",
- "Line": 1830
- },
- "15472": {
- "File": "triceCheck.c",
- "Line": 1831
- },
- "15473": {
- "File": "triceCheck.c",
- "Line": 1833
- },
- "15474": {
- "File": "triceCheck.c",
- "Line": 1835
- },
- "15475": {
- "File": "triceCheck.c",
- "Line": 1836
- },
- "15476": {
- "File": "triceCheck.c",
- "Line": 1837
- },
- "15477": {
- "File": "triceCheck.c",
- "Line": 1838
- },
- "15478": {
- "File": "triceCheck.c",
- "Line": 1839
- },
- "15479": {
- "File": "triceCheck.c",
- "Line": 1840
- },
- "15480": {
- "File": "triceCheck.c",
- "Line": 1841
- },
- "15481": {
- "File": "triceCheck.c",
- "Line": 1842
- },
- "15482": {
- "File": "triceCheck.c",
- "Line": 1843
- },
- "15483": {
- "File": "triceCheck.c",
- "Line": 1844
- },
- "15484": {
- "File": "triceCheck.c",
- "Line": 1845
- },
- "15485": {
- "File": "triceCheck.c",
- "Line": 1846
- },
- "15486": {
- "File": "triceCheck.c",
- "Line": 1847
- },
- "15487": {
- "File": "triceCheck.c",
- "Line": 1848
- },
- "15488": {
- "File": "triceCheck.c",
- "Line": 1849
- },
- "15489": {
- "File": "triceCheck.c",
- "Line": 1850
- },
- "15490": {
- "File": "triceCheck.c",
- "Line": 1851
- },
- "15491": {
- "File": "triceCheck.c",
- "Line": 1852
- },
- "15492": {
- "File": "triceCheck.c",
- "Line": 1853
- },
- "15493": {
- "File": "triceCheck.c",
- "Line": 1854
- },
- "15494": {
- "File": "triceCheck.c",
- "Line": 1855
- },
- "15495": {
- "File": "triceCheck.c",
- "Line": 1856
- },
- "15496": {
- "File": "triceCheck.c",
- "Line": 1857
- },
- "15497": {
- "File": "triceCheck.c",
- "Line": 1858
- },
- "15498": {
- "File": "triceCheck.c",
- "Line": 1859
- },
- "15499": {
- "File": "triceCheck.c",
- "Line": 1860
- },
- "15500": {
- "File": "triceCheck.c",
- "Line": 1861
- },
- "15501": {
- "File": "triceCheck.c",
- "Line": 1862
- },
- "15502": {
- "File": "triceCheck.c",
- "Line": 1863
- },
- "15503": {
- "File": "triceCheck.c",
- "Line": 1864
- },
- "15504": {
- "File": "triceCheck.c",
- "Line": 1865
- },
- "15505": {
- "File": "triceCheck.c",
- "Line": 1866
- },
- "15506": {
- "File": "triceCheck.c",
- "Line": 1867
- },
- "15507": {
- "File": "triceCheck.c",
- "Line": 1868
- },
- "15508": {
- "File": "triceCheck.c",
- "Line": 1869
- },
- "15509": {
- "File": "triceCheck.c",
- "Line": 1870
- },
- "15510": {
- "File": "triceCheck.c",
- "Line": 1872
- },
- "15511": {
- "File": "triceCheck.c",
- "Line": 1874
- },
- "15512": {
- "File": "triceCheck.c",
- "Line": 1875
- },
- "15513": {
- "File": "triceCheck.c",
- "Line": 1876
- },
- "15514": {
- "File": "triceCheck.c",
- "Line": 1877
- },
- "15515": {
- "File": "triceCheck.c",
- "Line": 1878
- },
- "15516": {
- "File": "triceCheck.c",
- "Line": 1879
- },
- "15517": {
- "File": "triceCheck.c",
- "Line": 1880
- },
- "15518": {
- "File": "triceCheck.c",
- "Line": 1881
- },
- "15519": {
- "File": "triceCheck.c",
- "Line": 1882
- },
- "15520": {
- "File": "triceCheck.c",
- "Line": 1883
- },
- "15521": {
- "File": "triceCheck.c",
- "Line": 1884
- },
- "15522": {
- "File": "triceCheck.c",
- "Line": 1885
- },
- "15523": {
- "File": "triceCheck.c",
- "Line": 1886
- },
- "15524": {
- "File": "triceCheck.c",
- "Line": 1887
- },
- "15525": {
- "File": "triceCheck.c",
- "Line": 1888
- },
- "15526": {
- "File": "triceCheck.c",
- "Line": 1889
- },
- "15527": {
- "File": "triceCheck.c",
- "Line": 1890
- },
- "15528": {
- "File": "triceCheck.c",
- "Line": 1891
- },
- "15529": {
- "File": "triceCheck.c",
- "Line": 1892
- },
- "15530": {
- "File": "triceCheck.c",
- "Line": 1893
- },
- "15531": {
- "File": "triceCheck.c",
- "Line": 1894
- },
- "15532": {
- "File": "triceCheck.c",
- "Line": 1895
- },
- "15533": {
- "File": "triceCheck.c",
- "Line": 1896
- },
- "15534": {
- "File": "triceCheck.c",
- "Line": 1897
- },
- "15535": {
- "File": "triceCheck.c",
- "Line": 1898
- },
- "15536": {
- "File": "triceCheck.c",
- "Line": 1899
- },
- "15537": {
- "File": "triceCheck.c",
- "Line": 1900
- },
- "15538": {
- "File": "triceCheck.c",
- "Line": 1901
- },
- "15539": {
- "File": "triceCheck.c",
- "Line": 1902
- },
- "15540": {
- "File": "triceCheck.c",
- "Line": 1903
- },
- "15541": {
- "File": "triceCheck.c",
- "Line": 1904
- },
- "15542": {
- "File": "triceCheck.c",
- "Line": 1905
- },
- "15543": {
- "File": "triceCheck.c",
- "Line": 1906
- },
- "15544": {
- "File": "triceCheck.c",
- "Line": 1907
- },
- "15545": {
- "File": "triceCheck.c",
- "Line": 1908
- },
- "15546": {
- "File": "triceCheck.c",
- "Line": 1909
- },
- "15547": {
- "File": "triceCheck.c",
- "Line": 1911
- },
- "15548": {
- "File": "triceCheck.c",
- "Line": 1913
- },
- "15549": {
- "File": "triceCheck.c",
- "Line": 1914
- },
- "15550": {
- "File": "triceCheck.c",
- "Line": 1915
- },
- "15551": {
- "File": "triceCheck.c",
- "Line": 1916
- },
- "15552": {
- "File": "triceCheck.c",
- "Line": 1917
- },
- "15553": {
- "File": "triceCheck.c",
- "Line": 1918
- },
- "15554": {
- "File": "triceCheck.c",
- "Line": 1919
- },
- "15555": {
- "File": "triceCheck.c",
- "Line": 1920
- },
- "15556": {
- "File": "triceCheck.c",
- "Line": 1921
- },
- "15557": {
- "File": "triceCheck.c",
- "Line": 1922
- },
- "15558": {
- "File": "triceCheck.c",
- "Line": 1923
- },
- "15559": {
- "File": "triceCheck.c",
- "Line": 1924
- },
- "15560": {
- "File": "triceCheck.c",
- "Line": 1925
- },
- "15561": {
- "File": "triceCheck.c",
- "Line": 1926
- },
- "15562": {
- "File": "triceCheck.c",
- "Line": 1927
- },
- "15563": {
- "File": "triceCheck.c",
- "Line": 1928
- },
- "15564": {
- "File": "triceCheck.c",
- "Line": 1929
- },
- "15565": {
- "File": "triceCheck.c",
- "Line": 1930
- },
- "15566": {
- "File": "triceCheck.c",
- "Line": 1931
- },
- "15567": {
- "File": "triceCheck.c",
- "Line": 1932
- },
- "15568": {
- "File": "triceCheck.c",
- "Line": 1933
- },
- "15569": {
- "File": "triceCheck.c",
- "Line": 1934
- },
- "15570": {
- "File": "triceCheck.c",
- "Line": 1935
- },
- "15571": {
- "File": "triceCheck.c",
- "Line": 1936
- },
- "15572": {
- "File": "triceCheck.c",
- "Line": 1937
- },
- "15573": {
- "File": "triceCheck.c",
- "Line": 1938
- },
- "15574": {
- "File": "triceCheck.c",
- "Line": 1939
- },
- "15575": {
- "File": "triceCheck.c",
- "Line": 1940
- },
- "15576": {
- "File": "triceCheck.c",
- "Line": 1941
- },
- "15577": {
- "File": "triceCheck.c",
- "Line": 1942
- },
- "15578": {
- "File": "triceCheck.c",
- "Line": 1943
- },
- "15579": {
- "File": "triceCheck.c",
- "Line": 1944
- },
- "15580": {
- "File": "triceCheck.c",
- "Line": 1945
- },
- "15581": {
- "File": "triceCheck.c",
- "Line": 1946
- },
- "15582": {
- "File": "triceCheck.c",
- "Line": 1947
- },
- "15583": {
- "File": "triceCheck.c",
- "Line": 1948
- },
- "15584": {
- "File": "triceCheck.c",
- "Line": 1950
- },
- "15585": {
- "File": "triceCheck.c",
- "Line": 1952
- },
- "15586": {
- "File": "triceCheck.c",
- "Line": 1953
- },
- "15587": {
- "File": "triceCheck.c",
- "Line": 1954
- },
- "15588": {
- "File": "triceCheck.c",
- "Line": 1955
- },
- "15589": {
- "File": "triceCheck.c",
- "Line": 1956
- },
- "15590": {
- "File": "triceCheck.c",
- "Line": 1957
- },
- "15591": {
- "File": "triceCheck.c",
- "Line": 1958
- },
- "15592": {
- "File": "triceCheck.c",
- "Line": 1959
- },
- "15593": {
- "File": "triceCheck.c",
- "Line": 1960
- },
- "15594": {
- "File": "triceCheck.c",
- "Line": 1961
- },
- "15595": {
- "File": "triceCheck.c",
- "Line": 1962
- },
- "15596": {
- "File": "triceCheck.c",
- "Line": 1963
- },
- "15597": {
- "File": "triceCheck.c",
- "Line": 1964
- },
- "15598": {
- "File": "triceCheck.c",
- "Line": 1965
- },
- "15599": {
- "File": "triceCheck.c",
- "Line": 1966
- },
- "15600": {
- "File": "triceCheck.c",
- "Line": 1967
- },
- "15601": {
- "File": "triceCheck.c",
- "Line": 1968
- },
- "15602": {
- "File": "triceCheck.c",
- "Line": 1969
- },
- "15603": {
- "File": "triceCheck.c",
- "Line": 1970
- },
- "15604": {
- "File": "triceCheck.c",
- "Line": 1971
- },
- "15605": {
- "File": "triceCheck.c",
- "Line": 1972
- },
- "15606": {
- "File": "triceCheck.c",
- "Line": 1973
- },
- "15607": {
- "File": "triceCheck.c",
- "Line": 1974
- },
- "15608": {
- "File": "triceCheck.c",
- "Line": 1975
- },
- "15609": {
- "File": "triceCheck.c",
- "Line": 1976
- },
- "15610": {
- "File": "triceCheck.c",
- "Line": 1977
- },
- "15611": {
- "File": "triceCheck.c",
- "Line": 1978
- },
- "15612": {
- "File": "triceCheck.c",
- "Line": 1979
- },
- "15613": {
- "File": "triceCheck.c",
- "Line": 1980
- },
- "15614": {
- "File": "triceCheck.c",
- "Line": 1981
- },
- "15615": {
- "File": "triceCheck.c",
- "Line": 1982
- },
- "15616": {
- "File": "triceCheck.c",
- "Line": 1983
- },
- "15617": {
- "File": "triceCheck.c",
- "Line": 1984
- },
- "15618": {
- "File": "triceCheck.c",
- "Line": 1985
- },
- "15619": {
- "File": "triceCheck.c",
- "Line": 1986
- },
- "15620": {
- "File": "triceCheck.c",
- "Line": 1987
- },
- "15621": {
- "File": "triceCheck.c",
- "Line": 1989
- },
- "15622": {
- "File": "triceCheck.c",
- "Line": 1990
- },
- "15623": {
- "File": "triceCheck.c",
- "Line": 1991
- },
- "15624": {
- "File": "triceCheck.c",
- "Line": 1992
- },
- "15625": {
- "File": "triceCheck.c",
- "Line": 1993
- },
- "15626": {
- "File": "triceCheck.c",
- "Line": 1994
- },
- "15627": {
- "File": "triceCheck.c",
- "Line": 1995
- },
- "15628": {
- "File": "triceCheck.c",
- "Line": 1996
- },
- "15629": {
- "File": "triceCheck.c",
- "Line": 1997
- },
- "15630": {
- "File": "triceCheck.c",
- "Line": 1998
- },
- "15631": {
- "File": "triceCheck.c",
- "Line": 1999
- },
- "15632": {
- "File": "triceCheck.c",
- "Line": 2000
- },
- "15633": {
- "File": "triceCheck.c",
- "Line": 2001
- },
- "15634": {
- "File": "triceCheck.c",
- "Line": 2002
- },
- "15635": {
- "File": "triceCheck.c",
- "Line": 2003
- },
- "15636": {
- "File": "triceCheck.c",
- "Line": 2004
- },
- "15637": {
- "File": "triceCheck.c",
- "Line": 2005
- },
- "15638": {
- "File": "triceCheck.c",
- "Line": 2006
- },
- "15639": {
- "File": "triceCheck.c",
- "Line": 2007
- },
- "15640": {
- "File": "triceCheck.c",
- "Line": 2008
- },
- "15641": {
- "File": "triceCheck.c",
- "Line": 2010
- },
- "15642": {
- "File": "triceCheck.c",
- "Line": 2011
- },
- "15643": {
- "File": "triceCheck.c",
- "Line": 2012
- },
- "15644": {
- "File": "triceCheck.c",
- "Line": 2013
- },
- "15645": {
- "File": "triceCheck.c",
- "Line": 2014
- },
- "15646": {
- "File": "triceCheck.c",
- "Line": 2015
- },
- "15647": {
- "File": "triceCheck.c",
- "Line": 2016
- },
- "15648": {
- "File": "triceCheck.c",
- "Line": 2017
- },
- "15649": {
- "File": "triceCheck.c",
- "Line": 2018
- },
- "15650": {
- "File": "triceCheck.c",
- "Line": 2019
- },
- "15651": {
- "File": "triceCheck.c",
- "Line": 2020
- },
- "15652": {
- "File": "triceCheck.c",
- "Line": 2021
- },
- "15653": {
- "File": "triceCheck.c",
- "Line": 2022
- },
- "15654": {
- "File": "triceCheck.c",
- "Line": 2023
- },
- "15655": {
- "File": "triceCheck.c",
- "Line": 2024
- },
- "15656": {
- "File": "triceCheck.c",
- "Line": 2025
- },
- "15657": {
- "File": "triceCheck.c",
- "Line": 2026
- },
- "15658": {
- "File": "triceCheck.c",
- "Line": 2027
- },
- "15659": {
- "File": "triceCheck.c",
- "Line": 2028
- },
- "15660": {
- "File": "triceCheck.c",
- "Line": 2029
- },
- "15661": {
- "File": "triceCheck.c",
- "Line": 2030
- },
- "15662": {
- "File": "triceCheck.c",
- "Line": 2031
- },
- "15663": {
- "File": "triceCheck.c",
- "Line": 2032
- },
- "15664": {
- "File": "triceCheck.c",
- "Line": 2033
- },
- "15665": {
- "File": "triceCheck.c",
- "Line": 2034
- },
- "15666": {
- "File": "triceCheck.c",
- "Line": 2035
- },
- "15667": {
- "File": "triceCheck.c",
- "Line": 2036
- },
- "15668": {
- "File": "triceCheck.c",
- "Line": 2037
- },
- "15669": {
- "File": "triceCheck.c",
- "Line": 2038
- },
- "15670": {
- "File": "triceCheck.c",
- "Line": 2039
- },
- "15671": {
- "File": "triceCheck.c",
- "Line": 2040
- },
- "15672": {
- "File": "triceCheck.c",
- "Line": 2041
- },
- "15673": {
- "File": "triceCheck.c",
- "Line": 2042
- },
- "15674": {
- "File": "triceCheck.c",
- "Line": 2043
- },
- "15675": {
- "File": "triceCheck.c",
- "Line": 2044
- },
- "15676": {
- "File": "triceCheck.c",
- "Line": 2045
- },
- "15677": {
- "File": "triceCheck.c",
- "Line": 2046
- },
- "15678": {
- "File": "triceCheck.c",
- "Line": 2047
- },
- "15679": {
- "File": "triceCheck.c",
- "Line": 2048
- },
- "15680": {
- "File": "triceCheck.c",
- "Line": 2049
- },
- "15681": {
- "File": "triceCheck.c",
- "Line": 2050
- },
- "15682": {
- "File": "triceCheck.c",
- "Line": 2051
- },
- "15683": {
- "File": "triceCheck.c",
- "Line": 2052
- },
- "15684": {
- "File": "triceCheck.c",
- "Line": 2053
- },
- "15685": {
- "File": "triceCheck.c",
- "Line": 2054
- },
- "15686": {
- "File": "triceCheck.c",
- "Line": 2055
- },
- "15687": {
- "File": "triceCheck.c",
- "Line": 2056
- },
- "15688": {
- "File": "triceCheck.c",
- "Line": 2057
- },
- "15689": {
- "File": "triceCheck.c",
- "Line": 2058
- },
- "15690": {
- "File": "triceCheck.c",
- "Line": 2059
- },
- "15691": {
- "File": "triceCheck.c",
- "Line": 2060
- },
- "15692": {
- "File": "triceCheck.c",
- "Line": 2061
- },
- "15693": {
- "File": "triceCheck.c",
- "Line": 2062
- },
- "15694": {
- "File": "triceCheck.c",
- "Line": 2064
- },
- "15695": {
- "File": "triceCheck.c",
- "Line": 2065
- },
- "15696": {
- "File": "triceCheck.c",
- "Line": 2066
- },
- "15697": {
- "File": "triceCheck.c",
- "Line": 2067
- },
- "15698": {
- "File": "triceCheck.c",
- "Line": 2068
- },
- "15699": {
- "File": "triceCheck.c",
- "Line": 2069
- },
- "15700": {
- "File": "triceCheck.c",
- "Line": 2070
- },
- "15701": {
- "File": "triceCheck.c",
- "Line": 2071
- },
- "15702": {
- "File": "triceCheck.c",
- "Line": 2072
- },
- "15703": {
- "File": "triceCheck.c",
- "Line": 2073
- },
- "15704": {
- "File": "triceCheck.c",
- "Line": 2074
- },
- "15705": {
- "File": "triceCheck.c",
- "Line": 2075
- },
- "15706": {
- "File": "triceCheck.c",
- "Line": 2076
- },
- "15707": {
- "File": "triceCheck.c",
- "Line": 2077
- },
- "15708": {
- "File": "triceCheck.c",
- "Line": 2078
- },
- "15709": {
- "File": "triceCheck.c",
- "Line": 2079
- },
- "15710": {
- "File": "triceCheck.c",
- "Line": 2080
- },
- "15711": {
- "File": "triceCheck.c",
- "Line": 2081
- },
- "15712": {
- "File": "triceCheck.c",
- "Line": 2082
- },
- "15713": {
- "File": "triceCheck.c",
- "Line": 2083
- },
- "15714": {
- "File": "triceCheck.c",
- "Line": 2084
- },
- "15715": {
- "File": "triceCheck.c",
- "Line": 2085
- },
- "15716": {
- "File": "triceCheck.c",
- "Line": 2086
- },
- "15717": {
- "File": "triceCheck.c",
- "Line": 2087
- },
- "15718": {
- "File": "triceCheck.c",
- "Line": 2088
- },
- "15719": {
- "File": "triceCheck.c",
- "Line": 2089
- },
- "15720": {
- "File": "triceCheck.c",
- "Line": 2090
- },
- "15721": {
- "File": "triceCheck.c",
- "Line": 2092
- },
- "15722": {
- "File": "triceCheck.c",
- "Line": 2093
- },
- "15723": {
- "File": "triceCheck.c",
- "Line": 2094
- },
- "15724": {
- "File": "triceCheck.c",
- "Line": 2095
- },
- "15725": {
- "File": "triceCheck.c",
- "Line": 2096
- },
- "15726": {
- "File": "triceCheck.c",
- "Line": 2097
- },
- "15727": {
- "File": "triceCheck.c",
- "Line": 2098
- },
- "15728": {
- "File": "triceCheck.c",
- "Line": 2099
- },
- "15729": {
- "File": "triceCheck.c",
- "Line": 2100
- },
- "15730": {
- "File": "triceCheck.c",
- "Line": 2101
- },
- "15731": {
- "File": "triceCheck.c",
- "Line": 2102
- },
- "15732": {
- "File": "triceCheck.c",
- "Line": 2103
- },
- "15733": {
- "File": "triceCheck.c",
- "Line": 2104
- },
- "15734": {
- "File": "triceCheck.c",
- "Line": 2105
- },
- "15735": {
- "File": "triceCheck.c",
- "Line": 2106
- },
- "15736": {
- "File": "triceCheck.c",
- "Line": 2107
- },
- "15737": {
- "File": "triceCheck.c",
- "Line": 2108
- },
- "15738": {
- "File": "triceCheck.c",
- "Line": 2109
- },
- "15739": {
- "File": "triceCheck.c",
- "Line": 2110
- },
- "15740": {
- "File": "triceCheck.c",
- "Line": 2111
- },
- "15741": {
- "File": "triceCheck.c",
- "Line": 2111
- },
- "15742": {
- "File": "triceCheck.c",
- "Line": 2111
- },
- "15743": {
- "File": "triceCheck.c",
- "Line": 2112
- },
- "15744": {
- "File": "triceCheck.c",
- "Line": 2112
- },
- "15745": {
- "File": "triceCheck.c",
- "Line": 2112
- },
- "15746": {
- "File": "triceCheck.c",
- "Line": 2114
- },
- "15747": {
- "File": "triceCheck.c",
- "Line": 2115
- },
- "15748": {
- "File": "triceCheck.c",
- "Line": 2116
- },
- "15749": {
- "File": "triceCheck.c",
- "Line": 2117
- },
- "15750": {
- "File": "triceCheck.c",
- "Line": 2118
- },
- "15751": {
- "File": "triceCheck.c",
- "Line": 2119
- },
- "15752": {
- "File": "triceCheck.c",
- "Line": 2120
- },
- "15753": {
- "File": "triceCheck.c",
- "Line": 2121
- },
- "15754": {
- "File": "triceCheck.c",
- "Line": 2122
- },
- "15755": {
- "File": "triceCheck.c",
- "Line": 2123
- },
- "15756": {
- "File": "triceCheck.c",
- "Line": 2124
- },
- "15757": {
- "File": "triceCheck.c",
- "Line": 2125
- },
- "15758": {
- "File": "triceCheck.c",
- "Line": 2126
- },
- "15759": {
- "File": "triceCheck.c",
- "Line": 2127
- },
- "15760": {
- "File": "triceCheck.c",
- "Line": 2128
- },
- "15761": {
- "File": "triceCheck.c",
- "Line": 2129
- },
- "15762": {
- "File": "triceCheck.c",
- "Line": 2130
- },
- "15763": {
- "File": "triceCheck.c",
- "Line": 2131
- },
- "15764": {
- "File": "triceCheck.c",
- "Line": 2132
- },
- "15765": {
- "File": "triceCheck.c",
- "Line": 2133
- },
- "15766": {
- "File": "triceCheck.c",
- "Line": 2134
- },
- "15767": {
- "File": "triceCheck.c",
- "Line": 2135
- },
- "15768": {
- "File": "triceCheck.c",
- "Line": 2136
- },
- "15769": {
- "File": "triceCheck.c",
- "Line": 2137
- },
- "15770": {
- "File": "triceCheck.c",
- "Line": 2138
- },
- "15771": {
- "File": "triceCheck.c",
- "Line": 2139
- },
- "15772": {
- "File": "triceCheck.c",
- "Line": 2140
- },
- "15773": {
- "File": "triceCheck.c",
- "Line": 2141
- },
- "15774": {
- "File": "triceCheck.c",
- "Line": 2143
- },
- "15775": {
- "File": "triceCheck.c",
- "Line": 2144
- },
- "15776": {
- "File": "triceCheck.c",
- "Line": 2145
- },
- "15777": {
- "File": "triceCheck.c",
- "Line": 2146
- },
- "15778": {
- "File": "triceCheck.c",
- "Line": 2147
- },
- "15779": {
- "File": "triceCheck.c",
- "Line": 2148
- },
- "15780": {
- "File": "triceCheck.c",
- "Line": 2149
- },
- "15781": {
- "File": "triceCheck.c",
- "Line": 2150
- },
- "15782": {
- "File": "triceCheck.c",
- "Line": 2151
- },
- "15783": {
- "File": "triceCheck.c",
- "Line": 2152
- },
- "15784": {
- "File": "triceCheck.c",
- "Line": 2153
- },
- "15785": {
- "File": "triceCheck.c",
- "Line": 2154
- },
- "15786": {
- "File": "triceCheck.c",
- "Line": 2155
- },
- "15787": {
- "File": "triceCheck.c",
- "Line": 2156
- },
- "15788": {
- "File": "triceCheck.c",
- "Line": 2157
- },
- "15789": {
- "File": "triceCheck.c",
- "Line": 2158
- },
- "15790": {
- "File": "triceCheck.c",
- "Line": 2159
- },
- "15791": {
- "File": "triceCheck.c",
- "Line": 2160
- },
- "15792": {
- "File": "triceCheck.c",
- "Line": 2161
- },
- "15793": {
- "File": "triceCheck.c",
- "Line": 2162
- },
- "15794": {
- "File": "triceCheck.c",
- "Line": 2163
- },
- "15795": {
- "File": "triceCheck.c",
- "Line": 2164
- },
- "15796": {
- "File": "triceCheck.c",
- "Line": 2165
- },
- "15797": {
- "File": "triceCheck.c",
- "Line": 2166
- },
- "15798": {
- "File": "triceCheck.c",
- "Line": 2167
- },
- "15799": {
- "File": "triceCheck.c",
- "Line": 2168
- },
- "15800": {
- "File": "triceCheck.c",
- "Line": 2169
- },
- "15801": {
- "File": "triceCheck.c",
- "Line": 2171
- },
- "15802": {
- "File": "triceCheck.c",
- "Line": 2172
- },
- "15803": {
- "File": "triceCheck.c",
- "Line": 2173
- },
- "15804": {
- "File": "triceCheck.c",
- "Line": 2174
- },
- "15805": {
- "File": "triceCheck.c",
- "Line": 2175
- },
- "15806": {
- "File": "triceCheck.c",
- "Line": 2176
- },
- "15807": {
- "File": "triceCheck.c",
- "Line": 2177
- },
- "15808": {
- "File": "triceCheck.c",
- "Line": 2178
- },
- "15809": {
- "File": "triceCheck.c",
- "Line": 2179
- },
- "15810": {
- "File": "triceCheck.c",
- "Line": 2180
- },
- "15811": {
- "File": "triceCheck.c",
- "Line": 2181
- },
- "15812": {
- "File": "triceCheck.c",
- "Line": 2182
- },
- "15813": {
- "File": "triceCheck.c",
- "Line": 2183
- },
- "15814": {
- "File": "triceCheck.c",
- "Line": 2184
- },
- "15815": {
- "File": "triceCheck.c",
- "Line": 2185
- },
- "15816": {
- "File": "triceCheck.c",
- "Line": 2186
- },
- "15817": {
- "File": "triceCheck.c",
- "Line": 2187
- },
- "15818": {
- "File": "triceCheck.c",
- "Line": 2188
- },
- "15819": {
- "File": "triceCheck.c",
- "Line": 2189
- },
- "15820": {
- "File": "triceCheck.c",
- "Line": 2190
- },
- "15821": {
- "File": "triceCheck.c",
- "Line": 2191
- },
- "15822": {
- "File": "triceCheck.c",
- "Line": 2192
- },
- "15823": {
- "File": "triceCheck.c",
- "Line": 2193
- },
- "15824": {
- "File": "triceCheck.c",
- "Line": 2194
- },
- "15825": {
- "File": "triceCheck.c",
- "Line": 2195
- },
- "15826": {
- "File": "triceCheck.c",
- "Line": 2196
- },
- "15827": {
- "File": "triceCheck.c",
- "Line": 2197
- },
- "15828": {
- "File": "triceCheck.c",
- "Line": 2198
- },
- "15829": {
- "File": "triceCheck.c",
- "Line": 2200
- },
- "15830": {
- "File": "triceCheck.c",
- "Line": 2201
- },
- "15831": {
- "File": "triceCheck.c",
- "Line": 2202
- },
- "15832": {
- "File": "triceCheck.c",
- "Line": 2203
- },
- "15833": {
- "File": "triceCheck.c",
- "Line": 2204
- },
- "15834": {
- "File": "triceCheck.c",
- "Line": 2205
- },
- "15835": {
- "File": "triceCheck.c",
- "Line": 2206
- },
- "15836": {
- "File": "triceCheck.c",
- "Line": 2207
- },
- "15837": {
- "File": "triceCheck.c",
- "Line": 2208
- },
- "15838": {
- "File": "triceCheck.c",
- "Line": 2209
- },
- "15839": {
- "File": "triceCheck.c",
- "Line": 2210
- },
- "15840": {
- "File": "triceCheck.c",
- "Line": 2211
- },
- "15841": {
- "File": "triceCheck.c",
- "Line": 2212
- },
- "15842": {
- "File": "triceCheck.c",
- "Line": 2213
- },
- "15843": {
- "File": "triceCheck.c",
- "Line": 2214
- },
- "15844": {
- "File": "triceCheck.c",
- "Line": 2215
- },
- "15845": {
- "File": "triceCheck.c",
- "Line": 2216
- },
- "15846": {
- "File": "triceCheck.c",
- "Line": 2217
- },
- "15847": {
- "File": "triceCheck.c",
- "Line": 2218
- },
- "15848": {
- "File": "triceCheck.c",
- "Line": 2219
- },
- "15849": {
- "File": "triceCheck.c",
- "Line": 2220
- },
- "15850": {
- "File": "triceCheck.c",
- "Line": 2221
- },
- "15851": {
- "File": "triceCheck.c",
- "Line": 2222
- },
- "15852": {
- "File": "triceCheck.c",
- "Line": 2223
- },
- "15853": {
- "File": "triceCheck.c",
- "Line": 2224
- },
- "15854": {
- "File": "triceCheck.c",
- "Line": 2225
- },
- "15855": {
- "File": "triceCheck.c",
- "Line": 2226
- },
- "15856": {
- "File": "triceCheck.c",
- "Line": 2228
- },
- "15857": {
- "File": "triceCheck.c",
- "Line": 2229
- },
- "15858": {
- "File": "triceCheck.c",
- "Line": 2230
- },
- "15859": {
- "File": "triceCheck.c",
- "Line": 2231
- },
- "15860": {
- "File": "triceCheck.c",
- "Line": 2232
- },
- "15861": {
- "File": "triceCheck.c",
- "Line": 2233
- },
- "15862": {
- "File": "triceCheck.c",
- "Line": 2234
- },
- "15863": {
- "File": "triceCheck.c",
- "Line": 2235
- },
- "15864": {
- "File": "triceCheck.c",
- "Line": 2236
- },
- "15865": {
- "File": "triceCheck.c",
- "Line": 2237
- },
- "15866": {
- "File": "triceCheck.c",
- "Line": 2238
- },
- "15867": {
- "File": "triceCheck.c",
- "Line": 2239
- },
- "15868": {
- "File": "triceCheck.c",
- "Line": 2240
- },
- "15869": {
- "File": "triceCheck.c",
- "Line": 2241
- },
- "15870": {
- "File": "triceCheck.c",
- "Line": 2242
- },
- "15871": {
- "File": "triceCheck.c",
- "Line": 2243
- },
- "15872": {
- "File": "triceCheck.c",
- "Line": 2244
- },
- "15873": {
- "File": "triceCheck.c",
- "Line": 2245
- },
- "15874": {
- "File": "triceCheck.c",
- "Line": 2246
- },
- "15875": {
- "File": "triceCheck.c",
- "Line": 2247
- },
- "15876": {
- "File": "triceCheck.c",
- "Line": 2248
- },
- "15877": {
- "File": "triceCheck.c",
- "Line": 2249
- },
- "15878": {
- "File": "triceCheck.c",
- "Line": 2250
- },
- "15879": {
- "File": "triceCheck.c",
- "Line": 2251
- },
- "15880": {
- "File": "triceCheck.c",
- "Line": 2252
- },
- "15881": {
- "File": "triceCheck.c",
- "Line": 2253
- },
- "15882": {
- "File": "triceCheck.c",
- "Line": 2254
- },
- "15883": {
- "File": "triceCheck.c",
- "Line": 2255
- },
- "15884": {
- "File": "triceCheck.c",
- "Line": 2256
- },
- "15885": {
- "File": "triceCheck.c",
- "Line": 2257
- },
- "15886": {
- "File": "triceCheck.c",
- "Line": 2258
- },
- "15887": {
- "File": "triceCheck.c",
- "Line": 2259
- },
- "15888": {
- "File": "triceCheck.c",
- "Line": 2260
- },
- "15889": {
- "File": "triceCheck.c",
- "Line": 2261
- },
- "15890": {
- "File": "triceCheck.c",
- "Line": 2262
- },
- "15891": {
- "File": "triceCheck.c",
- "Line": 2263
- },
- "15892": {
- "File": "triceCheck.c",
- "Line": 2264
- },
- "15893": {
- "File": "triceCheck.c",
- "Line": 2265
- },
- "15894": {
- "File": "triceCheck.c",
- "Line": 2266
- },
- "15895": {
- "File": "triceCheck.c",
- "Line": 2267
- },
- "15896": {
- "File": "triceCheck.c",
- "Line": 2268
- },
- "15897": {
- "File": "triceCheck.c",
- "Line": 2269
- },
- "15898": {
- "File": "triceCheck.c",
- "Line": 2270
- },
- "15899": {
- "File": "triceCheck.c",
- "Line": 2271
- },
- "15900": {
- "File": "triceCheck.c",
- "Line": 2272
- },
- "15901": {
- "File": "triceCheck.c",
- "Line": 2273
- },
- "15902": {
- "File": "triceCheck.c",
- "Line": 2274
- },
- "15903": {
- "File": "triceCheck.c",
- "Line": 2275
- },
- "15904": {
- "File": "triceCheck.c",
- "Line": 2276
- },
- "15905": {
- "File": "triceCheck.c",
- "Line": 2277
- },
- "15906": {
- "File": "triceCheck.c",
- "Line": 2278
- },
- "15907": {
- "File": "triceCheck.c",
- "Line": 2279
- },
- "15908": {
- "File": "triceCheck.c",
- "Line": 2280
- },
- "15909": {
- "File": "triceCheck.c",
- "Line": 2281
- },
- "15910": {
- "File": "triceCheck.c",
- "Line": 2282
- },
- "15911": {
- "File": "triceCheck.c",
- "Line": 2283
- },
- "15912": {
- "File": "triceCheck.c",
- "Line": 2284
- },
- "15913": {
- "File": "triceCheck.c",
- "Line": 2285
- },
- "15914": {
- "File": "triceCheck.c",
- "Line": 2286
- },
- "15915": {
- "File": "triceCheck.c",
- "Line": 2287
- },
- "15916": {
- "File": "triceCheck.c",
- "Line": 2288
- },
- "15917": {
- "File": "triceCheck.c",
- "Line": 2289
- },
- "15918": {
- "File": "triceCheck.c",
- "Line": 2290
- },
- "15919": {
- "File": "triceCheck.c",
- "Line": 2291
- },
- "15920": {
- "File": "triceCheck.c",
- "Line": 2292
- },
- "15921": {
- "File": "triceCheck.c",
- "Line": 2293
- },
- "15922": {
- "File": "triceCheck.c",
- "Line": 2294
- },
- "15923": {
- "File": "triceCheck.c",
- "Line": 2295
- },
- "15924": {
- "File": "triceCheck.c",
- "Line": 2296
- },
- "15925": {
- "File": "triceCheck.c",
- "Line": 2297
- },
- "15926": {
- "File": "triceCheck.c",
- "Line": 2298
- },
- "15927": {
- "File": "triceCheck.c",
- "Line": 2299
- },
- "15928": {
- "File": "triceCheck.c",
- "Line": 2300
- },
- "15929": {
- "File": "triceCheck.c",
- "Line": 2301
- },
- "15930": {
- "File": "triceCheck.c",
- "Line": 2302
- },
- "15931": {
- "File": "triceCheck.c",
- "Line": 2304
- },
- "15932": {
- "File": "triceCheck.c",
- "Line": 2305
- },
- "15933": {
- "File": "triceCheck.c",
- "Line": 2306
- },
- "15934": {
- "File": "triceCheck.c",
- "Line": 2307
- },
- "15935": {
- "File": "triceCheck.c",
- "Line": 2308
- },
- "15936": {
- "File": "triceCheck.c",
- "Line": 2309
- },
- "15937": {
- "File": "triceCheck.c",
- "Line": 2310
- },
- "15938": {
- "File": "triceCheck.c",
- "Line": 2311
- },
- "15939": {
- "File": "triceCheck.c",
- "Line": 2312
- },
- "15940": {
- "File": "triceCheck.c",
- "Line": 2313
- },
- "15941": {
- "File": "triceCheck.c",
- "Line": 2314
- },
- "15942": {
- "File": "triceCheck.c",
- "Line": 2315
- },
- "15943": {
- "File": "triceCheck.c",
- "Line": 2316
- },
- "15944": {
- "File": "triceCheck.c",
- "Line": 2318
- },
- "15945": {
- "File": "triceCheck.c",
- "Line": 2319
- },
- "15946": {
- "File": "triceCheck.c",
- "Line": 2320
- },
- "15947": {
- "File": "triceCheck.c",
- "Line": 2321
- },
- "15948": {
- "File": "triceCheck.c",
- "Line": 2322
- },
- "15949": {
- "File": "triceCheck.c",
- "Line": 2323
- },
- "15950": {
- "File": "triceCheck.c",
- "Line": 2324
- },
- "15951": {
- "File": "triceCheck.c",
- "Line": 2325
- },
- "15952": {
- "File": "triceCheck.c",
- "Line": 2326
- },
- "15953": {
- "File": "triceCheck.c",
- "Line": 2327
- },
- "15954": {
- "File": "triceCheck.c",
- "Line": 2328
- },
- "15955": {
- "File": "triceCheck.c",
- "Line": 2329
- },
- "15956": {
- "File": "triceCheck.c",
- "Line": 2330
- },
- "15957": {
- "File": "triceCheck.c",
- "Line": 2331
- },
- "15958": {
- "File": "triceCheck.c",
- "Line": 2332
- },
- "15959": {
- "File": "triceCheck.c",
- "Line": 2333
- },
- "15960": {
- "File": "triceCheck.c",
- "Line": 2334
- },
- "15961": {
- "File": "triceCheck.c",
- "Line": 2335
- },
- "15962": {
- "File": "triceCheck.c",
- "Line": 2336
- },
- "15963": {
- "File": "triceCheck.c",
- "Line": 2337
- },
- "15964": {
- "File": "triceCheck.c",
- "Line": 2338
- },
- "15965": {
- "File": "triceCheck.c",
- "Line": 2339
- },
- "15966": {
- "File": "triceCheck.c",
- "Line": 2340
- },
- "15967": {
- "File": "triceCheck.c",
- "Line": 2341
- },
- "15968": {
- "File": "triceCheck.c",
- "Line": 2343
- },
- "15969": {
- "File": "triceCheck.c",
- "Line": 2344
- },
- "15970": {
- "File": "triceCheck.c",
- "Line": 2345
- },
- "15971": {
- "File": "triceCheck.c",
- "Line": 2346
- },
- "15972": {
- "File": "triceCheck.c",
- "Line": 2347
- },
- "15973": {
- "File": "triceCheck.c",
- "Line": 2348
- },
- "15974": {
- "File": "triceCheck.c",
- "Line": 2349
- },
- "15975": {
- "File": "triceCheck.c",
- "Line": 2350
- },
- "15976": {
- "File": "triceCheck.c",
- "Line": 2351
- },
- "15977": {
- "File": "triceCheck.c",
- "Line": 2352
- },
- "15978": {
- "File": "triceCheck.c",
- "Line": 2353
- },
- "15979": {
- "File": "triceCheck.c",
- "Line": 2354
- },
- "15980": {
- "File": "triceCheck.c",
- "Line": 2355
- },
- "15981": {
- "File": "triceCheck.c",
- "Line": 2356
- },
- "15982": {
- "File": "triceCheck.c",
- "Line": 2357
- },
- "15983": {
- "File": "triceCheck.c",
- "Line": 2358
- },
- "15984": {
- "File": "triceCheck.c",
- "Line": 2359
- },
- "15985": {
- "File": "triceCheck.c",
- "Line": 2360
- },
- "15986": {
- "File": "triceCheck.c",
- "Line": 2361
- },
- "15987": {
- "File": "triceCheck.c",
- "Line": 2362
- },
- "15988": {
- "File": "triceCheck.c",
- "Line": 2363
- },
- "15989": {
- "File": "triceCheck.c",
- "Line": 2364
- },
- "15990": {
- "File": "triceCheck.c",
- "Line": 2365
- },
- "15991": {
- "File": "triceCheck.c",
- "Line": 2366
- },
- "15992": {
- "File": "triceCheck.c",
- "Line": 2367
- },
- "15993": {
- "File": "triceCheck.c",
- "Line": 2368
- },
- "15994": {
- "File": "triceCheck.c",
- "Line": 2369
- },
- "15995": {
- "File": "triceCheck.c",
- "Line": 2370
- },
- "15996": {
- "File": "triceCheck.c",
- "Line": 2371
- },
- "15997": {
- "File": "triceCheck.c",
- "Line": 2372
- },
- "15998": {
- "File": "triceCheck.c",
- "Line": 2374
- },
- "15999": {
- "File": "triceCheck.c",
- "Line": 2375
- },
- "16000": {
- "File": "triceCheck.c",
- "Line": 2376
- },
- "16001": {
- "File": "triceCheck.c",
- "Line": 2377
- },
- "16002": {
- "File": "triceCheck.c",
- "Line": 2378
- },
- "16003": {
- "File": "triceCheck.c",
- "Line": 2379
- },
- "16004": {
- "File": "triceCheck.c",
- "Line": 2380
- },
- "16005": {
- "File": "triceCheck.c",
- "Line": 2381
- },
- "16006": {
- "File": "triceCheck.c",
- "Line": 2382
- },
- "16007": {
- "File": "triceCheck.c",
- "Line": 2383
- },
- "16008": {
- "File": "triceCheck.c",
- "Line": 2384
- },
- "16009": {
- "File": "triceCheck.c",
- "Line": 2385
- },
- "16010": {
- "File": "triceCheck.c",
- "Line": 2386
- },
- "16011": {
- "File": "triceCheck.c",
- "Line": 2387
- },
- "16012": {
- "File": "triceCheck.c",
- "Line": 2388
- },
- "16013": {
- "File": "triceCheck.c",
- "Line": 2389
- },
- "16014": {
- "File": "triceCheck.c",
- "Line": 2390
- },
- "16015": {
- "File": "triceCheck.c",
- "Line": 2391
- },
- "16016": {
- "File": "triceCheck.c",
- "Line": 2392
- },
- "16017": {
- "File": "triceCheck.c",
- "Line": 2393
- },
- "16018": {
- "File": "triceCheck.c",
- "Line": 2394
- },
- "16019": {
- "File": "triceCheck.c",
- "Line": 2395
- },
- "16020": {
- "File": "triceCheck.c",
- "Line": 2396
- },
- "16021": {
- "File": "triceCheck.c",
- "Line": 2397
- },
- "16022": {
- "File": "triceCheck.c",
- "Line": 2398
- },
- "16023": {
- "File": "triceCheck.c",
- "Line": 2399
- },
- "16024": {
- "File": "triceCheck.c",
- "Line": 2400
- },
- "16025": {
- "File": "triceCheck.c",
- "Line": 2401
- },
- "16026": {
- "File": "triceCheck.c",
- "Line": 2402
- },
- "16027": {
- "File": "triceCheck.c",
- "Line": 2403
- },
- "16028": {
- "File": "triceCheck.c",
- "Line": 2406
- },
- "16029": {
- "File": "triceCheck.c",
- "Line": 2408
- },
- "16030": {
- "File": "triceCheck.c",
- "Line": 2409
- },
- "16031": {
- "File": "triceCheck.c",
- "Line": 2410
- },
- "16032": {
- "File": "triceCheck.c",
- "Line": 2411
- },
- "16033": {
- "File": "triceCheck.c",
- "Line": 2412
- },
- "16034": {
- "File": "triceCheck.c",
- "Line": 2413
- },
- "16035": {
- "File": "triceCheck.c",
- "Line": 2414
- },
- "16036": {
- "File": "triceCheck.c",
- "Line": 2415
- },
- "16037": {
- "File": "triceCheck.c",
- "Line": 2416
- },
- "16038": {
- "File": "triceCheck.c",
- "Line": 2417
- },
- "16039": {
- "File": "triceCheck.c",
- "Line": 2418
- },
- "16040": {
- "File": "triceCheck.c",
- "Line": 2419
- },
- "16041": {
- "File": "triceCheck.c",
- "Line": 2421
- },
- "16042": {
- "File": "triceCheck.c",
- "Line": 2422
- },
- "16043": {
- "File": "triceCheck.c",
- "Line": 2423
- },
- "16044": {
- "File": "triceCheck.c",
- "Line": 2424
- },
- "16045": {
- "File": "triceCheck.c",
- "Line": 2425
- },
- "16046": {
- "File": "triceCheck.c",
- "Line": 2426
- },
- "16047": {
- "File": "triceCheck.c",
- "Line": 2427
- },
- "16048": {
- "File": "triceCheck.c",
- "Line": 2428
- },
- "16049": {
- "File": "triceCheck.c",
- "Line": 2429
- },
- "16050": {
- "File": "triceCheck.c",
- "Line": 2430
- },
- "16051": {
- "File": "triceCheck.c",
- "Line": 2431
- },
- "16052": {
- "File": "triceCheck.c",
- "Line": 2432
- },
- "16053": {
- "File": "triceCheck.c",
- "Line": 2433
- },
- "16054": {
- "File": "triceCheck.c",
- "Line": 2436
- },
- "16055": {
- "File": "triceCheck.c",
- "Line": 2437
- },
- "16056": {
- "File": "triceCheck.c",
- "Line": 2438
- },
- "16057": {
- "File": "triceCheck.c",
- "Line": 2439
- },
- "16058": {
- "File": "triceCheck.c",
- "Line": 2440
- },
- "16059": {
- "File": "triceCheck.c",
- "Line": 2441
- },
- "16060": {
- "File": "triceCheck.c",
- "Line": 2442
- },
- "16061": {
- "File": "triceCheck.c",
- "Line": 2443
- },
- "16062": {
- "File": "triceCheck.c",
- "Line": 2444
- },
- "16063": {
- "File": "triceCheck.c",
- "Line": 2445
- },
- "16064": {
- "File": "triceCheck.c",
- "Line": 2446
- },
- "16065": {
- "File": "triceCheck.c",
- "Line": 2447
- },
- "16066": {
- "File": "triceCheck.c",
- "Line": 2448
- },
- "16067": {
- "File": "triceCheck.c",
- "Line": 2450
- },
- "16068": {
- "File": "triceCheck.c",
- "Line": 2451
- },
- "16069": {
- "File": "triceCheck.c",
- "Line": 2452
- },
- "16070": {
- "File": "triceCheck.c",
- "Line": 2453
- },
- "16071": {
- "File": "triceCheck.c",
- "Line": 2454
- },
- "16072": {
- "File": "triceCheck.c",
- "Line": 2455
- },
- "16073": {
- "File": "triceCheck.c",
- "Line": 2456
- },
- "16074": {
- "File": "triceCheck.c",
- "Line": 2457
- },
- "16075": {
- "File": "triceCheck.c",
- "Line": 2458
- },
- "16076": {
- "File": "triceCheck.c",
- "Line": 2459
- },
- "16077": {
- "File": "triceCheck.c",
- "Line": 2460
- },
- "16078": {
- "File": "triceCheck.c",
- "Line": 2461
- },
- "16079": {
- "File": "triceCheck.c",
- "Line": 2462
- },
- "16080": {
- "File": "triceCheck.c",
- "Line": 2464
- },
- "16081": {
- "File": "triceCheck.c",
- "Line": 2465
- },
- "16082": {
- "File": "triceCheck.c",
- "Line": 2466
- },
- "16083": {
- "File": "triceCheck.c",
- "Line": 2467
- },
- "16084": {
- "File": "triceCheck.c",
- "Line": 2468
- },
- "16085": {
- "File": "triceCheck.c",
- "Line": 2469
- },
- "16086": {
- "File": "triceCheck.c",
- "Line": 2470
- },
- "16087": {
- "File": "triceCheck.c",
- "Line": 2472
- },
- "16088": {
- "File": "triceCheck.c",
- "Line": 2473
- },
- "16089": {
- "File": "triceCheck.c",
- "Line": 2474
- },
- "16090": {
- "File": "triceCheck.c",
- "Line": 2475
- },
- "16091": {
- "File": "triceCheck.c",
- "Line": 2476
- },
- "16092": {
- "File": "triceCheck.c",
- "Line": 2477
- },
- "16093": {
- "File": "triceCheck.c",
- "Line": 2478
- },
- "16094": {
- "File": "triceCheck.c",
- "Line": 2480
- },
- "16095": {
- "File": "triceCheck.c",
- "Line": 2481
- },
- "16096": {
- "File": "triceCheck.c",
- "Line": 2482
- },
- "16097": {
- "File": "triceCheck.c",
- "Line": 2483
- },
- "16098": {
- "File": "triceCheck.c",
- "Line": 2484
- },
- "16099": {
- "File": "triceCheck.c",
- "Line": 2485
- },
- "16100": {
- "File": "triceCheck.c",
- "Line": 2486
- },
- "16101": {
- "File": "triceCheck.c",
- "Line": 2488
- },
- "16102": {
- "File": "triceCheck.c",
- "Line": 2489
- },
- "16103": {
- "File": "triceCheck.c",
- "Line": 2490
- },
- "16104": {
- "File": "triceCheck.c",
- "Line": 2491
- },
- "16105": {
- "File": "triceCheck.c",
- "Line": 2492
- },
- "16106": {
- "File": "triceCheck.c",
- "Line": 2493
- },
- "16107": {
- "File": "triceCheck.c",
- "Line": 2494
- },
- "16108": {
- "File": "triceCheck.c",
- "Line": 2496
- },
- "16109": {
- "File": "triceCheck.c",
- "Line": 2497
- },
- "16110": {
- "File": "triceCheck.c",
- "Line": 2498
- },
- "16111": {
- "File": "triceCheck.c",
- "Line": 2499
- },
- "16112": {
- "File": "triceCheck.c",
- "Line": 2500
- },
- "16113": {
- "File": "triceCheck.c",
- "Line": 2501
- },
- "16114": {
- "File": "triceCheck.c",
- "Line": 2502
- },
- "16115": {
- "File": "triceCheck.c",
- "Line": 2504
- },
- "16116": {
- "File": "triceCheck.c",
- "Line": 2505
- },
- "16117": {
- "File": "triceCheck.c",
- "Line": 2506
- },
- "16118": {
- "File": "triceCheck.c",
- "Line": 2507
- },
- "16119": {
- "File": "triceCheck.c",
- "Line": 2508
- },
- "16120": {
- "File": "triceCheck.c",
- "Line": 2509
- },
- "16121": {
- "File": "triceCheck.c",
- "Line": 2510
- },
- "16122": {
- "File": "triceCheck.c",
- "Line": 2512
- },
- "16123": {
- "File": "triceCheck.c",
- "Line": 2513
- },
- "16124": {
- "File": "triceCheck.c",
- "Line": 2514
- },
- "16125": {
- "File": "triceCheck.c",
- "Line": 2515
- },
- "16126": {
- "File": "triceCheck.c",
- "Line": 2516
- },
- "16127": {
- "File": "triceCheck.c",
- "Line": 2517
- },
- "16128": {
- "File": "triceCheck.c",
- "Line": 2518
- },
- "16129": {
- "File": "triceCheck.c",
- "Line": 2520
- },
- "16130": {
- "File": "triceCheck.c",
- "Line": 2521
- },
- "16131": {
- "File": "triceCheck.c",
- "Line": 2522
- },
- "16132": {
- "File": "triceCheck.c",
- "Line": 2523
- },
- "16133": {
- "File": "triceCheck.c",
- "Line": 2524
- },
- "16134": {
- "File": "triceCheck.c",
- "Line": 2525
- },
- "16135": {
- "File": "triceCheck.c",
- "Line": 2526
- },
- "16136": {
- "File": "triceCheck.c",
- "Line": 2528
- },
- "16137": {
- "File": "triceCheck.c",
- "Line": 2529
- },
- "16138": {
- "File": "triceCheck.c",
- "Line": 2530
- },
- "16139": {
- "File": "triceCheck.c",
- "Line": 2531
- },
- "16140": {
- "File": "triceCheck.c",
- "Line": 2532
- },
- "16141": {
- "File": "triceCheck.c",
- "Line": 2533
- },
- "16142": {
- "File": "triceCheck.c",
- "Line": 2534
- },
- "16143": {
- "File": "triceCheck.c",
- "Line": 2536
- },
- "16144": {
- "File": "triceCheck.c",
- "Line": 2537
- },
- "16145": {
- "File": "triceCheck.c",
- "Line": 2538
- },
- "16146": {
- "File": "triceCheck.c",
- "Line": 2539
- },
- "16147": {
- "File": "triceCheck.c",
- "Line": 2540
- },
- "16148": {
- "File": "triceCheck.c",
- "Line": 2541
- },
- "16149": {
- "File": "triceCheck.c",
- "Line": 2542
- },
- "16150": {
- "File": "triceCheck.c",
- "Line": 2544
- },
- "16151": {
- "File": "triceCheck.c",
- "Line": 2545
- },
- "16152": {
- "File": "triceCheck.c",
- "Line": 2546
- },
- "16153": {
- "File": "triceCheck.c",
- "Line": 2547
- },
- "16154": {
- "File": "triceCheck.c",
- "Line": 2548
- },
- "16155": {
- "File": "triceCheck.c",
- "Line": 2549
- },
- "16156": {
- "File": "triceCheck.c",
- "Line": 2550
- },
- "16157": {
- "File": "triceCheck.c",
- "Line": 2552
- },
- "16158": {
- "File": "triceCheck.c",
- "Line": 2553
- },
- "16159": {
- "File": "triceCheck.c",
- "Line": 2554
- },
- "16160": {
- "File": "triceCheck.c",
- "Line": 2555
- },
- "16161": {
- "File": "triceCheck.c",
- "Line": 2556
- },
- "16162": {
- "File": "triceCheck.c",
- "Line": 2557
- },
- "16163": {
- "File": "triceCheck.c",
- "Line": 2558
- },
- "16164": {
- "File": "triceCheck.c",
- "Line": 2594
- },
- "16165": {
- "File": "triceCheck.c",
- "Line": 2595
- },
- "16166": {
- "File": "triceCheck.c",
- "Line": 2605
- },
- "16167": {
- "File": "triceCheck.c",
- "Line": 2606
- },
- "16168": {
- "File": "triceCheck.c",
- "Line": 2724
- },
- "16169": {
- "File": "triceCheck.c",
- "Line": 2725
- },
- "16170": {
- "File": "triceCheck.c",
- "Line": 2726
- },
- "16171": {
- "File": "triceCheck.c",
- "Line": 2728
- },
- "16172": {
- "File": "triceCheck.c",
- "Line": 2729
- },
- "16173": {
- "File": "triceCheck.c",
- "Line": 2730
- },
- "16174": {
- "File": "triceCheck.c",
- "Line": 2736
- },
- "16175": {
- "File": "triceCheck.c",
- "Line": 2737
- },
- "16176": {
- "File": "triceCheck.c",
- "Line": 2738
- },
- "16177": {
- "File": "triceCheck.c",
- "Line": 2740
- },
- "16178": {
- "File": "triceCheck.c",
- "Line": 2741
- },
- "16179": {
- "File": "triceCheck.c",
- "Line": 2742
- },
- "16180": {
- "File": "triceCheck.c",
- "Line": 2753
- },
- "16181": {
- "File": "triceCheck.c",
- "Line": 2760
- },
- "16182": {
- "File": "triceCheck.c",
- "Line": 2761
- },
- "16194": {
- "File": "main.c",
- "Line": 336
- },
- "16195": {
- "File": "main.c",
- "Line": 363
- },
- "16196": {
- "File": "triceConfig.h",
- "Line": 45
- },
- "16197": {
- "File": "triceConfig.h",
- "Line": 56
- },
- "16198": {
- "File": "triceConfig.h",
- "Line": 66
- },
- "16199": {
- "File": "triceConfig.h",
- "Line": 76
- },
- "16200": {
- "File": "triceConfig.h",
- "Line": 86
- },
- "16201": {
- "File": "triceConfig.h",
- "Line": 96
- },
- "16202": {
- "File": "triceConfig.h",
- "Line": 106
- },
- "16203": {
- "File": "triceConfig.h",
- "Line": 116
- },
- "16204": {
- "File": "triceConfig.h",
- "Line": 126
- },
- "16205": {
- "File": "triceConfig.h",
- "Line": 136
- },
- "16206": {
- "File": "triceConfig.h",
- "Line": 146
- },
- "16207": {
- "File": "triceConfig.h",
- "Line": 156
- },
- "16208": {
- "File": "triceConfig.h",
- "Line": 166
- },
- "16209": {
- "File": "triceConfig.h",
- "Line": 176
- },
- "16210": {
- "File": "triceConfig.h",
- "Line": 186
- },
- "16211": {
- "File": "triceConfig.h",
- "Line": 196
- },
- "16212": {
- "File": "triceConfig.h",
- "Line": 206
- },
- "16213": {
- "File": "triceConfig.h",
- "Line": 216
- },
- "16214": {
- "File": "triceConfig.h",
- "Line": 224
- },
- "16215": {
- "File": "triceConfig.h",
- "Line": 232
- },
- "16216": {
- "File": "triceConfig.h",
- "Line": 240
- },
- "16217": {
- "File": "triceConfig.h",
- "Line": 248
- },
- "16218": {
- "File": "triceConfig.h",
- "Line": 256
- },
- "16219": {
- "File": "triceConfig.h",
- "Line": 264
- },
- "16220": {
- "File": "triceConfig.h",
- "Line": 272
- },
- "16221": {
- "File": "triceConfig.h",
- "Line": 280
- },
- "16222": {
- "File": "triceConfig.h",
- "Line": 289
- },
- "16223": {
- "File": "triceConfig.h",
- "Line": 298
- },
- "16224": {
- "File": "triceConfig.h",
- "Line": 307
- },
- "16225": {
- "File": "triceConfig.h",
- "Line": 316
- },
- "16226": {
- "File": "triceConfig.h",
- "Line": 325
- },
- "16227": {
- "File": "triceConfig.h",
- "Line": 334
- },
- "16228": {
- "File": "triceConfig.h",
- "Line": 343
- },
- "16229": {
- "File": "triceConfig.h",
- "Line": 353
- },
- "16230": {
- "File": "triceConfig.h",
- "Line": 363
- },
- "16231": {
- "File": "triceConfig.h",
- "Line": 373
- },
- "16232": {
- "File": "triceConfig.h",
- "Line": 383
- },
- "16233": {
- "File": "triceConfig.h",
- "Line": 393
- },
- "16234": {
- "File": "triceConfig.h",
- "Line": 403
- },
- "16235": {
- "File": "triceConfig.h",
- "Line": 413
- },
- "16236": {
- "File": "triceConfig.h",
- "Line": 423
- },
- "16237": {
- "File": "triceConfig.h",
- "Line": 433
- },
- "16238": {
- "File": "triceConfig.h",
- "Line": 443
- },
- "16239": {
- "File": "triceConfig.h",
- "Line": 453
- },
- "16240": {
- "File": "stm32l4xx_it.c",
- "Line": 200
- },
- "16241": {
- "File": "stm32l4xx_it.c",
- "Line": 206
- },
- "16242": {
- "File": "triceConfig.h",
- "Line": 463
- },
- "16243": {
- "File": "triceConfig.h",
- "Line": 473
- },
- "16244": {
- "File": "triceConfig.h",
- "Line": 483
- },
- "16245": {
- "File": "triceConfig.h",
- "Line": 493
- },
- "16246": {
- "File": "triceConfig.h",
- "Line": 503
- },
- "16247": {
- "File": "triceConfig.h",
- "Line": 513
- },
- "16248": {
- "File": "triceConfig.h",
- "Line": 521
- },
- "16249": {
- "File": "triceConfig.h",
- "Line": 529
- },
- "16250": {
- "File": "triceConfig.h",
- "Line": 537
- },
- "16251": {
- "File": "triceConfig.h",
- "Line": 545
- },
- "16252": {
- "File": "triceConfig.h",
- "Line": 553
- },
- "16253": {
- "File": "triceConfig.h",
- "Line": 561
- },
- "16254": {
- "File": "triceConfig.h",
- "Line": 569
- },
- "16255": {
- "File": "triceConfig.h",
- "Line": 577
- },
- "16256": {
- "File": "triceConfig.h",
- "Line": 586
- },
- "16257": {
- "File": "triceConfig.h",
- "Line": 595
- },
- "16258": {
- "File": "triceConfig.h",
- "Line": 604
- },
- "16259": {
- "File": "triceConfig.h",
- "Line": 613
- },
- "16260": {
- "File": "triceConfig.h",
- "Line": 622
- },
- "16261": {
- "File": "triceConfig.h",
- "Line": 631
- },
- "16262": {
- "File": "triceConfig.h",
- "Line": 640
- },
- "16263": {
- "File": "triceConfig.h",
- "Line": 649
- },
- "16264": {
- "File": "triceConfig.h",
- "Line": 659
- },
- "16265": {
- "File": "triceConfig.h",
- "Line": 669
- },
- "16266": {
- "File": "triceConfig.h",
- "Line": 679
- },
- "16267": {
- "File": "triceConfig.h",
- "Line": 689
- },
- "16268": {
- "File": "triceConfig.h",
- "Line": 699
- },
- "16269": {
- "File": "triceConfig.h",
- "Line": 709
- },
- "16270": {
- "File": "triceConfig.h",
- "Line": 719
- },
- "16271": {
- "File": "triceConfig.h",
- "Line": 729
- },
- "16272": {
- "File": "triceConfig.h",
- "Line": 739
- },
- "16273": {
- "File": "triceConfig.h",
- "Line": 749
- },
- "16274": {
- "File": "triceConfig.h",
- "Line": 759
- },
- "16275": {
- "File": "triceConfig.h",
- "Line": 769
- },
- "16276": {
- "File": "triceConfig.h",
- "Line": 779
- },
- "16277": {
- "File": "triceConfig.h",
- "Line": 789
- },
- "16278": {
- "File": "triceConfig.h",
- "Line": 799
- },
- "16279": {
- "File": "triceConfig.h",
- "Line": 809
- },
- "16280": {
- "File": "triceConfig.h",
- "Line": 817
- },
- "16281": {
- "File": "triceConfig.h",
- "Line": 825
- },
- "16282": {
- "File": "triceConfig.h",
- "Line": 833
- },
- "16283": {
- "File": "triceConfig.h",
- "Line": 841
- },
- "16284": {
- "File": "triceConfig.h",
- "Line": 849
- },
- "16285": {
- "File": "triceConfig.h",
- "Line": 857
- },
- "16286": {
- "File": "triceConfig.h",
- "Line": 865
- },
- "16287": {
- "File": "triceConfig.h",
- "Line": 873
- },
- "16288": {
- "File": "triceConfig.h",
- "Line": 882
- },
- "16289": {
- "File": "triceConfig.h",
- "Line": 891
- },
- "16290": {
- "File": "triceConfig.h",
- "Line": 900
- },
- "16291": {
- "File": "triceConfig.h",
- "Line": 909
- },
- "16292": {
- "File": "triceConfig.h",
- "Line": 918
- },
- "16293": {
- "File": "triceConfig.h",
- "Line": 927
- },
- "16294": {
- "File": "triceConfig.h",
- "Line": 936
- },
- "16295": {
- "File": "triceConfig.h",
- "Line": 987
- },
- "16296": {
- "File": "triceConfig.h",
- "Line": 997
- },
- "16297": {
- "File": "triceConfig.h",
- "Line": 1014
- },
- "16298": {
- "File": "triceConfig.h",
- "Line": 1023
- },
- "16326": {
- "File": "triceExamples.c",
- "Line": 77
- },
- "16327": {
- "File": "triceExamples.c",
- "Line": 76
- },
- "16328": {
- "File": "triceExamples.c",
- "Line": 74
- },
- "16329": {
- "File": "triceExamples.c",
- "Line": 72
- },
- "16330": {
- "File": "triceExamples.c",
- "Line": 69
- },
- "16331": {
- "File": "triceExamples.c",
- "Line": 67
- },
- "16332": {
- "File": "triceExamples.c",
- "Line": 65
- },
- "16333": {
- "File": "triceExamples.c",
- "Line": 63
- },
- "16334": {
- "File": "triceExamples.c",
- "Line": 61
- },
- "16335": {
- "File": "triceExamples.c",
- "Line": 52
- },
- "16336": {
- "File": "triceExamples.c",
- "Line": 50
- },
- "16337": {
- "File": "triceExamples.c",
- "Line": 49
- },
- "16338": {
- "File": "triceExamples.c",
- "Line": 48
- },
- "16339": {
- "File": "triceExamples.c",
- "Line": 47
- },
- "16340": {
- "File": "triceExamples.c",
- "Line": 46
- },
- "16341": {
- "File": "triceExamples.c",
- "Line": 45
- },
- "16342": {
- "File": "triceExamples.c",
- "Line": 44
- },
- "16343": {
- "File": "triceExamples.c",
- "Line": 43
- },
- "16344": {
- "File": "triceExamples.c",
- "Line": 42
- },
- "16345": {
- "File": "triceExamples.c",
- "Line": 40
- },
- "16346": {
- "File": "triceExamples.c",
- "Line": 39
- },
- "16347": {
- "File": "triceExamples.c",
- "Line": 38
- },
- "16348": {
- "File": "triceExamples.c",
- "Line": 37
- },
- "16349": {
- "File": "triceExamples.c",
- "Line": 36
- },
- "16350": {
- "File": "triceExamples.c",
- "Line": 35
- },
- "16351": {
- "File": "triceExamples.c",
- "Line": 34
- },
- "16352": {
- "File": "triceExamples.c",
- "Line": 33
- },
- "16353": {
- "File": "triceExamples.c",
- "Line": 32
- },
- "16354": {
- "File": "triceExamples.c",
- "Line": 31
- },
- "16355": {
- "File": "triceExamples.c",
- "Line": 30
- },
- "16356": {
- "File": "triceExamples.c",
- "Line": 29
- },
- "16357": {
- "File": "triceExamples.c",
- "Line": 28
- },
- "16358": {
- "File": "triceExamples.c",
- "Line": 27
- },
- "16359": {
- "File": "triceExamples.c",
- "Line": 26
- },
- "16360": {
- "File": "triceExamples.c",
- "Line": 25
- },
- "16361": {
- "File": "triceExamples.c",
- "Line": 24
- },
- "16362": {
- "File": "triceExamples.c",
- "Line": 23
- },
- "16363": {
- "File": "triceExamples.c",
- "Line": 22
- },
- "16364": {
- "File": "triceExamples.c",
- "Line": 21
- },
- "16365": {
- "File": "triceExamples.c",
- "Line": 20
- },
- "16366": {
- "File": "triceExamples.c",
- "Line": 19
- },
- "16367": {
- "File": "triceExamples.c",
- "Line": 18
- },
- "16368": {
- "File": "triceExamples.c",
- "Line": 17
- },
- "16369": {
- "File": "triceExamples.c",
- "Line": 12
- },
- "16370": {
- "File": "triceLogDiagData.c",
- "Line": 77
- },
- "16371": {
- "File": "triceLogDiagData.c",
- "Line": 75
- },
- "16372": {
- "File": "triceLogDiagData.c",
- "Line": 69
- },
- "16373": {
- "File": "triceLogDiagData.c",
- "Line": 67
- },
- "16374": {
- "File": "triceLogDiagData.c",
- "Line": 56
- },
- "16375": {
- "File": "triceLogDiagData.c",
- "Line": 52
- },
- "16376": {
- "File": "triceLogDiagData.c",
- "Line": 50
- },
- "16377": {
- "File": "triceLogDiagData.c",
- "Line": 46
- },
- "16378": {
- "File": "triceLogDiagData.c",
- "Line": 44
- },
- "16379": {
- "File": "triceLogDiagData.c",
- "Line": 37
- },
- "16380": {
- "File": "triceLogDiagData.c",
- "Line": 32
- },
- "16381": {
- "File": "triceLogDiagData.c",
- "Line": 26
- },
- "16382": {
- "File": "triceLogDiagData.c",
- "Line": 21
- },
- "16383": {
- "File": "triceLogDiagData.c",
- "Line": 19
- }
-}
\ No newline at end of file
diff --git a/examples/L432_inst/til.json b/examples/L432_inst/til.json
deleted file mode 100644
index 7e1583227..000000000
--- a/examples/L432_inst/til.json
+++ /dev/null
@@ -1,9386 +0,0 @@
-{
- "14000": {
- "Type": "TRice",
- "Strg": "\\rTriceCheck %4d"
- },
- "14001": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14002": {
- "Type": "TRice",
- "Strg": "Hello World!\\n"
- },
- "14003": {
- "Type": "TRice",
- "Strg": "info:This is a message without values and a 32-bit stamp.\\n"
- },
- "14004": {
- "Type": "Trice",
- "Strg": "info:This is a message without values and a 16-bit stamp.\\n"
- },
- "14005": {
- "Type": "trice",
- "Strg": "info:This is a message without values and without stamp.\\n"
- },
- "14006": {
- "Type": "trice",
- "Strg": "sig:trice without stamp and with 0 to 12 values (most common use cases)\\n"
- },
- "14007": {
- "Type": "trice",
- "Strg": "rd:trice\\n"
- },
- "14008": {
- "Type": "trice",
- "Strg": "rd:trice %d\\n"
- },
- "14009": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d\\n"
- },
- "14010": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d\\n"
- },
- "14011": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d\\n"
- },
- "14012": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d\\n"
- },
- "14013": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d\\n"
- },
- "14014": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14015": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14016": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14017": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14018": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14019": {
- "Type": "trice",
- "Strg": "rd:trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14020": {
- "Type": "Trice",
- "Strg": "sig:Trice with 16-bit stamp and with 0 to 12 values (common use cases)\\n"
- },
- "14021": {
- "Type": "Trice",
- "Strg": "rd:Trice\\n"
- },
- "14022": {
- "Type": "Trice",
- "Strg": "rd:Trice %d\\n"
- },
- "14023": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d\\n"
- },
- "14024": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d\\n"
- },
- "14025": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d\\n"
- },
- "14026": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d\\n"
- },
- "14027": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d\\n"
- },
- "14028": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14029": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14030": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14031": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14032": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14033": {
- "Type": "Trice",
- "Strg": "rd:Trice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14034": {
- "Type": "TRice",
- "Strg": "sig:TRice with 32-bit stamp and with 0 to 12 values (common use cases)\\n"
- },
- "14035": {
- "Type": "TRice",
- "Strg": "rd:TRice\\n"
- },
- "14036": {
- "Type": "TRice",
- "Strg": "rd:TRice %d\\n"
- },
- "14037": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d\\n"
- },
- "14038": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d\\n"
- },
- "14039": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d\\n"
- },
- "14040": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d\\n"
- },
- "14041": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d\\n"
- },
- "14042": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14043": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14044": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14045": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14046": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14047": {
- "Type": "TRice",
- "Strg": "rd:TRice %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14048": {
- "Type": "trice",
- "Strg": "sig:trice16 with 1 to 12 pointer\\n"
- },
- "14049": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p\\n"
- },
- "14050": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p\\n"
- },
- "14051": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p\\n"
- },
- "14052": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p\\n"
- },
- "14053": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p\\n"
- },
- "14054": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p\\n"
- },
- "14055": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14056": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14057": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14058": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14059": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14060": {
- "Type": "trice16",
- "Strg": "rd:trice16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14061": {
- "Type": "trice8",
- "Strg": "rd:trice8 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14062": {
- "Type": "trice32",
- "Strg": "rd:trice32 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "14063": {
- "Type": "trice",
- "Strg": "sig:trice16 with 1 to 12 hex\\n"
- },
- "14064": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X\\n"
- },
- "14065": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X\\n"
- },
- "14066": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X\\n"
- },
- "14067": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X\\n"
- },
- "14068": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X\\n"
- },
- "14069": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X\\n"
- },
- "14070": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14071": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14072": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14073": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14074": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14075": {
- "Type": "trice16",
- "Strg": "rd:trice16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14076": {
- "Type": "trice8",
- "Strg": "rd:trice8 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14077": {
- "Type": "trice32",
- "Strg": "rd:trice32 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "14078": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14079": {
- "Type": "trice",
- "Strg": "--------------------------------------------------\\n"
- },
- "14080": {
- "Type": "trice32",
- "Strg": "msg: message = %08x %08x %08x %08x %08x %08x\\n"
- },
- "14081": {
- "Type": "trice32",
- "Strg": "tim: pre TriceEncryption SysTick=%d\\n"
- },
- "14082": {
- "Type": "trice32",
- "Strg": "tim: post TriceEncryption SysTick=%d\\n"
- },
- "14083": {
- "Type": "trice32",
- "Strg": "att: TriceEncrypted = %08x %08x %08x %08x %08x %08x\\n"
- },
- "14084": {
- "Type": "trice16_1",
- "Strg": "tim: pre TriceDecryption SysTick=%d\\n"
- },
- "14085": {
- "Type": "trice16_1",
- "Strg": "tim: post TriceDecryption SysTick=%d\\n"
- },
- "14086": {
- "Type": "trice32",
- "Strg": "msg: messge = %08x %08x %08x %08x %08x %08x\\n"
- },
- "14087": {
- "Type": "trice",
- "Strg": "--------------------------------------------------\\n"
- },
- "14088": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14089": {
- "Type": "trice",
- "Strg": "dbg:Hi!\\n"
- },
- "14090": {
- "Type": "trice",
- "Strg": "dbg:\tHi!\\n"
- },
- "14091": {
- "Type": "trice",
- "Strg": "sig:Some time measurements\\n"
- },
- "14092": {
- "Type": "trice",
- "Strg": "isr:trice isr message, SysTick is %6d\\n"
- },
- "14093": {
- "Type": "trice",
- "Strg": "isr:trice isr message, SysTick is %6d\\n"
- },
- "14094": {
- "Type": "trice",
- "Strg": "isr:trice isr message, SysTick is %6d\\n"
- },
- "14095": {
- "Type": "trice",
- "Strg": "isr:trice isr message, SysTick is %6d\\n"
- },
- "14096": {
- "Type": "trice_1",
- "Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
- },
- "14097": {
- "Type": "trice_1",
- "Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
- },
- "14098": {
- "Type": "trice_1",
- "Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
- },
- "14099": {
- "Type": "trice_1",
- "Strg": "isr:trice_1 isr message, SysTick is %6d\\n"
- },
- "14100": {
- "Type": "TRICE16_1",
- "Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
- },
- "14101": {
- "Type": "TRICE16_1",
- "Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
- },
- "14102": {
- "Type": "TRICE16_1",
- "Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
- },
- "14103": {
- "Type": "TRICE16_1",
- "Strg": "isr:TRICE16_1 isr message, SysTick is %6d\\n"
- },
- "14104": {
- "Type": "TRICE_1",
- "Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
- },
- "14105": {
- "Type": "TRICE_1",
- "Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
- },
- "14106": {
- "Type": "TRICE_1",
- "Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
- },
- "14107": {
- "Type": "TRICE_1",
- "Strg": "isr:TRICE_1 isr message, SysTick is %6d\\n"
- },
- "14108": {
- "Type": "TRICE",
- "Strg": "isr:TRICE isr message, SysTick is %6d\\n"
- },
- "14109": {
- "Type": "TRICE",
- "Strg": "isr:TRICE isr message, SysTick is %6d\\n"
- },
- "14110": {
- "Type": "TRICE",
- "Strg": "isr:TRICE isr message, SysTick is %6d\\n"
- },
- "14111": {
- "Type": "TRICE",
- "Strg": "isr:TRICE isr message, SysTick is %6d\\n"
- },
- "14112": {
- "Type": "trice",
- "Strg": "tim:trice START time message\\n"
- },
- "14113": {
- "Type": "trice",
- "Strg": "tim:trice STOP time message\\n"
- },
- "14114": {
- "Type": "trice",
- "Strg": "tim:trice START time message\\n"
- },
- "14115": {
- "Type": "trice",
- "Strg": "tim:trice STOP time message\\n"
- },
- "14116": {
- "Type": "trice",
- "Strg": "tim:trice START time message\\n"
- },
- "14117": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d\\n"
- },
- "14118": {
- "Type": "trice",
- "Strg": "tim:trice STOP time message\\n"
- },
- "14119": {
- "Type": "TRICE",
- "Strg": "tim:TRICE START time message\\n"
- },
- "14120": {
- "Type": "TRICE",
- "Strg": "tim:TRICE STOP time message\\n"
- },
- "14121": {
- "Type": "TRICE",
- "Strg": "tim:TRICE START time message\\n"
- },
- "14122": {
- "Type": "TRICE",
- "Strg": "tim:TRICE STOP time message\\n"
- },
- "14123": {
- "Type": "TRICE",
- "Strg": "tim:TRICE START time message\\n"
- },
- "14124": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d\\n"
- },
- "14125": {
- "Type": "TRICE",
- "Strg": "tim:TRICE STOP time message\\n"
- },
- "14126": {
- "Type": "trice",
- "Strg": "tim:trice --------------------------------------------------\\n"
- },
- "14127": {
- "Type": "trice",
- "Strg": "tim:trice --------------------------------------------------\\n"
- },
- "14128": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d\\n"
- },
- "14129": {
- "Type": "trice",
- "Strg": "tim:trice --------------------------------------------------\\n"
- },
- "14130": {
- "Type": "trice",
- "Strg": "tim:trice --------------------------------------------------\\n"
- },
- "14131": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d\\n"
- },
- "14132": {
- "Type": "trice32_1",
- "Strg": "rd:trice32_1 %d\\n"
- },
- "14133": {
- "Type": "trice64_1",
- "Strg": "rd:trice64_1 %d\\n"
- },
- "14134": {
- "Type": "trice32_2",
- "Strg": "rd:trice32_2 %d,%d\\n"
- },
- "14135": {
- "Type": "trice64_2",
- "Strg": "rd:trice64_2 %d,%d\\n"
- },
- "14136": {
- "Type": "TRice64",
- "Strg": "info:12 64-bit values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
- },
- "14137": {
- "Type": "Trice64",
- "Strg": "info:12 64-bit values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
- },
- "14138": {
- "Type": "trice64",
- "Strg": "info:12 64-bit values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
- },
- "14139": {
- "Type": "TRice32",
- "Strg": "info:12 32-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 32-bit stamp.\\n"
- },
- "14140": {
- "Type": "Trice32",
- "Strg": "info:12 32-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 16-bit stamp.\\n"
- },
- "14141": {
- "Type": "trice32",
- "Strg": "info:12 32-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and without stamp.\\n"
- },
- "14142": {
- "Type": "TRice16",
- "Strg": "info:12 16-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 32-bit stamp.\\n"
- },
- "14143": {
- "Type": "Trice16",
- "Strg": "info:12 16-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 16-bit stamp.\\n"
- },
- "14144": {
- "Type": "trice16",
- "Strg": "info:12 16-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and without stamp.\\n"
- },
- "14145": {
- "Type": "TRice8",
- "Strg": "info:12 8-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 32-bit stamp.\\n"
- },
- "14146": {
- "Type": "Trice8",
- "Strg": "info:12 8-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and a 16-bit stamp.\\n"
- },
- "14147": {
- "Type": "trice8",
- "Strg": "info:12 8-bit values %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d and without stamp.\\n"
- },
- "14148": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14149": {
- "Type": "TRice16",
- "Strg": "att: 0x8888 == %04xh\\n"
- },
- "14150": {
- "Type": "Trice16",
- "Strg": "att: 0x8888 == %04xh\\n"
- },
- "14151": {
- "Type": "trice16",
- "Strg": "att: 0x8888 == %04xh\\n"
- },
- "14152": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14153": {
- "Type": "trice8",
- "Strg": "value=%x\\n"
- },
- "14154": {
- "Type": "trice8",
- "Strg": "value=%x\\n"
- },
- "14155": {
- "Type": "trice",
- "Strg": "att:mixed int \u0026 float \u0026 double \u0026 bits\\n"
- },
- "14156": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
- },
- "14157": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
- },
- "14158": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %x, float %f (%%f), %08x, %032b\\n"
- },
- "14159": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
- },
- "14160": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
- },
- "14161": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %d, float %f (%%f), %08x, %032b\\n"
- },
- "14162": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 int %X, float %f (%%f), %08x, %032b\\n"
- },
- "14163": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
- },
- "14164": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
- },
- "14165": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
- },
- "14166": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
- },
- "14167": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %d, double %f (%%f), %016x, %064b\\n"
- },
- "14168": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 int %X, double %f (%%f), %016x, %064b\\n"
- },
- "14169": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14170": {
- "Type": "triceS",
- "Strg": "msg:With triceS:%s\\n"
- },
- "14171": {
- "Type": "triceN",
- "Strg": "sig:With triceN:%s\\n"
- },
- "14172": {
- "Type": "TriceS",
- "Strg": "msg:With TriceS:%s\\n"
- },
- "14173": {
- "Type": "TriceN",
- "Strg": "sig:With TriceN:%s\\n"
- },
- "14174": {
- "Type": "TRiceS",
- "Strg": "msg:With TRiceS:%s\\n"
- },
- "14175": {
- "Type": "TRiceN",
- "Strg": "sig:With TRiceN:%s\\n"
- },
- "14176": {
- "Type": "TRICE_S",
- "Strg": "msg:With TRICE_S:%s\\n"
- },
- "14177": {
- "Type": "TRICE_N",
- "Strg": "sig:With TRICE_N:%s\\n"
- },
- "14178": {
- "Type": "TRICE_S",
- "Strg": "msg:With TRICE_S:%s\\n"
- },
- "14179": {
- "Type": "TRICE_N",
- "Strg": "sig:With TRICE_N:%s\\n"
- },
- "14180": {
- "Type": "TRICE_S",
- "Strg": "msg:With TRICE_S:%s\\n"
- },
- "14181": {
- "Type": "TRICE_N",
- "Strg": "sig:With TRICE_N:%s\\n"
- },
- "14182": {
- "Type": "TRICE8_B",
- "Strg": " %02x"
- },
- "14183": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14184": {
- "Type": "TRICE8_B",
- "Strg": "BUF: %02x\\n"
- },
- "14185": {
- "Type": "TRICE8_B",
- "Strg": "%4d"
- },
- "14186": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14187": {
- "Type": "TRICE8_B",
- "Strg": " %02x"
- },
- "14188": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14189": {
- "Type": "TRice8B",
- "Strg": " %02x"
- },
- "14190": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14191": {
- "Type": "Trice8B",
- "Strg": " %02x"
- },
- "14192": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14193": {
- "Type": "trice8B",
- "Strg": " %02x"
- },
- "14194": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14195": {
- "Type": "trice8B",
- "Strg": "att: %02x\\n"
- },
- "14196": {
- "Type": "trice8B",
- "Strg": "rd: %02x"
- },
- "14197": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14198": {
- "Type": "trice8B",
- "Strg": " %02x\\n"
- },
- "14199": {
- "Type": "TRICE16_B",
- "Strg": " %04x"
- },
- "14200": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14201": {
- "Type": "TRice16B",
- "Strg": " %04x"
- },
- "14202": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14203": {
- "Type": "Trice16B",
- "Strg": " %04x"
- },
- "14204": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14205": {
- "Type": "trice16B",
- "Strg": " %04x"
- },
- "14206": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14207": {
- "Type": "trice16B",
- "Strg": "msg: %04x\\n"
- },
- "14208": {
- "Type": "TRICE32_B",
- "Strg": " %08x"
- },
- "14209": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14210": {
- "Type": "TRice32B",
- "Strg": " %08x"
- },
- "14211": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14212": {
- "Type": "Trice32B",
- "Strg": " %08x"
- },
- "14213": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14214": {
- "Type": "trice32B",
- "Strg": " %08x"
- },
- "14215": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14216": {
- "Type": "trice32B",
- "Strg": "att: %08x\\n"
- },
- "14217": {
- "Type": "TRICE64_B",
- "Strg": " %016x"
- },
- "14218": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14219": {
- "Type": "TRice64B",
- "Strg": " %016x"
- },
- "14220": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14221": {
- "Type": "Trice64B",
- "Strg": " %016x"
- },
- "14222": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14223": {
- "Type": "trice64B",
- "Strg": " %016x"
- },
- "14224": {
- "Type": "trice",
- "Strg": "\\n"
- },
- "14225": {
- "Type": "trice64B",
- "Strg": "SIG: %016x\\n"
- },
- "14226": {
- "Type": "TRICE8_F",
- "Strg": "info:FunctionNameW"
- },
- "14227": {
- "Type": "TRice8F",
- "Strg": "call:FunctionNameW"
- },
- "14228": {
- "Type": "Trice8F",
- "Strg": "call:FunctionNameW"
- },
- "14229": {
- "Type": "trice8F",
- "Strg": "call:FunctionNameW"
- },
- "14230": {
- "Type": "TRICE16_F",
- "Strg": "info:FunctionNameX"
- },
- "14231": {
- "Type": "TRice16F",
- "Strg": "call:FunctionNameX"
- },
- "14232": {
- "Type": "Trice16F",
- "Strg": "call:FunctionNameX"
- },
- "14233": {
- "Type": "trice16F",
- "Strg": "call:FunctionNameX"
- },
- "14234": {
- "Type": "TRICE32_F",
- "Strg": "info:FunctionNameY"
- },
- "14235": {
- "Type": "TRice32F",
- "Strg": "call:FunctionNameY"
- },
- "14236": {
- "Type": "Trice32F",
- "Strg": "call:FunctionNameY"
- },
- "14237": {
- "Type": "trice32F",
- "Strg": "call:FunctionNameY"
- },
- "14238": {
- "Type": "TRICE64_F",
- "Strg": "info:FunctionNameZ"
- },
- "14239": {
- "Type": "TRice64F",
- "Strg": "call:FunctionNameZ"
- },
- "14240": {
- "Type": "Trice64F",
- "Strg": "call:FunctionNameZ"
- },
- "14241": {
- "Type": "trice64F",
- "Strg": "call:FunctionNameZ"
- },
- "14242": {
- "Type": "TRiceS",
- "Strg": "msg:Hi %s!\\n"
- },
- "14243": {
- "Type": "TriceS",
- "Strg": "msg:Hi %s!\\n"
- },
- "14244": {
- "Type": "triceS",
- "Strg": "msg:Hi %s!\\n"
- },
- "14245": {
- "Type": "TRiceN",
- "Strg": "msg:Hi %s!\\n"
- },
- "14246": {
- "Type": "TriceN",
- "Strg": "msg:Hi %s!\\n"
- },
- "14247": {
- "Type": "triceN",
- "Strg": "msg:Hi %s!\\n"
- },
- "14248": {
- "Type": "TRICE_S",
- "Strg": "sig:TRICE_S=%s\\n"
- },
- "14249": {
- "Type": "TRICE_N",
- "Strg": "sig:TRICE_N=%s\\n"
- },
- "14250": {
- "Type": "TRICE_S",
- "Strg": "sig:TRICE_S=%s\\n"
- },
- "14251": {
- "Type": "TRICE_N",
- "Strg": "sig:TRICE_N=%s\\n"
- },
- "14252": {
- "Type": "TRICE_S",
- "Strg": "sig:TRICE_S=%s\\n"
- },
- "14253": {
- "Type": "TRICE_N",
- "Strg": "sig:TRICE_N=%s\\n"
- },
- "14254": {
- "Type": "triceS",
- "Strg": "sig:triceS=%s\\n"
- },
- "14255": {
- "Type": "triceN",
- "Strg": "sig:triceN=%s\\n"
- },
- "14256": {
- "Type": "TriceS",
- "Strg": "sig:TriceS=%s\\n"
- },
- "14257": {
- "Type": "TriceN",
- "Strg": "sig:TriceN=%s\\n"
- },
- "14258": {
- "Type": "TRiceS",
- "Strg": "sig:TRiceS=%s\\n"
- },
- "14259": {
- "Type": "TRiceN",
- "Strg": "sig:TRiceN=%s\\n"
- },
- "14260": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14261": {
- "Type": "TRICE",
- "Strg": "MSG:1/11 = %g\\n"
- },
- "14262": {
- "Type": "TRice",
- "Strg": "msg:x = %g = %d.%03d, %d.%03d\\n"
- },
- "14263": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14264": {
- "Type": "TRice",
- "Strg": "sig:Integer (indent, base, sign) - see https://yourbasic.org/golang/fmt-printf-reference-cheat-sheet/\\n"
- },
- "14265": {
- "Type": "TRice",
- "Strg": "rd: 15 \t%d \tBase 10\\n"
- },
- "14266": {
- "Type": "TRice",
- "Strg": "rd: +15 \t%+d \tAlways show sign\\n"
- },
- "14267": {
- "Type": "TRice",
- "Strg": "rd: 15\t%4d \tPad with spaces (width 4, right justified)\\n"
- },
- "14268": {
- "Type": "TRice",
- "Strg": "rd: 15\t%-4d\tPad with spaces (width 4, left justified)\\n"
- },
- "14269": {
- "Type": "TRice",
- "Strg": "rd: 0015\t%04d\tPad with zeroes (width 4)\\n"
- },
- "14270": {
- "Type": "TRice",
- "Strg": "rd: 1111 \t%b \tBase 2\\n"
- },
- "14271": {
- "Type": "TRice",
- "Strg": "rd: 17 \t%o \tBase 8\\n"
- },
- "14272": {
- "Type": "TRice",
- "Strg": "rd: f \t%x \tBase 16, lowercase\\n"
- },
- "14273": {
- "Type": "TRice",
- "Strg": "rd: F \t%X \tBase 16, uppercase\\n"
- },
- "14274": {
- "Type": "TRice",
- "Strg": "rd: 0xf \t%#x \tBase 16, with leading 0x\\n"
- },
- "14275": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14276": {
- "Type": "trice",
- "Strg": "sig:Character (quoted, Unicode)\\n"
- },
- "14277": {
- "Type": "trice",
- "Strg": "rd: A \t%c \tCharacter\\n"
- },
- "14278": {
- "Type": "trice",
- "Strg": "rd: 'A' \t%q \tQuoted character\\n"
- },
- "14279": {
- "Type": "trice",
- "Strg": "rd: U+0041 \t%U \tUnicode\\n"
- },
- "14280": {
- "Type": "trice",
- "Strg": "rd: U+0041 'A' \t%#U \tUnicode with character\\n"
- },
- "14281": {
- "Type": "trice",
- "Strg": "sig:Boolean (true/false)\\n"
- },
- "14282": {
- "Type": "trice",
- "Strg": "rd:Use %%t to format a boolean as true (%t) or false (%t).\\n"
- },
- "14283": {
- "Type": "trice",
- "Strg": "sig:Pointer (hex)\\n"
- },
- "14284": {
- "Type": "trice8",
- "Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
- },
- "14285": {
- "Type": "trice16",
- "Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
- },
- "14286": {
- "Type": "trice32",
- "Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
- },
- "14287": {
- "Type": "trice64",
- "Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
- },
- "14288": {
- "Type": "trice",
- "Strg": "rd:Use %%p to format a pointer in base 16 notation with leading 0x. (%p)\\n"
- },
- "14289": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14290": {
- "Type": "trice",
- "Strg": "sig:Float (indent, precision, scientific notation)\\n"
- },
- "14291": {
- "Type": "trice",
- "Strg": "rd: 1.234560e+02\t\t%e \t%%e Scientific notation\\n"
- },
- "14292": {
- "Type": "trice",
- "Strg": "rd: 123.456000\t\t%f \t%%f Decimal point, no exponent\\n"
- },
- "14293": {
- "Type": "trice",
- "Strg": "rd: 123.46\t\t\t%.2f\t\t%%.2f Default width, precision 2\\n"
- },
- "14294": {
- "Type": "trice",
- "Strg": "rd: ␣␣123.46\t\t%8.2f\t%%8.2f Width 8, precision 2\\n"
- },
- "14295": {
- "Type": "trice",
- "Strg": "rd: 123.456\t\t%g\t\t%%g Exponent as needed, necessary digits only\\n"
- },
- "14296": {
- "Type": "trice",
- "Strg": "sig:Double (indent, precision, scientific notation)\\n"
- },
- "14297": {
- "Type": "trice64",
- "Strg": "rd: 1.234560e+02\t\t%e \t%%e Scientific notation\\n"
- },
- "14298": {
- "Type": "trice64",
- "Strg": "rd: 123.456000\t\t%f \t%%f Decimal point, no exponent\\n"
- },
- "14299": {
- "Type": "trice64",
- "Strg": "rd: 123.46\t\t\t%.2f \t%%.2f Default width, precision 2\\n"
- },
- "14300": {
- "Type": "trice64",
- "Strg": "rd: ␣␣123.46\t\t%8.2f \t%%8.2f Width 8, precision 2\\n"
- },
- "14301": {
- "Type": "trice64",
- "Strg": "rd: 123.456\t\t%g\t\t%%g Exponent as needed, necessary digits only\\n"
- },
- "14302": {
- "Type": "trice",
- "Strg": "sig:String or byte slice (quote, indent, hex)\\n"
- },
- "14303": {
- "Type": "triceS",
- "Strg": "rd: café \t\t\t%s\t\tPlain string\\n"
- },
- "14304": {
- "Type": "triceS",
- "Strg": "rd: ␣␣café \t\t%6s \t\tWidth 6, right justify\\n"
- },
- "14305": {
- "Type": "triceS",
- "Strg": "rd: café␣␣ \t\t%-6s \t\tWidth 6, left justify\\n"
- },
- "14306": {
- "Type": "triceS",
- "Strg": "rd: \\\"café\\\" \t\t%q\t\tQuoted string\\n"
- },
- "14307": {
- "Type": "triceS",
- "Strg": "rd: 636166c3a9 \t\t%x\tHex dump of byte values\\n"
- },
- "14308": {
- "Type": "triceS",
- "Strg": "rd: 63 61 66 c3 a9 \t% x\tHex dump with spaces\\n"
- },
- "14309": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14310": {
- "Type": "TRice",
- "Strg": "info:12 default bit width values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
- },
- "14311": {
- "Type": "Trice",
- "Strg": "info:12 default bit width values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
- },
- "14312": {
- "Type": "trice",
- "Strg": "info:12 default bit width values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
- },
- "14313": {
- "Type": "trice16",
- "Strg": "att: line %u\\n"
- },
- "14314": {
- "Type": "trice",
- "Strg": "sig:Runtime generated strings\\n"
- },
- "14315": {
- "Type": "TRICE32",
- "Strg": "dbg:len=%u:"
- },
- "14316": {
- "Type": "TRICE_S",
- "Strg": "sig:%s\\n"
- },
- "14317": {
- "Type": "TRICE32",
- "Strg": "dbg:len=%u:"
- },
- "14318": {
- "Type": "TRICE_S",
- "Strg": "sig:%s\\n"
- },
- "14319": {
- "Type": "TRICE32",
- "Strg": "dbg:len=%u: "
- },
- "14320": {
- "Type": "TRICE_S",
- "Strg": "sig:%s\\n"
- },
- "14321": {
- "Type": "TRICE32",
- "Strg": "dbg:len=%u: "
- },
- "14322": {
- "Type": "TRICE_S",
- "Strg": "sig:%s\\n"
- },
- "14323": {
- "Type": "TRICE32",
- "Strg": "dbg:len=%u: "
- },
- "14324": {
- "Type": "TRICE_S",
- "Strg": "sig:%s\\n"
- },
- "14325": {
- "Type": "trice",
- "Strg": "rd:%E (%%E)\\n"
- },
- "14326": {
- "Type": "trice",
- "Strg": "rd:%F (%%F)\\n"
- },
- "14327": {
- "Type": "trice",
- "Strg": "rd:%G (%%G)\\n"
- },
- "14328": {
- "Type": "trice64",
- "Strg": "rd:%E (%%E)\\n"
- },
- "14329": {
- "Type": "trice64",
- "Strg": "rd:%F (%%F)\\n"
- },
- "14330": {
- "Type": "trice64",
- "Strg": "rd:%G (%%G)\\n"
- },
- "14331": {
- "Type": "trice",
- "Strg": "rd:%e (%%e)\\n"
- },
- "14332": {
- "Type": "trice",
- "Strg": "rd:%f (%%f)\\n"
- },
- "14333": {
- "Type": "trice",
- "Strg": "rd:%g (%%g)\\n"
- },
- "14334": {
- "Type": "trice64",
- "Strg": "rd:%e (%%e)\\n"
- },
- "14335": {
- "Type": "trice64",
- "Strg": "rd:%f (%%f)\\n"
- },
- "14336": {
- "Type": "trice64",
- "Strg": "rd:%g (%%g)\\n"
- },
- "14337": {
- "Type": "trice32",
- "Strg": "msg:%u (%%u)\\n"
- },
- "14338": {
- "Type": "trice32",
- "Strg": "msg:%b (%%b)\\n"
- },
- "14339": {
- "Type": "trice32",
- "Strg": "msg:%o (%%o)\\n"
- },
- "14340": {
- "Type": "trice32",
- "Strg": "msg:%O (%%O)\\n"
- },
- "14341": {
- "Type": "trice32",
- "Strg": "msg:%X (%%X)\\n"
- },
- "14342": {
- "Type": "trice32",
- "Strg": "msg:%x (%%x)\\n"
- },
- "14343": {
- "Type": "trice32",
- "Strg": "msg:%d (%%d)\\n"
- },
- "14344": {
- "Type": "trice64",
- "Strg": "msg:%u (%%u)\\n"
- },
- "14345": {
- "Type": "trice64",
- "Strg": "msg:%b (%%b)\\n"
- },
- "14346": {
- "Type": "trice64",
- "Strg": "msg:%o (%%o)\\n"
- },
- "14347": {
- "Type": "trice64",
- "Strg": "msg:%O (%%O)\\n"
- },
- "14348": {
- "Type": "trice64",
- "Strg": "msg:%X (%%X)\\n"
- },
- "14349": {
- "Type": "trice64",
- "Strg": "msg:%x (%%x)\\n"
- },
- "14350": {
- "Type": "TRice",
- "Strg": "value=%d\\n"
- },
- "14351": {
- "Type": "Trice",
- "Strg": "value=%d\\n"
- },
- "14352": {
- "Type": "trice",
- "Strg": "value=%d\\n"
- },
- "14353": {
- "Type": "TRice8",
- "Strg": "value=%d\\n"
- },
- "14354": {
- "Type": "Trice8",
- "Strg": "value=%d\\n"
- },
- "14355": {
- "Type": "trice8",
- "Strg": "value=%d\\n"
- },
- "14356": {
- "Type": "TRice16",
- "Strg": "value=%d\\n"
- },
- "14357": {
- "Type": "Trice16",
- "Strg": "value=%d\\n"
- },
- "14358": {
- "Type": "trice16",
- "Strg": "value=%d\\n"
- },
- "14359": {
- "Type": "TRice32",
- "Strg": "value=%d\\n"
- },
- "14360": {
- "Type": "Trice32",
- "Strg": "value=%d\\n"
- },
- "14361": {
- "Type": "trice32",
- "Strg": "value=%d\\n"
- },
- "14362": {
- "Type": "TRice64",
- "Strg": "value=%d\\n"
- },
- "14363": {
- "Type": "Trice64",
- "Strg": "value=%d\\n"
- },
- "14364": {
- "Type": "trice64",
- "Strg": "value=%d\\n"
- },
- "14365": {
- "Type": "TRice_1",
- "Strg": "value=%d\\n"
- },
- "14366": {
- "Type": "Trice_1",
- "Strg": "value=%d\\n"
- },
- "14367": {
- "Type": "trice_1",
- "Strg": "value=%d\\n"
- },
- "14368": {
- "Type": "TRice8_1",
- "Strg": "value=%d\\n"
- },
- "14369": {
- "Type": "Trice8_1",
- "Strg": "value=%d\\n"
- },
- "14370": {
- "Type": "trice8_1",
- "Strg": "value=%d\\n"
- },
- "14371": {
- "Type": "TRice16_1",
- "Strg": "value=%d\\n"
- },
- "14372": {
- "Type": "Trice16_1",
- "Strg": "value=%d\\n"
- },
- "14373": {
- "Type": "trice16_1",
- "Strg": "value=%d\\n"
- },
- "14374": {
- "Type": "TRice32_1",
- "Strg": "value=%d\\n"
- },
- "14375": {
- "Type": "Trice32_1",
- "Strg": "value=%d\\n"
- },
- "14376": {
- "Type": "trice32_1",
- "Strg": "value=%d\\n"
- },
- "14377": {
- "Type": "TRice64_1",
- "Strg": "value=%d\\n"
- },
- "14378": {
- "Type": "Trice64_1",
- "Strg": "value=%d\\n"
- },
- "14379": {
- "Type": "trice64_1",
- "Strg": "value=%d\\n"
- },
- "14380": {
- "Type": "TRice",
- "Strg": "no value"
- },
- "14381": {
- "Type": "Trice",
- "Strg": "no value"
- },
- "14382": {
- "Type": "trice",
- "Strg": "no value"
- },
- "14383": {
- "Type": "TRice8",
- "Strg": "no value"
- },
- "14384": {
- "Type": "Trice8",
- "Strg": "no value"
- },
- "14385": {
- "Type": "trice8",
- "Strg": "no value"
- },
- "14386": {
- "Type": "TRice16",
- "Strg": "no value"
- },
- "14387": {
- "Type": "Trice16",
- "Strg": "no value"
- },
- "14388": {
- "Type": "trice16",
- "Strg": "no value"
- },
- "14389": {
- "Type": "TRice32",
- "Strg": "no value"
- },
- "14390": {
- "Type": "Trice32",
- "Strg": "no value"
- },
- "14391": {
- "Type": "trice32",
- "Strg": "no value"
- },
- "14392": {
- "Type": "TRice64",
- "Strg": "no value"
- },
- "14393": {
- "Type": "Trice64",
- "Strg": "no value"
- },
- "14394": {
- "Type": "trice64",
- "Strg": "no value"
- },
- "14395": {
- "Type": "TRice_0",
- "Strg": "no value"
- },
- "14396": {
- "Type": "Trice_0",
- "Strg": "no value"
- },
- "14397": {
- "Type": "trice_0",
- "Strg": "no value"
- },
- "14398": {
- "Type": "TRice8_0",
- "Strg": "no value"
- },
- "14399": {
- "Type": "Trice8_0",
- "Strg": "no value"
- },
- "14400": {
- "Type": "trice8_0",
- "Strg": "no value"
- },
- "14401": {
- "Type": "TRice16_0",
- "Strg": "no value"
- },
- "14402": {
- "Type": "Trice16_0",
- "Strg": "no value"
- },
- "14403": {
- "Type": "trice16_0",
- "Strg": "no value"
- },
- "14404": {
- "Type": "TRice32_0",
- "Strg": "no value"
- },
- "14405": {
- "Type": "Trice32_0",
- "Strg": "no value"
- },
- "14406": {
- "Type": "trice32_0",
- "Strg": "no value"
- },
- "14407": {
- "Type": "TRice64_0",
- "Strg": "no value"
- },
- "14408": {
- "Type": "Trice64_0",
- "Strg": "no value"
- },
- "14409": {
- "Type": "trice64_0",
- "Strg": "no value"
- },
- "14410": {
- "Type": "TRice0",
- "Strg": "no value"
- },
- "14411": {
- "Type": "Trice0",
- "Strg": "no value"
- },
- "14412": {
- "Type": "trice0",
- "Strg": "no value"
- },
- "14413": {
- "Type": "TRice",
- "Strg": "no value"
- },
- "14414": {
- "Type": "Trice",
- "Strg": "no value"
- },
- "14415": {
- "Type": "trice",
- "Strg": "no value"
- },
- "14416": {
- "Type": "TRice",
- "Strg": "info:This is a message with one value %d and a 32-bit stamp.\\n"
- },
- "14417": {
- "Type": "Trice",
- "Strg": "info:This is a message with one value %d and a 16-bit stamp.\\n"
- },
- "14418": {
- "Type": "trice",
- "Strg": "info:This is a message with one value %d and without stamp.\\n"
- },
- "14419": {
- "Type": "TRICE",
- "Strg": "info:This is a message without values and a 32-bit stamp.\\n"
- },
- "14420": {
- "Type": "TRICE",
- "Strg": "info:This is a message without values and a 16-bit stamp.\\n"
- },
- "14421": {
- "Type": "TRICE",
- "Strg": "info:This is a message without values and without stamp.\\n"
- },
- "14422": {
- "Type": "TRICE",
- "Strg": "info:This is a message with one value %d and a 32-bit stamp.\\n"
- },
- "14423": {
- "Type": "TRICE",
- "Strg": "info:This is a message with one value %d and a 16-bit stamp.\\n"
- },
- "14424": {
- "Type": "TRICE",
- "Strg": "info:This is a message with one value %d and without stamp.\\n"
- },
- "14425": {
- "Type": "TRICE",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
- },
- "14426": {
- "Type": "TRICE",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
- },
- "14427": {
- "Type": "TRICE",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
- },
- "14428": {
- "Type": "TRICE32",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 32-bit stamp.\\n"
- },
- "14429": {
- "Type": "TRICE32",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and a 16-bit stamp.\\n"
- },
- "14430": {
- "Type": "TRICE32",
- "Strg": "info:12 values %d, %u, %x, %X, %t, %e, %f, %g, %E, %F, %G, 0xb%08b and without stamp.\\n"
- },
- "14431": {
- "Type": "TRICE8",
- "Strg": "msg:value=%u\\n"
- },
- "14432": {
- "Type": "TRICE8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14433": {
- "Type": "TRICE8",
- "Strg": "msg:value=%u\\n"
- },
- "14434": {
- "Type": "TRICE8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14435": {
- "Type": "TRICE8",
- "Strg": "msg:value=%u\\n"
- },
- "14436": {
- "Type": "TRICE8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14437": {
- "Type": "trice8",
- "Strg": "msg:value=%u\\n"
- },
- "14438": {
- "Type": "trice8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14439": {
- "Type": "Trice8",
- "Strg": "msg:value=%u\\n"
- },
- "14440": {
- "Type": "Trice8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14441": {
- "Type": "TRice8",
- "Strg": "msg:value=%u\\n"
- },
- "14442": {
- "Type": "TRice8_1",
- "Strg": "msg:value=%u\\n"
- },
- "14443": {
- "Type": "TRICE16",
- "Strg": "msg:value=%u\\n"
- },
- "14444": {
- "Type": "TRICE16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14445": {
- "Type": "TRICE16",
- "Strg": "msg:value=%u\\n"
- },
- "14446": {
- "Type": "TRICE16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14447": {
- "Type": "TRICE16",
- "Strg": "msg:value=%u\\n"
- },
- "14448": {
- "Type": "TRICE16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14449": {
- "Type": "trice16",
- "Strg": "msg:value=%u\\n"
- },
- "14450": {
- "Type": "trice16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14451": {
- "Type": "Trice16",
- "Strg": "msg:value=%u\\n"
- },
- "14452": {
- "Type": "Trice16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14453": {
- "Type": "TRice16",
- "Strg": "msg:value=%u\\n"
- },
- "14454": {
- "Type": "TRice16_1",
- "Strg": "msg:value=%u\\n"
- },
- "14455": {
- "Type": "TRICE32",
- "Strg": "msg:value=%u\\n"
- },
- "14456": {
- "Type": "TRICE32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14457": {
- "Type": "TRICE32",
- "Strg": "msg:value=%u\\n"
- },
- "14458": {
- "Type": "TRICE32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14459": {
- "Type": "TRICE32",
- "Strg": "msg:value=%u\\n"
- },
- "14460": {
- "Type": "TRICE32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14461": {
- "Type": "trice32",
- "Strg": "msg:value=%u\\n"
- },
- "14462": {
- "Type": "trice32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14463": {
- "Type": "Trice32",
- "Strg": "msg:value=%u\\n"
- },
- "14464": {
- "Type": "Trice32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14465": {
- "Type": "TRice32",
- "Strg": "msg:value=%u\\n"
- },
- "14466": {
- "Type": "TRice32_1",
- "Strg": "msg:value=%u\\n"
- },
- "14467": {
- "Type": "TRICE64",
- "Strg": "msg:value=%u\\n"
- },
- "14468": {
- "Type": "TRICE64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14469": {
- "Type": "TRICE64",
- "Strg": "msg:value=%u\\n"
- },
- "14470": {
- "Type": "TRICE64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14471": {
- "Type": "TRICE64",
- "Strg": "msg:value=%u\\n"
- },
- "14472": {
- "Type": "TRICE64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14473": {
- "Type": "trice64",
- "Strg": "msg:value=%u\\n"
- },
- "14474": {
- "Type": "trice64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14475": {
- "Type": "Trice64",
- "Strg": "msg:value=%u\\n"
- },
- "14476": {
- "Type": "Trice64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14477": {
- "Type": "TRice64",
- "Strg": "msg:value=%u\\n"
- },
- "14478": {
- "Type": "TRice64_1",
- "Strg": "msg:value=%u\\n"
- },
- "14479": {
- "Type": "TRice8",
- "Strg": "msg:value=%d\\n"
- },
- "14480": {
- "Type": "Trice8",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14481": {
- "Type": "trice8",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14482": {
- "Type": "TRice8",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14483": {
- "Type": "Trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14484": {
- "Type": "trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14485": {
- "Type": "TRice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14486": {
- "Type": "Trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14487": {
- "Type": "trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14488": {
- "Type": "TRice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14489": {
- "Type": "Trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14490": {
- "Type": "trice8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14491": {
- "Type": "TRice16",
- "Strg": "msg:value=%d\\n"
- },
- "14492": {
- "Type": "Trice16",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14493": {
- "Type": "trice16",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14494": {
- "Type": "TRice16",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14495": {
- "Type": "Trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14496": {
- "Type": "trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14497": {
- "Type": "TRice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14498": {
- "Type": "Trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14499": {
- "Type": "trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14500": {
- "Type": "TRice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14501": {
- "Type": "Trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14502": {
- "Type": "trice16",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14503": {
- "Type": "TRice32",
- "Strg": "msg:value=%d\\n"
- },
- "14504": {
- "Type": "Trice32",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14505": {
- "Type": "trice32",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14506": {
- "Type": "TRice32",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14507": {
- "Type": "Trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14508": {
- "Type": "trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14509": {
- "Type": "TRice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14510": {
- "Type": "Trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14511": {
- "Type": "trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14512": {
- "Type": "TRice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14513": {
- "Type": "Trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14514": {
- "Type": "trice32",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14515": {
- "Type": "TRice64",
- "Strg": "msg:value=%d\\n"
- },
- "14516": {
- "Type": "Trice64",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14517": {
- "Type": "trice64",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14518": {
- "Type": "TRice64",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14519": {
- "Type": "Trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14520": {
- "Type": "trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14521": {
- "Type": "TRice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14522": {
- "Type": "Trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14523": {
- "Type": "trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14524": {
- "Type": "TRice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14525": {
- "Type": "Trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14526": {
- "Type": "trice64",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14527": {
- "Type": "TRice8_1",
- "Strg": "msg:value=%d\\n"
- },
- "14528": {
- "Type": "Trice8_2",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14529": {
- "Type": "trice8_3",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14530": {
- "Type": "TRice8_4",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14531": {
- "Type": "Trice8_5",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14532": {
- "Type": "trice8_6",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14533": {
- "Type": "TRice8_7",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14534": {
- "Type": "Trice8_8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14535": {
- "Type": "trice8_9",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14536": {
- "Type": "TRice8_10",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14537": {
- "Type": "Trice8_11",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14538": {
- "Type": "trice8_12",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14539": {
- "Type": "TRice16_1",
- "Strg": "msg:value=%d\\n"
- },
- "14540": {
- "Type": "Trice16_2",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14541": {
- "Type": "trice16_3",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14542": {
- "Type": "TRice16_4",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14543": {
- "Type": "Trice16_5",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14544": {
- "Type": "trice16_6",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14545": {
- "Type": "TRice16_7",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14546": {
- "Type": "Trice16_8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14547": {
- "Type": "trice16_9",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14548": {
- "Type": "TRice16_10",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14549": {
- "Type": "Trice16_11",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14550": {
- "Type": "trice16_12",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14551": {
- "Type": "TRice32_1",
- "Strg": "msg:value=%d\\n"
- },
- "14552": {
- "Type": "Trice32_2",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14553": {
- "Type": "trice32_3",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14554": {
- "Type": "TRice32_4",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14555": {
- "Type": "Trice32_5",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14556": {
- "Type": "trice32_6",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14557": {
- "Type": "TRice32_7",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14558": {
- "Type": "Trice32_8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14559": {
- "Type": "trice32_9",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14560": {
- "Type": "TRice32_10",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14561": {
- "Type": "Trice32_11",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14562": {
- "Type": "trice32_12",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14563": {
- "Type": "TRice64_1",
- "Strg": "msg:value=%d\\n"
- },
- "14564": {
- "Type": "Trice64_2",
- "Strg": "msg:value=%d, %d\\n"
- },
- "14565": {
- "Type": "trice64_3",
- "Strg": "msg:value=%d, %d, %d\\n"
- },
- "14566": {
- "Type": "TRice64_4",
- "Strg": "msg:value=%d, %d, %d, %d\\n"
- },
- "14567": {
- "Type": "Trice64_5",
- "Strg": "msg:value=%d, %d, %d, %d, %d\\n"
- },
- "14568": {
- "Type": "trice64_6",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d\\n"
- },
- "14569": {
- "Type": "TRice64_7",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14570": {
- "Type": "Trice64_8",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14571": {
- "Type": "trice64_9",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14572": {
- "Type": "TRice64_10",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14573": {
- "Type": "Trice64_11",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14574": {
- "Type": "trice64_12",
- "Strg": "msg:value=%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14575": {
- "Type": "trice8",
- "Strg": "value=%d\\n"
- },
- "14576": {
- "Type": "Trice8",
- "Strg": "value=%d\\n"
- },
- "14577": {
- "Type": "TRice8",
- "Strg": "value=%d\\n"
- },
- "14578": {
- "Type": "trice8_1",
- "Strg": "value=%d\\n"
- },
- "14579": {
- "Type": "Trice8_1",
- "Strg": "value=%d\\n"
- },
- "14580": {
- "Type": "TRice8_1",
- "Strg": "value=%d\\n"
- },
- "14581": {
- "Type": "trice16",
- "Strg": "value=%d\\n"
- },
- "14582": {
- "Type": "Trice16",
- "Strg": "value=%d\\n"
- },
- "14583": {
- "Type": "TRice16",
- "Strg": "value=%d\\n"
- },
- "14584": {
- "Type": "trice16_1",
- "Strg": "value=%d\\n"
- },
- "14585": {
- "Type": "Trice16_1",
- "Strg": "value=%d\\n"
- },
- "14586": {
- "Type": "TRice16_1",
- "Strg": "value=%d\\n"
- },
- "14587": {
- "Type": "trice32",
- "Strg": "value=%d\\n"
- },
- "14588": {
- "Type": "Trice32",
- "Strg": "value=%d\\n"
- },
- "14589": {
- "Type": "TRice32",
- "Strg": "value=%d\\n"
- },
- "14590": {
- "Type": "trice32_1",
- "Strg": "value=%d\\n"
- },
- "14591": {
- "Type": "Trice32_1",
- "Strg": "value=%d\\n"
- },
- "14592": {
- "Type": "TRice32_1",
- "Strg": "value=%d\\n"
- },
- "14593": {
- "Type": "trice64",
- "Strg": "value=%d\\n"
- },
- "14594": {
- "Type": "Trice64",
- "Strg": "value=%d\\n"
- },
- "14595": {
- "Type": "TRice64",
- "Strg": "value=%d\\n"
- },
- "14596": {
- "Type": "trice64_1",
- "Strg": "value=%d\\n"
- },
- "14597": {
- "Type": "Trice64_1",
- "Strg": "value=%d\\n"
- },
- "14598": {
- "Type": "TRice64_1",
- "Strg": "value=%d\\n"
- },
- "14599": {
- "Type": "TRICE",
- "Strg": "value=%d\\n"
- },
- "14600": {
- "Type": "TRICE",
- "Strg": "value=%d\\n"
- },
- "14601": {
- "Type": "TRICE",
- "Strg": "value=%d\\n"
- },
- "14602": {
- "Type": "TRICE",
- "Strg": "value=%d\\n"
- },
- "14603": {
- "Type": "TRICE8",
- "Strg": "value=%d\\n"
- },
- "14604": {
- "Type": "TRICE8_1",
- "Strg": "value=%d\\n"
- },
- "14605": {
- "Type": "trice8",
- "Strg": "value=%d\\n"
- },
- "14606": {
- "Type": "trice8_1",
- "Strg": "value=%d\\n"
- },
- "14607": {
- "Type": "TRICE8",
- "Strg": "value=%d\\n"
- },
- "14608": {
- "Type": "TRICE8_1",
- "Strg": "value=%d\\n"
- },
- "14609": {
- "Type": "Trice8",
- "Strg": "value=%d\\n"
- },
- "14610": {
- "Type": "Trice8_1",
- "Strg": "value=%d\\n"
- },
- "14611": {
- "Type": "TRICE8",
- "Strg": "value=%d\\n"
- },
- "14612": {
- "Type": "TRICE8_1",
- "Strg": "value=%d\\n"
- },
- "14613": {
- "Type": "TRice8",
- "Strg": "value=%d\\n"
- },
- "14614": {
- "Type": "TRice8_1",
- "Strg": "value=%d\\n"
- },
- "14615": {
- "Type": "TRICE8",
- "Strg": "value=%d\\n"
- },
- "14616": {
- "Type": "TRICE8_1",
- "Strg": "value=%d\\n"
- },
- "14617": {
- "Type": "TRICE",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14618": {
- "Type": "TRICE",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14619": {
- "Type": "TRICE",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14620": {
- "Type": "TRICE",
- "Strg": "ERROR:11:red\\n"
- },
- "14621": {
- "Type": "TRICE",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14622": {
- "Type": "TRICE",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14623": {
- "Type": "TRICE",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14624": {
- "Type": "TRICE",
- "Strg": "DEBUG:130+i\\n"
- },
- "14625": {
- "Type": "TRICE",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14626": {
- "Type": "TRICE",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14627": {
- "Type": "TRICE",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14628": {
- "Type": "TRICE",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14629": {
- "Type": "TRICE",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14630": {
- "Type": "TRICE",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14631": {
- "Type": "TRICE",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14632": {
- "Type": "TRICE",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14633": {
- "Type": "TRICE",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14634": {
- "Type": "TRICE",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14635": {
- "Type": "TRICE",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14636": {
- "Type": "TRICE",
- "Strg": "DEFAULT:off\\n"
- },
- "14637": {
- "Type": "TRICE",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14638": {
- "Type": "TRICE",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14639": {
- "Type": "TRICE",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14640": {
- "Type": "TRICE",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14641": {
- "Type": "TRICE",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14642": {
- "Type": "TRICE",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14643": {
- "Type": "TRICE",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14644": {
- "Type": "TRICE",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14645": {
- "Type": "TRICE",
- "Strg": "error:11:red\\n"
- },
- "14646": {
- "Type": "TRICE",
- "Strg": "warning:11+i:red\\n"
- },
- "14647": {
- "Type": "TRICE",
- "Strg": "attention:11:green\\n"
- },
- "14648": {
- "Type": "TRICE",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14649": {
- "Type": "TRICE",
- "Strg": "debug:130+i\\n"
- },
- "14650": {
- "Type": "TRICE",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14651": {
- "Type": "TRICE",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14652": {
- "Type": "TRICE",
- "Strg": "message:green+h:black\\n"
- },
- "14653": {
- "Type": "TRICE",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14654": {
- "Type": "TRICE",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14655": {
- "Type": "TRICE",
- "Strg": "receive:black+h:black\\n"
- },
- "14656": {
- "Type": "TRICE",
- "Strg": "transmit:black:black+h\\n"
- },
- "14657": {
- "Type": "TRICE",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14658": {
- "Type": "TRICE",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14659": {
- "Type": "TRICE",
- "Strg": "signal:118+i\\n"
- },
- "14660": {
- "Type": "TRICE",
- "Strg": "test:yellow+h:black\\n"
- },
- "14661": {
- "Type": "TRICE",
- "Strg": "default:off\\n"
- },
- "14662": {
- "Type": "TRICE",
- "Strg": "notice:blue:white+h\\n"
- },
- "14663": {
- "Type": "TRICE",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14664": {
- "Type": "TRICE",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14665": {
- "Type": "TRICE",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14666": {
- "Type": "TRICE",
- "Strg": "verbose:blue:default\\n"
- },
- "14667": {
- "Type": "trice",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14668": {
- "Type": "trice",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14669": {
- "Type": "trice",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14670": {
- "Type": "trice",
- "Strg": "ERROR:11:red\\n"
- },
- "14671": {
- "Type": "trice",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14672": {
- "Type": "trice",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14673": {
- "Type": "trice",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14674": {
- "Type": "trice",
- "Strg": "DEBUG:130+i\\n"
- },
- "14675": {
- "Type": "trice",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14676": {
- "Type": "trice",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14677": {
- "Type": "trice",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14678": {
- "Type": "trice",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14679": {
- "Type": "trice",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14680": {
- "Type": "trice",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14681": {
- "Type": "trice",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14682": {
- "Type": "trice",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14683": {
- "Type": "trice",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14684": {
- "Type": "trice",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14685": {
- "Type": "trice",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14686": {
- "Type": "trice",
- "Strg": "DEFAULT:off\\n"
- },
- "14687": {
- "Type": "trice",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14688": {
- "Type": "trice",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14689": {
- "Type": "trice",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14690": {
- "Type": "trice",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14691": {
- "Type": "trice",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14692": {
- "Type": "trice",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14693": {
- "Type": "trice",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14694": {
- "Type": "trice",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14695": {
- "Type": "trice",
- "Strg": "error:11:red\\n"
- },
- "14696": {
- "Type": "trice",
- "Strg": "warning:11+i:red\\n"
- },
- "14697": {
- "Type": "trice",
- "Strg": "attention:11:green\\n"
- },
- "14698": {
- "Type": "trice",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14699": {
- "Type": "trice",
- "Strg": "debug:130+i\\n"
- },
- "14700": {
- "Type": "trice",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14701": {
- "Type": "trice",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14702": {
- "Type": "trice",
- "Strg": "message:green+h:black\\n"
- },
- "14703": {
- "Type": "trice",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14704": {
- "Type": "trice",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14705": {
- "Type": "trice",
- "Strg": "receive:black+h:black\\n"
- },
- "14706": {
- "Type": "trice",
- "Strg": "transmit:black:black+h\\n"
- },
- "14707": {
- "Type": "trice",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14708": {
- "Type": "trice",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14709": {
- "Type": "trice",
- "Strg": "signal:118+i\\n"
- },
- "14710": {
- "Type": "trice",
- "Strg": "test:yellow+h:black\\n"
- },
- "14711": {
- "Type": "trice",
- "Strg": "default:off\\n"
- },
- "14712": {
- "Type": "trice",
- "Strg": "notice:blue:white+h\\n"
- },
- "14713": {
- "Type": "trice",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14714": {
- "Type": "trice",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14715": {
- "Type": "trice",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14716": {
- "Type": "trice",
- "Strg": "verbose:blue:default\\n"
- },
- "14717": {
- "Type": "TRICE",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14718": {
- "Type": "TRICE",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14719": {
- "Type": "TRICE",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14720": {
- "Type": "TRICE",
- "Strg": "ERROR:11:red\\n"
- },
- "14721": {
- "Type": "TRICE",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14722": {
- "Type": "TRICE",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14723": {
- "Type": "TRICE",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14724": {
- "Type": "TRICE",
- "Strg": "DEBUG:130+i\\n"
- },
- "14725": {
- "Type": "TRICE",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14726": {
- "Type": "TRICE",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14727": {
- "Type": "TRICE",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14728": {
- "Type": "TRICE",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14729": {
- "Type": "TRICE",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14730": {
- "Type": "TRICE",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14731": {
- "Type": "TRICE",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14732": {
- "Type": "TRICE",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14733": {
- "Type": "TRICE",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14734": {
- "Type": "TRICE",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14735": {
- "Type": "TRICE",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14736": {
- "Type": "TRICE",
- "Strg": "DEFAULT:off\\n"
- },
- "14737": {
- "Type": "TRICE",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14738": {
- "Type": "TRICE",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14739": {
- "Type": "TRICE",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14740": {
- "Type": "TRICE",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14741": {
- "Type": "TRICE",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14742": {
- "Type": "TRICE",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14743": {
- "Type": "TRICE",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14744": {
- "Type": "TRICE",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14745": {
- "Type": "TRICE",
- "Strg": "error:11:red\\n"
- },
- "14746": {
- "Type": "TRICE",
- "Strg": "warning:11+i:red\\n"
- },
- "14747": {
- "Type": "TRICE",
- "Strg": "attention:11:green\\n"
- },
- "14748": {
- "Type": "TRICE",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14749": {
- "Type": "TRICE",
- "Strg": "debug:130+i\\n"
- },
- "14750": {
- "Type": "TRICE",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14751": {
- "Type": "TRICE",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14752": {
- "Type": "TRICE",
- "Strg": "message:green+h:black\\n"
- },
- "14753": {
- "Type": "TRICE",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14754": {
- "Type": "TRICE",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14755": {
- "Type": "TRICE",
- "Strg": "receive:black+h:black\\n"
- },
- "14756": {
- "Type": "TRICE",
- "Strg": "transmit:black:black+h\\n"
- },
- "14757": {
- "Type": "TRICE",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14758": {
- "Type": "TRICE",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14759": {
- "Type": "TRICE",
- "Strg": "signal:118+i\\n"
- },
- "14760": {
- "Type": "TRICE",
- "Strg": "test:yellow+h:black\\n"
- },
- "14761": {
- "Type": "TRICE",
- "Strg": "default:off\\n"
- },
- "14762": {
- "Type": "TRICE",
- "Strg": "notice:blue:white+h\\n"
- },
- "14763": {
- "Type": "TRICE",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14764": {
- "Type": "TRICE",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14765": {
- "Type": "TRICE",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14766": {
- "Type": "TRICE",
- "Strg": "verbose:blue:default\\n"
- },
- "14767": {
- "Type": "Trice",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14768": {
- "Type": "Trice",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14769": {
- "Type": "Trice",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14770": {
- "Type": "Trice",
- "Strg": "ERROR:11:red\\n"
- },
- "14771": {
- "Type": "Trice",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14772": {
- "Type": "Trice",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14773": {
- "Type": "Trice",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14774": {
- "Type": "Trice",
- "Strg": "DEBUG:130+i\\n"
- },
- "14775": {
- "Type": "Trice",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14776": {
- "Type": "Trice",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14777": {
- "Type": "Trice",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14778": {
- "Type": "Trice",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14779": {
- "Type": "Trice",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14780": {
- "Type": "Trice",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14781": {
- "Type": "Trice",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14782": {
- "Type": "Trice",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14783": {
- "Type": "Trice",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14784": {
- "Type": "Trice",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14785": {
- "Type": "Trice",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14786": {
- "Type": "Trice",
- "Strg": "DEFAULT:off\\n"
- },
- "14787": {
- "Type": "Trice",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14788": {
- "Type": "Trice",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14789": {
- "Type": "Trice",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14790": {
- "Type": "Trice",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14791": {
- "Type": "Trice",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14792": {
- "Type": "Trice",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14793": {
- "Type": "Trice",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14794": {
- "Type": "Trice",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14795": {
- "Type": "Trice",
- "Strg": "error:11:red\\n"
- },
- "14796": {
- "Type": "Trice",
- "Strg": "warning:11+i:red\\n"
- },
- "14797": {
- "Type": "Trice",
- "Strg": "attention:11:green\\n"
- },
- "14798": {
- "Type": "Trice",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14799": {
- "Type": "Trice",
- "Strg": "debug:130+i\\n"
- },
- "14800": {
- "Type": "Trice",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14801": {
- "Type": "Trice",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14802": {
- "Type": "Trice",
- "Strg": "message:green+h:black\\n"
- },
- "14803": {
- "Type": "Trice",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14804": {
- "Type": "Trice",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14805": {
- "Type": "Trice",
- "Strg": "receive:black+h:black\\n"
- },
- "14806": {
- "Type": "Trice",
- "Strg": "transmit:black:black+h\\n"
- },
- "14807": {
- "Type": "Trice",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14808": {
- "Type": "Trice",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14809": {
- "Type": "Trice",
- "Strg": "signal:118+i\\n"
- },
- "14810": {
- "Type": "Trice",
- "Strg": "test:yellow+h:black\\n"
- },
- "14811": {
- "Type": "Trice",
- "Strg": "default:off\\n"
- },
- "14812": {
- "Type": "Trice",
- "Strg": "notice:blue:white+h\\n"
- },
- "14813": {
- "Type": "Trice",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14814": {
- "Type": "Trice",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14815": {
- "Type": "Trice",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14816": {
- "Type": "Trice",
- "Strg": "verbose:blue:default\\n"
- },
- "14817": {
- "Type": "TRICE",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14818": {
- "Type": "TRICE",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14819": {
- "Type": "TRICE",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14820": {
- "Type": "TRICE",
- "Strg": "ERROR:11:red\\n"
- },
- "14821": {
- "Type": "TRICE",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14822": {
- "Type": "TRICE",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14823": {
- "Type": "TRICE",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14824": {
- "Type": "TRICE",
- "Strg": "DEBUG:130+i\\n"
- },
- "14825": {
- "Type": "TRICE",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14826": {
- "Type": "TRICE",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14827": {
- "Type": "TRICE",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14828": {
- "Type": "TRICE",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14829": {
- "Type": "TRICE",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14830": {
- "Type": "TRICE",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14831": {
- "Type": "TRICE",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14832": {
- "Type": "TRICE",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14833": {
- "Type": "TRICE",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14834": {
- "Type": "TRICE",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14835": {
- "Type": "TRICE",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14836": {
- "Type": "TRICE",
- "Strg": "DEFAULT:off\\n"
- },
- "14837": {
- "Type": "TRICE",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14838": {
- "Type": "TRICE",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14839": {
- "Type": "TRICE",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14840": {
- "Type": "TRICE",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14841": {
- "Type": "TRICE",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14842": {
- "Type": "TRICE",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14843": {
- "Type": "TRICE",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14844": {
- "Type": "TRICE",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14845": {
- "Type": "TRICE",
- "Strg": "error:11:red\\n"
- },
- "14846": {
- "Type": "TRICE",
- "Strg": "warning:11+i:red\\n"
- },
- "14847": {
- "Type": "TRICE",
- "Strg": "attention:11:green\\n"
- },
- "14848": {
- "Type": "TRICE",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14849": {
- "Type": "TRICE",
- "Strg": "debug:130+i\\n"
- },
- "14850": {
- "Type": "TRICE",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14851": {
- "Type": "TRICE",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14852": {
- "Type": "TRICE",
- "Strg": "message:green+h:black\\n"
- },
- "14853": {
- "Type": "TRICE",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14854": {
- "Type": "TRICE",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14855": {
- "Type": "TRICE",
- "Strg": "receive:black+h:black\\n"
- },
- "14856": {
- "Type": "TRICE",
- "Strg": "transmit:black:black+h\\n"
- },
- "14857": {
- "Type": "TRICE",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14858": {
- "Type": "TRICE",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14859": {
- "Type": "TRICE",
- "Strg": "signal:118+i\\n"
- },
- "14860": {
- "Type": "TRICE",
- "Strg": "test:yellow+h:black\\n"
- },
- "14861": {
- "Type": "TRICE",
- "Strg": "default:off\\n"
- },
- "14862": {
- "Type": "TRICE",
- "Strg": "notice:blue:white+h\\n"
- },
- "14863": {
- "Type": "TRICE",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14864": {
- "Type": "TRICE",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14865": {
- "Type": "TRICE",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14866": {
- "Type": "TRICE",
- "Strg": "verbose:blue:default\\n"
- },
- "14867": {
- "Type": "TRice",
- "Strg": "FATAL:magenta+b:red\\n"
- },
- "14868": {
- "Type": "TRice",
- "Strg": "CRITICAL:red+i:default+h\\n"
- },
- "14869": {
- "Type": "TRice",
- "Strg": "EMERGENCY:red+i:blue\\n"
- },
- "14870": {
- "Type": "TRice",
- "Strg": "ERROR:11:red\\n"
- },
- "14871": {
- "Type": "TRice",
- "Strg": "WARNING:11+i:red\\n"
- },
- "14872": {
- "Type": "TRice",
- "Strg": "ATTENTION:11:green\\n"
- },
- "14873": {
- "Type": "TRice",
- "Strg": "INFO:cyan+b:default+h\\n"
- },
- "14874": {
- "Type": "TRice",
- "Strg": "DEBUG:130+i\\n"
- },
- "14875": {
- "Type": "TRice",
- "Strg": "TRACE:default+i:default+h\\n"
- },
- "14876": {
- "Type": "TRice",
- "Strg": "TIME:blue+i:blue+h\\n"
- },
- "14877": {
- "Type": "TRice",
- "Strg": "MESSAGE:green+h:black\\n"
- },
- "14878": {
- "Type": "TRice",
- "Strg": "READ:black+i:yellow+h\\n"
- },
- "14879": {
- "Type": "TRice",
- "Strg": "WRITE:black+u:yellow+h\\n"
- },
- "14880": {
- "Type": "TRice",
- "Strg": "RECEIVE:black+h:black\\n"
- },
- "14881": {
- "Type": "TRice",
- "Strg": "TRANSMIT:black:black+h\\n"
- },
- "14882": {
- "Type": "TRice",
- "Strg": "DIAG:yellow+i:default+h\\n"
- },
- "14883": {
- "Type": "TRice",
- "Strg": "INTERRUPT:magenta+i:default+h\\n"
- },
- "14884": {
- "Type": "TRice",
- "Strg": "SIGNAL:118+i\\n"
- },
- "14885": {
- "Type": "TRice",
- "Strg": "TEST:yellow+h:black\\n"
- },
- "14886": {
- "Type": "TRice",
- "Strg": "DEFAULT:off\\n"
- },
- "14887": {
- "Type": "TRice",
- "Strg": "NOTICE:blue:white+h\\n"
- },
- "14888": {
- "Type": "TRice",
- "Strg": "ALERT:magenta:magenta+h\\n"
- },
- "14889": {
- "Type": "TRice",
- "Strg": "ASSERT:yellow+i:blue\\n"
- },
- "14890": {
- "Type": "TRice",
- "Strg": "ALARM:red+i:white+h\\n"
- },
- "14891": {
- "Type": "TRice",
- "Strg": "VERBOSE:blue:default\\n"
- },
- "14892": {
- "Type": "TRice",
- "Strg": "fatal:magenta+b:red\\n"
- },
- "14893": {
- "Type": "TRice",
- "Strg": "critical:red+i:default+h\\n"
- },
- "14894": {
- "Type": "TRice",
- "Strg": "emergency:red+i:blue\\n"
- },
- "14895": {
- "Type": "TRice",
- "Strg": "error:11:red\\n"
- },
- "14896": {
- "Type": "TRice",
- "Strg": "warning:11+i:red\\n"
- },
- "14897": {
- "Type": "TRice",
- "Strg": "attention:11:green\\n"
- },
- "14898": {
- "Type": "TRice",
- "Strg": "info:cyan+b:default+h\\n"
- },
- "14899": {
- "Type": "TRice",
- "Strg": "debug:130+i\\n"
- },
- "14900": {
- "Type": "TRice",
- "Strg": "trace:default+i:default+h\\n"
- },
- "14901": {
- "Type": "TRice",
- "Strg": "time:blue+i:blue+h\\n"
- },
- "14902": {
- "Type": "TRice",
- "Strg": "message:green+h:black\\n"
- },
- "14903": {
- "Type": "TRice",
- "Strg": "read:black+i:yellow+h\\n"
- },
- "14904": {
- "Type": "TRice",
- "Strg": "write:black+u:yellow+h\\n"
- },
- "14905": {
- "Type": "TRice",
- "Strg": "receive:black+h:black\\n"
- },
- "14906": {
- "Type": "TRice",
- "Strg": "transmit:black:black+h\\n"
- },
- "14907": {
- "Type": "TRice",
- "Strg": "diag:yellow+i:default+h\\n"
- },
- "14908": {
- "Type": "TRice",
- "Strg": "interrupt:magenta+i:default+h\\n"
- },
- "14909": {
- "Type": "TRice",
- "Strg": "signal:118+i\\n"
- },
- "14910": {
- "Type": "TRice",
- "Strg": "test:yellow+h:black\\n"
- },
- "14911": {
- "Type": "TRice",
- "Strg": "default:off\\n"
- },
- "14912": {
- "Type": "TRice",
- "Strg": "notice:blue:white+h\\n"
- },
- "14913": {
- "Type": "TRice",
- "Strg": "alert:magenta:magenta+h\\n"
- },
- "14914": {
- "Type": "TRice",
- "Strg": "assert:yellow+i:blue\\n"
- },
- "14915": {
- "Type": "TRice",
- "Strg": "alarm:red+i:white+h\\n"
- },
- "14916": {
- "Type": "TRice",
- "Strg": "verbose:blue:default\\n"
- },
- "14917": {
- "Type": "TRICE64",
- "Strg": "msg:%d (%%d)\\n"
- },
- "14918": {
- "Type": "trice",
- "Strg": "sig:TRICE8 with 1 to 12 values\\n"
- },
- "14919": {
- "Type": "trice",
- "Strg": "rd:TRICE %d\\n"
- },
- "14920": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d\\n"
- },
- "14921": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d\\n"
- },
- "14922": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d\\n"
- },
- "14923": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
- },
- "14924": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
- },
- "14925": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14926": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14927": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14928": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14929": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14930": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14931": {
- "Type": "trice",
- "Strg": "rd:TRICE %d\\n"
- },
- "14932": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d\\n"
- },
- "14933": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d\\n"
- },
- "14934": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d\\n"
- },
- "14935": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
- },
- "14936": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
- },
- "14937": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14938": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14939": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14940": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14941": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14942": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14943": {
- "Type": "trice",
- "Strg": "rd:TRICE %d\\n"
- },
- "14944": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d\\n"
- },
- "14945": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d\\n"
- },
- "14946": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d\\n"
- },
- "14947": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
- },
- "14948": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
- },
- "14949": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14950": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14951": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14952": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14953": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14954": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14955": {
- "Type": "trice",
- "Strg": "sig:TRICE_n with 1 to 12 values\\n"
- },
- "14956": {
- "Type": "TRICE_1",
- "Strg": "rd:TRICE_1 %d\\n"
- },
- "14957": {
- "Type": "TRICE_2",
- "Strg": "rd:TRICE_2 %d, %d\\n"
- },
- "14958": {
- "Type": "TRICE_3",
- "Strg": "rd:TRICE_3 %d, %d, %d\\n"
- },
- "14959": {
- "Type": "TRICE_4",
- "Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
- },
- "14960": {
- "Type": "TRICE_5",
- "Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
- },
- "14961": {
- "Type": "TRICE_6",
- "Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "14962": {
- "Type": "TRICE_7",
- "Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14963": {
- "Type": "TRICE_8",
- "Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14964": {
- "Type": "TRICE_9",
- "Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14965": {
- "Type": "TRICE_10",
- "Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14966": {
- "Type": "TRICE_11",
- "Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14967": {
- "Type": "TRICE_12",
- "Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14968": {
- "Type": "TRICE_1",
- "Strg": "rd:TRICE_1 %d\\n"
- },
- "14969": {
- "Type": "TRICE_2",
- "Strg": "rd:TRICE_2 %d, %d\\n"
- },
- "14970": {
- "Type": "TRICE_3",
- "Strg": "rd:TRICE_3 %d, %d, %d\\n"
- },
- "14971": {
- "Type": "TRICE_4",
- "Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
- },
- "14972": {
- "Type": "TRICE_5",
- "Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
- },
- "14973": {
- "Type": "TRICE_6",
- "Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "14974": {
- "Type": "TRICE_7",
- "Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14975": {
- "Type": "TRICE_8",
- "Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14976": {
- "Type": "TRICE_9",
- "Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14977": {
- "Type": "TRICE_10",
- "Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14978": {
- "Type": "TRICE_11",
- "Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14979": {
- "Type": "TRICE_12",
- "Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14980": {
- "Type": "TRICE_1",
- "Strg": "rd:TRICE_1 %d\\n"
- },
- "14981": {
- "Type": "TRICE_2",
- "Strg": "rd:TRICE_2 %d, %d\\n"
- },
- "14982": {
- "Type": "TRICE_3",
- "Strg": "rd:TRICE_3 %d, %d, %d\\n"
- },
- "14983": {
- "Type": "TRICE_4",
- "Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
- },
- "14984": {
- "Type": "TRICE_5",
- "Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
- },
- "14985": {
- "Type": "TRICE_6",
- "Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "14986": {
- "Type": "TRICE_7",
- "Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14987": {
- "Type": "TRICE_8",
- "Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14988": {
- "Type": "TRICE_9",
- "Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14989": {
- "Type": "TRICE_10",
- "Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14990": {
- "Type": "TRICE_11",
- "Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14991": {
- "Type": "TRICE_12",
- "Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "14992": {
- "Type": "TRICE",
- "Strg": "sig:trice_n with 1 to 12 values\\n"
- },
- "14993": {
- "Type": "trice_1",
- "Strg": "rd:trice_1 %d\\n"
- },
- "14994": {
- "Type": "trice_2",
- "Strg": "rd:trice_2 %d, %d\\n"
- },
- "14995": {
- "Type": "trice_3",
- "Strg": "rd:trice_3 %d, %d, %d\\n"
- },
- "14996": {
- "Type": "trice_4",
- "Strg": "rd:trice_4 %d, %d, %d, %d\\n"
- },
- "14997": {
- "Type": "trice_5",
- "Strg": "rd:trice_5 %d, %d, %d, %d, %d\\n"
- },
- "14998": {
- "Type": "trice_6",
- "Strg": "rd:trice_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "14999": {
- "Type": "trice_7",
- "Strg": "rd:trice_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15000": {
- "Type": "trice_8",
- "Strg": "rd:trice_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15001": {
- "Type": "trice_9",
- "Strg": "rd:trice_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15002": {
- "Type": "trice_10",
- "Strg": "rd:trice_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15003": {
- "Type": "trice_11",
- "Strg": "rd:trice_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15004": {
- "Type": "trice_12",
- "Strg": "rd:trice_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15005": {
- "Type": "Trice_1",
- "Strg": "rd:Trice_1 %d\\n"
- },
- "15006": {
- "Type": "Trice_2",
- "Strg": "rd:Trice_2 %d, %d\\n"
- },
- "15007": {
- "Type": "Trice_3",
- "Strg": "rd:Trice_3 %d, %d, %d\\n"
- },
- "15008": {
- "Type": "Trice_4",
- "Strg": "rd:Trice_4 %d, %d, %d, %d\\n"
- },
- "15009": {
- "Type": "Trice_5",
- "Strg": "rd:Trice_5 %d, %d, %d, %d, %d\\n"
- },
- "15010": {
- "Type": "Trice_6",
- "Strg": "rd:Trice_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15011": {
- "Type": "Trice_7",
- "Strg": "rd:Trice_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15012": {
- "Type": "Trice_8",
- "Strg": "rd:Trice_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15013": {
- "Type": "Trice_9",
- "Strg": "rd:Trice_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15014": {
- "Type": "Trice_10",
- "Strg": "rd:Trice_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15015": {
- "Type": "Trice_11",
- "Strg": "rd:Trice_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15016": {
- "Type": "Trice_12",
- "Strg": "rd:Trice_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15017": {
- "Type": "TRice_1",
- "Strg": "rd:TRice_1 %d\\n"
- },
- "15018": {
- "Type": "TRice_2",
- "Strg": "rd:TRice_2 %d, %d\\n"
- },
- "15019": {
- "Type": "TRice_3",
- "Strg": "rd:TRice_3 %d, %d, %d\\n"
- },
- "15020": {
- "Type": "TRice_4",
- "Strg": "rd:TRice_4 %d, %d, %d, %d\\n"
- },
- "15021": {
- "Type": "TRice_5",
- "Strg": "rd:TRice_5 %d, %d, %d, %d, %d\\n"
- },
- "15022": {
- "Type": "TRice_6",
- "Strg": "rd:TRice_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15023": {
- "Type": "TRice_7",
- "Strg": "rd:TRice_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15024": {
- "Type": "TRice_8",
- "Strg": "rd:TRice_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15025": {
- "Type": "TRice_9",
- "Strg": "rd:TRice_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15026": {
- "Type": "TRice_10",
- "Strg": "rd:TRice_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15027": {
- "Type": "TRice_11",
- "Strg": "rd:TRice_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15028": {
- "Type": "TRice_12",
- "Strg": "rd:TRice_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15029": {
- "Type": "trice",
- "Strg": "sig:TRICE8 with 1 to 12 values\\n"
- },
- "15030": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d\\n"
- },
- "15031": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d\\n"
- },
- "15032": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d\\n"
- },
- "15033": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d\\n"
- },
- "15034": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d\\n"
- },
- "15035": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15036": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15037": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15038": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15039": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15040": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15041": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15042": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d\\n"
- },
- "15043": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d\\n"
- },
- "15044": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d\\n"
- },
- "15045": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d\\n"
- },
- "15046": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d\\n"
- },
- "15047": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15048": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15049": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15050": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15051": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15052": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15053": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15054": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d\\n"
- },
- "15055": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d\\n"
- },
- "15056": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d\\n"
- },
- "15057": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d\\n"
- },
- "15058": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d\\n"
- },
- "15059": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15060": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15061": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15062": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15063": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15064": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15065": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15066": {
- "Type": "trice",
- "Strg": "sig:TRICE8_n with 1 to 12 values\\n"
- },
- "15067": {
- "Type": "TRICE8_1",
- "Strg": "rd:TRICE8_1 %d\\n"
- },
- "15068": {
- "Type": "TRICE8_2",
- "Strg": "rd:TRICE8_2 %d, %d\\n"
- },
- "15069": {
- "Type": "TRICE8_3",
- "Strg": "rd:TRICE8_3 %d, %d, %d\\n"
- },
- "15070": {
- "Type": "TRICE8_4",
- "Strg": "rd:TRICE8_4 %d, %d, %d, %d\\n"
- },
- "15071": {
- "Type": "TRICE8_5",
- "Strg": "rd:TRICE8_5 %d, %d, %d, %d, %d\\n"
- },
- "15072": {
- "Type": "TRICE8_6",
- "Strg": "rd:TRICE8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15073": {
- "Type": "TRICE8_7",
- "Strg": "rd:TRICE8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15074": {
- "Type": "TRICE8_8",
- "Strg": "rd:TRICE8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15075": {
- "Type": "TRICE8_9",
- "Strg": "rd:TRICE8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15076": {
- "Type": "TRICE8_10",
- "Strg": "rd:TRICE8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15077": {
- "Type": "TRICE8_11",
- "Strg": "rd:TRICE8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15078": {
- "Type": "TRICE8_12",
- "Strg": "rd:TRICE8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15079": {
- "Type": "TRICE8_1",
- "Strg": "rd:TRICE8_1 %d\\n"
- },
- "15080": {
- "Type": "TRICE8_2",
- "Strg": "rd:TRICE8_2 %d, %d\\n"
- },
- "15081": {
- "Type": "TRICE8_3",
- "Strg": "rd:TRICE8_3 %d, %d, %d\\n"
- },
- "15082": {
- "Type": "TRICE8_4",
- "Strg": "rd:TRICE8_4 %d, %d, %d, %d\\n"
- },
- "15083": {
- "Type": "TRICE8_5",
- "Strg": "rd:TRICE8_5 %d, %d, %d, %d, %d\\n"
- },
- "15084": {
- "Type": "TRICE8_6",
- "Strg": "rd:TRICE8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15085": {
- "Type": "TRICE8_7",
- "Strg": "rd:TRICE8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15086": {
- "Type": "TRICE8_8",
- "Strg": "rd:TRICE8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15087": {
- "Type": "TRICE8_9",
- "Strg": "rd:TRICE8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15088": {
- "Type": "TRICE8_10",
- "Strg": "rd:TRICE8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15089": {
- "Type": "TRICE8_11",
- "Strg": "rd:TRICE8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15090": {
- "Type": "TRICE8_12",
- "Strg": "rd:TRICE8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15091": {
- "Type": "TRICE8_1",
- "Strg": "rd:TRICE8_1 %d\\n"
- },
- "15092": {
- "Type": "TRICE8_2",
- "Strg": "rd:TRICE8_2 %d, %d\\n"
- },
- "15093": {
- "Type": "TRICE8_3",
- "Strg": "rd:TRICE8_3 %d, %d, %d\\n"
- },
- "15094": {
- "Type": "TRICE8_4",
- "Strg": "rd:TRICE8_4 %d, %d, %d, %d\\n"
- },
- "15095": {
- "Type": "TRICE8_5",
- "Strg": "rd:TRICE8_5 %d, %d, %d, %d, %d\\n"
- },
- "15096": {
- "Type": "TRICE8_6",
- "Strg": "rd:TRICE8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15097": {
- "Type": "TRICE8_7",
- "Strg": "rd:TRICE8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15098": {
- "Type": "TRICE8_8",
- "Strg": "rd:TRICE8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15099": {
- "Type": "TRICE8_9",
- "Strg": "rd:TRICE8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15100": {
- "Type": "TRICE8_10",
- "Strg": "rd:TRICE8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15101": {
- "Type": "TRICE8_11",
- "Strg": "rd:TRICE8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15102": {
- "Type": "TRICE8_12",
- "Strg": "rd:TRICE8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15103": {
- "Type": "trice",
- "Strg": "sig:trice8 with 1 to 12 values\\n"
- },
- "15104": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d\\n"
- },
- "15105": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d\\n"
- },
- "15106": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d\\n"
- },
- "15107": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d\\n"
- },
- "15108": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d\\n"
- },
- "15109": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15110": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15111": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15112": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15113": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15114": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15115": {
- "Type": "trice8",
- "Strg": "rd:trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15116": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d\\n"
- },
- "15117": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d\\n"
- },
- "15118": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d\\n"
- },
- "15119": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d\\n"
- },
- "15120": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d\\n"
- },
- "15121": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15122": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15123": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15124": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15125": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15126": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15127": {
- "Type": "Trice8",
- "Strg": "rd:Trice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15128": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d\\n"
- },
- "15129": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d\\n"
- },
- "15130": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d\\n"
- },
- "15131": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d\\n"
- },
- "15132": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d\\n"
- },
- "15133": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d\\n"
- },
- "15134": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15135": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15136": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15137": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15138": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15139": {
- "Type": "TRice8",
- "Strg": "rd:TRice8 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15140": {
- "Type": "TRICE",
- "Strg": "sig:trice8_n with 1 to 12 values\\n"
- },
- "15141": {
- "Type": "trice8_1",
- "Strg": "rd:trice8_1 %d\\n"
- },
- "15142": {
- "Type": "trice8_2",
- "Strg": "rd:trice8_2 %d, %d\\n"
- },
- "15143": {
- "Type": "trice8_3",
- "Strg": "rd:trice8_3 %d, %d, %d\\n"
- },
- "15144": {
- "Type": "trice8_4",
- "Strg": "rd:trice8_4 %d, %d, %d, %d\\n"
- },
- "15145": {
- "Type": "trice8_5",
- "Strg": "rd:trice8_5 %d, %d, %d, %d, %d\\n"
- },
- "15146": {
- "Type": "trice8_6",
- "Strg": "rd:trice8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15147": {
- "Type": "trice8_7",
- "Strg": "rd:trice8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15148": {
- "Type": "trice8_8",
- "Strg": "rd:trice8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15149": {
- "Type": "trice8_9",
- "Strg": "rd:trice8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15150": {
- "Type": "trice8_10",
- "Strg": "rd:trice8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15151": {
- "Type": "trice8_11",
- "Strg": "rd:trice8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15152": {
- "Type": "trice8_12",
- "Strg": "rd:trice8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15153": {
- "Type": "Trice8_1",
- "Strg": "rd:Trice8_1 %d\\n"
- },
- "15154": {
- "Type": "Trice8_2",
- "Strg": "rd:Trice8_2 %d, %d\\n"
- },
- "15155": {
- "Type": "Trice8_3",
- "Strg": "rd:Trice8_3 %d, %d, %d\\n"
- },
- "15156": {
- "Type": "Trice8_4",
- "Strg": "rd:Trice8_4 %d, %d, %d, %d\\n"
- },
- "15157": {
- "Type": "Trice8_5",
- "Strg": "rd:Trice8_5 %d, %d, %d, %d, %d\\n"
- },
- "15158": {
- "Type": "Trice8_6",
- "Strg": "rd:Trice8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15159": {
- "Type": "Trice8_7",
- "Strg": "rd:Trice8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15160": {
- "Type": "Trice8_8",
- "Strg": "rd:Trice8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15161": {
- "Type": "Trice8_9",
- "Strg": "rd:Trice8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15162": {
- "Type": "Trice8_10",
- "Strg": "rd:Trice8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15163": {
- "Type": "Trice8_11",
- "Strg": "rd:Trice8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15164": {
- "Type": "Trice8_12",
- "Strg": "rd:Trice8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15165": {
- "Type": "TRice8_1",
- "Strg": "rd:TRice8_1 %d\\n"
- },
- "15166": {
- "Type": "TRice8_2",
- "Strg": "rd:TRice8_2 %d, %d\\n"
- },
- "15167": {
- "Type": "TRice8_3",
- "Strg": "rd:TRice8_3 %d, %d, %d\\n"
- },
- "15168": {
- "Type": "TRice8_4",
- "Strg": "rd:TRice8_4 %d, %d, %d, %d\\n"
- },
- "15169": {
- "Type": "TRice8_5",
- "Strg": "rd:TRice8_5 %d, %d, %d, %d, %d\\n"
- },
- "15170": {
- "Type": "TRice8_6",
- "Strg": "rd:TRice8_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15171": {
- "Type": "TRice8_7",
- "Strg": "rd:TRice8_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15172": {
- "Type": "TRice8_8",
- "Strg": "rd:TRice8_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15173": {
- "Type": "TRice8_9",
- "Strg": "rd:TRice8_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15174": {
- "Type": "TRice8_10",
- "Strg": "rd:TRice8_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15175": {
- "Type": "TRice8_11",
- "Strg": "rd:TRice8_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15176": {
- "Type": "TRice8_12",
- "Strg": "rd:TRice8_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15177": {
- "Type": "trice",
- "Strg": "sig:TRICE16 with 1 to 12 values (line %d)\\n"
- },
- "15178": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d\\n"
- },
- "15179": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d\\n"
- },
- "15180": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d\\n"
- },
- "15181": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d\\n"
- },
- "15182": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d\\n"
- },
- "15183": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15184": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15185": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15186": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15187": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15188": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15189": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15190": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d\\n"
- },
- "15191": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d\\n"
- },
- "15192": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d\\n"
- },
- "15193": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d\\n"
- },
- "15194": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d\\n"
- },
- "15195": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15196": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15197": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15198": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15199": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15200": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15201": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15202": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d\\n"
- },
- "15203": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d\\n"
- },
- "15204": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d\\n"
- },
- "15205": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d\\n"
- },
- "15206": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d\\n"
- },
- "15207": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15208": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15209": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15210": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15211": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15212": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15213": {
- "Type": "trice16",
- "Strg": "rd:TRICE16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15214": {
- "Type": "trice",
- "Strg": "sig:TRICE16_n with 1 to 12 values (line %d)\\n"
- },
- "15215": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 %d\\n"
- },
- "15216": {
- "Type": "TRICE16_2",
- "Strg": "rd:TRICE16_2 %d, %d\\n"
- },
- "15217": {
- "Type": "TRICE16_3",
- "Strg": "rd:TRICE16_3 %d, %d, %d\\n"
- },
- "15218": {
- "Type": "TRICE16_4",
- "Strg": "rd:TRICE16_4 %d, %d, %d, %d\\n"
- },
- "15219": {
- "Type": "TRICE16_5",
- "Strg": "rd:TRICE16_5 %d, %d, %d, %d, %d\\n"
- },
- "15220": {
- "Type": "TRICE16_6",
- "Strg": "rd:TRICE16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15221": {
- "Type": "TRICE16_7",
- "Strg": "rd:TRICE16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15222": {
- "Type": "TRICE16_8",
- "Strg": "rd:TRICE16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15223": {
- "Type": "TRICE16_9",
- "Strg": "rd:TRICE16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15224": {
- "Type": "TRICE16_10",
- "Strg": "rd:TRICE16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15225": {
- "Type": "TRICE16_11",
- "Strg": "rd:TRICE16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15226": {
- "Type": "TRICE16_12",
- "Strg": "rd:TRICE16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15227": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 %d\\n"
- },
- "15228": {
- "Type": "TRICE16_2",
- "Strg": "rd:TRICE16_2 %d, %d\\n"
- },
- "15229": {
- "Type": "TRICE16_3",
- "Strg": "rd:TRICE16_3 %d, %d, %d\\n"
- },
- "15230": {
- "Type": "TRICE16_4",
- "Strg": "rd:TRICE16_4 %d, %d, %d, %d\\n"
- },
- "15231": {
- "Type": "TRICE16_5",
- "Strg": "rd:TRICE16_5 %d, %d, %d, %d, %d\\n"
- },
- "15232": {
- "Type": "TRICE16_6",
- "Strg": "rd:TRICE16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15233": {
- "Type": "TRICE16_7",
- "Strg": "rd:TRICE16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15234": {
- "Type": "TRICE16_8",
- "Strg": "rd:TRICE16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15235": {
- "Type": "TRICE16_9",
- "Strg": "rd:TRICE16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15236": {
- "Type": "TRICE16_10",
- "Strg": "rd:TRICE16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15237": {
- "Type": "TRICE16_11",
- "Strg": "rd:TRICE16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15238": {
- "Type": "TRICE16_12",
- "Strg": "rd:TRICE16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15239": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 %d\\n"
- },
- "15240": {
- "Type": "TRICE16_2",
- "Strg": "rd:TRICE16_2 %d, %d\\n"
- },
- "15241": {
- "Type": "TRICE16_3",
- "Strg": "rd:TRICE16_3 %d, %d, %d\\n"
- },
- "15242": {
- "Type": "TRICE16_4",
- "Strg": "rd:TRICE16_4 %d, %d, %d, %d\\n"
- },
- "15243": {
- "Type": "TRICE16_5",
- "Strg": "rd:TRICE16_5 %d, %d, %d, %d, %d\\n"
- },
- "15244": {
- "Type": "TRICE16_6",
- "Strg": "rd:TRICE16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15245": {
- "Type": "TRICE16_7",
- "Strg": "rd:TRICE16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15246": {
- "Type": "TRICE16_8",
- "Strg": "rd:TRICE16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15247": {
- "Type": "TRICE16_9",
- "Strg": "rd:TRICE16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15248": {
- "Type": "TRICE16_10",
- "Strg": "rd:TRICE16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15249": {
- "Type": "TRICE16_11",
- "Strg": "rd:TRICE16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15250": {
- "Type": "TRICE16_12",
- "Strg": "rd:TRICE16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15251": {
- "Type": "trice",
- "Strg": "sig:trice16 with 1 to 12 values (line %d)\\n"
- },
- "15252": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d\\n"
- },
- "15253": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d\\n"
- },
- "15254": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d\\n"
- },
- "15255": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d\\n"
- },
- "15256": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d\\n"
- },
- "15257": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15258": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15259": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15260": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15261": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15262": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15263": {
- "Type": "trice16",
- "Strg": "rd:trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15264": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d\\n"
- },
- "15265": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d\\n"
- },
- "15266": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d\\n"
- },
- "15267": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d\\n"
- },
- "15268": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d\\n"
- },
- "15269": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15270": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15271": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15272": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15273": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15274": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15275": {
- "Type": "Trice16",
- "Strg": "rd:Trice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15276": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d\\n"
- },
- "15277": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d\\n"
- },
- "15278": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d\\n"
- },
- "15279": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d\\n"
- },
- "15280": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d\\n"
- },
- "15281": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d\\n"
- },
- "15282": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15283": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15284": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15285": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15286": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15287": {
- "Type": "TRice16",
- "Strg": "rd:TRice16 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15288": {
- "Type": "trice",
- "Strg": "sig:trice16_n with 1 to 12 values (line %d)\\n"
- },
- "15289": {
- "Type": "trice16_1",
- "Strg": "rd:trice16_1 %d\\n"
- },
- "15290": {
- "Type": "trice16_2",
- "Strg": "rd:trice16_2 %d, %d\\n"
- },
- "15291": {
- "Type": "trice16_3",
- "Strg": "rd:trice16_3 %d, %d, %d\\n"
- },
- "15292": {
- "Type": "trice16_4",
- "Strg": "rd:trice16_4 %d, %d, %d, %d\\n"
- },
- "15293": {
- "Type": "trice16_5",
- "Strg": "rd:trice16_5 %d, %d, %d, %d, %d\\n"
- },
- "15294": {
- "Type": "trice16_6",
- "Strg": "rd:trice16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15295": {
- "Type": "trice16_7",
- "Strg": "rd:trice16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15296": {
- "Type": "trice16_8",
- "Strg": "rd:trice16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15297": {
- "Type": "trice16_9",
- "Strg": "rd:trice16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15298": {
- "Type": "trice16_10",
- "Strg": "rd:trice16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15299": {
- "Type": "trice16_11",
- "Strg": "rd:trice16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15300": {
- "Type": "trice16_12",
- "Strg": "rd:trice16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15301": {
- "Type": "Trice16_1",
- "Strg": "rd:Trice16_1 %d\\n"
- },
- "15302": {
- "Type": "Trice16_2",
- "Strg": "rd:Trice16_2 %d, %d\\n"
- },
- "15303": {
- "Type": "Trice16_3",
- "Strg": "rd:Trice16_3 %d, %d, %d\\n"
- },
- "15304": {
- "Type": "Trice16_4",
- "Strg": "rd:Trice16_4 %d, %d, %d, %d\\n"
- },
- "15305": {
- "Type": "Trice16_5",
- "Strg": "rd:Trice16_5 %d, %d, %d, %d, %d\\n"
- },
- "15306": {
- "Type": "Trice16_6",
- "Strg": "rd:Trice16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15307": {
- "Type": "Trice16_7",
- "Strg": "rd:Trice16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15308": {
- "Type": "Trice16_8",
- "Strg": "rd:Trice16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15309": {
- "Type": "Trice16_9",
- "Strg": "rd:Trice16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15310": {
- "Type": "Trice16_10",
- "Strg": "rd:Trice16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15311": {
- "Type": "Trice16_11",
- "Strg": "rd:Trice16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15312": {
- "Type": "Trice16_12",
- "Strg": "rd:Trice16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15313": {
- "Type": "TRice16_1",
- "Strg": "rd:TRice16_1 %d\\n"
- },
- "15314": {
- "Type": "TRice16_2",
- "Strg": "rd:TRice16_2 %d, %d\\n"
- },
- "15315": {
- "Type": "TRice16_3",
- "Strg": "rd:TRice16_3 %d, %d, %d\\n"
- },
- "15316": {
- "Type": "TRice16_4",
- "Strg": "rd:TRice16_4 %d, %d, %d, %d\\n"
- },
- "15317": {
- "Type": "TRice16_5",
- "Strg": "rd:TRice16_5 %d, %d, %d, %d, %d\\n"
- },
- "15318": {
- "Type": "TRice16_6",
- "Strg": "rd:TRice16_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15319": {
- "Type": "TRice16_7",
- "Strg": "rd:TRice16_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15320": {
- "Type": "TRice16_8",
- "Strg": "rd:TRice16_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15321": {
- "Type": "TRice16_9",
- "Strg": "rd:TRice16_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15322": {
- "Type": "TRice16_10",
- "Strg": "rd:TRice16_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15323": {
- "Type": "TRice16_11",
- "Strg": "rd:TRice16_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15324": {
- "Type": "TRice16_12",
- "Strg": "rd:TRice16_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15325": {
- "Type": "trice",
- "Strg": "sig:TRICE32 with 1 to 12 values (line %d)\\n"
- },
- "15326": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d\\n"
- },
- "15327": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d\\n"
- },
- "15328": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d\\n"
- },
- "15329": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d\\n"
- },
- "15330": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d\\n"
- },
- "15331": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15332": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15333": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15334": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15335": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15336": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15337": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15338": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d\\n"
- },
- "15339": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d\\n"
- },
- "15340": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d\\n"
- },
- "15341": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d\\n"
- },
- "15342": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d\\n"
- },
- "15343": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15344": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15345": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15346": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15347": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15348": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15349": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15350": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d\\n"
- },
- "15351": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d\\n"
- },
- "15352": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d\\n"
- },
- "15353": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d\\n"
- },
- "15354": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d\\n"
- },
- "15355": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15356": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15357": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15358": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15359": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15360": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15361": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15362": {
- "Type": "trice",
- "Strg": "signal:TRICE32_n with 1 to 12 values (line %d)\\n"
- },
- "15363": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 %d\\n"
- },
- "15364": {
- "Type": "TRICE32_2",
- "Strg": "rd:TRICE32_2 %d, %d\\n"
- },
- "15365": {
- "Type": "TRICE32_3",
- "Strg": "rd:TRICE32_3 %d, %d, %d\\n"
- },
- "15366": {
- "Type": "TRICE32_4",
- "Strg": "rd:TRICE32_4 %d, %d, %d, %d\\n"
- },
- "15367": {
- "Type": "TRICE32_5",
- "Strg": "rd:TRICE32_5 %d, %d, %d, %d, %d\\n"
- },
- "15368": {
- "Type": "TRICE32_6",
- "Strg": "rd:TRICE32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15369": {
- "Type": "TRICE32_7",
- "Strg": "rd:TRICE32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15370": {
- "Type": "TRICE32_8",
- "Strg": "rd:TRICE32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15371": {
- "Type": "TRICE32_9",
- "Strg": "rd:TRICE32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15372": {
- "Type": "TRICE32_10",
- "Strg": "rd:TRICE32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15373": {
- "Type": "TRICE32_11",
- "Strg": "rd:TRICE32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15374": {
- "Type": "TRICE32_12",
- "Strg": "rd:TRICE32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15375": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 %d\\n"
- },
- "15376": {
- "Type": "TRICE32_2",
- "Strg": "rd:TRICE32_2 %d, %d\\n"
- },
- "15377": {
- "Type": "TRICE32_3",
- "Strg": "rd:TRICE32_3 %d, %d, %d\\n"
- },
- "15378": {
- "Type": "TRICE32_4",
- "Strg": "rd:TRICE32_4 %d, %d, %d, %d\\n"
- },
- "15379": {
- "Type": "TRICE32_5",
- "Strg": "rd:TRICE32_5 %d, %d, %d, %d, %d\\n"
- },
- "15380": {
- "Type": "TRICE32_6",
- "Strg": "rd:TRICE32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15381": {
- "Type": "TRICE32_7",
- "Strg": "rd:TRICE32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15382": {
- "Type": "TRICE32_8",
- "Strg": "rd:TRICE32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15383": {
- "Type": "TRICE32_9",
- "Strg": "rd:TRICE32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15384": {
- "Type": "TRICE32_10",
- "Strg": "rd:TRICE32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15385": {
- "Type": "TRICE32_11",
- "Strg": "rd:TRICE32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15386": {
- "Type": "TRICE32_12",
- "Strg": "rd:TRICE32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15387": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 %d\\n"
- },
- "15388": {
- "Type": "TRICE32_2",
- "Strg": "rd:TRICE32_2 %d, %d\\n"
- },
- "15389": {
- "Type": "TRICE32_3",
- "Strg": "rd:TRICE32_3 %d, %d, %d\\n"
- },
- "15390": {
- "Type": "TRICE32_4",
- "Strg": "rd:TRICE32_4 %d, %d, %d, %d\\n"
- },
- "15391": {
- "Type": "TRICE32_5",
- "Strg": "rd:TRICE32_5 %d, %d, %d, %d, %d\\n"
- },
- "15392": {
- "Type": "TRICE32_6",
- "Strg": "rd:TRICE32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15393": {
- "Type": "TRICE32_7",
- "Strg": "rd:TRICE32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15394": {
- "Type": "TRICE32_8",
- "Strg": "rd:TRICE32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15395": {
- "Type": "TRICE32_9",
- "Strg": "rd:TRICE32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15396": {
- "Type": "TRICE32_10",
- "Strg": "rd:TRICE32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15397": {
- "Type": "TRICE32_11",
- "Strg": "rd:TRICE32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15398": {
- "Type": "TRICE32_12",
- "Strg": "rd:TRICE32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15399": {
- "Type": "trice",
- "Strg": "sig:trice32 with 1 to 12 values (line %d)\\n"
- },
- "15400": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d\\n"
- },
- "15401": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d\\n"
- },
- "15402": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d\\n"
- },
- "15403": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d\\n"
- },
- "15404": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d\\n"
- },
- "15405": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15406": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15407": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15408": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15409": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15410": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15411": {
- "Type": "trice32",
- "Strg": "rd:trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15412": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d\\n"
- },
- "15413": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d\\n"
- },
- "15414": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d\\n"
- },
- "15415": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d\\n"
- },
- "15416": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d\\n"
- },
- "15417": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15418": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15419": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15420": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15421": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15422": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15423": {
- "Type": "Trice32",
- "Strg": "rd:Trice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15424": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d\\n"
- },
- "15425": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d\\n"
- },
- "15426": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d\\n"
- },
- "15427": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d\\n"
- },
- "15428": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d\\n"
- },
- "15429": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d\\n"
- },
- "15430": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15431": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15432": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15433": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15434": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15435": {
- "Type": "TRice32",
- "Strg": "rd:TRice32 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15436": {
- "Type": "trice",
- "Strg": "signal:trice32_n with 1 to 12 values (line %d)\\n"
- },
- "15437": {
- "Type": "trice32_1",
- "Strg": "rd:trice32_1 %d\\n"
- },
- "15438": {
- "Type": "trice32_2",
- "Strg": "rd:trice32_2 %d, %d\\n"
- },
- "15439": {
- "Type": "trice32_3",
- "Strg": "rd:trice32_3 %d, %d, %d\\n"
- },
- "15440": {
- "Type": "trice32_4",
- "Strg": "rd:trice32_4 %d, %d, %d, %d\\n"
- },
- "15441": {
- "Type": "trice32_5",
- "Strg": "rd:trice32_5 %d, %d, %d, %d, %d\\n"
- },
- "15442": {
- "Type": "trice32_6",
- "Strg": "rd:trice32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15443": {
- "Type": "trice32_7",
- "Strg": "rd:trice32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15444": {
- "Type": "trice32_8",
- "Strg": "rd:trice32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15445": {
- "Type": "trice32_9",
- "Strg": "rd:trice32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15446": {
- "Type": "trice32_10",
- "Strg": "rd:trice32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15447": {
- "Type": "trice32_11",
- "Strg": "rd:trice32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15448": {
- "Type": "trice32_12",
- "Strg": "rd:trice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15449": {
- "Type": "Trice32_1",
- "Strg": "rd:Trice32_1 %d\\n"
- },
- "15450": {
- "Type": "Trice32_2",
- "Strg": "rd:Trice32_2 %d, %d\\n"
- },
- "15451": {
- "Type": "Trice32_3",
- "Strg": "rd:Trice32_3 %d, %d, %d\\n"
- },
- "15452": {
- "Type": "Trice32_4",
- "Strg": "rd:Trice32_4 %d, %d, %d, %d\\n"
- },
- "15453": {
- "Type": "Trice32_5",
- "Strg": "rd:Trice32_5 %d, %d, %d, %d, %d\\n"
- },
- "15454": {
- "Type": "Trice32_6",
- "Strg": "rd:Trice32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15455": {
- "Type": "Trice32_7",
- "Strg": "rd:Trice32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15456": {
- "Type": "Trice32_8",
- "Strg": "rd:Trice32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15457": {
- "Type": "Trice32_9",
- "Strg": "rd:Trice32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15458": {
- "Type": "Trice32_10",
- "Strg": "rd:Trice32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15459": {
- "Type": "Trice32_11",
- "Strg": "rd:Trice32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15460": {
- "Type": "Trice32_12",
- "Strg": "rd:Trice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15461": {
- "Type": "TRice32_1",
- "Strg": "rd:TRice32_1 %d\\n"
- },
- "15462": {
- "Type": "TRice32_2",
- "Strg": "rd:TRice32_2 %d, %d\\n"
- },
- "15463": {
- "Type": "TRice32_3",
- "Strg": "rd:TRice32_3 %d, %d, %d\\n"
- },
- "15464": {
- "Type": "TRice32_4",
- "Strg": "rd:TRice32_4 %d, %d, %d, %d\\n"
- },
- "15465": {
- "Type": "TRice32_5",
- "Strg": "rd:TRice32_5 %d, %d, %d, %d, %d\\n"
- },
- "15466": {
- "Type": "TRice32_6",
- "Strg": "rd:TRice32_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15467": {
- "Type": "TRice32_7",
- "Strg": "rd:TRice32_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15468": {
- "Type": "TRice32_8",
- "Strg": "rd:TRice32_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15469": {
- "Type": "TRice32_9",
- "Strg": "rd:TRice32_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15470": {
- "Type": "TRice32_10",
- "Strg": "rd:TRice32_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15471": {
- "Type": "TRice32_11",
- "Strg": "rd:TRice32_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15472": {
- "Type": "TRice32_12",
- "Strg": "rd:TRice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15473": {
- "Type": "trice",
- "Strg": "sig:TRICE64 with 1 to 12 values (line %d)\\n"
- },
- "15474": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d\\n"
- },
- "15475": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d\\n"
- },
- "15476": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d\\n"
- },
- "15477": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d\\n"
- },
- "15478": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d\\n"
- },
- "15479": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15480": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15481": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15482": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15483": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15484": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15485": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15486": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d\\n"
- },
- "15487": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d\\n"
- },
- "15488": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d\\n"
- },
- "15489": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d\\n"
- },
- "15490": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d\\n"
- },
- "15491": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15492": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15493": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15494": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15495": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15496": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15497": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15498": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d\\n"
- },
- "15499": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d\\n"
- },
- "15500": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d\\n"
- },
- "15501": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d\\n"
- },
- "15502": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d\\n"
- },
- "15503": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15504": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15505": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15506": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15507": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15508": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15509": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15510": {
- "Type": "trice",
- "Strg": "signal:TRICE64_n with 1 to 12 values (line %d)\\n"
- },
- "15511": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 %d\\n"
- },
- "15512": {
- "Type": "TRICE64_2",
- "Strg": "rd:TRICE64_2 %d, %d\\n"
- },
- "15513": {
- "Type": "TRICE64_3",
- "Strg": "rd:TRICE64_3 %d, %d, %d\\n"
- },
- "15514": {
- "Type": "TRICE64_4",
- "Strg": "rd:TRICE64_4 %d, %d, %d, %d\\n"
- },
- "15515": {
- "Type": "TRICE64_5",
- "Strg": "rd:TRICE64_5 %d, %d, %d, %d, %d\\n"
- },
- "15516": {
- "Type": "TRICE64_6",
- "Strg": "rd:TRICE64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15517": {
- "Type": "TRICE64_7",
- "Strg": "rd:TRICE64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15518": {
- "Type": "TRICE64_8",
- "Strg": "rd:TRICE64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15519": {
- "Type": "TRICE64_9",
- "Strg": "rd:TRICE64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15520": {
- "Type": "TRICE64_10",
- "Strg": "rd:TRICE64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15521": {
- "Type": "TRICE64_11",
- "Strg": "rd:TRICE64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15522": {
- "Type": "TRICE64_12",
- "Strg": "rd:TRICE64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15523": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 %d\\n"
- },
- "15524": {
- "Type": "TRICE64_2",
- "Strg": "rd:TRICE64_2 %d, %d\\n"
- },
- "15525": {
- "Type": "TRICE64_3",
- "Strg": "rd:TRICE64_3 %d, %d, %d\\n"
- },
- "15526": {
- "Type": "TRICE64_4",
- "Strg": "rd:TRICE64_4 %d, %d, %d, %d\\n"
- },
- "15527": {
- "Type": "TRICE64_5",
- "Strg": "rd:TRICE64_5 %d, %d, %d, %d, %d\\n"
- },
- "15528": {
- "Type": "TRICE64_6",
- "Strg": "rd:TRICE64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15529": {
- "Type": "TRICE64_7",
- "Strg": "rd:TRICE64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15530": {
- "Type": "TRICE64_8",
- "Strg": "rd:TRICE64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15531": {
- "Type": "TRICE64_9",
- "Strg": "rd:TRICE64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15532": {
- "Type": "TRICE64_10",
- "Strg": "rd:TRICE64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15533": {
- "Type": "TRICE64_11",
- "Strg": "rd:TRICE64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15534": {
- "Type": "TRICE64_12",
- "Strg": "rd:TRICE64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15535": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 %d\\n"
- },
- "15536": {
- "Type": "TRICE64_2",
- "Strg": "rd:TRICE64_2 %d, %d\\n"
- },
- "15537": {
- "Type": "TRICE64_3",
- "Strg": "rd:TRICE64_3 %d, %d, %d\\n"
- },
- "15538": {
- "Type": "TRICE64_4",
- "Strg": "rd:TRICE64_4 %d, %d, %d, %d\\n"
- },
- "15539": {
- "Type": "TRICE64_5",
- "Strg": "rd:TRICE64_5 %d, %d, %d, %d, %d\\n"
- },
- "15540": {
- "Type": "TRICE64_6",
- "Strg": "rd:TRICE64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15541": {
- "Type": "TRICE64_7",
- "Strg": "rd:TRICE64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15542": {
- "Type": "TRICE64_8",
- "Strg": "rd:TRICE64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15543": {
- "Type": "TRICE64_9",
- "Strg": "rd:TRICE64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15544": {
- "Type": "TRICE64_10",
- "Strg": "rd:TRICE64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15545": {
- "Type": "TRICE64_11",
- "Strg": "rd:TRICE64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15546": {
- "Type": "TRICE64_12",
- "Strg": "rd:TRICE64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15547": {
- "Type": "trice",
- "Strg": "sig:trice64 with 1 to 12 values (line %d)\\n"
- },
- "15548": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d\\n"
- },
- "15549": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d\\n"
- },
- "15550": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d\\n"
- },
- "15551": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d\\n"
- },
- "15552": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d\\n"
- },
- "15553": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15554": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15555": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15556": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15557": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15558": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15559": {
- "Type": "trice64",
- "Strg": "rd:trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15560": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d\\n"
- },
- "15561": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d\\n"
- },
- "15562": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d\\n"
- },
- "15563": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d\\n"
- },
- "15564": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d\\n"
- },
- "15565": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15566": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15567": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15568": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15569": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15570": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15571": {
- "Type": "Trice64",
- "Strg": "rd:Trice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15572": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d\\n"
- },
- "15573": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d\\n"
- },
- "15574": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d\\n"
- },
- "15575": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d\\n"
- },
- "15576": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d\\n"
- },
- "15577": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d\\n"
- },
- "15578": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15579": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15580": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15581": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15582": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15583": {
- "Type": "TRice64",
- "Strg": "rd:TRice64 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15584": {
- "Type": "trice",
- "Strg": "signal:trice64_n with 1 to 12 values (line %d)\\n"
- },
- "15585": {
- "Type": "trice64_1",
- "Strg": "rd:trice64_1 %d\\n"
- },
- "15586": {
- "Type": "trice64_2",
- "Strg": "rd:trice64_2 %d, %d\\n"
- },
- "15587": {
- "Type": "trice64_3",
- "Strg": "rd:trice64_3 %d, %d, %d\\n"
- },
- "15588": {
- "Type": "trice64_4",
- "Strg": "rd:trice64_4 %d, %d, %d, %d\\n"
- },
- "15589": {
- "Type": "trice64_5",
- "Strg": "rd:trice64_5 %d, %d, %d, %d, %d\\n"
- },
- "15590": {
- "Type": "trice64_6",
- "Strg": "rd:trice64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15591": {
- "Type": "trice64_7",
- "Strg": "rd:trice64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15592": {
- "Type": "trice64_8",
- "Strg": "rd:trice64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15593": {
- "Type": "trice64_9",
- "Strg": "rd:trice64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15594": {
- "Type": "trice64_10",
- "Strg": "rd:trice64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15595": {
- "Type": "trice64_11",
- "Strg": "rd:trice64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15596": {
- "Type": "trice64_12",
- "Strg": "rd:trice64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15597": {
- "Type": "Trice64_1",
- "Strg": "rd:Trice64_1 %d\\n"
- },
- "15598": {
- "Type": "Trice64_2",
- "Strg": "rd:Trice64_2 %d, %d\\n"
- },
- "15599": {
- "Type": "Trice64_3",
- "Strg": "rd:Trice64_3 %d, %d, %d\\n"
- },
- "15600": {
- "Type": "Trice64_4",
- "Strg": "rd:Trice64_4 %d, %d, %d, %d\\n"
- },
- "15601": {
- "Type": "Trice64_5",
- "Strg": "rd:Trice64_5 %d, %d, %d, %d, %d\\n"
- },
- "15602": {
- "Type": "Trice64_6",
- "Strg": "rd:Trice64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15603": {
- "Type": "Trice64_7",
- "Strg": "rd:Trice64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15604": {
- "Type": "Trice64_8",
- "Strg": "rd:Trice64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15605": {
- "Type": "Trice64_9",
- "Strg": "rd:Trice64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15606": {
- "Type": "Trice64_10",
- "Strg": "rd:Trice64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15607": {
- "Type": "Trice64_11",
- "Strg": "rd:Trice64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15608": {
- "Type": "Trice64_12",
- "Strg": "rd:Trice64_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15609": {
- "Type": "TRice64_1",
- "Strg": "rd:TRice64_1 %d\\n"
- },
- "15610": {
- "Type": "TRice64_2",
- "Strg": "rd:TRice64_2 %d, %d\\n"
- },
- "15611": {
- "Type": "TRice64_3",
- "Strg": "rd:TRice64_3 %d, %d, %d\\n"
- },
- "15612": {
- "Type": "TRice64_4",
- "Strg": "rd:TRice64_4 %d, %d, %d, %d\\n"
- },
- "15613": {
- "Type": "TRice64_5",
- "Strg": "rd:TRice64_5 %d, %d, %d, %d, %d\\n"
- },
- "15614": {
- "Type": "TRice64_6",
- "Strg": "rd:TRice64_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "15615": {
- "Type": "TRice64_7",
- "Strg": "rd:TRice64_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15616": {
- "Type": "TRice64_8",
- "Strg": "rd:TRice64_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15617": {
- "Type": "TRice64_9",
- "Strg": "rd:TRice64_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15618": {
- "Type": "TRice64_10",
- "Strg": "rd:TRice64_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15619": {
- "Type": "TRice64_11",
- "Strg": "rd:TRice64_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15620": {
- "Type": "TRice32_12",
- "Strg": "rd:TRice32_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "15621": {
- "Type": "TRICE",
- "Strg": "sig:Colors and ticks\\n"
- },
- "15622": {
- "Type": "TRICE",
- "Strg": "--------------------------------------------------\\n"
- },
- "15623": {
- "Type": "TRICE",
- "Strg": "--------------------------------------------------\\n"
- },
- "15624": {
- "Type": "TRICE",
- "Strg": "dbg:12345 as 16bit is %016b\\n"
- },
- "15625": {
- "Type": "TRICE",
- "Strg": "--------------------------------------------------\\n"
- },
- "15626": {
- "Type": "TRICE",
- "Strg": "sig:This ASSERT error is just a demo and no real error:\\n"
- },
- "15627": {
- "Type": "TRICE",
- "Strg": "--------------------------------------------------\\n"
- },
- "15628": {
- "Type": "TRICE",
- "Strg": "ERR:error message, SysTick is %6u\\n"
- },
- "15629": {
- "Type": "TRICE",
- "Strg": "WRN:warning message, SysTick is %6u\\n"
- },
- "15630": {
- "Type": "TRICE",
- "Strg": "ATT:attention message, SysTick is %6u\\n"
- },
- "15631": {
- "Type": "TRICE",
- "Strg": "DIA:diagnostics message, SysTick is %6u\\n"
- },
- "15632": {
- "Type": "TRICE",
- "Strg": "TIM:timing message, SysTick is %6u\\n"
- },
- "15633": {
- "Type": "TRICE",
- "Strg": "DBG:debug message, SysTick is %6u\\n"
- },
- "15634": {
- "Type": "TRICE",
- "Strg": "SIG:signal message, SysTick is %6u\\n"
- },
- "15635": {
- "Type": "TRICE",
- "Strg": "RD:read message, SysTick is %6u\\n"
- },
- "15636": {
- "Type": "TRICE",
- "Strg": "WR:write message, SysTick is %6u\\n"
- },
- "15637": {
- "Type": "TRICE",
- "Strg": "ISR:interrupt message, SysTick is %6u\\n"
- },
- "15638": {
- "Type": "TRICE",
- "Strg": "MSG:normal message, SysTick is %6u\\n"
- },
- "15639": {
- "Type": "TRICE",
- "Strg": "INFO:informal message, SysTick is %6u\\n"
- },
- "15640": {
- "Type": "TRICE",
- "Strg": "time:TRICE32_1 message, SysTick is %6u\\n"
- },
- "15641": {
- "Type": "TRICE",
- "Strg": "sig:Various ranges and formats\\n"
- },
- "15642": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%03x -\u003e %03x %03x %03x %03x\\n"
- },
- "15643": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4d -\u003e %4d %4d %4d %4d\\n"
- },
- "15644": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4u -\u003e %4u %4u %4u %4u\\n"
- },
- "15645": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4o -\u003e %4o %4o %4o %4o\\n"
- },
- "15646": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4O -\u003e %4O %4O %4O %4O\\n"
- },
- "15647": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4X -\u003e %4X %4X %4X %4X\\n"
- },
- "15648": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%4x -\u003e %4x %4x %4x %4x\\n"
- },
- "15649": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%8b -\u003e %8b %8b %8b %8b\\n"
- },
- "15650": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %%08b -\u003e %08b %08b %08b %08b\\n"
- },
- "15651": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %%05x -\u003e %05x %05x %05x %05x\\n"
- },
- "15652": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %%6d -\u003e %6d %6d %6d %6d\\n"
- },
- "15653": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %%7o -\u003e %7o %7o %7o %7o\\n"
- },
- "15654": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %%09x -\u003e %09x %09x %09x %09x\\n"
- },
- "15655": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %%10d -\u003e %10d %10d %10d %10x\\n"
- },
- "15656": {
- "Type": "TRICE32",
- "Strg": "att:TRICE32 %40b\\n"
- },
- "15657": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %%09x -\u003e %09x %09x %09x %09x\\n"
- },
- "15658": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %%10d -\u003e %10d %10d %10d %10x\\n"
- },
- "15659": {
- "Type": "TRICE64",
- "Strg": "att:TRICE64 %70b\\n"
- },
- "15660": {
- "Type": "TRICE",
- "Strg": "sig:Legacy TRICE8\\n"
- },
- "15661": {
- "Type": "TRICE8_1",
- "Strg": "tst:TRICE8_1 %02x\\n"
- },
- "15662": {
- "Type": "TRICE8_2",
- "Strg": "tst:TRICE8_2 %02x %02x\\n"
- },
- "15663": {
- "Type": "TRICE8_3",
- "Strg": "tst:TRICE8_3 %02x %02x %02x\\n"
- },
- "15664": {
- "Type": "TRICE8_4",
- "Strg": "tst:TRICE8_4 %02x %02x %02x %02x\\n"
- },
- "15665": {
- "Type": "TRICE8_5",
- "Strg": "tst:TRICE8_5 %02x %02x %02x %02x %02x\\n"
- },
- "15666": {
- "Type": "TRICE8_6",
- "Strg": "tst:TRICE8_6 %02x %02x %02x %02x %02x %02x\\n"
- },
- "15667": {
- "Type": "TRICE8_7",
- "Strg": "tst:TRICE8_7 %02x %02x %02x %02x %02x %02x %02x\\n"
- },
- "15668": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_8 %02X %02X %02X %02X %02x %02x %02x %02x\\n"
- },
- "15669": {
- "Type": "TRICE8_1",
- "Strg": "tst:TRICE8_1 %d\\n"
- },
- "15670": {
- "Type": "TRICE8_2",
- "Strg": "tst:TRICE8_2 %d %d\\n"
- },
- "15671": {
- "Type": "TRICE8_3",
- "Strg": "tst:TRICE8_3 %d %d %d\\n"
- },
- "15672": {
- "Type": "TRICE8_4",
- "Strg": "tst:TRICE8_4 %d %d %d %d\\n"
- },
- "15673": {
- "Type": "TRICE8_5",
- "Strg": "tst:TRICE8_5 %d %d %d %d %d\\n"
- },
- "15674": {
- "Type": "TRICE8_6",
- "Strg": "tst:TRICE8_6 %d %d %d %d %d %d\\n"
- },
- "15675": {
- "Type": "TRICE8_7",
- "Strg": "tst:TRICE8_7 %d %d %d %d %d %d %d\\n"
- },
- "15676": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15677": {
- "Type": "TRICE8_1",
- "Strg": "tst:TRICE8_1 %d\\n"
- },
- "15678": {
- "Type": "TRICE8_2",
- "Strg": "tst:TRICE8_2 %d %d\\n"
- },
- "15679": {
- "Type": "TRICE8_3",
- "Strg": "tst:TRICE8_3 %d %d %d\\n"
- },
- "15680": {
- "Type": "TRICE8_4",
- "Strg": "tst:TRICE8_4 %d %d %d %d\\n"
- },
- "15681": {
- "Type": "TRICE8_5",
- "Strg": "tst:TRICE8_5 %d %d %d %d %d\\n"
- },
- "15682": {
- "Type": "TRICE8_6",
- "Strg": "tst:TRICE8_6 %d %d %d %d %d %d\\n"
- },
- "15683": {
- "Type": "TRICE8_7",
- "Strg": "tst:TRICE8_7 %d %d %d %d %d %d %d\\n"
- },
- "15684": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15685": {
- "Type": "TRICE8_1",
- "Strg": "tst:TRICE8_1 %u\\n"
- },
- "15686": {
- "Type": "TRICE8_2",
- "Strg": "tst:TRICE8_2 %u %u\\n"
- },
- "15687": {
- "Type": "TRICE8_3",
- "Strg": "tst:TRICE8_3 %u %u %u\\n"
- },
- "15688": {
- "Type": "TRICE8_4",
- "Strg": "tst:TRICE8_4 %u %u %u %u\\n"
- },
- "15689": {
- "Type": "TRICE8_5",
- "Strg": "tst:TRICE8_5 %u %u %u %u %u\\n"
- },
- "15690": {
- "Type": "TRICE8_6",
- "Strg": "tst:TRICE8_6 %u %u %u %u %u %u\\n"
- },
- "15691": {
- "Type": "TRICE8_7",
- "Strg": "tst:TRICE8_7 %u %u %u %u %u %u %u\\n"
- },
- "15692": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_8 %u %u %u %u %u %u %u %u\\n"
- },
- "15693": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_1 %%d=%d, %%u=%u, 0x%%x=0x%x, 0x%%2x=0x%2x, 0x%%02x=0x%02x, 0x%%3x=0x%3x, 0x%%03x=0x%03x, %%b=%b\\n"
- },
- "15694": {
- "Type": "TRICE",
- "Strg": "sig:Legacy TRICE16-64\\n"
- },
- "15695": {
- "Type": "TRICE16_1",
- "Strg": "tst:TRICE16_1 %d\\n"
- },
- "15696": {
- "Type": "TRICE16_2",
- "Strg": "tst:TRICE16_2 %d %d\\n"
- },
- "15697": {
- "Type": "TRICE16_3",
- "Strg": "tst:TRICE16_3 %d %d %d\\n"
- },
- "15698": {
- "Type": "TRICE16_4",
- "Strg": "tst:TRICE16_4 %d %d %d %d\\n"
- },
- "15699": {
- "Type": "TRICE32_1",
- "Strg": "tst:TRICE32_1 %08x\\n"
- },
- "15700": {
- "Type": "TRICE32_1",
- "Strg": "tst:TRICE32_1 %d\\n"
- },
- "15701": {
- "Type": "TRICE32_2",
- "Strg": "tst:TRICE32_2 %x %x\\n"
- },
- "15702": {
- "Type": "TRICE32_2",
- "Strg": "tst:TRICE32_2 %d %d\\n"
- },
- "15703": {
- "Type": "TRICE32_3",
- "Strg": "tst:TRICE32_3 %x %x %x\\n"
- },
- "15704": {
- "Type": "TRICE32_3",
- "Strg": "tst:TRICE32_3 %d %d %d\\n"
- },
- "15705": {
- "Type": "TRICE32_4",
- "Strg": "tst:TRICE32_4 %x %x %x %x\\n"
- },
- "15706": {
- "Type": "TRICE32_4",
- "Strg": "tst:TRICE32_4 %d %d %d %d\\n"
- },
- "15707": {
- "Type": "TRICE64_1",
- "Strg": "tst:TRICE64_1 %d\\n"
- },
- "15708": {
- "Type": "TRICE64_2",
- "Strg": "tst:TRICE64_2 %d %d\\n"
- },
- "15709": {
- "Type": "TRICE16_1",
- "Strg": "tst:TRICE16_1 %u\\n"
- },
- "15710": {
- "Type": "TRICE16_2",
- "Strg": "tst:TRICE16_2 %u %u\\n"
- },
- "15711": {
- "Type": "TRICE16_3",
- "Strg": "tst:TRICE16_3 %u %u %u\\n"
- },
- "15712": {
- "Type": "TRICE16_4",
- "Strg": "tst:TRICE16_4 %u %u %u %u\\n"
- },
- "15713": {
- "Type": "TRICE32_1",
- "Strg": "tst:TRICE32_1 %u\\n"
- },
- "15714": {
- "Type": "TRICE32_2",
- "Strg": "tst:TRICE32_2 %u %u\\n"
- },
- "15715": {
- "Type": "TRICE32_3",
- "Strg": "tst:TRICE32_3 %u %u %u\\n"
- },
- "15716": {
- "Type": "TRICE32_4",
- "Strg": "tst:TRICE32_4 %u %u %u %u\\n"
- },
- "15717": {
- "Type": "TRICE64_1",
- "Strg": "tst:TRICE64_1 %x\\n"
- },
- "15718": {
- "Type": "TRICE64_2",
- "Strg": "tst:TRICE64_2 %x %x\\n"
- },
- "15719": {
- "Type": "TRICE64_1",
- "Strg": "tst:TRICE64_1 %u\\n"
- },
- "15720": {
- "Type": "TRICE64_2",
- "Strg": "tst:TRICE64_2 %u %u\\n"
- },
- "15721": {
- "Type": "trice",
- "Strg": "sig:colored single letters and several TRICE macros in one line\\n"
- },
- "15722": {
- "Type": "trice",
- "Strg": "e:A"
- },
- "15723": {
- "Type": "trice",
- "Strg": "w:B"
- },
- "15724": {
- "Type": "trice",
- "Strg": "a:c"
- },
- "15725": {
- "Type": "trice",
- "Strg": "wr:d"
- },
- "15726": {
- "Type": "trice",
- "Strg": "rd:e\\n"
- },
- "15727": {
- "Type": "trice",
- "Strg": "diag:f"
- },
- "15728": {
- "Type": "trice",
- "Strg": "d:G"
- },
- "15729": {
- "Type": "trice",
- "Strg": "t:H"
- },
- "15730": {
- "Type": "trice",
- "Strg": "time:i"
- },
- "15731": {
- "Type": "trice",
- "Strg": "message:J"
- },
- "15732": {
- "Type": "trice",
- "Strg": "dbg:k\\n"
- },
- "15733": {
- "Type": "trice",
- "Strg": "1"
- },
- "15734": {
- "Type": "trice",
- "Strg": "2"
- },
- "15735": {
- "Type": "trice",
- "Strg": "3"
- },
- "15736": {
- "Type": "trice",
- "Strg": "4"
- },
- "15737": {
- "Type": "trice",
- "Strg": "e:7"
- },
- "15738": {
- "Type": "trice",
- "Strg": "m:12"
- },
- "15739": {
- "Type": "trice",
- "Strg": "m:123\\n"
- },
- "15740": {
- "Type": "trice",
- "Strg": "e:A"
- },
- "15741": {
- "Type": "trice",
- "Strg": "w:B"
- },
- "15742": {
- "Type": "trice",
- "Strg": "a:c"
- },
- "15743": {
- "Type": "trice",
- "Strg": "wr:d"
- },
- "15744": {
- "Type": "trice",
- "Strg": "rd:e\\n"
- },
- "15745": {
- "Type": "trice",
- "Strg": "diag:f"
- },
- "15746": {
- "Type": "trice",
- "Strg": "sig:TRICE8 with variable param count 1 to 12\\n"
- },
- "15747": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d\\n"
- },
- "15748": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d\\n"
- },
- "15749": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d\\n"
- },
- "15750": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d\\n"
- },
- "15751": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d\\n"
- },
- "15752": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d\\n"
- },
- "15753": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d\\n"
- },
- "15754": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d\\n"
- },
- "15755": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15756": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15757": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15758": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15759": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %t %b %x %X %d %u %o %O %p\\n"
- },
- "15760": {
- "Type": "TRICE8_1",
- "Strg": "tst:TRICE8_1 %d\\n"
- },
- "15761": {
- "Type": "TRICE8_2",
- "Strg": "tst:TRICE8_2 %d %d\\n"
- },
- "15762": {
- "Type": "TRICE8_3",
- "Strg": "tst:TRICE8_3 %d %d %d\\n"
- },
- "15763": {
- "Type": "TRICE8_4",
- "Strg": "tst:TRICE8_4 %d %d %d %d\\n"
- },
- "15764": {
- "Type": "TRICE8_5",
- "Strg": "tst:TRICE8_5 %d %d %d %d %d\\n"
- },
- "15765": {
- "Type": "TRICE8_6",
- "Strg": "tst:TRICE8_6 %d %d %d %d %d %d\\n"
- },
- "15766": {
- "Type": "TRICE8_7",
- "Strg": "tst:TRICE8_7 %d %d %d %d %d %d %d\\n"
- },
- "15767": {
- "Type": "TRICE8_8",
- "Strg": "tst:TRICE8_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15768": {
- "Type": "TRICE8_9",
- "Strg": "tst:TRICE8_9 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15769": {
- "Type": "TRICE8_10",
- "Strg": "tst:TRICE8_10 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15770": {
- "Type": "TRICE8_11",
- "Strg": "tst:TRICE8_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15771": {
- "Type": "TRICE8_12",
- "Strg": "tst:TRICE8_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15772": {
- "Type": "TRICE8",
- "Strg": "tst:TRICE8 %t %b %x %X %d %u %o %O %p\\n"
- },
- "15773": {
- "Type": "TRICE8_9",
- "Strg": "tst:TRICE8_9 %t %b %x %X %d %u %o %O %p\\n"
- },
- "15774": {
- "Type": "trice",
- "Strg": "sig:TRICE16 with variable param count 1 to 12\\n"
- },
- "15775": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d\\n"
- },
- "15776": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d\\n"
- },
- "15777": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d\\n"
- },
- "15778": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d\\n"
- },
- "15779": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d\\n"
- },
- "15780": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d\\n"
- },
- "15781": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d\\n"
- },
- "15782": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d\\n"
- },
- "15783": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15784": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15785": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15786": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15787": {
- "Type": "TRICE16",
- "Strg": "tst:TRICE16 %t %b %x %X %d %u %o %O %p\\n"
- },
- "15788": {
- "Type": "TRICE16_1",
- "Strg": "tst:TRICE16_1 %d\\n"
- },
- "15789": {
- "Type": "TRICE16_2",
- "Strg": "tst:TRICE16_2 %d %d\\n"
- },
- "15790": {
- "Type": "TRICE16_3",
- "Strg": "tst:TRICE16_3 %d %d %d\\n"
- },
- "15791": {
- "Type": "TRICE16_4",
- "Strg": "tst:TRICE16_4 %d %d %d %d\\n"
- },
- "15792": {
- "Type": "TRICE16_5",
- "Strg": "tst:TRICE16_5 %d %d %d %d %d\\n"
- },
- "15793": {
- "Type": "TRICE16_6",
- "Strg": "tst:TRICE16_6 %d %d %d %d %d %d\\n"
- },
- "15794": {
- "Type": "TRICE16_7",
- "Strg": "tst:TRICE16_7 %d %d %d %d %d %d %d\\n"
- },
- "15795": {
- "Type": "TRICE16_8",
- "Strg": "tst:TRICE16_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15796": {
- "Type": "TRICE16_9",
- "Strg": "tst:TRICE16_9 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15797": {
- "Type": "TRICE16_10",
- "Strg": "tst:TRICE16_10 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15798": {
- "Type": "TRICE16_11",
- "Strg": "tst:TRICE16_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15799": {
- "Type": "TRICE16_12",
- "Strg": "tst:TRICE16_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15800": {
- "Type": "TRICE16_9",
- "Strg": "tst:TRICE16 %t %b %x %X %d %u %o %O %p\\n"
- },
- "15801": {
- "Type": "trice",
- "Strg": "sig:TRICE32 with variable param count 1 to 12\\n"
- },
- "15802": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d\\n"
- },
- "15803": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d\\n"
- },
- "15804": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d\\n"
- },
- "15805": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d\\n"
- },
- "15806": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d\\n"
- },
- "15807": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d\\n"
- },
- "15808": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d\\n"
- },
- "15809": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d\\n"
- },
- "15810": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15811": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15812": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15813": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15814": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
- },
- "15815": {
- "Type": "TRICE32_1",
- "Strg": "tst:TRICE32_1 %d\\n"
- },
- "15816": {
- "Type": "TRICE32_2",
- "Strg": "tst:TRICE32_2 %d %d\\n"
- },
- "15817": {
- "Type": "TRICE32_3",
- "Strg": "tst:TRICE32_3 %d %d %d\\n"
- },
- "15818": {
- "Type": "TRICE32_4",
- "Strg": "tst:TRICE32_4 %d %d %d %d\\n"
- },
- "15819": {
- "Type": "TRICE32_5",
- "Strg": "tst:TRICE32_5 %d %d %d %d %d\\n"
- },
- "15820": {
- "Type": "TRICE32_6",
- "Strg": "tst:TRICE32_6 %d %d %d %d %d %d\\n"
- },
- "15821": {
- "Type": "TRICE32_7",
- "Strg": "tst:TRICE32_7 %d %d %d %d %d %d %d\\n"
- },
- "15822": {
- "Type": "TRICE32_8",
- "Strg": "tst:TRICE32_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15823": {
- "Type": "TRICE32_9",
- "Strg": "tst:TRICE32_9 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15824": {
- "Type": "TRICE32_10",
- "Strg": "tst:TRICE32_10 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15825": {
- "Type": "TRICE32_11",
- "Strg": "tst:TRICE32_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15826": {
- "Type": "TRICE32_12",
- "Strg": "tst:TRICE32_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15827": {
- "Type": "TRICE32",
- "Strg": "tst:TRICE32 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
- },
- "15828": {
- "Type": "TRICE32_12",
- "Strg": "tst:TRICE32_12 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
- },
- "15829": {
- "Type": "trice",
- "Strg": "sig:TRICE64 with variable param count 1 to 12\\n"
- },
- "15830": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d\\n"
- },
- "15831": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d\\n"
- },
- "15832": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d\\n"
- },
- "15833": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d\\n"
- },
- "15834": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d\\n"
- },
- "15835": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d\\n"
- },
- "15836": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d\\n"
- },
- "15837": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d\\n"
- },
- "15838": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15839": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15840": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15841": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15842": {
- "Type": "TRICE64",
- "Strg": "tst:TRICE64 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
- },
- "15843": {
- "Type": "TRICE64_1",
- "Strg": "tst:TRICE64_1 %d\\n"
- },
- "15844": {
- "Type": "TRICE64_2",
- "Strg": "tst:TRICE64_2 %d %d\\n"
- },
- "15845": {
- "Type": "TRICE64_3",
- "Strg": "tst:TRICE64_3 %d %d %d\\n"
- },
- "15846": {
- "Type": "TRICE64_4",
- "Strg": "tst:TRICE64_4 %d %d %d %d\\n"
- },
- "15847": {
- "Type": "TRICE64_5",
- "Strg": "tst:TRICE64_5 %d %d %d %d %d\\n"
- },
- "15848": {
- "Type": "TRICE64_6",
- "Strg": "tst:TRICE64_6 %d %d %d %d %d %d\\n"
- },
- "15849": {
- "Type": "TRICE64_7",
- "Strg": "tst:TRICE64_7 %d %d %d %d %d %d %d\\n"
- },
- "15850": {
- "Type": "TRICE64_8",
- "Strg": "tst:TRICE64_8 %d %d %d %d %d %d %d %d\\n"
- },
- "15851": {
- "Type": "TRICE64_9",
- "Strg": "tst:TRICE64_9 %d %d %d %d %d %d %d %d %d\\n"
- },
- "15852": {
- "Type": "TRICE64_10",
- "Strg": "tst:TRICE64_10 %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15853": {
- "Type": "TRICE64_11",
- "Strg": "tst:TRICE64_11 %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15854": {
- "Type": "TRICE64_12",
- "Strg": "tst:TRICE64_12 %d %d %d %d %d %d %d %d %d %d %d %d\\n"
- },
- "15855": {
- "Type": "TRICE64_12",
- "Strg": "tst:TRICE64_12 %t %b %x %X %d %u %o %O %p %e %f %g\\n"
- },
- "15856": {
- "Type": "trice",
- "Strg": "att:positive and negative float in format variants\\n"
- },
- "15857": {
- "Type": "trice",
- "Strg": "rd:TRICE float %f (%%f)\\n"
- },
- "15858": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9f (%%9f)\\n"
- },
- "15859": {
- "Type": "trice",
- "Strg": "rd:TRICE float %.9f (%%.9f)\\n"
- },
- "15860": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9.f (%%9.f)\\n"
- },
- "15861": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9.6f (%%9.6f)\\n"
- },
- "15862": {
- "Type": "trice",
- "Strg": "rd:TRICE float %f (%%f)\\n"
- },
- "15863": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9f (%%9f)\\n"
- },
- "15864": {
- "Type": "trice",
- "Strg": "rd:TRICE float %.9f (%%.9f)\\n"
- },
- "15865": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9.f (%%9.f)\\n"
- },
- "15866": {
- "Type": "trice",
- "Strg": "rd:TRICE float %9.6f (%%9.6f)\\n"
- },
- "15867": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+f (%%f)\\n"
- },
- "15868": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9f (%%9f)\\n"
- },
- "15869": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+.9f (%%.9f)\\n"
- },
- "15870": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9.f (%%9.f)\\n"
- },
- "15871": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9.6f (%%9.6f)\\n"
- },
- "15872": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+f (%%f)\\n"
- },
- "15873": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9f (%%9f)\\n"
- },
- "15874": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+.9f (%%.9f)\\n"
- },
- "15875": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9.f (%%9.f)\\n"
- },
- "15876": {
- "Type": "trice",
- "Strg": "rd:TRICE float %+9.6f (%%9.6f)\\n"
- },
- "15877": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-f (%%f)\\n"
- },
- "15878": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9f (%%9f)\\n"
- },
- "15879": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-.9f (%%.9f)\\n"
- },
- "15880": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9.f (%%9.f)\\n"
- },
- "15881": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9.6f (%%9.6f)\\n"
- },
- "15882": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-f (%%f)\\n"
- },
- "15883": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9f (%%9f)\\n"
- },
- "15884": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-.9f (%%.9f)\\n"
- },
- "15885": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9.f (%%9.f)\\n"
- },
- "15886": {
- "Type": "trice",
- "Strg": "rd:TRICE float %-9.6f (%%9.6f)\\n"
- },
- "15887": {
- "Type": "trice",
- "Strg": "att:positive float \u0026 double in variants\\n"
- },
- "15888": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %e (%%e)\\n"
- },
- "15889": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %f (%%f)\\n"
- },
- "15890": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %g (%%g)\\n"
- },
- "15891": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %E (%%E)\\n"
- },
- "15892": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %F (%%F)\\n"
- },
- "15893": {
- "Type": "TRICE32_1",
- "Strg": "rd:TRICE32_1 float %G (%%G)\\n"
- },
- "15894": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %e (%%e)\\n"
- },
- "15895": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %f (%%f)\\n"
- },
- "15896": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %g (%%g)\\n"
- },
- "15897": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %E (%%E)\\n"
- },
- "15898": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %F (%%F)\\n"
- },
- "15899": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %G (%%G)\\n"
- },
- "15900": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %e (%%e)\\n"
- },
- "15901": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %f (%%f)\\n"
- },
- "15902": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %g (%%g)\\n"
- },
- "15903": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %E (%%E)\\n"
- },
- "15904": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %F (%%F)\\n"
- },
- "15905": {
- "Type": "TRICE",
- "Strg": "rd:TRICE float %G (%%G)\\n"
- },
- "15906": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %e (%%e), aDouble(y)\\n"
- },
- "15907": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %f (%%f), aDouble(y)\\n"
- },
- "15908": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %g (%%g), aDouble(y)\\n"
- },
- "15909": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %E (%%E), aDouble(y)\\n"
- },
- "15910": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %F (%%F), aDouble(y)\\n"
- },
- "15911": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %G (%%G), aDouble(y)\\n"
- },
- "15912": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %e (%%e), aDouble(y)\\n"
- },
- "15913": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %f (%%f), aDouble(y)\\n"
- },
- "15914": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %g (%%g), aDouble(y)\\n"
- },
- "15915": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %E (%%E), aDouble(y)\\n"
- },
- "15916": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %F (%%F), aDouble(y)\\n"
- },
- "15917": {
- "Type": "TRICE64_1",
- "Strg": "rd:TRICE64_1 double %G (%%G), aDouble(y)\\n"
- },
- "15918": {
- "Type": "trice",
- "Strg": "att:negative float \u0026 double\\n"
- },
- "15919": {
- "Type": "trice",
- "Strg": "rd:TRICE float %e (%%e)\\n"
- },
- "15920": {
- "Type": "trice",
- "Strg": "rd:TRICE float %f (%%f)\\n"
- },
- "15921": {
- "Type": "trice",
- "Strg": "rd:TRICE float %g (%%g)\\n"
- },
- "15922": {
- "Type": "trice",
- "Strg": "rd:TRICE float %E (%%E)\\n"
- },
- "15923": {
- "Type": "trice",
- "Strg": "rd:TRICE float %F (%%F)\\n"
- },
- "15924": {
- "Type": "trice",
- "Strg": "rd:TRICE float %G (%%G)\\n"
- },
- "15925": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %e (%%e), aDouble(y)\\n"
- },
- "15926": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %f (%%f), aDouble(y)\\n"
- },
- "15927": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %g (%%g), aDouble(y)\\n"
- },
- "15928": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %E (%%E), aDouble(y)\\n"
- },
- "15929": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %F (%%F), aDouble(y)\\n"
- },
- "15930": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %G (%%G), aDouble(y)\\n"
- },
- "15931": {
- "Type": "TRICE",
- "Strg": "att:formatted float \u0026 double\\n"
- },
- "15932": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6e (%%12.6e)\\n"
- },
- "15933": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6f (%%12.6f)\\n"
- },
- "15934": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6g (%%12.6g)\\n"
- },
- "15935": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6E (%%12.6E)\\n"
- },
- "15936": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6F (%%12.6F)\\n"
- },
- "15937": {
- "Type": "TRICE32",
- "Strg": "rd:TRICE32 float %12.6G (%%12.6G)\\n"
- },
- "15938": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6e (%%12.6e), aDouble(y)\\n"
- },
- "15939": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6f (%%12.6f), aDouble(y)\\n"
- },
- "15940": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6g (%%12.6g), aDouble(y)\\n"
- },
- "15941": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6E (%%12.6E), aDouble(y)\\n"
- },
- "15942": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6F (%%12.6F), aDouble(y)\\n"
- },
- "15943": {
- "Type": "TRICE64",
- "Strg": "rd:TRICE64 double %12.6G (%%12.6G), aDouble(y)\\n"
- },
- "15944": {
- "Type": "TRICE",
- "Strg": "att:Various single arguments\\n"
- },
- "15945": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %t (%%t ,0)\\n"
- },
- "15946": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %t (%%t ,2)\\n"
- },
- "15947": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %u (%%u ,-1)\\n"
- },
- "15948": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %b (%%b ,-1)\\n"
- },
- "15949": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %o (%%o ,-1)\\n"
- },
- "15950": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %O (%%O ,-1)\\n"
- },
- "15951": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %X (%%X ,-1)\\n"
- },
- "15952": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %x (%%x ,-1)\\n"
- },
- "15953": {
- "Type": "TRICE8",
- "Strg": "rd:TRICE8 line %d (%%d ,-1)\\n"
- },
- "15954": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %t (%%t ,0)\\n"
- },
- "15955": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %t (%%t ,2)\\n"
- },
- "15956": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %u (%%u -1)\\n"
- },
- "15957": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %b (%%b -1)\\n"
- },
- "15958": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %o (%%o -1)\\n"
- },
- "15959": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %x (%%x -1)\\n"
- },
- "15960": {
- "Type": "TRICE16_1",
- "Strg": "rd:TRICE16_1 line %d (%%d -1)\\n"
- },
- "15961": {
- "Type": "trice",
- "Strg": "rd:TRICE line %t (%%t -1)\\n"
- },
- "15962": {
- "Type": "trice",
- "Strg": "rd:TRICE line %t (%%t -1)\\n"
- },
- "15963": {
- "Type": "trice",
- "Strg": "rd:TRICE line %u (%%u)\\n"
- },
- "15964": {
- "Type": "trice",
- "Strg": "rd:TRICE line %b (%%b)\\n"
- },
- "15965": {
- "Type": "trice",
- "Strg": "rd:TRICE line %o (%%o)\\n"
- },
- "15966": {
- "Type": "trice",
- "Strg": "rd:TRICE line %x (%%x)\\n"
- },
- "15967": {
- "Type": "trice",
- "Strg": "rd:TRICE line %d (%%d)\\n"
- },
- "15968": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15969": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15970": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15971": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15972": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15973": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15974": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15975": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15976": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15977": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15978": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15979": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15980": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15981": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15982": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15983": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15984": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15985": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15986": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15987": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15988": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15989": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15990": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15991": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15992": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15993": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15994": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15995": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15996": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15997": {
- "Type": "TRICE_N",
- "Strg": "msg:%s\\n"
- },
- "15998": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "15999": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16000": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16001": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16002": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16003": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16004": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16005": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16006": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16007": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16008": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16009": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16010": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16011": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16012": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16013": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16014": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16015": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16016": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16017": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16018": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16019": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16020": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16021": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16022": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16023": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16024": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16025": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16026": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16027": {
- "Type": "triceN",
- "Strg": "msg:%s\\n"
- },
- "16028": {
- "Type": "trice",
- "Strg": "sig:TRICE with 1 to 12 values\\n"
- },
- "16029": {
- "Type": "trice",
- "Strg": "rd:TRICE %d\\n"
- },
- "16030": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d\\n"
- },
- "16031": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d\\n"
- },
- "16032": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d\\n"
- },
- "16033": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d\\n"
- },
- "16034": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d\\n"
- },
- "16035": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16036": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16037": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16038": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16039": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16040": {
- "Type": "trice",
- "Strg": "rd:TRICE %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16041": {
- "Type": "trice",
- "Strg": "sig:TRICE_n with 1 to 12 values\\n"
- },
- "16042": {
- "Type": "trice",
- "Strg": "rd:TRICE_1 %d\\n"
- },
- "16043": {
- "Type": "trice",
- "Strg": "rd:TRICE_2 %d, %d\\n"
- },
- "16044": {
- "Type": "trice",
- "Strg": "rd:TRICE_3 %d, %d, %d\\n"
- },
- "16045": {
- "Type": "trice",
- "Strg": "rd:TRICE_4 %d, %d, %d, %d\\n"
- },
- "16046": {
- "Type": "trice",
- "Strg": "rd:TRICE_5 %d, %d, %d, %d, %d\\n"
- },
- "16047": {
- "Type": "trice",
- "Strg": "rd:TRICE_6 %d, %d, %d, %d, %d, %d\\n"
- },
- "16048": {
- "Type": "trice",
- "Strg": "rd:TRICE_7 %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16049": {
- "Type": "trice",
- "Strg": "rd:TRICE_8 %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16050": {
- "Type": "trice",
- "Strg": "rd:TRICE_9 %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16051": {
- "Type": "trice",
- "Strg": "rd:TRICE_10 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16052": {
- "Type": "trice",
- "Strg": "rd:TRICE_11 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16053": {
- "Type": "trice",
- "Strg": "rd:TRICE_12 %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d\\n"
- },
- "16054": {
- "Type": "TRICE",
- "Strg": "sig:TRICE16 with 1 to 12 pointer\\n"
- },
- "16055": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p\\n"
- },
- "16056": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p\\n"
- },
- "16057": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p\\n"
- },
- "16058": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p\\n"
- },
- "16059": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p\\n"
- },
- "16060": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p\\n"
- },
- "16061": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16062": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16063": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16064": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16065": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16066": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p, %p\\n"
- },
- "16067": {
- "Type": "TRICE",
- "Strg": "sig:TRICE16 with 1 to 12 hex\\n"
- },
- "16068": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X\\n"
- },
- "16069": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X\\n"
- },
- "16070": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X\\n"
- },
- "16071": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X\\n"
- },
- "16072": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X\\n"
- },
- "16073": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X\\n"
- },
- "16074": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16075": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16076": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16077": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16078": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16079": {
- "Type": "TRICE16",
- "Strg": "rd:TRICE16 %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X, %X\\n"
- },
- "16080": {
- "Type": "TRICE",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16081": {
- "Type": "TRICE",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16082": {
- "Type": "TRICE",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16083": {
- "Type": "TRICE",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16084": {
- "Type": "trice",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16085": {
- "Type": "Trice",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16086": {
- "Type": "TRice",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16087": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16088": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16089": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16090": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16091": {
- "Type": "trice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16092": {
- "Type": "Trice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16093": {
- "Type": "TRice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16094": {
- "Type": "TRICE0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16095": {
- "Type": "TRICE0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16096": {
- "Type": "TRICE0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16097": {
- "Type": "TRICE0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16098": {
- "Type": "trice0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16099": {
- "Type": "Trice0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16100": {
- "Type": "TRice0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16101": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16102": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16103": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16104": {
- "Type": "TRICE_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16105": {
- "Type": "trice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16106": {
- "Type": "Trice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16107": {
- "Type": "TRice_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16108": {
- "Type": "TRICE8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16109": {
- "Type": "TRICE8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16110": {
- "Type": "TRICE8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16111": {
- "Type": "TRICE8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16112": {
- "Type": "trice8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16113": {
- "Type": "Trice8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16114": {
- "Type": "TRice8",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16115": {
- "Type": "TRICE8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16116": {
- "Type": "TRICE8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16117": {
- "Type": "TRICE8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16118": {
- "Type": "TRICE8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16119": {
- "Type": "trice8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16120": {
- "Type": "Trice8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16121": {
- "Type": "TRice8_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16122": {
- "Type": "trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16123": {
- "Type": "trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16124": {
- "Type": "trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16125": {
- "Type": "trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16126": {
- "Type": "trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16127": {
- "Type": "Trice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16128": {
- "Type": "TRice16",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16129": {
- "Type": "TRICE16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16130": {
- "Type": "TRICE16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16131": {
- "Type": "TRICE16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16132": {
- "Type": "TRICE16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16133": {
- "Type": "trice16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16134": {
- "Type": "Trice16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16135": {
- "Type": "TRice16_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16136": {
- "Type": "TRICE32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16137": {
- "Type": "TRICE32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16138": {
- "Type": "TRICE32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16139": {
- "Type": "TRICE32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16140": {
- "Type": "trice32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16141": {
- "Type": "Trice32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16142": {
- "Type": "TRice32",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16143": {
- "Type": "TRICE32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16144": {
- "Type": "TRICE32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16145": {
- "Type": "TRICE32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16146": {
- "Type": "TRICE32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16147": {
- "Type": "trice32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16148": {
- "Type": "Trice32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16149": {
- "Type": "TRice32_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16150": {
- "Type": "TRICE64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16151": {
- "Type": "TRICE64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16152": {
- "Type": "TRICE64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16153": {
- "Type": "TRICE64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16154": {
- "Type": "trice64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16155": {
- "Type": "Trice64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16156": {
- "Type": "TRice64",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16157": {
- "Type": "TRICE64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16158": {
- "Type": "TRICE64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16159": {
- "Type": "TRICE64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16160": {
- "Type": "TRICE64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16161": {
- "Type": "trice64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16162": {
- "Type": "Trice64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16163": {
- "Type": "TRice64_0",
- "Strg": "w: Hello! 👋🙂 \\a\\n"
- },
- "16164": {
- "Type": "TRICE_S",
- "Strg": "rd:sizeof(%8s)"
- },
- "16165": {
- "Type": "TRICE",
- "Strg": " = %d\\n"
- },
- "16166": {
- "Type": "TRICE_S",
- "Strg": "rd:sizeof(%8s)"
- },
- "16167": {
- "Type": "TRICE",
- "Strg": " = %d\\n"
- },
- "16168": {
- "Type": "TRICE",
- "Strg": "inf: Tryout tx struct:"
- },
- "16169": {
- "Type": "TRICE8_B",
- "Strg": " %02x "
- },
- "16170": {
- "Type": "TRICE",
- "Strg": "\\n"
- },
- "16171": {
- "Type": "TRICE",
- "Strg": "inf: Tryout buffer:"
- },
- "16172": {
- "Type": "TRICE8_B",
- "Strg": " %02x "
- },
- "16173": {
- "Type": "TRICE",
- "Strg": "\\n"
- },
- "16174": {
- "Type": "TRICE",
- "Strg": "inf: Tryout rx struct:"
- },
- "16175": {
- "Type": "TRICE8_B",
- "Strg": " %02x "
- },
- "16176": {
- "Type": "TRICE",
- "Strg": "\\n"
- },
- "16177": {
- "Type": "TRICE",
- "Strg": "inf:sizeOf(Trypout) = %d, buffer length = %d\\n"
- },
- "16178": {
- "Type": "TRICE8_F",
- "Strg": "info:TryoutStructFunction"
- },
- "16179": {
- "Type": "TRICE8_F",
- "Strg": "info:TryoutBufferFunction"
- },
- "16180": {
- "Type": "Trice",
- "Strg": "att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\\n"
- },
- "16181": {
- "Type": "trice",
- "Strg": "sig:%3d:"
- },
- "16182": {
- "Type": "TRICE_N",
- "Strg": "wr:%s\\n"
- },
- "16194": {
- "Type": "TRice",
- "Strg": "msg:StartDefaultTask\\n"
- },
- "16195": {
- "Type": "TRice",
- "Strg": "msg:StartTask02:Diagnostics and TriceTransfer\\n"
- },
- "16196": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16197": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16198": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16199": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16200": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16201": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16202": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16203": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16204": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16205": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16206": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16207": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16208": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16209": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16210": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16211": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16212": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16213": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16214": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16215": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16216": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16217": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16218": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16219": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16220": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16221": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16222": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16223": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16224": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16225": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16226": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16227": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16228": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16229": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16230": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16231": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16232": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16233": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16234": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16235": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16236": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16237": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16238": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16239": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16240": {
- "Type": "TRice",
- "Strg": "WARNING:USARTq OverRun Error Flag is set!\\n"
- },
- "16241": {
- "Type": "TRICE_S",
- "Strg": "rx:received command:%s\\n"
- },
- "16242": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16243": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16244": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16245": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16246": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16247": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16248": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16249": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16250": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16251": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16252": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16253": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16254": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16255": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16256": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16257": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16258": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16259": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16260": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16261": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16262": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16263": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16264": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16265": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16266": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16267": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16268": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16269": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16270": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16271": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16272": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16273": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16274": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16275": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16276": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16277": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16278": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16279": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16280": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16281": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16282": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16283": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16284": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16285": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16286": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16287": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16288": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16289": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16290": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16291": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16292": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16293": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16294": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration\\n"
- },
- "16295": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration with direct RTT output only and optimized for speed\\n"
- },
- "16296": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - UART, no cycle counter, no critical sections.\\n"
- },
- "16297": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An minimum configuration example.\\n"
- },
- "16298": {
- "Type": "trice8",
- "Strg": "dbg:CONFIGURATION == %d - An example configuration with direct RTT output and parallel deferred UART output.\\n"
- },
- "16326": {
- "Type": "trice",
- "Strg": "d:_SINGLE_MAX_SIZE=%d, _BUFFER_SIZE=%d, _DEFERRED_BUFFER_SIZE=%d\\n"
- },
- "16327": {
- "Type": "trice",
- "Strg": "deb:_CYCLE == %d, _PROTECT == %d, _DIAG == %d, XTEA == %d\\n"
- },
- "16328": {
- "Type": "trice",
- "Strg": "deb:TRICE_MULTI_PACK_MODE\\n"
- },
- "16329": {
- "Type": "trice",
- "Strg": "deb:TRICE_SINGLE_PACK_MODE\\n"
- },
- "16330": {
- "Type": "trice",
- "Strg": "deb:TRICE_RING_BUFFER, "
- },
- "16331": {
- "Type": "trice",
- "Strg": "deb:TRICE_DOUBLE_BUFFER, "
- },
- "16332": {
- "Type": "trice",
- "Strg": "deb:TRICE_STATIC_BUFFER, "
- },
- "16333": {
- "Type": "trice",
- "Strg": "deb:TRICE_STACK_BUFFER, "
- },
- "16334": {
- "Type": "trice",
- "Strg": "deb:TRICE_DIRECT_OUTPUT == %d, TRICE_DEFERRED_OUTPUT == %d\\n"
- },
- "16335": {
- "Type": "Trice",
- "Strg": "i=%x %x\\n"
- },
- "16336": {
- "Type": "trice",
- "Strg": "info:%d times a 16 byte long Trice messages, which may not be written all if the buffer is too small:\\n"
- },
- "16337": {
- "Type": "Trice16F",
- "Strg": "att:ARemoteFunctionName"
- },
- "16338": {
- "Type": "Trice32B",
- "Strg": "msg:%08x \\n"
- },
- "16339": {
- "Type": "Trice8B",
- "Strg": "msg:%02x \\n"
- },
- "16340": {
- "Type": "Trice",
- "Strg": "info:A Buffer:\\n"
- },
- "16341": {
- "Type": "Trice",
- "Strg": "msg:%f (default rounded float)\\n"
- },
- "16342": {
- "Type": "Trice",
- "Strg": "msg:%.20f (float with more ciphers than precision)\\n"
- },
- "16343": {
- "Type": "Trice64",
- "Strg": "msg:%.20f (double with more ciphers than precision)\\n"
- },
- "16344": {
- "Type": "TriceS",
- "Strg": "rd:%s \u003c- float number as string\\n"
- },
- "16345": {
- "Type": "trice",
- "Strg": "att:🐁 Speedy Gonzales l without time stamp\\n"
- },
- "16346": {
- "Type": "trice",
- "Strg": "att:🐁 Speedy Gonzales k without time stamp\\n"
- },
- "16347": {
- "Type": "trice",
- "Strg": "att:🐁 Speedy Gonzales j without time stamp\\n"
- },
- "16348": {
- "Type": "trice",
- "Strg": "att:🐁 Speedy Gonzales i without time stamp\\n"
- },
- "16349": {
- "Type": "Trice",
- "Strg": "att:🐁 Speedy Gonzales h 16-bit time stamp\\n"
- },
- "16350": {
- "Type": "Trice",
- "Strg": "att:🐁 Speedy Gonzales g 16-bit time stamp\\n"
- },
- "16351": {
- "Type": "Trice",
- "Strg": "att:🐁 Speedy Gonzales f 16-bit time stamp\\n"
- },
- "16352": {
- "Type": "Trice",
- "Strg": "att:🐁 Speedy Gonzales e 16-bit time stamp\\n"
- },
- "16353": {
- "Type": "TRice",
- "Strg": "att:🐁 Speedy Gonzales d 32-bit time stamp\\n"
- },
- "16354": {
- "Type": "TRice",
- "Strg": "att:🐁 Speedy Gonzales c 32-bit time stamp\\n"
- },
- "16355": {
- "Type": "TRice",
- "Strg": "att:🐁 Speedy Gonzales b 32-bit time stamp\\n"
- },
- "16356": {
- "Type": "TRice",
- "Strg": "att:🐁 Speedy Gonzales a 32-bit time stamp\\n"
- },
- "16357": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales L without time stamp\\n"
- },
- "16358": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales K without time stamp\\n"
- },
- "16359": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales J without time stamp\\n"
- },
- "16360": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales I without time stamp\\n"
- },
- "16361": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales H 16-bit time stamp\\n"
- },
- "16362": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales G 16-bit time stamp\\n"
- },
- "16363": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales F 16-bit time stamp\\n"
- },
- "16364": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales E 16-bit time stamp\\n"
- },
- "16365": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales D 32-bit time stamp\\n"
- },
- "16366": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales C 32-bit time stamp\\n"
- },
- "16367": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales B 32-bit time stamp\\n"
- },
- "16368": {
- "Type": "TRICE32_0",
- "Strg": "att:🐁 Speedy Gonzales A 32-bit time stamp\\n"
- },
- "16369": {
- "Type": "TriceS",
- "Strg": "w: Hello! 👋🙂\\n\\n ✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨ \\n 🎈🎈🎈🎈%s🎈🎈🎈🎈\\n 🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃 \\n\\n\\n"
- },
- "16370": {
- "Type": "trice16",
- "Strg": "err:triceRingBufferDepthMax =%4u of%5d (overflow!)\\n"
- },
- "16371": {
- "Type": "trice16",
- "Strg": "diag:triceRingBufferDepthMax =%4u of%5d\\n"
- },
- "16372": {
- "Type": "trice16",
- "Strg": "err:TriceHalfBufferDepthMax =%4u of%5d (overflow!)\\n"
- },
- "16373": {
- "Type": "trice16",
- "Strg": "diag:TriceHalfBufferDepthMax =%4u of%5d\\n"
- },
- "16374": {
- "Type": "trice16",
- "Strg": "wrn:TriceDynBufTruncateCount = %u\\n"
- },
- "16375": {
- "Type": "trice16",
- "Strg": "diag:TriceDataOffsetDepthMax = %d of %d (TRICE_DATA_OFFSET)\\n"
- },
- "16376": {
- "Type": "trice16",
- "Strg": "err:TriceDataOffsetDepthMax = %d of %d (TRICE_DATA_OFFSET)\\n"
- },
- "16377": {
- "Type": "trice16",
- "Strg": "err:triceSingleDepthMax =%4u of %d (TRICE_BUFFER_SIZE overflow!)\\n"
- },
- "16378": {
- "Type": "trice16",
- "Strg": "diag:triceSingleDepthMax =%4u of %d (TRICE_BUFFER_SIZE)\\n"
- },
- "16379": {
- "Type": "trice16",
- "Strg": "err:TriceDeferredOverflowCount = %u\\n"
- },
- "16380": {
- "Type": "trice16",
- "Strg": "err:TriceDirectOverflowCount = %u\\n"
- },
- "16381": {
- "Type": "trice16",
- "Strg": "err:TriceErrorCount = %u\\n"
- },
- "16382": {
- "Type": "trice16",
- "Strg": "diag:RTT0_writeDepthMax=%u (BUFFER_SIZE_UP=%u)\\n"
- },
- "16383": {
- "Type": "trice16",
- "Strg": "WARNING:RTT0_writeDepthMax=%u (BUFFER_SIZE_UP=%u)\\n"
- }
-}
\ No newline at end of file
diff --git a/examples/OpenCM3_STM32F411_Nucleo/.vscode/launch.json b/examples/OpenCM3_STM32F411_Nucleo/.vscode/launch.json
deleted file mode 100644
index 7103b6c2e..000000000
--- a/examples/OpenCM3_STM32F411_Nucleo/.vscode/launch.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- // Use IntelliSense to learn about possible attributes.
- // Hover to view descriptions of existing attributes.
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Cortex Debug",
- "cwd": "${workspaceFolder}",
- "executable": "${workspaceFolder}/build/Nucleo-STM32L432LC_generated.elf",
- "request": "launch",
- "type": "cortex-debug",
- "runToEntryPoint": "main",
- "servertype": "jlink",
- "device": "STM32L432KC",
- "svdFile": "./STM32L432KC.svd",
- "runToMain": true
- }
- ]
-}
-
diff --git a/examples/OpenCM3_STM32F411_Nucleo/Makefile b/examples/OpenCM3_STM32F411_Nucleo/Makefile
deleted file mode 100644
index be8f31c36..000000000
--- a/examples/OpenCM3_STM32F411_Nucleo/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# Makefile for compiling the Trice demo on LibOpenCM3
-# for STM32F411-Nucleo boards
-CC=arm-none-eabi-gcc
-C_FLAGS=-O0 -std=c99 -ggdb3
-C_FLAGS+=-mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16
-C_FLAGS+=-Wextra -Wshadow -Wimplicit-function-declaration -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes
-C_FLAGS+=-fno-common -ffunction-sections -fdata-sections -MD -Wall -Wundef
-C_FLAGS+=-DSTM32F4 -I/home/kraiskil/stuff/libopencm3/include
-# These two are for trice.h and triceConfig.h
-C_FLAGS+=-I../../pkg/src/ -I.
-
-LFLAGS=-L${OPENCM3_DIR}/lib -lopencm3_stm32f4 -lm -Wl,--start-group -lc -lgcc -lnosys -Wl,--end-group
-LFLAGS+=-T nucleo-f411re.ld
-LFLAGS+=--static -nostartfiles
-LFLAGS+=-Wl,-Map=memorymap.txt
-
-all: direct_mode.elf irq_mode.elf
-.PHONY: flash clean
-
-# Annotate Trice-enabled code.
-# trice does this annotation in-place, so here we take
-# a copy before running trice.
-# I.e. write TRICE macros in foo.c, and this will generate
-# the TRICE( Id(1234) .. ) macros into foo.trice.c
-%.trice.c: %.c til.json
- cp -f $< $<.bak
- trice update
- cp -f $< $@
- cp -f $<.bak $<
-
-# trice expects this file to exist, can be empty.
-til.json:
- touch til.json
-
-direct_mode.elf: main.trice.c ../../pkg/src/trice.c
- ${CC} ${C_FLAGS} $^ -o $@ ${LFLAGS} -DTRICE_MODE=0
-
-flash_direct_mode: direct_mode.elf
- openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg -c "program direct_mode.elf verify reset exit"
-
-irq_mode.elf: main.trice.c ../../pkg/src/trice.c
- ${CC} ${C_FLAGS} $^ -o $@ ${LFLAGS} -DTRICE_MODE=200
-
-flash_irq_mode: irq_mode.elf
- openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg -c "program irq_mode.elf verify reset exit"
-
-
-clean:
- @rm -f *.elf til.json main.trice.c
diff --git a/examples/OpenCM3_STM32F411_Nucleo/Readme.md b/examples/OpenCM3_STM32F411_Nucleo/Readme.md
deleted file mode 100644
index 192d94a43..000000000
--- a/examples/OpenCM3_STM32F411_Nucleo/Readme.md
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-# Trice on LibOpenCM3
-
-
Table of Contents
-
-
-
-
-* 1. [Description](#description)
-* 2. [Setting Up](#setting-up)
-* 3. [Build](#build)
-* 4. [Deferred Mode for max Speed](#deferred-mode-for-max-speed)
-* 5. ["Hardware" Changes](#"hardware"-changes)
-* 6. [Using RTT with on-board J-Link and JLinkRTTLogger](#using-rtt-with-on-board-j-link-and-jlinkrttlogger)
-* 7. [Using RTT with on-board J-Link and OpenOCD](#using-rtt-with-on-board-j-link-and-openocd)
- * 7.1. [With Windows not possible](#with-windows-not-possible)
- * 7.2. [Darwin](#darwin)
-* 8. [Using RTT with on-board ST-Link and OpenOCD](#using-rtt-with-on-board-st-link-and-openocd)
-* 9. [Using On-board ST-Link and VS-Code Cortex-Debug Extension](#using-on-board-st-link-and-vs-code-cortex-debug-extension)
- * 9.1. [Fail](#fail)
- * 9.2. [OK](#ok)
-
-
-
-
-
-
-## About
-
-[LibOpenCM3](https://libopencm3.org/) is a hardware abstraction library for many microcontrollers.
-
-This folder is an exampe using STM's [STM32F411 Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f411re.html) board.
-
-## Prerequisites
-
-- Suitable ARM GCC cross compiler (`arm-none-eabi-gcc`) found in your system's PATH
-- GNU Make, or compatible
-- Environment variable `OPENCM3_DIR` points to the base install of libopencm3.
- This is e.g. the libopencm3 source directory, if you also built it in the source directory.
-- OpenOCD
-
-## Usage
-
-- Run `make direct_mode.elf` to compile with Trice mode 0.
-- Run `make flash_direct_mode` to program the board.
-- Run trice: `trice l -p /dev/ttyACM0`.
-
-## Hint
-
-- This project is an older contribution and not maintained right now.
-- To use it, copy for example [../F030_inst/Core/Inc/triceConfig.h](./F030_inst/Core/Inc/triceConfig.h) and replace the compiler adaption and hardware specific parts from the [./triceConfig.h](./triceConfig.h) here.
-- The trice instrumention code resides now in ../src/ instead of ../pkg/src/ and is divided into several files. This needs to be adapted too to activate this project again.
-- Pull requests are welcome.
-
-(back to top)
diff --git a/examples/OpenCM3_STM32F411_Nucleo/main.c b/examples/OpenCM3_STM32F411_Nucleo/main.c
deleted file mode 100644
index 55b2de732..000000000
--- a/examples/OpenCM3_STM32F411_Nucleo/main.c
+++ /dev/null
@@ -1,156 +0,0 @@
-/*
- * Demo to test/show TRICE usage in a libopencm3
- * environment.
- */
-
-#include
-#include
-#include
-#include
-#include
-#include
-
-#include
-void msleep(uint32_t delay);
-uint32_t wallclock_ms(void);
-
-#include "trice.h"
-
-
-static void hardware_setup(void)
-{
- /* Set device clocks from opencm3 provided preset.*/
- const struct rcc_clock_scale *clocks = &rcc_hsi_configs[RCC_CLOCK_3V3_84MHZ];
- rcc_clock_setup_pll( clocks );
-
- /* Set up driving the LED connected to port A, pin 5. */
- rcc_periph_clock_enable(RCC_GPIOA);
- gpio_mode_setup(GPIOA, GPIO_MODE_OUTPUT, GPIO_PUPD_NONE, GPIO5);
-
- /* User-button is connected to port C, pin 13. Set up button push
- * to cause an interrupt. */
- gpio_mode_setup(GPIOC, GPIO_MODE_INPUT, GPIO_PUPD_NONE, GPIO13);
- rcc_periph_clock_enable(RCC_SYSCFG); // clock for the EXTI handler
- nvic_enable_irq(NVIC_EXTI15_10_IRQ);
- exti_select_source(EXTI13, GPIOC);
- exti_set_trigger(EXTI13, EXTI_TRIGGER_FALLING);
- exti_enable_request(EXTI13);
-
- /* USART2 is connected to the nucleo's onboard ST-Link, which forwards
- * it as a serial terminal over the ST-Link USB connection.
- * This UART is given to the Trice data. */
- rcc_periph_clock_enable(RCC_USART2);
- usart_set_baudrate(USART2, 115200);
- usart_set_databits(USART2, 8);
- usart_set_stopbits(USART2, USART_STOPBITS_1);
- usart_set_mode(USART2, USART_MODE_TX);
- usart_set_parity(USART2, USART_PARITY_NONE);
- usart_set_flow_control(USART2, USART_FLOWCONTROL_NONE);
-
- // Enable UART2 interrupts in the system's interrupt controller
- // but do NOT enable generating interrupts in the UART at this
- // time. Let Trice enable them with triceEnableTxEmptyInterrupt()
- nvic_enable_irq(NVIC_USART2_IRQ);
- //usart_enable_tx_interrupt(USART2);
- usart_enable(USART2);
-
- /* Configure USART TX pin only. We don't get any input via the TRICE
- * channel, so the RX pin can be left unconnected to the USART2 */
- gpio_mode_setup(GPIOA, GPIO_MODE_AF, GPIO_PUPD_NONE, GPIO2);
- gpio_set_af(GPIOA, GPIO_AF7, GPIO2);
-
- /* Enable systick at a 1mS interrupt rate */
- systick_set_reload(84000);
- systick_set_clocksource(STK_CSR_CLKSOURCE_AHB);
- systick_counter_enable();
- systick_interrupt_enable();
-}
-
-
-//////////////////////////
-// Time handling utilities
-static volatile uint32_t system_millis;
-
-/* "sleep" for delay milliseconds */
-void msleep(uint32_t delay)
-{
- uint32_t wake = system_millis + delay;
- while (wake > system_millis);
-}
-
-uint32_t wallclock_ms(void)
-{
- return system_millis;
-}
-
-
-//////////////////////////
-// Interupt handlers
-// These are weak symbols in libopencm3
-// that get overridden here.
-
-// Trice USART
-void usart2_isr(void)
-{
- #if TRICE_MODE == 200
- triceServeTransmit();
- #endif
-}
-
-// External interrupts on pins 10-15, all ports.
-// Only PC13 (User button on Nucleo) is enabled in this program.
-void exti15_10_isr(void)
-{
- exti_reset_request(EXTI13);
- #if TRICE_MODE == 200
- TRICE(Id(0), "Button press at, %d\n", system_millis);
- #endif
-}
-
-// Systick timer set to 1ms
-void sys_tick_handler(void)
-{
- system_millis++;
- #if TRICE_MODE == 200
- // Start sending what is currently in the Trice transmit buffer
- triceTriggerTransmit();
- #endif
-}
-
-
-
-
-int main(void)
-{
- hardware_setup();
- TRICE_HEADLINE;
- while (1) {
- msleep(1000);
-
- // Depending on mode, either print this string to
- // UART (mode 0), or the Trice write buffer (mode 200).
- TRICE(Id(0), "Hello, TRICE, %d\n", 42);
-
- // TRICE("") with a string parameter only is problematic.
- // See discussion on https://github.com/rokath/trice/issues/279
- // TRICE0("") works in either case
- #ifdef __STRICT_ANSI__
- // if compiled with e.g. --std=c99
- TRICE0(Id(0), "Hello, TRICE\n");
- #else
- TRICE(Id(0), "Hello, TRICE\n");
- TRICE0(Id(0), "Hello, TRICE0()\n");
- #endif
-
- #if TRICE_MODE == 200
- // Swap Trice transmit/write ping-pong buffers.
- // Stuff printed with TRICE() since the last
- // call to TriceTransfer() will be sent once
- // triceTriggerTransmit() is called.
- TriceTransfer();
- #endif
- }
-
- return 0;
-}
-
diff --git a/examples/OpenCM3_STM32F411_Nucleo/nucleo-f411re.ld b/examples/OpenCM3_STM32F411_Nucleo/nucleo-f411re.ld
deleted file mode 100644
index bf6d40885..000000000
--- a/examples/OpenCM3_STM32F411_Nucleo/nucleo-f411re.ld
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Use the LibOpenCM3-provided defaults for the linker details.
- */
-MEMORY
-{
- rom (rx) : ORIGIN = 0x08000000, LENGTH = 512K
- ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
-}
-
-INCLUDE cortex-m-generic.ld
-
diff --git a/examples/OpenCM3_STM32F411_Nucleo/triceConfig.h b/examples/OpenCM3_STM32F411_Nucleo/triceConfig.h
deleted file mode 100644
index 85e8471f9..000000000
--- a/examples/OpenCM3_STM32F411_Nucleo/triceConfig.h
+++ /dev/null
@@ -1,229 +0,0 @@
-/*! \file triceConfig.h
-\author Thomas.Hoehenleitner [at] seerose.net
-LibOpenCM3 adapatation by Kalle Raiskila.
-*******************************************************************************/
-
-#ifndef TRICE_CONFIG_H_
-#define TRICE_CONFIG_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include
-#include
-#include
-#include
-
-// Local (to this demo) time keeping functions
-#include "time.h"
-
-#define TRICE_UART USART2 //!< Enable and set UART for serial output.
-// The alternative, TRICE_RTT_CHANNEL is not available with OpenCM3
-// #define TRICE_RTT_CHANNEL 0
-
-// Timestamping function to be provided by user. In this demo from time.h
-#define TRICE_TIMESTAMP wallclock_ms() // todo: replace with TRICE_TREX_ENCODING stuff
-
-// Enabling next 2 lines results in XTEA TriceEncryption with the key.
-// #define TRICE_ENCRYPT XTEA_KEY( ea, bb, ec, 6f, 31, 80, 4e, b9, 68, e2, fa, ea, ae, f1, 50, 54 ); //!< -password MySecret
-// #define TRICE_DECRYPT //!< TRICE_DECRYPT is usually not needed. Enable for checks.
-
-// #define TRICE_BIG_ENDIANNESS //!< TRICE_BIG_ENDIANNESS needs to be defined for TRICE64 macros on big endian devices. (Untested!)
-
-//
-///////////////////////////////////////////////////////////////////////////////
-
-///////////////////////////////////////////////////////////////////////////////
-// Predefined trice modes: Adapt or creeate your own trice mode.
-//
-#ifndef TRICE_MODE
-#error Define TRICE_MODE to 0, 200 or 201
-#endif
-
-//! Direct output to UART or RTT with cycle counter. Trices inside interrupts forbidden. Direct TRICE macro execution.
-//! This mode is mainly for a quick tryout start or if no timing constrains for the TRICE macros exist.
-//! Only a putchar() function is required - look for triceBlockingPutChar().
-//! UART Command line similar to: `trice log -p COM1 -baud 115200`
-//! RTT needs additional tools installed - see RTT documentation.
-//! J-LINK Command line similar to: `trice log -args="-Device STM32G071RB -if SWD -Speed 4000 -RTTChannel 0 -RTTSearchRanges 0x20000000_0x1000"`
-//! ST-LINK Command line similar to: `trice log -p ST-LINK -args="-Device STM32G071RB -if SWD -Speed 4000 -RTTChannel 0 -RTTSearchRanges 0x20000000_0x1000"`
-#if TRICE_MODE == 0 // must not use TRICE_ENCRYPT!
-#define TRICE_STACK_BUFFER_MAX_SIZE 128 //!< This minus TRICE_DATA_OFFSET the max allowed single trice size. Usually ~40 is enough.
-#ifndef TRICE_ENTER
-#define TRICE_ENTER \
- { /*! Start of TRICE macro */ \
- uint32_t co[TRICE_STACK_BUFFER_MAX_SIZE >> 2]; /* Check TriceDepthMax at runtime. */ \
- uint32_t* TriceBufferWritePosition = co + (TRICE_DATA_OFFSET >> 2);
-#endif
-#ifndef TRICE_LEAVE
-#define TRICE_LEAVE \
- { /*! End of TRICE macro */ \
- unsigned tLen = ((TriceBufferWritePosition - co) << 2) - TRICE_DATA_OFFSET; \
- TriceOut(co, tLen); \
- } \
- }
-#endif
-#endif // #if TRICE_MODE == 0
-
-//! Double Buffering output to RTT or UART with cycle counter. Trices inside interrupts allowed. Fast TRICE macro execution.
-//! UART Command line similar to: `trice log -p COM1 -baud 115200`
-//! RTT Command line similar to: `trice l -args="-Device STM32F030R8 -if SWD -Speed 4000 -RTTChannel 0 -RTTSearchRanges 0x20000000_0x1000"`
-#if TRICE_MODE == 200
-#ifndef TRICE_ENTER
-#define TRICE_ENTER TRICE_ENTER_CRITICAL_SECTION //! TRICE_ENTER is the start of TRICE macro. The TRICE macros are a bit slower. Inside interrupts TRICE macros allowed.
-#endif
-#ifndef TRICE_LEAVE
-#define TRICE_LEAVE TRICE_LEAVE_CRITICAL_SECTION //! TRICE_LEAVE is the end of TRICE macro.
-#endif
-#define TRICE_HALF_BUFFER_SIZE 1000 //!< This is the size of each of both buffers. Must be able to hold the max TRICE burst count within TRICE_TRANSFER_INTERVAL_MS or even more, if the write out speed is small. Must not exceed SEGGER BUFFER_SIZE_UP
-#define TRICE_SINGLE_MAX_SIZE 100 //!< must not exeed TRICE_HALF_BUFFER_SIZE!
-#endif // #if TRICE_MODE == 200
-
-//! Double Buffering output to UART without cycle counter. No trices inside interrupts allowed. Fastest TRICE macro execution.
-//! Command line similar to: `trice log -p COM1 -baud 115200`
-#if TRICE_MODE == 201
-#define TRICE_CYCLE_COUNTER 0 //! Do not add cycle counter, The TRICE macros are a bit faster. Lost TRICEs are not detectable by the trice tool.
-#define TRICE_ENTER //! TRICE_ENTER is the start of TRICE macro. The TRICE macros are a bit faster. Inside interrupts TRICE macros forbidden.
-#define TRICE_LEAVE //! TRICE_LEAVE is the end of TRICE macro.
-#define TRICE_HALF_BUFFER_SIZE 2000 //!< This is the size of each of both buffers. Must be able to hold the max TRICE burst count within TRICE_TRANSFER_INTERVAL_MS or even more, if the write out speed is small. Must not exceed SEGGER BUFFER_SIZE_UP
-#define TRICE_SINGLE_MAX_SIZE 800 //!< must not exeed TRICE_HALF_BUFFER_SIZE!
-#endif // #if TRICE_MODE == 201
-
-//
-///////////////////////////////////////////////////////////////////////////////
-
-///////////////////////////////////////////////////////////////////////////////
-// Headline info
-//
-
-#ifdef TRICE_HALF_BUFFER_SIZE
-#define TRICE_BUFFER_INFO \
- do { \
- TRICE32(Id(0), "att: Trice 2x half buffer size:%4u ", TRICE_HALF_BUFFER_SIZE); \
- } while (0)
-#else
-#define TRICE_BUFFER_INFO \
- do { \
- TRICE32(Id(0), "att:Single Trice Stack buf size:%4u", TRICE_SINGLE_MAX_SIZE + TRICE_DATA_OFFSET); \
- } while (0)
-#endif
-
-//! This is usable as the very first trice sequence after restart. Adapt and use it or ignore it.
-#define TRICE_HEADLINE \
- TRICE0(Id(0), "s: \n"); \
- TRICE8(Id(0), "s: NUCLEO-F411RE TRICE_MODE %3u \n", TRICE_MODE); \
- TRICE0(Id(0), "s: \n"); \
- TRICE0(Id(0), "s: "); \
- TRICE_BUFFER_INFO; \
- TRICE0(Id(0), "s: \n"); \
- TRICE0(Id(0), "s: \n");
-
-//
-///////////////////////////////////////////////////////////////////////////////
-
-///////////////////////////////////////////////////////////////////////////////
-// Compiler Adaption
-//
-
-#if defined(__GNUC__) /* gnu compiler ###################################### */
-
-#define TRICE_INLINE static inline //! used for trice code
-
-#define ALIGN4 //!< align to 4 byte boundary preamble
-#define ALIGN4_END __attribute__((aligned(4))) //!< align to 4 byte boundary post declaration
-
-//! TRICE_ENTER_CRITICAL_SECTION saves interrupt state and disables Interrupts.
-#define TRICE_ENTER_CRITICAL_SECTION \
- { \
- uint32_t old_mask = cm_mask_interrupts(1); \
- {
-
-//! TRICE_LEAVE_CRITICAL_SECTION restores interrupt state.
-#define TRICE_LEAVE_CRITICAL_SECTION \
- } \
- cm_mask_interrupts(old_mask); \
- }
-
-#else
-#error unknown compliler
-#endif // compiler adaptions ##################################################
-
-//
-///////////////////////////////////////////////////////////////////////////////
-
-///////////////////////////////////////////////////////////////////////////////
-// Optical feedback: Adapt to your device.
-//
-
-TRICE_INLINE void ToggleOpticalFeedbackLED(void) {
- // The only user controllable LED available on the
- // Nucleo is LD2, on port A5. This is set up in main.c
- gpio_toggle(GPIOA, GPIO5);
-}
-
-//
-///////////////////////////////////////////////////////////////////////////////
-
-///////////////////////////////////////////////////////////////////////////////
-// UART interface: Adapt to your device.
-//
-
-#ifdef TRICE_UART
-
-//! Check if a new byte can be written into trice transmit register.
-//! \retval 0 == not empty
-//! \retval !0 == empty
-//! User must provide this function.
-TRICE_INLINE uint32_t triceTxDataRegisterEmpty(void) {
- uint32_t reg = USART_SR(TRICE_UART);
- return (reg & USART_SR_TXE);
-}
-
-//! Write value v into trice transmit register.
-//! \param v byte to transmit
-//! User must provide this function.
-TRICE_INLINE void triceTransmitData8(uint8_t v) {
- usart_send_blocking(TRICE_UART, v);
- ToggleOpticalFeedbackLED();
-}
-
-//! Allow interrupt for empty trice data transmit register.
-//! User must provide this function.
-TRICE_INLINE void triceEnableTxEmptyInterrupt(void) {
- usart_enable_tx_interrupt(TRICE_UART);
-}
-
-//! Disallow interrupt for empty trice data transmit register.
-//! User must provide this function.
-TRICE_INLINE void triceDisableTxEmptyInterrupt(void) {
- usart_disable_tx_interrupt(TRICE_UART);
-}
-
-#endif // #ifdef TRICE_UART
-
-///////////////////////////////////////////////////////////////////////////////
-// Default TRICE macro bitwidth: 32 (optionally adapt to MCU bit width)
-//
-
-#define TRICE_1 TRICE32_1 //!< Default parameter bit width for 1 parameter count TRICE is 32, change for a different value.
-#define TRICE_2 TRICE32_2 //!< Default parameter bit width for 2 parameter count TRICE is 32, change for a different value.
-#define TRICE_3 TRICE32_3 //!< Default parameter bit width for 3 parameter count TRICE is 32, change for a different value.
-#define TRICE_4 TRICE32_4 //!< Default parameter bit width for 4 parameter count TRICE is 32, change for a different value.
-#define TRICE_5 TRICE32_5 //!< Default parameter bit width for 5 parameter count TRICE is 32, change for a different value.
-#define TRICE_6 TRICE32_6 //!< Default parameter bit width for 6 parameter count TRICE is 32, change for a different value.
-#define TRICE_7 TRICE32_7 //!< Default parameter bit width for 7 parameter count TRICE is 32, change for a different value.
-#define TRICE_8 TRICE32_8 //!< Default parameter bit width for 8 parameter count TRICE is 32, change for a different value.
-#define TRICE_9 TRICE32_9 //!< Default parameter bit width for 9 parameter count TRICE is 32, change for a different value.
-#define TRICE_10 TRICE32_10 //!< Default parameter bit width for 10 parameter count TRICE is 32, change for a different value.
-#define TRICE_11 TRICE32_11 //!< Default parameter bit width for 11 parameter count TRICE is 32, change for a different value.
-#define TRICE_12 TRICE32_12 //!< Default parameter bit width for 12 parameter count TRICE is 32, change for a different value.
-
-//
-///////////////////////////////////////////////////////////////////////////////
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* TRICE_CONFIG_H_ */
diff --git a/examples/ReadMe.md b/examples/ReadMe.md
index 476aa7332..1f440ee38 100644
--- a/examples/ReadMe.md
+++ b/examples/ReadMe.md
@@ -1 +1 @@
-# [../docs/TriceUserManual.md/#example-projects-without-and-with-trice-instrumentation](../docs/TriceUserManual.md/#example-projects-without-and-with-trice-instrumentatione)
\ No newline at end of file
+# [../docs/TriceUserManual.md/#example-projects-without-and-with-trice-instrumentation](../docs/TriceUserManual.md/#example-projects-without-and-with-trice-instrumentation)
diff --git a/examples/buildAllTargets.sh b/examples/buildAllTargets.sh
deleted file mode 100755
index 65ece4a9f..000000000
--- a/examples/buildAllTargets.sh
+++ /dev/null
@@ -1,60 +0,0 @@
-#!/usr/bin/env bash
-
-NONINSTRUMENTEDDIRS="
- F030_bare/
- G0B1_bare/
- L432_bare/
-"
-
-INSTRUMENTEDDIRS="
- F030_inst/
- G0B1_inst/
- L432_inst/
-"
-
-failCount=0
-
-for d in $INSTRUMENTEDDIRS
-do
- cd $d
- #echo --------------------------------------------------------------------------------------------------------
- #echo $d with TRICE_OFF=1
- #./clean.sh
- #./build.sh TRICE_OFF=1
- echo --------------------------------------------------------------------------------------------------------
- echo $d with TRICE_OFF=0
- #./clean.sh
- ./build.sh
- if ! [ $? -eq 0 ] ; then
- failCount=$((failCount + 1))
- echo FAIL: $d
- fi
- cd ..
-done
-
-for d in $NONINSTRUMENTEDDIRS
-do
- cd $d
- echo --------------------------------------------------------------------------------------------------------
- echo $d
-
- case "$OSTYPE" in
- darwin*) make -j $(sysctl -n hw.ncpu) ;;
- linux*) make -j $(nproc --all) ;;
- msys*) make -j $(nproc --all) ;;
- cygwin*) make -j $(nproc --all) ;;
- *) echo "unknown: $OSTYPE" ;;
- solaris*) echo "SOLARIS not implemented" ;;
- bsd*) echo "BSD not implemented" ;;
- esac
-
- if ! [ $? -eq 0 ] ; then
- failCount=$((failCount + 1))
- echo FAIL: $d
- fi
- cd ..
-done
-
-if ! [ $failCount -eq 0 ] ; then
- echo $failCount times FAIL
-fi
diff --git a/examples/buildAllTargets_TRICE_OFF.sh b/examples/buildAllTargets_TRICE_OFF.sh
new file mode 100755
index 000000000..f05918e1d
--- /dev/null
+++ b/examples/buildAllTargets_TRICE_OFF.sh
@@ -0,0 +1,22 @@
+#!/usr/bin/env bash
+
+failCount=0
+
+for d in ./F030_bare/ ./G0B1_bare/ ./L432_bare/ ./F030_inst/ ./G0B1_inst/ ./L432_inst/
+do
+ cd $d
+ echo --------------------------------------------------------------------------------------------------------
+ echo $d with TRICE_OFF=1
+
+ ./build.sh TRICE_OFF=1
+
+ if ! [ $? -eq 0 ] ; then
+ failCount=$((failCount + 1))
+ echo FAIL: $d
+ fi
+ cd ..
+done
+
+if ! [ $failCount -eq 0 ] ; then
+ echo $failCount times FAIL
+fi
diff --git a/examples/buildAllTargets_TRICE_ON.sh b/examples/buildAllTargets_TRICE_ON.sh
new file mode 100755
index 000000000..3067d1c19
--- /dev/null
+++ b/examples/buildAllTargets_TRICE_ON.sh
@@ -0,0 +1,22 @@
+#!/usr/bin/env bash
+
+failCount=0
+
+for d in ./F030_bare/ ./G0B1_bare/ ./L432_bare/ ./F030_inst/ ./G0B1_inst/ ./L432_inst/
+do
+ cd $d
+ echo --------------------------------------------------------------------------------------------------------
+ echo $d with TRICE_OFF=0
+
+ ./build.sh
+
+ if ! [ $? -eq 0 ] ; then
+ failCount=$((failCount + 1))
+ echo FAIL: $d
+ fi
+ cd ..
+done
+
+if ! [ $failCount -eq 0 ] ; then
+ echo $failCount times FAIL
+fi
diff --git a/examples/cleanAllTargets.sh b/examples/cleanAllTargets.sh
index 7fe1a6fe3..6f6791a3b 100755
--- a/examples/cleanAllTargets.sh
+++ b/examples/cleanAllTargets.sh
@@ -2,29 +2,7 @@
failCount=0
-INSTRUMENTEDDIRS="
- F030_inst/
- G0B1_inst/
- L432_inst/
-"
-
-NONINSTRUMENTEDDIRS="
- F030_bare/
- G0B1_bare/
- L432_bare/
-"
-
-for d in $INSTRUMENTEDDIRS
-do
- cd $d
- ./clean.sh
- cd ..
- if ! [ $? -eq 0 ] ; then
- failCount=$((failCount + 1))
- echo FAIL: $d
- fi
-done
-for d in $NONINSTRUMENTEDDIRS
+for d in ./F030_bare/ ./G0B1_bare/ ./L432_bare/ ./F030_inst/ ./G0B1_inst/ ./L432_inst/
do
cd $d
make clean
diff --git a/examples/exampleData/triceExamples.c b/examples/exampleData/triceExamples.c
index 28620f9e4..781ada9ba 100644
--- a/examples/exampleData/triceExamples.c
+++ b/examples/exampleData/triceExamples.c
@@ -4,12 +4,12 @@
#include "trice.h"
-#if TRICE_OFF == 0
+#if !TRICE_OFF
//! TriceHeadLine emits a decorated name. The name length should be 18 characters.
-void TriceHeadLine(char* name) {
+void TriceHeadLine(char * name) {
//! This is usable as the very first trice sequence after restart. Adapt it. Use a UTF-8 capable editor like VS-Code or use pure ASCII.
- TriceS("w: Hello! 👋🙂\n\n ✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨ \n 🎈🎈🎈🎈%s🎈🎈🎈🎈\n 🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃 \n\n\n", name);
+ TriceS("w: Hello! 👋🙂 \n\n ✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨ \n 🎈🎈🎈🎈%s🎈🎈🎈🎈\n 🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃🍃 \n\n\n", name);
}
//! SomeExampleTrices generates a few Trice example logs and a burst of Trices.
@@ -41,8 +41,8 @@ void SomeExampleTrices(int burstCount) {
char* aString = "2.71828182845904523536";
TriceS("rd:%s <- float number as string\n", aString);
Trice64("msg:%.20f (double with more ciphers than precision)\n", aDouble(2.71828182845904523536));
- Trice("msg:%.20f (float with more ciphers than precision)\n", aFloat(2.71828182845904523536));
- Trice("msg:%f (default rounded float)\n", aFloat(2.71828182845904523536));
+ Trice("msg:%.20f (float with more ciphers than precision)\n", aFloat(2.71828182845904523536f));
+ Trice("msg:%f (default rounded float)\n", aFloat(2.71828182845904523536f));
Trice("info:A Buffer:\n");
Trice8B("msg:%02x \n", aString, strlen(aString));
Trice32B("msg:%08x \n", aString, strlen(aString) >> 2);
@@ -77,4 +77,4 @@ void LogTriceConfiguration(void) {
trice("d:_SINGLE_MAX_SIZE=%d, _BUFFER_SIZE=%d, _DEFERRED_BUFFER_SIZE=%d\n", TRICE_SINGLE_MAX_SIZE, TRICE_BUFFER_SIZE, TRICE_DEFERRED_BUFFER_SIZE);
}
-#endif // #if TRICE_OFF == 0
+#endif // #if !TRICE_OFF
diff --git a/examples/exampleData/triceLogDiagData.c b/examples/exampleData/triceLogDiagData.c
index 70ff5907f..38be708af 100644
--- a/examples/exampleData/triceLogDiagData.c
+++ b/examples/exampleData/triceLogDiagData.c
@@ -52,8 +52,8 @@ void TriceLogDiagnosticData(void) {
trice16("diag:TriceDataOffsetDepthMax = %d of %d (TRICE_DATA_OFFSET)\n", TriceDataOffsetDepthMax, TRICE_DATA_OFFSET);
}
- if (TriceDynBufTruncateCount != 0) {
- trice16("wrn:TriceDynBufTruncateCount = %u\n", TriceDynBufTruncateCount);
+ if (TriceDynStringBufTruncateCount != 0) {
+ trice16("wrn:TriceDynStringBufTruncateCount = %u\n", TriceDynStringBufTruncateCount);
}
#if TRICE_BUFFER == TRICE_STACK_BUFFER
diff --git a/go.mod b/go.mod
index 72716ca07..20c207838 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,8 @@
module github.com/rokath/trice
-go 1.20
+go 1.23.0
+
+toolchain go1.23.4
require (
github.com/fsnotify/fsnotify v1.6.0
@@ -14,7 +16,7 @@ require (
github.com/tj/assert v0.0.3
github.com/udhos/equalfile v0.3.0
go.bug.st/serial v1.6.0
- golang.org/x/crypto v0.31.0
+ golang.org/x/crypto v0.35.0
)
require (
@@ -24,7 +26,7 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- golang.org/x/sys v0.28.0 // indirect
- golang.org/x/text v0.21.0 // indirect
+ golang.org/x/sys v0.30.0 // indirect
+ golang.org/x/text v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
diff --git a/go.sum b/go.sum
index b7cb38660..05c28c04e 100644
--- a/go.sum
+++ b/go.sum
@@ -179,8 +179,8 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
-golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
-golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
+golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs=
+golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -303,8 +303,8 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
-golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
+golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
+golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -314,8 +314,8 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
-golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
-golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
+golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
+golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
diff --git a/internal/args/handler.go b/internal/args/handler.go
index 4dd403f7a..90a447445 100644
--- a/internal/args/handler.go
+++ b/internal/args/handler.go
@@ -30,6 +30,10 @@ import (
// Handler is called in main, evaluates args and calls the appropriate functions.
// It returns for program exit.
func Handler(w io.Writer, fSys *afero.Afero, args []string) error {
+ // Trim leading and trailing whitespace
+ //for i := range args {
+ // args[i] = strings.TrimSpace(args[i])
+ //}
if Date == "" { // goreleaser will set Date, otherwise use file info.
path, err := os.Executable()
@@ -83,25 +87,33 @@ func Handler(w io.Writer, fSys *afero.Afero, args []string) error {
case "a", "add":
msg.OnErr(fsScAdd.Parse(subArgs))
id.CompactSrcs()
+ id.ProcessAliases()
w = do.DistributeArgs(w, fSys, LogfileName, Verbose)
return id.SubCmdIdAdd(w, fSys)
case "generate":
msg.OnErr(fsScGenerate.Parse(subArgs))
id.CompactSrcs()
+ id.ProcessAliases()
w = do.DistributeArgs(w, fSys, LogfileName, Verbose)
return id.SubCmdGenerate(w, fSys)
case "i", "insert":
msg.OnErr(fsScInsert.Parse(subArgs))
id.CompactSrcs()
+ id.ProcessAliases()
+ emitter.AddUserLabels()
err := id.EvaluateIDRangeStrings()
if err != nil {
return err
}
w = do.DistributeArgs(w, fSys, LogfileName, Verbose)
+ //fmt.Println(id.StructuredLoggingFormatString)
+ //fmt.Println(id.StructuredLoggingValuesString)
+ //return err
return id.SubCmdIdInsert(w, fSys)
case "c", "clean":
msg.OnErr(fsScClean.Parse(subArgs))
id.CompactSrcs()
+ id.ProcessAliases()
w = do.DistributeArgs(w, fSys, LogfileName, Verbose)
return id.SubCmdIdClean(w, fSys)
case "sd", "shutdown":
@@ -115,6 +127,8 @@ func Handler(w io.Writer, fSys *afero.Afero, args []string) error {
case "l", "log":
id.Logging = true
msg.OnErr(fsScLog.Parse(subArgs))
+ id.ProcessAliases()
+ emitter.AddUserLabels()
decoder.TargetTimeStampUnitPassed = isLogFlagPassed("ts")
decoder.ShowTargetStamp32Passed = isLogFlagPassed("ts32")
decoder.ShowTargetStamp16Passed = isLogFlagPassed("ts16")
diff --git a/internal/args/init.go b/internal/args/init.go
index 831659502..5cb050a42 100644
--- a/internal/args/init.go
+++ b/internal/args/init.go
@@ -28,8 +28,8 @@ var (
LogfileName = "off"
colorInfo = `The format strings can start with a lower or upper case channel information.
-See https://github.com/rokath/trice/blob/master/pkg/src/triceCheck.c for examples. Color options:
-"off": Disable ANSI color. The lower case channel information is kept: "w:x"-> "w:x"
+See https://github.com/rokath/trice/blob/master/pkg/src/triceCheck.c for examples. Color options:
+"off": Disable ANSI color. The lower case channel information is kept: "w:x"-> "w:x"
"none": Disable ANSI color. The lower case channel information is removed: "w:x"-> "x"
"default|color": Use ANSI color codes for known upper and lower case channel info are inserted and lower case channel information is removed.
`
@@ -82,7 +82,7 @@ func helpInit() {
func logInit() {
const defaultEncoding = "TREX"
fsScLog = flag.NewFlagSet("log", flag.ExitOnError) // sub-command
- fsScLog.StringVar(&translator.Encoding, "encoding", defaultEncoding, `The trice transmit data format type, options: '(CHAR|DUMP|TREX)'. Target device encoding must match.
+ fsScLog.StringVar(&translator.Encoding, "encoding", defaultEncoding, `The trice transmit data format type, options: '(CHAR|DUMP|TREX)'. Target device encoding must match.
TREX=TriceExtendableEncoding, see Trice1.0Specification. Needs '#define TRICE_ENCODING TRICE_TREX_ENCODING' inside triceConfig.h.
CHAR prints the received bytes as characters.
DUMP prints the received bytes as hex code (see switch -dc too).
@@ -96,18 +96,18 @@ Encryption is recommended if you deliver firmware to customers and want protect
fsScLog.BoolVar(&cipher.ShowKey, "showKey", false, `Show encryption key. Use this switch for creating your own password keys. If applied together with "-password MySecret" it shows the encryption key.
Simply copy this key than into the line "#define ENCRYPT XTEA_KEY( ea, bb, ec, 6f, 31, 80, 4e, b9, 68, e2, fa, ea, ae, f1, 50, 54 ); //!< -password MySecret" inside triceConfig.h.
`+boolInfo)
- fsScLog.StringVar(&emitter.LogLevel, "logLevel", "all", `Level based log filtering. "off" suppresses everything. If equal to a channel specifier all with a bigger index inside emitter.ColorChannels the log not shown.
-A typical use case is "-logLevel wrn". Attention this switch influences also location information (-liFmt), target stamps (-ts0, -ts16, -ts32), prefix and suffix information. Set these channel information appropriate.
-Logs without channel specifier are not suppressed. Using an invalid value like "x" suppresses all logs with a channel specifier. See also CLI switches -pick and -ban.`)
+ fsScLog.StringVar(&emitter.LogLevel, "logLevel", "all", `Level based log filtering. "off" suppresses everything. If equal to a channel specifier, all with a bigger index inside emitter.Tags logs are not not shown.
+A typical use case is "-logLevel wrn". Attention this switch influences also location information (-liFmt), target stamps (-ts0, -ts16, -ts32), prefix and suffix information. Set these channel information appropriate.
+Logs without channel specifier are not suppressed. Using an invalid value like "x" suppresses all logs with a channel specifier. See also CLI switches -ulabel, -pick and -ban.`)
fsScLog.StringVar(&id.DefaultTriceBitWidth, "defaultTRICEBitwidth", "32", `The expected value bit width for TRICE macros. Options: 8, 16, 32, 64. Must be in sync with the 'TRICE_DEFAULT_PARAMETER_BIT_WIDTH' setting inside triceConfig.h`)
fsScLog.StringVar(&emitter.HostStamp, "hs", "LOCmicro",
`PC timestamp for logs and logfile name, options: 'off|none|UTCmicro|zero'
-This timestamp switch generates the timestamps on the PC only (reception time), what is good enough for many cases.
+This timestamp switch generates the timestamps on the PC only (reception time), what is good enough for many cases.
"LOCmicro" means local time with microseconds. "UTCmicro" shows timestamps in universal time. When set to "off" no PC timestamps displayed.`) // flag
fsScLog.StringVar(&decoder.ShowID, "showID", "", `Format string for displaying first trice ID at start of each line. Example: "debug:%7d ". Default is "". If several trices form a log line only the first trice ID ist displayed.`)
fsScLog.StringVar(&decoder.LocationInformationFormatString, "liFmt", "info:%21s %5d ", `Target location format string at start of each line, if target location existent (configured). Use "off" or "none" to suppress existing target location. If several trices form a log line only the location of first trice ist displayed.`)
fsScLog.StringVar(&decoder.TargetStamp, "ts", "µs", `Target timestamp general format string at start of each line, if target timestamps existent (configured). Choose between "µs" (or "us") and "ms", use "" or 'off' or 'none' to suppress existing target timestamps. Sets ts0, ts16, ts32 if these not passed. If several trices form a log line only the timestamp of first trice ist displayed.`)
- fsScLog.StringVar(&decoder.TargetStamp32, "ts32", "ms", `32-bit Target stamp format string at start of each line, if 32-bit target stamps existent (configured). Choose between "µs" (or "us") and "ms", use "" to suppress or use s.th. like "...%d...". If several trices form a log line only the timestamp of first trice ist displayed.`)
+ fsScLog.StringVar(&decoder.TargetStamp32, "ts32", "ms", `32-bit Target stamp format string at start of each line, if 32-bit target stamps existent (configured). Choose between "µs" (or "us"), "ms", "epoch060102150405" like, use "" to suppress or use s.th. like "...%d...". If several trices form a log line only the timestamp of first trice ist displayed.`)
fsScLog.StringVar(&decoder.TargetStamp16, "ts16", "ms", `16-bit Target stamp format string at start of each line, if 16-bit target stamps existent (configured). Choose between "µs" (or "us") and "ms", use "" to suppress or use s.th. like "...%d...". If several trices form a log line only the timestamp of first trice ist displayed.`)
fsScLog.StringVar(&decoder.TargetStamp0, "ts0", translator.DefaultTargetStamp0, `Target stamp format string at start of each line, if no target stamps existent (configured). Use "" to suppress existing target timestamps. If several trices form a log line only the timestamp of first trice ist displayed.`)
fsScLog.BoolVar(&decoder.DebugOut, "debug", false, "Show additional debug information")
@@ -116,8 +116,8 @@ This timestamp switch generates the timestamps on the PC only (reception time),
fsScLog.StringVar(&emitter.Prefix, "prefix", defaultPrefix, "Line prefix, options: any string or 'off|none' or 'source:' followed by 0-12 spaces, 'source:' will be replaced by source value e.g., 'COM17:'.") // flag
fsScLog.StringVar(&emitter.Suffix, "suffix", "", "Append suffix to all lines, options: any string.") // flag
- info := `Case insensitive receiver device name: 'serial name|JLINK|STLINK|FILE|FILEBUFFER|TCP4|TCP4BUFFER|DEC|BUFFER|HEX|DUMP.
-The serial name is like 'COM12' for Windows or a Linux name like '/dev/tty/usb12'.
+ info := `Case insensitive receiver device name: 'serial name|JLINK|STLINK|FILE|FILEBUFFER|TCP4|TCP4BUFFER|DEC|BUFFER|HEX|DUMP.
+The serial name is like 'COM12' for Windows or a Linux name like '/dev/tty/usb12'.
Using a virtual serial COM port on the PC over a FTDI USB adapter is a most likely variant.
`
fsScLog.StringVar(&receiver.Port, "port", "J-LINK", info) // flag
@@ -138,8 +138,9 @@ port "J-LINK": default="`, receiver.DefaultLinkArgs, `", `, linkArgsInfo, `
port "ST-LINK": default="`, receiver.DefaultLinkArgs, `", `, linkArgsInfo, `
port "FILE": default="`, receiver.DefaultFileArgs, `", Option for args is any file name for binary log data like written []byte{115, 111, 109, 101, 10}. Trice retries on EOF.
port "FILEBUFFER": default="`, receiver.DefaultFileArgs, `", Option for args is any file name for binary log data like written []byte{115, 111, 109, 101, 10}. Trice stops on EOF.
-port "TCP4": default="`, receiver.DefaultTCP4Args, `", use any IP:port endpoint like "127.0.0.1:19021". This port is usable for reading, when the Trice logs go into a TCP server.
+port "TCP4": default="`, receiver.DefaultTCP4Args, `", use any IPv4 IP:port endpoint like "127.0.0.1:19021". This port is usable for reading, when the Trice logs go into a TCP server.
port "TCP4BUFFER": default="`, receiver.DefaultTCP4Args, `". This port is used for "-port TCP4" testing, to shutdown the Trice tool automatically.
+port "UDP4": default="`, receiver.DefaultUDP4Args, `", use any IPv4 IP:port endpoint to listen on, like 192.168.1.1:17005".
port "DEC" or "BUFFER": default="`, receiver.DefaultBUFFERArgs, `", Option for args is any space separated decimal number byte sequence. Example -p BUFFER -args "7 123 44".
port "HEX" or "DUMP": default="`, receiver.DefaultDumpArgs, `", Option for args is any space or comma separated byte sequence in hex. Example: -p DUMP -args "7B 1A ee,88, 5a".
`)
@@ -152,12 +153,12 @@ port "HEX" or "DUMP": default="`, receiver.DefaultDumpArgs, `", Option for args
Example: "trice l -port COM38 -ds -ipa 192.168.178.44" sends trice output to a previously started display server in the same network.`)
fsScLog.BoolVar(&emitter.DisplayRemote, "ds", false, "Short for '-displayserver'.")
fsScLog.BoolVar(&trexDecoder.Doubled16BitID, "doubled16BitID", false, `Tells, that 16-bit IDs are doubled. That switch is needed when un-routed direct output is used like (TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE == 1), but also with double buffer in (TRICE_DEFERRED_TRANSFER_MODE==TRICE_MULTI_PACK_MODE) and XTEA encryption. Read the user guide for more details.`)
- fsScLog.BoolVar(&trexDecoder.Doubled16BitID, "d16", false, "Short for '-Doubled16BitID'.")
+ fsScLog.BoolVar(&trexDecoder.Doubled16BitID, "d16", false, "Short for '-doubled16BitID'.")
fsScLog.BoolVar(&trexDecoder.SingleFraming, "singleFraming", false, `singleFraming demands, that each received package contains not more than a singe Trice message. This is the case for all direct modes or if you "#define TRICE_DEFERRED_TRANSFER_MODE TRICE_SINGLE_PACK_MODE" in your triceConfig.h file. Applying this switch makes sense with COBS and TCOBS framing to improve Trice tool error recognition in received binary data. Not usable together with encryption because of the padding bytes.`)
fsScLog.StringVar(&receiver.ExecCommand, "exec", "", execInfo)
- fsScLog.BoolVar(&decoder.Unsigned, "unsigned", true, "Hex, Octal and Bin values are printed as unsigned values.")
+ fsScLog.BoolVar(&decoder.Unsigned, "unsigned", true, "Hex, Octal and Bin values are printed as unsigned values. For signed output use -unsigned=false")
fsScLog.BoolVar(&decoder.Unsigned, "u", true, "Short for '-unsigned'.")
fsScLog.BoolVar(&receiver.ShowInputBytes, "showInputBytes", false, `Show incoming bytes, what can be helpful during setup.
`+boolInfo)
@@ -173,12 +174,14 @@ Example: "trice l -port COM38 -ds -ipa 192.168.178.44" sends trice output to a p
Example: "-ban dbg:wrn -ban diag" results in suppressing all as debug, diag and warning tagged messages. Not usable in conjunction with "-pick". See also "-logLevel".`) // multi flag
fsScLog.Var(&emitter.Pick, "pick", `Channel(s) to display. This is a multi-flag switch. It can be used several times with a colon separated list of channel descriptors only to display.
Example: "-pick err:wrn -pick default" results in suppressing all messages despite of as error, warning and default tagged messages. Not usable in conjunction with "-ban". See also "-logLevel".`) // multi flag
- fsScLog.StringVar(&decoder.PackageFraming, "packageFraming", "TCOBSv1", `Use "none" or "COBS" as alternative. "COBS" needs "#define TRICE_FRAMING TRICE_FRAMING_COBS" inside "triceConfig.h".`)
+ flagUserLabel(fsScLog)
+ fsScLog.StringVar(&decoder.PackageFraming, "packageFraming", "TCOBSv1", `Use "none" (may need CLI switch -d16) or "COBS" as alternative. "COBS" needs "#define TRICE_FRAMING TRICE_FRAMING_COBS" inside "triceConfig.h".`)
fsScLog.StringVar(&decoder.PackageFraming, "pf", "TCOBSv1", "Short for '-packageFraming'.")
fsScLog.BoolVar(&trexDecoder.AddNewlineToEachTriceMessage, "addNL", false, `Add a newline char at trice messages end to use for example "hi" instead of "hi\n" in source code.`)
fsScLog.BoolVar(&emitter.TagStatistics, "tagStat", false, `Print Trices occurrences count on exit.`)
fsScLog.BoolVar(&decoder.TriceStatistics, "triceStat", false, `Print Trices occurrences count on exit.`)
fsScLog.BoolVar(&emitter.AllStatistics, "stat", false, `Print complete statistics on exit.`)
+ fsScLog.BoolVar(&trexDecoder.DisableCycleErrors, "noCycleCheck", false, `Disables reporting of cycle errors.`)
}
func addInit() {
@@ -204,12 +207,13 @@ func insertIDsInit() {
flagTriceIDRange(fsScInsert)
fsScInsert.Var(&id.Min, "IDMin", "Lower end of ID range for normal trices.")
fsScInsert.Var(&id.Max, "IDMax", "Upper end of ID range for normal trices.")
- fsScInsert.IntVar(&id.DefaultStampSize, "defaultStampSize", 32, "Default stamp size for written TRICE macros without id(0), Id(0 or ID(0). Valid values are 0, 16 or 32.")
+ fsScInsert.IntVar(&id.DefaultStampSize, "defaultStampSize", 0, "Default stamp size for written TRICE macros without id(0), Id(0 or ID(0). Valid values are 0, 16 or 32.")
fsScInsert.StringVar(&id.SearchMethod, "IDMethod", "random", "Search method for new ID's in range- Options are 'upward', 'downward' & 'random'.")
fsScInsert.BoolVar(&id.ExtendMacrosWithParamCount, "addParamCount", false, "Extend TRICE macro names with the parameter count _n to enable compile time checks.")
fsScInsert.BoolVar(&id.TriceCacheEnabled, "cache", false, `Use "~/.trice/cache/" for fast ID insert (EXPERIMENTAL!). The folder must exist.`)
fsScInsert.BoolVar(&id.SpaceInsideParenthesis, "spaceInsideParenthesis", false, "Add space inside Trice braces: `trice(iD(123), \"...);`. Use this if your default code auto-formatting is with space inside braces.")
fsScInsert.BoolVar(&id.SpaceInsideParenthesis, "w", false, "Short for (white)spaceInsideParenthesis or \"wide\".")
+ flagUserLabel(fsScInsert)
}
func cleanIDsInit() {
@@ -245,10 +249,20 @@ func sdInit() {
func flagsRefreshAndUpdate(p *flag.FlagSet) {
flagDryRun(p)
flagSrcs(p)
+ flagExcludeSrcs(p)
+ flagTriceAliases(p)
+ flagTriceSAliases(p)
flagVerbosity(p)
flagIDList(p)
flagLIList(p)
flagSkipAdditionalChecks(p)
+ //p.StringVar(&id.StructuredLoggingFormatString, "stf", "", `Structured Logging format string`)
+ //p.StringVar(&id.StructuredLoggingValuesString, "stv", "", `Structured Logging values string`)
+}
+
+func flagUserLabel(p *flag.FlagSet) {
+ p.Var(&emitter.UserLabel, "ulabel", `Additional user channel/tag(s) to display. This is a multi-flag switch. It can be used several times with a colon separated list of channel descriptors.
+Example: "-ulabel this:that -ulabel also" results in adding "also", "this" and "that" as message tags. These user labels are added at the end of emitter.Tags. See also "-logLevel".`) // multi flag
}
func flagBinaryLogfile(p *flag.FlagSet) {
@@ -277,23 +291,48 @@ Change the filename with "-logfile myName.txt" or switch logging off with "-logf
func flagSrcs(p *flag.FlagSet) {
p.Var(&id.Srcs, "src", `Source dir or file, It has one parameter. Not usable in the form "-src *.c".
-This is a multi-flag switch. It can be used several times for directories and also for files.
-Example: "trice `+p.Name()+` -dry-run -v -src ./_test/ -src pkg/src/trice.h" will scan all C|C++ header and
-source code files inside directory ./_test and scan also file trice.h inside pkg/src directory.
+This is a multi-flag switch. It can be used several times for directories and also for files.
+Example: "trice `+p.Name()+` -dry-run -v -src ./_test/ -src pkg/src/trice.h" will scan all C|C++ header and
+source code files inside directory ./_test and scan also file trice.h inside pkg/src directory.
Without the "-dry-run" switch it would create|extend a list file til.json in the current directory.
(default "./")`) // multi flag
p.Var(&id.Srcs, "s", "Short for src.") // multi flag
}
+func flagExcludeSrcs(p *flag.FlagSet) {
+ p.Var(&id.ExcludeSrcs, "exclude", `Exclude dir or file, It has one parameter. Not usable in the form "-exclude *.c".
+This is a multi-flag switch. It can be used several times for directories and also for files.
+Example: "trice `+p.Name()+` -v -src ./_test/ -exclude _test/src/trice.h" will scan all C|C++ header and
+source code files inside directory ./_test EXCEPT file trice.h inside _test/src directory.
+ (default none)`) // multi flag
+ p.Var(&id.ExcludeSrcs, "e", "Short for exclude.") // multi flag
+}
+
+func flagTriceAliases(p *flag.FlagSet) {
+ p.Var(&id.TriceAliases, "alias", `Additional macro names to treat like trice().
+This flag can be specified multiple times to add more aliases. Each provided name will be
+recognized as equivalent to a trice() call. (default none)
+ (default none)`) // multi flag
+ p.Var(&id.TriceAliases, "a", "Short for trice() aliases.") // multi flag
+}
+
+func flagTriceSAliases(p *flag.FlagSet) {
+ p.Var(&id.TriceSAliases, "salias", `Additional macro names to treat like triceS().
+This flag can be specified multiple times to add more aliases. Each provided name will be
+recognized as equivalent to a triceS() call.
+ (default none)`) // multi flag
+ p.Var(&id.TriceSAliases, "sa", "Short for triceS() aliases.") // multi flag
+}
+
func flagTriceIDRange(p *flag.FlagSet) {
- p.Var(&id.IDRange, "IDRange", `This allows tag specific routing in the target code.
+ p.Var(&id.IDRange, "IDRange", `This allows tag specific routing in the target code.
This switch has one parameter string and is a multi-flag switch. It can be used for each Trice tag. Example:
Assign error tag Trice IDs in the range 10-99 and msg tag IDs in the range 100-199:
"trice `+p.Name()+` -IDRange err:10,99 -IDRange msg:100,999" (overlapping ID ranges are forbidden)
-All other trice tags get IDs from the -IDMin, -IDMax range. The used -IDMethod is the same for all tags.
+All other trice tags get IDs from the -IDMin, -IDMax range. The used -IDMethod is the same for all tags.
For example you can have all trice messages in direct mode over RTT but err & msg tagged trices additionally
in deferred mode over a serial port and, if you need, store all error tagged Trice logs additionally in the Flash memory.
-You need to configure the target code in your triceConfig.h accordingly (search trice code for MIN_ID):
+You need to configure the target code in your triceConfig.h accordingly (search trice code for MIN_ID):
Use "#define TRICE_UARTA_MIN_ID 10" and "#define TRICE_UARTA_MAX_ID 999" for example. (default "")`) // multi flag
}
@@ -330,16 +369,16 @@ The specified JSON file is needed to display the ID coded trices during runtime
func flagLIList(p *flag.FlagSet) {
p.StringVar(&id.LIFnJSON, "locationInformation", "li.json", `The trice location information file.
-The specified JSON file is needed to display the location information for each ID during runtime.
-It is regenerated on each add, clean, or insert trice run. When trice log finds a location information file, it is used for
+The specified JSON file is needed to display the location information for each ID during runtime.
+It is regenerated on each add, clean, or insert trice run. When trice log finds a location information file, it is used for
log output with location information. Otherwise no location information is displayed, what usually is wanted in the field.
This way the newest til.json can be used also with legacy firmware, but the li.json must match the current firmware version.
With "off" or "none" suppress the display or generation of the location information. See -tLocFmt for formatting.
`) // flag
p.StringVar(&id.LIFnJSON, "li", "li.json", `Short for '-locationInformation'.
`) // flag
- p.BoolVar(&id.LiPathIsRelative, "liPathIsRelative", false, `Use this flag, if your project has trices inside files with identical names in different folders to distinguish them in the location information.
-The default is to use only the files basename.`)
+ p.StringVar(&id.LIPathKind, "liPath", "base", `How to store location information paths inside li.json: base, relative, path/relative or full. When relative is given, the location information is stored relative to the current location. If a path is given additionally, like ../../relative the path is added to the location information.
+`) // flag
}
func flagIPAddress(p *flag.FlagSet) {
diff --git a/internal/args/tricehelpall_test.go b/internal/args/tricehelpall_test.go
index 45a5dea00..820c83627 100644
--- a/internal/args/tricehelpall_test.go
+++ b/internal/args/tricehelpall_test.go
@@ -9,7 +9,7 @@ import (
"github.com/rokath/trice/internal/id"
)
-func TestHelpAll(t *testing.T) {
+func _TestHelpAll(t *testing.T) {
input := []string{"trice", "help", "-all"}
expect := `syntax: 'trice sub-command' [params]
sub-command 'ds|displayServer': Starts a display server.
@@ -19,8 +19,8 @@ sub-command 'ds|displayServer': Starts a display server.
# Example: 'trice ds': Start display server.
-color string
The format strings can start with a lower or upper case channel information.
- See https://github.com/rokath/trice/blob/master/pkg/src/triceCheck.c for examples. Color options:
- "off": Disable ANSI color. The lower case channel information is kept: "w:x"-> "w:x"
+ See https://github.com/rokath/trice/blob/master/pkg/src/triceCheck.c for examples. Color options:
+ "off": Disable ANSI color. The lower case channel information is kept: "w:x"-> "w:x"
"none": Disable ANSI color. The lower case channel information is removed: "w:x"-> "x"
"default|color": Use ANSI color codes for known upper and lower case channel info are inserted and lower case channel information is removed.
(default "default")
@@ -115,8 +115,9 @@ sub-command 'l|log': For displaying trice logs coming from port. With "trice log
For args options see JLinkRTTLogger in SEGGER UM08001_JLink.pdf.
port "FILE": default="trices.raw", Option for args is any file name for binary log data like written []byte{115, 111, 109, 101, 10}. Trice retries on EOF.
port "FILEBUFFER": default="trices.raw", Option for args is any file name for binary log data like written []byte{115, 111, 109, 101, 10}. Trice stops on EOF.
- port "TCP4": default="localhost:17001", use any IP:port endpoint like "127.0.0.1:19021". This port is usable for reading, when the Trice logs go into a TCP server.
+ port "TCP4": default="localhost:17001", use any IPv4 IP:port endpoint like "127.0.0.1:19021". This port is usable for reading, when the Trice logs go into a TCP server.
port "TCP4BUFFER": default="localhost:17001". This port is used for "-port TCP4" testing, to shutdown the Trice tool automatically.
+ port "UDP4": default="0.0.0.0:17005", use any IPv4 IP:port endpoint to listen on, like 192.168.1.1:17005".
port "DEC" or "BUFFER": default="0 0 0 0", Option for args is any space separated decimal number byte sequence. Example -p BUFFER -args "7 123 44".
port "HEX" or "DUMP": default="", Option for args is any space or comma separated byte sequence in hex. Example: -p DUMP -args "7B 1A ee,88, 5a".
(default "default")
@@ -140,13 +141,13 @@ sub-command 'l|log': For displaying trice logs coming from port. With "trice log
Short for binaryLogfile (default "off")
-color string
The format strings can start with a lower or upper case channel information.
- See https://github.com/rokath/trice/blob/master/pkg/src/triceCheck.c for examples. Color options:
- "off": Disable ANSI color. The lower case channel information is kept: "w:x"-> "w:x"
+ See https://github.com/rokath/trice/blob/master/pkg/src/triceCheck.c for examples. Color options:
+ "off": Disable ANSI color. The lower case channel information is kept: "w:x"-> "w:x"
"none": Disable ANSI color. The lower case channel information is removed: "w:x"-> "x"
"default|color": Use ANSI color codes for known upper and lower case channel info are inserted and lower case channel information is removed.
(default "default")
-d16
- Short for '-Doubled16BitID'.
+ Short for '-doubled16BitID'.
-databits int
Set the serial port databits, options: 7, 9 (default 8)
-dc int
@@ -165,7 +166,7 @@ sub-command 'l|log': For displaying trice logs coming from port. With "trice log
-e string
Short for -encoding. (default "TREX")
-encoding string
- The trice transmit data format type, options: '(CHAR|DUMP|TREX)'. Target device encoding must match.
+ The trice transmit data format type, options: '(CHAR|DUMP|TREX)'. Target device encoding must match.
TREX=TriceExtendableEncoding, see Trice1.0Specification. Needs '#define TRICE_ENCODING TRICE_TREX_ENCODING' inside triceConfig.h.
CHAR prints the received bytes as characters.
DUMP prints the received bytes as hex code (see switch -dc too).
@@ -174,7 +175,7 @@ sub-command 'l|log': For displaying trice logs coming from port. With "trice log
Use to pass an additional command line for port TCP4 (like gdbserver start).
-hs string
PC timestamp for logs and logfile name, options: 'off|none|UTCmicro|zero'
- This timestamp switch generates the timestamps on the PC only (reception time), what is good enough for many cases.
+ This timestamp switch generates the timestamps on the PC only (reception time), what is good enough for many cases.
"LOCmicro" means local time with microseconds. "UTCmicro" shows timestamps in universal time. When set to "off" no PC timestamps displayed. (default "LOCmicro")
-i string
Short for '-idlist'.
@@ -198,21 +199,21 @@ sub-command 'l|log': For displaying trice logs coming from port. With "trice log
(default "li.json")
-liFmt string
Target location format string at start of each line, if target location existent (configured). Use "off" or "none" to suppress existing target location. If several trices form a log line only the location of first trice ist displayed. (default "info:%21s %5d ")
- -liPathIsRelative
- Use this flag, if your project has trices inside files with identical names in different folders to distinguish them in the location information.
- The default is to use only the files basename.
+ -liPath string
+ How to store location information paths inside li.json: base, relative, path/relative or full. When relative is given, the location information is stored relative to the current location. If a path is given additionally, like ../../relative the path is added to the location information.
+ (default "base")
-locationInformation string
The trice location information file.
- The specified JSON file is needed to display the location information for each ID during runtime.
- It is regenerated on each add, clean, or insert trice run. When trice log finds a location information file, it is used for
+ The specified JSON file is needed to display the location information for each ID during runtime.
+ It is regenerated on each add, clean, or insert trice run. When trice log finds a location information file, it is used for
log output with location information. Otherwise no location information is displayed, what usually is wanted in the field.
This way the newest til.json can be used also with legacy firmware, but the li.json must match the current firmware version.
With "off" or "none" suppress the display or generation of the location information. See -tLocFmt for formatting.
(default "li.json")
-logLevel string
- Level based log filtering. "off" suppresses everything. If equal to a channel specifier all with a bigger index inside emitter.ColorChannels the log not shown.
- A typical use case is "-logLevel wrn". Attention this switch influences also location information (-liFmt), target stamps (-ts0, -ts16, -ts32), prefix and suffix information. Set these channel information appropriate.
- Logs without channel specifier are not suppressed. Using an invalid value like "x" suppresses all logs with a channel specifier. See also CLI switches -pick and -ban. (default "all")
+ Level based log filtering. "off" suppresses everything. If equal to a channel specifier, all with a bigger index inside emitter.Tags logs are not not shown.
+ A typical use case is "-logLevel wrn". Attention this switch influences also location information (-liFmt), target stamps (-ts0, -ts16, -ts32), prefix and suffix information. Set these channel information appropriate.
+ Logs without channel specifier are not suppressed. Using an invalid value like "x" suppresses all logs with a channel specifier. See also CLI switches -ulabel, -pick and -ban. (default "all")
-logfile string
Append all output to logfile. Options are: 'off|none|filename|auto':
"off": no logfile (same as "none")
@@ -224,10 +225,12 @@ sub-command 'l|log': For displaying trice logs coming from port. With "trice log
(default "off")
-newlineIndent int
Force newline offset for trice format strings with line breaks before end. -1=auto sense (default -1)
+ -noCycleCheck
+ Disables reporting of cycle errors.
-p string
short for -port (default "J-LINK")
-packageFraming string
- Use "none" or "COBS" as alternative. "COBS" needs "#define TRICE_FRAMING TRICE_FRAMING_COBS" inside "triceConfig.h". (default "TCOBSv1")
+ Use "none" (may need CLI switch -d16) or "COBS" as alternative. "COBS" needs "#define TRICE_FRAMING TRICE_FRAMING_COBS" inside "triceConfig.h". (default "TCOBSv1")
-parity string
Serial port bit parity value, options: odd, even (default "none")
-password string
@@ -239,8 +242,8 @@ sub-command 'l|log': For displaying trice logs coming from port. With "trice log
Channel(s) to display. This is a multi-flag switch. It can be used several times with a colon separated list of channel descriptors only to display.
Example: "-pick err:wrn -pick default" results in suppressing all messages despite of as error, warning and default tagged messages. Not usable in conjunction with "-ban". See also "-logLevel".
-port string
- Case insensitive receiver device name: 'serial name|JLINK|STLINK|FILE|FILEBUFFER|TCP4|TCP4BUFFER|DEC|BUFFER|HEX|DUMP.
- The serial name is like 'COM12' for Windows or a Linux name like '/dev/tty/usb12'.
+ Case insensitive receiver device name: 'serial name|JLINK|STLINK|FILE|FILEBUFFER|TCP4|TCP4BUFFER|DEC|BUFFER|HEX|DUMP.
+ The serial name is like 'COM12' for Windows or a Linux name like '/dev/tty/usb12'.
Using a virtual serial COM port on the PC over a FTDI USB adapter is a most likely variant.
(default "J-LINK")
-prefix string
@@ -285,10 +288,13 @@ sub-command 'l|log': For displaying trice logs coming from port. With "trice log
-ts16 string
16-bit Target stamp format string at start of each line, if 16-bit target stamps existent (configured). Choose between "µs" (or "us") and "ms", use "" to suppress or use s.th. like "...%d...". If several trices form a log line only the timestamp of first trice ist displayed. (default "ms")
-ts32 string
- 32-bit Target stamp format string at start of each line, if 32-bit target stamps existent (configured). Choose between "µs" (or "us") and "ms", use "" to suppress or use s.th. like "...%d...". If several trices form a log line only the timestamp of first trice ist displayed. (default "ms")
+ 32-bit Target stamp format string at start of each line, if 32-bit target stamps existent (configured). Choose between "µs" (or "us"), "ms", "epoch060102150405" like, use "" to suppress or use s.th. like "...%d...". If several trices form a log line only the timestamp of first trice ist displayed. (default "ms")
-u Short for '-unsigned'. (default true)
+ -ulabel value
+ Additional user channel/tag(s) to display. This is a multi-flag switch. It can be used several times with a colon separated list of channel descriptors.
+ Example: "-ulabel this:that -ulabel also" results in adding "also", "this" and "that" as message tags. These user labels are added at the end of emitter.Tags. See also "-logLevel".
-unsigned
- Hex, Octal and Bin values are printed as unsigned values. (default true)
+ Hex, Octal and Bin values are printed as unsigned values. For signed output use -unsigned=false (default true)
-v short for verbose
-verbose
Gives more informal output if used. Can be helpful during setup.
@@ -303,10 +309,25 @@ sub-command 'a|add': Use for adding library source files containing already tric
# in a project file, it will get a different ID in your project file because of the used location information.
# The "add" sub-command has no mandatory switches. Omitted optional switches are used with their default parameters.
# Example: 'trice add': Update ID list from source tree.
+ -a value
+ Short for trice() aliases.
+ -alias value
+ Additional macro names to treat like trice().
+ This flag can be specified multiple times to add more aliases. Each provided name will be
+ recognized as equivalent to a trice() call. (default none)
+ (default none)
-dry-run
No changes applied but output shows what would happen.
"trice add -dry-run" will change nothing but show changes it would perform without the "-dry-run" switch.
This is a bool switch. It has no parameters. Its default value is false. If the switch is applied its value is true. You can also set it explicit: =false or =true.
+ -e value
+ Short for exclude.
+ -exclude value
+ Exclude dir or file, It has one parameter. Not usable in the form "-exclude *.c".
+ This is a multi-flag switch. It can be used several times for directories and also for files.
+ Example: "trice add -v -src ./_test/ -exclude _test/src/trice.h" will scan all C|C++ header and
+ source code files inside directory ./_test EXCEPT file trice.h inside _test/src directory.
+ (default none)
-i string
Short for '-idlist'.
(default "til.json")
@@ -317,19 +338,26 @@ sub-command 'a|add': Use for adding library source files containing already tric
-li string
Short for '-locationInformation'.
(default "li.json")
- -liPathIsRelative
- Use this flag, if your project has trices inside files with identical names in different folders to distinguish them in the location information.
- The default is to use only the files basename.
+ -liPath string
+ How to store location information paths inside li.json: base, relative, path/relative or full. When relative is given, the location information is stored relative to the current location. If a path is given additionally, like ../../relative the path is added to the location information.
+ (default "base")
-locationInformation string
The trice location information file.
- The specified JSON file is needed to display the location information for each ID during runtime.
- It is regenerated on each add, clean, or insert trice run. When trice log finds a location information file, it is used for
+ The specified JSON file is needed to display the location information for each ID during runtime.
+ It is regenerated on each add, clean, or insert trice run. When trice log finds a location information file, it is used for
log output with location information. Otherwise no location information is displayed, what usually is wanted in the field.
This way the newest til.json can be used also with legacy firmware, but the li.json must match the current firmware version.
With "off" or "none" suppress the display or generation of the location information. See -tLocFmt for formatting.
(default "li.json")
-s value
Short for src.
+ -sa value
+ Short for triceS() aliases.
+ -salias value
+ Additional macro names to treat like triceS().
+ This flag can be specified multiple times to add more aliases. Each provided name will be
+ recognized as equivalent to a triceS() call.
+ (default none)
-skip
short for skipAdditionalChecks
-skipAdditionalChecks
@@ -339,9 +367,9 @@ sub-command 'a|add': Use for adding library source files containing already tric
This is a bool switch. It has no parameters. Its default value is false. If the switch is applied its value is true. You can also set it explicit: =false or =true.
-src value
Source dir or file, It has one parameter. Not usable in the form "-src *.c".
- This is a multi-flag switch. It can be used several times for directories and also for files.
- Example: "trice add -dry-run -v -src ./_test/ -src pkg/src/trice.h" will scan all C|C++ header and
- source code files inside directory ./_test and scan also file trice.h inside pkg/src directory.
+ This is a multi-flag switch. It can be used several times for directories and also for files.
+ Example: "trice add -dry-run -v -src ./_test/ -src pkg/src/trice.h" will scan all C|C++ header and
+ source code files inside directory ./_test and scan also file trice.h inside pkg/src directory.
Without the "-dry-run" switch it would create|extend a list file til.json in the current directory.
(default "./")
-til string
@@ -429,25 +457,40 @@ sub-command 'i|insert': For updating til.json and inserting IDs into source file
-IDMin value
Lower end of ID range for normal trices. (default 1000)
-IDRange value
- This allows tag specific routing in the target code.
+ This allows tag specific routing in the target code.
This switch has one parameter string and is a multi-flag switch. It can be used for each Trice tag. Example:
Assign error tag Trice IDs in the range 10-99 and msg tag IDs in the range 100-199:
"trice insert -IDRange err:10,99 -IDRange msg:100,999" (overlapping ID ranges are forbidden)
- All other trice tags get IDs from the -IDMin, -IDMax range. The used -IDMethod is the same for all tags.
+ All other trice tags get IDs from the -IDMin, -IDMax range. The used -IDMethod is the same for all tags.
For example you can have all trice messages in direct mode over RTT but err & msg tagged trices additionally
in deferred mode over a serial port and, if you need, store all error tagged Trice logs additionally in the Flash memory.
- You need to configure the target code in your triceConfig.h accordingly (search trice code for MIN_ID):
+ You need to configure the target code in your triceConfig.h accordingly (search trice code for MIN_ID):
Use "#define TRICE_UARTA_MIN_ID 10" and "#define TRICE_UARTA_MAX_ID 999" for example. (default "")
+ -a value
+ Short for trice() aliases.
-addParamCount
Extend TRICE macro names with the parameter count _n to enable compile time checks.
+ -alias value
+ Additional macro names to treat like trice().
+ This flag can be specified multiple times to add more aliases. Each provided name will be
+ recognized as equivalent to a trice() call. (default none)
+ (default none)
-cache
Use "~/.trice/cache/" for fast ID insert (EXPERIMENTAL!). The folder must exist.
-defaultStampSize int
- Default stamp size for written TRICE macros without id(0), Id(0 or ID(0). Valid values are 0, 16 or 32. (default 32)
+ Default stamp size for written TRICE macros without id(0), Id(0 or ID(0). Valid values are 0, 16 or 32.
-dry-run
No changes applied but output shows what would happen.
"trice insert -dry-run" will change nothing but show changes it would perform without the "-dry-run" switch.
This is a bool switch. It has no parameters. Its default value is false. If the switch is applied its value is true. You can also set it explicit: =false or =true.
+ -e value
+ Short for exclude.
+ -exclude value
+ Exclude dir or file, It has one parameter. Not usable in the form "-exclude *.c".
+ This is a multi-flag switch. It can be used several times for directories and also for files.
+ Example: "trice insert -v -src ./_test/ -exclude _test/src/trice.h" will scan all C|C++ header and
+ source code files inside directory ./_test EXCEPT file trice.h inside _test/src directory.
+ (default none)
-i string
Short for '-idlist'.
(default "til.json")
@@ -458,19 +501,26 @@ sub-command 'i|insert': For updating til.json and inserting IDs into source file
-li string
Short for '-locationInformation'.
(default "li.json")
- -liPathIsRelative
- Use this flag, if your project has trices inside files with identical names in different folders to distinguish them in the location information.
- The default is to use only the files basename.
+ -liPath string
+ How to store location information paths inside li.json: base, relative, path/relative or full. When relative is given, the location information is stored relative to the current location. If a path is given additionally, like ../../relative the path is added to the location information.
+ (default "base")
-locationInformation string
The trice location information file.
- The specified JSON file is needed to display the location information for each ID during runtime.
- It is regenerated on each add, clean, or insert trice run. When trice log finds a location information file, it is used for
+ The specified JSON file is needed to display the location information for each ID during runtime.
+ It is regenerated on each add, clean, or insert trice run. When trice log finds a location information file, it is used for
log output with location information. Otherwise no location information is displayed, what usually is wanted in the field.
This way the newest til.json can be used also with legacy firmware, but the li.json must match the current firmware version.
With "off" or "none" suppress the display or generation of the location information. See -tLocFmt for formatting.
(default "li.json")
-s value
Short for src.
+ -sa value
+ Short for triceS() aliases.
+ -salias value
+ Additional macro names to treat like triceS().
+ This flag can be specified multiple times to add more aliases. Each provided name will be
+ recognized as equivalent to a triceS() call.
+ (default none)
-skip
short for skipAdditionalChecks
-skipAdditionalChecks
@@ -482,14 +532,17 @@ sub-command 'i|insert': For updating til.json and inserting IDs into source file
Add space inside Trice braces: trice(iD(123), "...);. Use this if your default code auto-formatting is with space inside braces.
-src value
Source dir or file, It has one parameter. Not usable in the form "-src *.c".
- This is a multi-flag switch. It can be used several times for directories and also for files.
- Example: "trice insert -dry-run -v -src ./_test/ -src pkg/src/trice.h" will scan all C|C++ header and
- source code files inside directory ./_test and scan also file trice.h inside pkg/src directory.
+ This is a multi-flag switch. It can be used several times for directories and also for files.
+ Example: "trice insert -dry-run -v -src ./_test/ -src pkg/src/trice.h" will scan all C|C++ header and
+ source code files inside directory ./_test and scan also file trice.h inside pkg/src directory.
Without the "-dry-run" switch it would create|extend a list file til.json in the current directory.
(default "./")
-til string
Short for '-idlist'.
(default "til.json")
+ -ulabel value
+ Additional user channel/tag(s) to display. This is a multi-flag switch. It can be used several times with a colon separated list of channel descriptors.
+ Example: "-ulabel this:that -ulabel also" results in adding "also", "this" and "that" as message tags. These user labels are added at the end of emitter.Tags. See also "-logLevel".
-v short for verbose
-verbose
Gives more informal output if used. Can be helpful during setup.
@@ -505,12 +558,27 @@ sub-command 'c|clean': Set all [id|Id|ID](n) inside source tree dir to [id|Id|ID
# EXPERIMENTAL! With "#define TRICE_CLEAN 1" inside "triceConfig.h" these displayed "errors" are suppressed.
# EXPERIMENTAL! All files including trice.h are re-compiled then on the next compiler run, what could be time-consuming.
# In difference to "trice zero", Trice function calls get iD(n) removed. Example: "TRice( iD(88), "hi);" -> "TRice("hi);"
+ -a value
+ Short for trice() aliases.
+ -alias value
+ Additional macro names to treat like trice().
+ This flag can be specified multiple times to add more aliases. Each provided name will be
+ recognized as equivalent to a trice() call. (default none)
+ (default none)
-cache
Use "~/.trice/cache/" for fast ID clean (EXPERIMENTAL!). The folder must exist.
-dry-run
No changes applied but output shows what would happen.
"trice clean -dry-run" will change nothing but show changes it would perform without the "-dry-run" switch.
This is a bool switch. It has no parameters. Its default value is false. If the switch is applied its value is true. You can also set it explicit: =false or =true.
+ -e value
+ Short for exclude.
+ -exclude value
+ Exclude dir or file, It has one parameter. Not usable in the form "-exclude *.c".
+ This is a multi-flag switch. It can be used several times for directories and also for files.
+ Example: "trice clean -v -src ./_test/ -exclude _test/src/trice.h" will scan all C|C++ header and
+ source code files inside directory ./_test EXCEPT file trice.h inside _test/src directory.
+ (default none)
-i string
Short for '-idlist'.
(default "til.json")
@@ -521,19 +589,26 @@ sub-command 'c|clean': Set all [id|Id|ID](n) inside source tree dir to [id|Id|ID
-li string
Short for '-locationInformation'.
(default "li.json")
- -liPathIsRelative
- Use this flag, if your project has trices inside files with identical names in different folders to distinguish them in the location information.
- The default is to use only the files basename.
+ -liPath string
+ How to store location information paths inside li.json: base, relative, path/relative or full. When relative is given, the location information is stored relative to the current location. If a path is given additionally, like ../../relative the path is added to the location information.
+ (default "base")
-locationInformation string
The trice location information file.
- The specified JSON file is needed to display the location information for each ID during runtime.
- It is regenerated on each add, clean, or insert trice run. When trice log finds a location information file, it is used for
+ The specified JSON file is needed to display the location information for each ID during runtime.
+ It is regenerated on each add, clean, or insert trice run. When trice log finds a location information file, it is used for
log output with location information. Otherwise no location information is displayed, what usually is wanted in the field.
This way the newest til.json can be used also with legacy firmware, but the li.json must match the current firmware version.
With "off" or "none" suppress the display or generation of the location information. See -tLocFmt for formatting.
(default "li.json")
-s value
Short for src.
+ -sa value
+ Short for triceS() aliases.
+ -salias value
+ Additional macro names to treat like triceS().
+ This flag can be specified multiple times to add more aliases. Each provided name will be
+ recognized as equivalent to a triceS() call.
+ (default none)
-skip
short for skipAdditionalChecks
-skipAdditionalChecks
@@ -545,9 +620,9 @@ sub-command 'c|clean': Set all [id|Id|ID](n) inside source tree dir to [id|Id|ID
Add space after Trice opening brace: trice("...). Use this if your default code auto-formatting is with space after opening brace.
-src value
Source dir or file, It has one parameter. Not usable in the form "-src *.c".
- This is a multi-flag switch. It can be used several times for directories and also for files.
- Example: "trice clean -dry-run -v -src ./_test/ -src pkg/src/trice.h" will scan all C|C++ header and
- source code files inside directory ./_test and scan also file trice.h inside pkg/src directory.
+ This is a multi-flag switch. It can be used several times for directories and also for files.
+ Example: "trice clean -dry-run -v -src ./_test/ -src pkg/src/trice.h" will scan all C|C++ header and
+ source code files inside directory ./_test and scan also file trice.h inside pkg/src directory.
Without the "-dry-run" switch it would create|extend a list file til.json in the current directory.
(default "./")
-til string
diff --git a/internal/decoder/decoder.go b/internal/decoder/decoder.go
index ac9076a34..4590aa8d2 100644
--- a/internal/decoder/decoder.go
+++ b/internal/decoder/decoder.go
@@ -33,13 +33,18 @@ const (
// defaultSize is the beginning receive and sync buffer size.
DefaultSize = 64 * 1024
- // patNextFormatSpecifier is a regex to find next format specifier in a string (exclude %%*) and ignoring %s
+ // patNextFormatSpecifier is a regex to find next format specifier in a string (exclude %%*) and NOT ignoring %s
//
// https://regex101.com/r/BjiD5M/1
// Language C plus from language Go: %b, %F, %q
// Partial implemented: %hi, %hu, %ld, %li, %lf, %Lf, %Lu, %lli, %lld
// Not implemented: %s
- patNextFormatSpecifier = `%([+\-#'0-9\.0-9])*(b|c|d|e|f|g|E|F|G|h|i|l|L|n|o|O|p|q|t|u|x|X)` // assumes no `%%` inside string!
+ //patNextFormatSpecifier = `%([+\-#'0-9\.0-9])*(b|c|d|e|f|g|E|F|G|h|i|l|L|n|o|O|p|q|s|t|u|U|x|X)` // assumes no `%%` inside string!
+ patNextFormatSpecifier = `(?:^|[^%])(%[\ +\-0-9\.#]*(b|c|d|e|f|g|E|F|G|h|i|l|L|n|o|O|p|q|s|t|u|U|x|X))` // inside update.go
+
+ // patNextFormatSSpecifier is a regex to find next format s specifier in a string
+ // It does also match %%u positions!
+ patNextFormatSSpecifier = `%[0-9]*s` // assumes no `%%` inside string!
// patNextFormatUSpecifier is a regex to find next format u specifier in a string
// It does also match %%u positions!
@@ -73,7 +78,7 @@ const (
FloatFormatSpecifier = 2 // %f and relatives
BooleanFormatSpecifier = 3 // a %t (bool) found
PointerFormatSpecifier = 4 // a %p (pointer) found
-
+ StringFormatSpecifier = 5 // a %s found
)
var (
@@ -93,6 +98,7 @@ var (
Unsigned bool
matchNextFormatSpecifier = regexp.MustCompile(patNextFormatSpecifier)
+ matchNextFormatSSpecifier = regexp.MustCompile(patNextFormatSSpecifier)
matchNextFormatUSpecifier = regexp.MustCompile(patNextFormatUSpecifier)
matchNextFormatISpecifier = regexp.MustCompile(patNextFormatISpecifier)
matchNextFormatXSpecifier = regexp.MustCompile(patNextFormatXSpecifier)
@@ -189,7 +195,7 @@ func (p *DecoderData) ReadU64(b []byte) uint64 {
// UReplaceN checks all format specifier in i and replaces %nu with %nd and returns that result as o.
//
-// If a replacement took place on position k u[k] is 1. Afterwards len(u) is amount of found format specifiers.
+// If a replacement took place on position k u[k] is 0. Afterwards len(u) is amount of found format specifiers.
// Additional, if UnsignedHex is true, for FormatX specifiers u[k] is also 1.
// If a float format specifier was found at position k, u[k] is 2,
// http://www.cplusplus.com/reference/cstdio/printf/
@@ -224,6 +230,11 @@ func UReplaceN(i string) (o string, u []int) {
u = append(u, BooleanFormatSpecifier) // bool value
continue
}
+ locS := matchNextFormatSSpecifier.FindStringIndex(fm)
+ if nil != locS { // a %ns found
+ u = append(u, StringFormatSpecifier) // float value
+ continue
+ }
locF := matchNextFormatFSpecifier.FindStringIndex(fm)
if nil != locF { // a %nf found
u = append(u, FloatFormatSpecifier) // float value
@@ -294,7 +305,8 @@ func PrintTriceStatistics(w io.Writer) {
if !found {
newline = `0`
}
- fmt.Fprintf(w, "%8d | %32s |%5d | %5d | %10s |%s| %s\n", count, li.File, li.Line, tid, trice.Type, newline, emitter.Colorize(trice.Strg))
+ file := id.ToLIPath(li.File)
+ fmt.Fprintf(w, "%8d | %32s |%5d | %5d | %10s |%s| %s\n", count, file, li.Line, tid, trice.Type, newline, emitter.Colorize(trice.Strg))
}
fmt.Fprintln(w, " ------------------------------------------------------------------------------------------------------------------")
fmt.Fprintf(w, "%8d Trice messsges\n", sum)
diff --git a/internal/decoder/decoder_test.go b/internal/decoder/decoder_test.go
new file mode 100644
index 000000000..94517fdaa
--- /dev/null
+++ b/internal/decoder/decoder_test.go
@@ -0,0 +1,29 @@
+package decoder
+
+import (
+ "fmt"
+ "testing"
+
+ "github.com/tj/assert"
+)
+
+func Test_UReplaceN(t *testing.T) {
+ tt := []struct {
+ fmt string // fmt is the Trice format string written by the user in the target source code.
+ exp string // exp is the modified fmt.
+ u []int // u is the format specifiers modification information.
+ }{
+ {"a %s b", "a %s b", []int{5}},
+ {"%x", "%x", []int{1}},
+ {"% x", "% x", []int{1}},
+ {"%u", "%d", []int{0}},
+ {"%d", "%d", []int{1}},
+ {"%d %u %f", "%d %d %f", []int{1, 0, 2}},
+ }
+ for i, x := range tt {
+ fmt.Println(i, x)
+ act, uct := UReplaceN(x.fmt)
+ assert.Equal(t, x.exp, act)
+ assert.Equal(t, x.u, uct)
+ }
+}
diff --git a/internal/emitter/emitter.go b/internal/emitter/emitter.go
index ef1b62ce0..5169458b0 100644
--- a/internal/emitter/emitter.go
+++ b/internal/emitter/emitter.go
@@ -58,8 +58,25 @@ var (
// Pick is a string slice containing all channel descriptors only to display
Pick channelArrayFlag
+
+ // UserLabel is a string slice containing all additional channel descriptors
+ UserLabel ArrayFlag
)
+// ArrayFlag is a slice type for multi flag
+type ArrayFlag []string
+
+// String method is the needed for interface satisfaction.
+func (i *ArrayFlag) String() string {
+ return ""
+}
+
+// Set is a needed method for multi flags.
+func (i *ArrayFlag) Set(value string) error {
+ *i = append(*i, value)
+ return nil
+}
+
type channelArrayFlag []string
// String method is the needed for interface satisfaction.
diff --git a/internal/emitter/lineTransformerANSI.go b/internal/emitter/lineTransformerANSI.go
index 4530608c8..55d52c321 100644
--- a/internal/emitter/lineTransformerANSI.go
+++ b/internal/emitter/lineTransformerANSI.go
@@ -14,6 +14,21 @@ import (
"github.com/mgutz/ansi"
)
+var userLabelsAdded bool
+
+func AddUserLabels() {
+ if userLabelsAdded {
+ return
+ }
+ userLabelsAdded = true
+ for _, v := range UserLabel {
+ var t tag
+ t.Names = append(t.Names, v) // User labels get only one name.
+ t.colorize = colorizeUSER
+ Tags = append(Tags, t)
+ }
+}
+
// lineTransformerANSI implements a Linewriter interface.
// It uses an internal Linewriter lw to write to.
// It converts the channel information to color data using colorPalette.
@@ -57,35 +72,36 @@ var (
LogLevel = "all"
// log level colors
- colorizeFATAL = ansi.ColorFunc("magenta+b:red")
- colorizeCRITICAL = ansi.ColorFunc("red+i:default+h")
- colorizeEMERGENCY = ansi.ColorFunc("red+i:blue")
- colorizeERROR = ansi.ColorFunc("11:red")
- colorizeWARNING = ansi.ColorFunc("11+i:red")
- colorizeATTENTION = ansi.ColorFunc("11:green")
- colorizeINFO = ansi.ColorFunc("cyan+b:default+h")
- colorizeDEBUG = ansi.ColorFunc("130+i")
- colorizeTRACE = ansi.ColorFunc("default+i:default+h")
+ colorizeFATAL = ansi.ColorFunc("magenta+b:red") // FATAL
+ colorizeCRITICAL = ansi.ColorFunc("red+i:default+h") //
+ colorizeEMERGENCY = ansi.ColorFunc("red+i:blue") //
+ colorizeERROR = ansi.ColorFunc("11:red") // ERROR
+ colorizeWARNING = ansi.ColorFunc("11+i:red") // WARN
+ colorizeATTENTION = ansi.ColorFunc("11:green") //
+ colorizeINFO = ansi.ColorFunc("cyan+b:default+h") // INFO
+ colorizeDEBUG = ansi.ColorFunc("130+i") // DEBUG
+ colorizeTRACE = ansi.ColorFunc("default+i:default+h") //
// user mode colors
- colorizeTIME = ansi.ColorFunc("blue+i:yellow+h")
- colorizeMESSAGE = ansi.ColorFunc("green+h:black")
- colorizeREAD = ansi.ColorFunc("black+i:yellow+h")
- colorizeWRITE = ansi.ColorFunc("black+u:yellow+h")
- colorizeRECEIVE = ansi.ColorFunc("black+h:black")
- colorizeTRANSMIT = ansi.ColorFunc("black:black+h")
- colorizeDIAG = ansi.ColorFunc("yellow+i:default+h")
- colorizeINTERRUPT = ansi.ColorFunc("magenta+i:default+h")
- colorizeSIGNAL = ansi.ColorFunc("118+i")
- colorizeTEST = ansi.ColorFunc("yellow+h:black")
+ colorizeTIME = ansi.ColorFunc("blue+i:yellow+h") //
+ colorizeMESSAGE = ansi.ColorFunc("green+h:black") //
+ colorizeREAD = ansi.ColorFunc("black+i:yellow+h") //
+ colorizeWRITE = ansi.ColorFunc("black+u:yellow+h") //
+ colorizeRECEIVE = ansi.ColorFunc("black+h:black") //
+ colorizeTRANSMIT = ansi.ColorFunc("black:black+h") //
+ colorizeDIAG = ansi.ColorFunc("yellow+i:default+h") //
+ colorizeINTERRUPT = ansi.ColorFunc("magenta+i:default+h") //
+ colorizeSIGNAL = ansi.ColorFunc("118+i") //
+ colorizeTEST = ansi.ColorFunc("yellow+h:black") //
- colorizeDEFAULT = ansi.ColorFunc("off")
- colorizeNOTICE = ansi.ColorFunc("blue:white+h")
- colorizeALERT = ansi.ColorFunc("magenta:magenta+h")
- colorizeASSERT = ansi.ColorFunc("yellow+i:blue")
- colorizeALARM = ansi.ColorFunc("red+i:white+h")
- colorizeCYCLE = ansi.ColorFunc("magenta+i:yellow+h")
- colorizeVERBOSE = ansi.ColorFunc("blue:default")
+ colorizeDEFAULT = ansi.ColorFunc("off") //
+ colorizeNOTICE = ansi.ColorFunc("blue:white+h") //
+ colorizeALERT = ansi.ColorFunc("magenta:magenta+h") //
+ colorizeASSERT = ansi.ColorFunc("yellow+i:blue") //
+ colorizeALARM = ansi.ColorFunc("red+i:white+h") //
+ colorizeCYCLE = ansi.ColorFunc("magenta+i:yellow+h") //
+ colorizeVERBOSE = ansi.ColorFunc("blue:default") // VERB
+ colorizeUSER = ansi.ColorFunc("off") //
AllStatistics bool // Keep the complete statistics when Trice is closed.
TagStatistics bool // Print the occured count for each Trice log when Trice is closed.
@@ -138,6 +154,7 @@ var Tags = []tag{
{0, []string{"a", "Alarm", "alarm", "ALARM"}, colorizeALARM},
{0, []string{"CYCLE_ERROR"}, colorizeCYCLE}, // not for user code!
{0, []string{"v", "Verbose", "verbose", "VERBOSE"}, colorizeVERBOSE},
+ {0, []string{"cfg", "config"}, colorizeDEFAULT},
}
func FindTagName(name string) (tagName string, err error) {
diff --git a/internal/id/Update.go b/internal/id/Update.go
index 190c57fd1..e5f28b126 100644
--- a/internal/id/Update.go
+++ b/internal/id/Update.go
@@ -19,11 +19,8 @@ import (
const (
- // patSourceFile is a regex pattern matching any source file for patching
- patSourceFile = "(\\.c|\\.h|\\.cc|\\.cpp|\\.hpp)$"
-
- // patTrice matches any TRICE name variant The (?i) says case-insensitive. (?U)=un-greedy -> only first match.
- patTypNameTRICE = `(?iU)(\b((TRICE((0|_0|AssertTrue|AssertFalse)|((8|16|32|64)*(_*[0-9|S|N|B|F]*)*))))\b)` // https://regex101.com/r/xuD9ar/1
+ // patSourceFile is a regex pattern matching any source file for patching (https://stackoverflow.com/questions/1545080/c-code-file-extension-what-is-the-difference-between-cc-and-cpp)
+ patSourceFile = "(\\.c|\\.cc|\\.cp|\\.cxx|\\.cpp|\\.CPP|\\.c\\+\\+|\\.C|\\.h|\\.hh|\\.hp|\\.hxx|\\.hpp|\\.HPP|\\.h\\+\\+|\\.H|\\.ixx|\\.inc)$"
// patNbID is a regex pattern matching any first "Id(n)" and usable in matches after patTypNameTRICE. It works also over line breaks.
patNbID = `(?Ui)\b(i)(D)\b\s*\(\s*\d+\s*\)` // https://regex101.com/r/2BlNSv/1
@@ -31,19 +28,16 @@ const (
// patFmtString is a regex matching the first format string inside trice even containing newlines and \"
patFmtString = `"(?s)(.*)"` // https://stackoverflow.com/questions/159118/how-do-i-match-any-character-across-multiple-lines-in-a-regular-expression
- // patNbTRICE is a regex pattern matching any "TRICE*(Id(n), "", ... )". - see https://regex101.com/r/mllhNQ/1
- // https://regex101.com/r/4hz1r8/1
- patNbTRICE = patTypNameTRICE + `\s*\(` + patID + `\(\s*.*[0-9]\s*\)\s*,\s*` + patFmtString + `\s*.*\)`
-
- // patAnyTriceStart finds a starting trice with opening '(': https://regex101.com/r/wPuT4M/1
- patAnyTriceStart = patTypNameTRICE + `\s*\(`
-
// patNextFormatSpecifier is a regex to find next format specifier in a string (exclude %%*)
+ // todo: unify with decoder.patNextFormatSpecifier
patNextFormatSpecifier = `(?:^|[^%])(%[\ +\-0-9\.#]*(b|c|d|e|f|g|E|F|G|h|i|l|L|n|o|O|p|q|s|t|u|U|x|X))`
patID = `\s*\b(i|I)(d|D)\b\s*` // `\s*\b(I|i)d\b\s*`
patNb = `\d+` // // `[0-9]*`
+
+ // patSpacesWithOptionalComma matches trailing spaces and optional comma after trice ID: trice(ID(111)>> , <<"%format")
+ patSpacesWithOptionalComma = `^\s*,?\s*`
)
// formatSpecifierCount parses s for format specifier and returns the found count.
@@ -62,23 +56,6 @@ func formatSpecifierCount(s string) (count int) {
return
}
-// addFormatSpecifierCount extends s with _n and returns it as sl
-func addFormatSpecifierCount(w io.Writer, s string, n int) (sx string) {
- if 0 <= n && n < 99 { // patch
- if !strings.Contains(s, "_") && s[len(s)-1:] != "0" {
- sx = fmt.Sprintf(s+"_%d", n) // TRICE*_n
- } else {
- sx = s
- }
- } else {
- if n != 0 {
- fmt.Fprintln(w, "Parse error: ", n, " % format specifier found inside ", s)
- }
- sx = s
- }
- return
-}
-
func isSourceFile(fi os.FileInfo) bool {
return matchSourceFile.MatchString(fi.Name())
}
diff --git a/internal/id/addIDs.go b/internal/id/addIDs.go
index 89dbd956c..ca43082d6 100644
--- a/internal/id/addIDs.go
+++ b/internal/id/addIDs.go
@@ -8,6 +8,7 @@ package id
import (
"fmt"
"io"
+ "log"
"os"
"path/filepath"
@@ -20,6 +21,33 @@ func SubCmdIdAdd(w io.Writer, fSys *afero.Afero) error {
return IDData.cmdSwitchTriceIDs(w, fSys, triceIDAdding)
}
+// ToLIPath converts path according to global variable LIPathKind into a base or relative or absolute path.
+func ToLIPath(path string) string {
+ liPathK := filepath.Base(LIPathKind) // strip leading path info
+ switch liPathK[:1] {
+ case "r": // relative
+ basePath := LIPathKind[:len(LIPathKind)-len(liPathK)]
+ reloc, err := filepath.Rel(basePath, path)
+ if err != nil {
+ log.Fatal(err)
+ }
+ reloc = filepath.ToSlash(reloc)
+ return reloc //filepath.Clean(reloc + path)
+ case "f": // full
+ full, err := filepath.Abs(path)
+ if err != nil {
+ fmt.Println("could not get absolute path of", path, "- using base name")
+ return filepath.Base(path)
+ }
+ return full
+ default:
+ fmt.Println("ignoring unknown liPath", LIPathKind, "- using base name")
+ fallthrough
+ case "b": // base
+ return filepath.Base(path)
+ }
+}
+
// triceIDAdding reads file, processes it and writes it NOT back.
func triceIDAdding(w io.Writer, fSys *afero.Afero, path string, fileInfo os.FileInfo, a *ant.Admin) error {
@@ -30,15 +58,6 @@ func triceIDAdding(w io.Writer, fSys *afero.Afero, path string, fileInfo os.File
if Verbose {
fmt.Fprintln(w, path)
}
-
- var liPath string
-
- if LiPathIsRelative {
- liPath = filepath.ToSlash(path)
- } else {
- liPath = filepath.Base(path)
- }
-
- _, _, err = zeroTriceIDs(w, liPath, in, a) // just to get the IDs, no write back
+ _, _, err = zeroTriceIDs(w, ToLIPath(path), in, a) // just to get the IDs, no write back
return err
}
diff --git a/internal/id/cache_help_test.go b/internal/id/cache_help_test.go
index bd2dbc3e5..ef3ddc90c 100644
--- a/internal/id/cache_help_test.go
+++ b/internal/id/cache_help_test.go
@@ -18,14 +18,14 @@ func assertFileNotExists(t *testing.T, FSys *afero.Afero, fn string) {
func assertMTime(t *testing.T, FSys *afero.Afero, mtime time.Time, fName string) {
stat, err := FSys.Stat(fName)
assert.Nil(t, err)
- assert.True(t, mtime == stat.ModTime())
+ assert.True(t, time.Time.Equal(mtime, stat.ModTime()))
}
// assertNotMTime compares mtime with fName modification times to be different.
func assertNotMTime(t *testing.T, FSys *afero.Afero, mtime time.Time, fName string) {
stat, err := FSys.Stat(fName)
assert.Nil(t, err)
- assert.False(t, mtime == stat.ModTime())
+ assert.False(t, time.Time.Equal(mtime, stat.ModTime()))
}
// assertEqualMTimes comparesfn0 and fn1 modification times to be equal.
@@ -34,7 +34,7 @@ func assertEqualMTimes(t *testing.T, FSys *afero.Afero, fn0, fn1 string) {
assert.Nil(t, err)
fn1Stat, err := FSys.Stat(fn1)
assert.Nil(t, err)
- assert.True(t, fn0Stat.ModTime() == fn1Stat.ModTime())
+ assert.True(t,time.Time.Equal( fn0Stat.ModTime(), fn1Stat.ModTime()))
}
// assertEqualMTimes comparesfn0 and fn1 modification times to be equal.
@@ -43,7 +43,7 @@ func assertNotEqualMTimes(t *testing.T, FSys *afero.Afero, fn0, fn1 string) {
assert.Nil(t, err)
fn1Stat, err := FSys.Stat(fn1)
assert.Nil(t, err)
- assert.False(t, fn0Stat.ModTime() == fn1Stat.ModTime())
+ assert.False(t,time.Time.Equal( fn0Stat.ModTime(), fn1Stat.ModTime()))
}
func assertFileContent(t *testing.T, FSys *afero.Afero, fName, exp string) {
diff --git a/internal/id/cachedClean.go b/internal/id/cachedClean.go
index 5fc125b86..7c2c236e7 100644
--- a/internal/id/cachedClean.go
+++ b/internal/id/cachedClean.go
@@ -1,11 +1,13 @@
package id
import (
+ "fmt"
"io"
"os"
"path/filepath"
"runtime"
"strings"
+ "time"
"github.com/rokath/trice/pkg/ant"
"github.com/rokath/trice/pkg/msg"
@@ -23,8 +25,8 @@ func (p *idData) triceIDCleaning(w io.Writer, fSys *afero.Afero, path string, fi
var err error
var cacheExists bool
var cleanedCachePath string
+ cache := filepath.Join(UserHomeDir, ".trice/cache")
if TriceCacheEnabled {
- cache := filepath.Join(UserHomeDir, ".trice/cache")
if _, err = fSys.Stat(cache); err == nil { // cache folder exists
// This cache code works in conjunction with the cache code in function triceIDInsertion.
@@ -60,7 +62,7 @@ func (p *idData) triceIDCleaning(w io.Writer, fSys *afero.Afero, path string, fi
}
// If path content equals cleanedCachePath content, we are done.
- if fileInfo.ModTime() == cCache.ModTime() {
+ if time.Time.Equal(fileInfo.ModTime(), cCache.ModTime()) {
msg.Tell(w, "trice c was executed before, nothing to do")
return msg.OnErrFv(w, p.err) // `trice c File`: File == cCache ? done
}
@@ -74,7 +76,7 @@ func (p *idData) triceIDCleaning(w io.Writer, fSys *afero.Afero, path string, fi
// If path content equals insertedCachePath content, we can copy cleanedCachePath to path.
// We know here, that cleanedCachePath exists and path was not edited.
- if fileInfo.ModTime() == iCache.ModTime() && fileExists(fSys, cleanedCachePath) {
+ if time.Time.Equal(fileInfo.ModTime(), iCache.ModTime()) && fileExists(fSys, cleanedCachePath) {
// trice i File: File == iCache ? cCache -> F (trice c was executed before)
msg.Tell(w, "trice c was executed before, copy cCache into file")
@@ -106,6 +108,9 @@ clean:
err = CopyFileWithMTime(fSys, cleanedCachePath, path)
p.join(err)
}
+ if TriceCacheEnabled && !cacheExists {
+ fmt.Fprintln(w, "Warning: Folder", cache, "not found. Please create it or do not use the -cache switch.")
+ }
//
///////////////////////////////////////////////////////////////////////////////
diff --git a/internal/id/cachedClean_test.go b/internal/id/cachedClean_test.go
index b4ea79c7f..e8dba7242 100644
--- a/internal/id/cachedClean_test.go
+++ b/internal/id/cachedClean_test.go
@@ -183,7 +183,7 @@ func Test_14_01110_clean_on_valid_iCache_valid_cCache_inserted_file_not_edited(t
assert.Nil(t, CopyFileWithMTime(FSys, CCache, SFName)) // not edited
cT := mTime(t, FSys, CCache)
- for cT == mTime(t, FSys, SFName) { // Loop, to ensure the file mtimes are different.
+ for time.Time.Equal(cT, mTime(t, FSys, SFName) ){ // Loop, to ensure the file mtimes are different.
time.Sleep((10 * time.Microsecond))
assertFileCreate(t, FSys, SFName, `trice(iD(999), "msg:value=%d\n", -1);`) // inserted file
}
@@ -210,7 +210,7 @@ func Test_12_01100_clean_on_valid_iCache_valid_cCache_clean_file_not_edited(t *t
assert.Nil(t, CopyFileWithMTime(FSys, ICache, SFName)) // not edited
iT := mTime(t, FSys, ICache)
- for iT == mTime(t, FSys, SFName) { // Loop, to ensure the file mtimes are different.
+ for time.Time.Equal(iT, mTime(t, FSys, SFName) ){ // Loop, to ensure the file mtimes are different.
time.Sleep((10 * time.Microsecond))
assertFileCreate(t, FSys, SFName, ` "msg:value=%d\n", -1);`) // inserted file
}
@@ -236,7 +236,7 @@ func Test_15_01111_clean_on_valid_iCache_valid_cCache_inserted_file_edited(t *te
assert.Nil(t, CopyFileWithMTime(FSys, CCache, SFName)) // not edited
cT := mTime(t, FSys, CCache)
- for cT == mTime(t, FSys, SFName) { // Loop, to ensure the file mtimes are different.
+ for time.Time.Equal(cT, mTime(t, FSys, SFName) ){ // Loop, to ensure the file mtimes are different.
time.Sleep((10 * time.Microsecond))
assertFileCreate(t, FSys, SFName, `trice(iD(999), "msg:value=%d\n", -1);`) // inserted file
}
@@ -247,7 +247,7 @@ func Test_15_01111_clean_on_valid_iCache_valid_cCache_inserted_file_edited(t *te
sT0 := mTime(t, FSys, SFName)
// When editing, the old content is still buffered and not synced to disk, so we need to wait until the new mtime.
sT := sT0
- for sT0 == sT { // Wait for the file system ...
+ for time.Time.Equal(sT0, sT) { // Wait for the file system ...
assertFileCreate(t, FSys, SFName, `trice(iD(999), "msg:value=%d\n", -2);`) // edit file
sT = mTime(t, FSys, SFName)
time.Sleep(10 * time.Millisecond)
@@ -269,7 +269,7 @@ func Test_13_01101_clean_on_valid_iCache_valid_cCache_clean_file_edited(t *testi
assert.Nil(t, CopyFileWithMTime(FSys, ICache, SFName)) // not edited
iT := mTime(t, FSys, ICache)
- for iT == mTime(t, FSys, SFName) { // Loop, to ensure the file mtimes are different.
+ for time.Time.Equal(iT, mTime(t, FSys, SFName) ){ // Loop, to ensure the file mtimes are different.
time.Sleep((10 * time.Microsecond))
assertFileCreate(t, FSys, SFName, ` "msg:value=%d\n", -1);`) // inserted file
}
@@ -282,7 +282,7 @@ func Test_13_01101_clean_on_valid_iCache_valid_cCache_clean_file_edited(t *testi
sT0 := mTime(t, FSys, SFName)
// When editing, the old content is still buffered and not synced to disk, so we need to wait until the new mtime.
sT := sT0
- for sT0 == sT { // Wait for the file system ...
+ for time.Time.Equal(sT0, sT) { // Wait for the file system ...
assertFileCreate(t, FSys, SFName, `trice("msg:value=%d\n", -2);`) // edit file
sT = mTime(t, FSys, SFName)
time.Sleep(10 * time.Millisecond)
diff --git a/internal/id/cachedInsert.go b/internal/id/cachedInsert.go
index fe75a9035..b2ea834f4 100644
--- a/internal/id/cachedInsert.go
+++ b/internal/id/cachedInsert.go
@@ -1,11 +1,13 @@
package id
import (
+ "fmt"
"io"
"os"
"path/filepath"
"runtime"
"strings"
+ "time"
"github.com/rokath/trice/pkg/ant"
"github.com/rokath/trice/pkg/msg"
@@ -23,8 +25,8 @@ func (p *idData) triceIDInsertion(w io.Writer, fSys *afero.Afero, path string, f
var err error
var cacheExists bool
var insertedCachePath string
+ cache := filepath.Join(UserHomeDir, ".trice/cache")
if TriceCacheEnabled {
- cache := filepath.Join(UserHomeDir, ".trice/cache")
if _, err = fSys.Stat(cache); err == nil { // cache folder exists
// This cache code works in conjunction with the cache code in function triceIDCleaning.
@@ -60,7 +62,7 @@ func (p *idData) triceIDInsertion(w io.Writer, fSys *afero.Afero, path string, f
}
// If path content equals insertedCachePath content, we are nearly done.
- if fileInfo.ModTime() == iCache.ModTime() {
+ if time.Time.Equal(fileInfo.ModTime(), iCache.ModTime()){
msg.Tell(w, "trice i was executed before, nothing to do")
return msg.OnErrFv(w, p.err) // `trice i File`: File == iCache ? done
}
@@ -74,7 +76,7 @@ func (p *idData) triceIDInsertion(w io.Writer, fSys *afero.Afero, path string, f
// If path content equals cleanedCachePath content, we can copy insertedCachePath to path.
// We know here, that insertedCachePath exists and path was not edited.
- if fileInfo.ModTime() == cCache.ModTime() && fileExists(fSys, insertedCachePath) {
+ if time.Time.Equal(fileInfo.ModTime(), cCache.ModTime()) && fileExists(fSys, insertedCachePath) {
// trice i File: File == cCache ? iCache -> F (trice i was executed before)
msg.Tell(w, "trice c was executed before, copy iCache into file")
@@ -106,6 +108,9 @@ insert:
err = CopyFileWithMTime(fSys, insertedCachePath, path)
p.join(err)
}
+ if TriceCacheEnabled && !cacheExists {
+ fmt.Fprintln(w, "Warning: Folder", cache, "not found. Please create it or do not use the -cache switch.")
+ }
//
///////////////////////////////////////////////////////////////////////////////
diff --git a/internal/id/cachedInsert_test.go b/internal/id/cachedInsert_test.go
index 7f27be101..8bd1d3be0 100644
--- a/internal/id/cachedInsert_test.go
+++ b/internal/id/cachedInsert_test.go
@@ -281,7 +281,7 @@ func TestInsert_On_valid_iCache_valid_cCache_inserted_file_not_edited(t *testing
assert.Nil(t, CopyFileWithMTime(FSys, CCache, SFName)) // not edited
cT := mTime(t, FSys, CCache)
- for cT == mTime(t, FSys, SFName) { // Loop, to ensure the file mtimes are different.
+ for time.Time.Equal(cT, mTime(t, FSys, SFName) ){ // Loop, to ensure the file mtimes are different.
time.Sleep((10 * time.Microsecond))
assertFileCreate(t, FSys, SFName, `trice(iD(999), "msg:value=%d\n", -1);`) // inserted file
}
@@ -308,7 +308,7 @@ func TestInsert_On_valid_iCache_valid_cCache_clean_file_not_edited(t *testing.T)
assert.Nil(t, CopyFileWithMTime(FSys, ICache, SFName)) // not edited
iT := mTime(t, FSys, ICache)
- for iT == mTime(t, FSys, SFName) { // Loop, to ensure the file mtimes are different.
+ for time.Time.Equal(iT, mTime(t, FSys, SFName) ){ // Loop, to ensure the file mtimes are different.
time.Sleep((10 * time.Microsecond))
assertFileCreate(t, FSys, SFName, `trice("msg:value=%d\n", -1);`) // inserted file
}
@@ -334,7 +334,7 @@ func TestInsert_On_valid_iCache_valid_cCache_inserted_file_edited(t *testing.T)
assert.Nil(t, CopyFileWithMTime(FSys, CCache, SFName)) // not edited
cT := mTime(t, FSys, CCache)
- for cT == mTime(t, FSys, SFName) { // Loop, to ensure the file mtimes are different.
+ for time.Time.Equal(cT, mTime(t, FSys, SFName) ){ // Loop, to ensure the file mtimes are different.
time.Sleep((10 * time.Microsecond))
assertFileCreate(t, FSys, SFName, `trice(iD(999), "msg:value=%d\n", -1);`) // inserted file
}
@@ -345,7 +345,7 @@ func TestInsert_On_valid_iCache_valid_cCache_inserted_file_edited(t *testing.T)
sT0 := mTime(t, FSys, SFName)
// When editing, the old content is still buffered and not synced to disk, so we need to wait until the new mtime.
sT := sT0
- for sT0 == sT { // Wait for the file system ...
+ for time.Time.Equal(sT0, sT) { // Wait for the file system ...
assertFileCreate(t, FSys, SFName, `trice(iD(999), "msg:value=%d\n", -2);`) // edit file
sT = mTime(t, FSys, SFName)
time.Sleep(10 * time.Millisecond)
@@ -367,7 +367,7 @@ func TestInsert_On_valid_iCache_valid_cCache_clean_file_edited(t *testing.T) {
assert.Nil(t, CopyFileWithMTime(FSys, ICache, SFName)) // not edited
iT := mTime(t, FSys, ICache)
- for iT == mTime(t, FSys, SFName) { // Loop, to ensure the file mtimes are different.
+ for time.Time.Equal(iT, mTime(t, FSys, SFName) ){ // Loop, to ensure the file mtimes are different.
time.Sleep((10 * time.Microsecond))
assertFileCreate(t, FSys, SFName, `trice("msg:value=%d\n", -1);`) // inserted file
}
@@ -380,8 +380,8 @@ func TestInsert_On_valid_iCache_valid_cCache_clean_file_edited(t *testing.T) {
sT0 := mTime(t, FSys, SFName)
// When editing, the old content is still buffered and not synced to disk, so we need to wait until the new mtime.
sT := sT0
- for sT0 == sT { // Wait for the file system ...
- assertFileCreate(t, FSys, SFName, `trice(i"msg:value=%d\n", -2);`) // edit file
+ for time.Time.Equal(sT0, sT) { // Wait for the file system ...
+ assertFileCreate(t, FSys, SFName, `trice("msg:value=%d\n", -2);`) // edit file
sT = mTime(t, FSys, SFName)
time.Sleep(10 * time.Millisecond)
}
diff --git a/internal/id/cleanIDs.go b/internal/id/cleanIDs.go
index 2b9b1dddf..6792a02ba 100644
--- a/internal/id/cleanIDs.go
+++ b/internal/id/cleanIDs.go
@@ -28,23 +28,13 @@ func (p *idData) processTriceIDCleaning(w io.Writer, fSys *afero.Afero, path str
if p.err != nil {
return p.err
}
- msg.Tell(w, "process cleaning")
+ msg.Tell(w, "process cleaning in "+path)
in, err := fSys.ReadFile(path)
if err != nil {
return msg.OnErrFv(w, err)
}
- if Verbose {
- fmt.Fprintln(w, path)
- }
- var liPath string
- if LiPathIsRelative {
- liPath = filepath.ToSlash(path)
- } else {
- liPath = filepath.Base(path)
- }
-
- out, modified, err := p.cleanTriceIDs(w, liPath, in, a)
+ out, modified, err := p.cleanTriceIDs(w, ToLIPath(path), in, a)
p.join(err)
if p.err != nil {
return msg.OnErrFv(w, err)
@@ -97,9 +87,14 @@ func (p *idData) cleanTriceIDs(w io.Writer, path string, in []byte, a *ant.Admin
if loc[3] == loc[4] { // No iD(n) found
ignore = true
} else {
- t.Type = rest[loc[0]:loc[1]] // t.Type is the TRice8_2 or TRice part for example. Hint: TRice defaults to 32 bit if not configured differently.
- t.Strg = rest[loc[5]+1 : loc[6]-1] // Now we have the complete trice t (Type and Strg). We remove the double quotes wit +1 and -1.
- idS = rest[loc[3]:loc[4]] // idS is where we expect n.
+ t.Type = rest[loc[0]:loc[1]] // t.Type is the TRice8_2 or TRice part for example. Hint: TRice defaults to 32 bit if not configured differently.
+ resolveTriceAlias(&t)
+ if t.isSAlias() {
+ t.Strg = SAliasStrgPrefix + rest[loc[5]:loc[6]] + SAliasStrgSuffix
+ } else {
+ t.Strg = rest[loc[5]+1 : loc[6]-1] // Now we have the complete trice t (Type and Strg). We remove the double quotes wit +1 and -1.
+ }
+ idS = rest[loc[3]:loc[4]] // idS is where we expect n.
nLoc := matchNb.FindStringIndex(idS)
if nLoc == nil { // Someone wrote trice( iD(0x100), ...), trice( id(), ... ) or trice( iD(name), ...) for example.
if Verbose {
@@ -136,9 +131,28 @@ func (p *idData) cleanTriceIDs(w io.Writer, path string, in []byte, a *ant.Admin
if !ok { // idn is not inside til.json.
IDData.idToTrice[idn] = t // Add idn.
} else { // idn is inside til.json.
- if tt != t { // idn references to a different t.
- fmt.Fprintln(w, "ID", idn, "inside", path, "line", line, "refers to", t, "but is used inside til.json for", tt, "- setting it to 0.")
- idn = 0 // silently set it to 0
+
+ // TODO: The following should be done better.
+
+ u := t
+ u.Alias = "" // clear
+ if strings.HasPrefix(u.Strg, SAliasStrgPrefix) && strings.HasSuffix(u.Strg, SAliasStrgSuffix) {
+ u.Strg, _ = strings.CutPrefix(u.Strg, SAliasStrgPrefix)
+ u.Strg, _ = strings.CutSuffix(u.Strg, SAliasStrgSuffix)
+ u.Strg, _ = strings.CutPrefix(u.Strg, `"`)
+ u.Strg, _ = strings.CutSuffix(u.Strg, `"`)
+ }
+ uu := tt
+ uu.Alias = "" // clear
+ if strings.HasPrefix(uu.Strg, SAliasStrgPrefix) && strings.HasSuffix(uu.Strg, SAliasStrgSuffix) {
+ uu.Strg, _ = strings.CutPrefix(uu.Strg, SAliasStrgPrefix)
+ uu.Strg, _ = strings.CutSuffix(uu.Strg, SAliasStrgSuffix)
+ uu.Strg, _ = strings.CutPrefix(uu.Strg, `"`)
+ uu.Strg, _ = strings.CutSuffix(uu.Strg, `"`)
+ }
+ if uu != u { // idn references to a different t.
+ fmt.Fprintln(w, "ID", idn, "inside", path, "line", line, "refers to\n", u, "but is used inside til.json for\n", uu, "- setting it to 0.")
+ idn = 0
}
}
if idn != 0 {
diff --git a/internal/id/cleanIDs_test.go b/internal/id/cleanIDs_test.go
index 131d64d64..c9619fd33 100644
--- a/internal/id/cleanIDs_test.go
+++ b/internal/id/cleanIDs_test.go
@@ -4,6 +4,7 @@
package id_test
import (
+ "fmt"
"testing"
"github.com/rokath/trice/internal/args"
@@ -121,3 +122,86 @@ func TestCleanWithLIExtension(t *testing.T) {
assert.Nil(t, e)
assert.Equal(t, expLI, string(actLI))
}
+
+// TestCleanTriceALias is with the alias functionality and a check for the json files.
+func TestCleanTriceALias(t *testing.T) {
+ defer Setup(t)() // This executes Setup(t) and puts the returned function into the defer list.
+
+ // create existing li.json file
+ exsLI := `{
+ "55": {
+ "File": "file1.c",
+ "Line": 3
+ },
+ "66": {
+ "File": "file1.c",
+ "Line": 4
+ },
+ "77": {
+ "File": "file1.c",
+ "Line": 2
+ },
+ "999": {
+ "File": "fileX.c",
+ "Line": 2
+ }
+}`
+ assert.Nil(t, FSys.WriteFile(LIFnJSON, []byte(exsLI), 0777))
+
+ // create existing til.json file
+ exsTIL := `{
+ "55": {
+ "Type": "trice",
+ "Strg": "msg:value=%d\\n"
+ },
+ "66": {
+ "Type": "triceS",
+ "Strg": "` + SAliasStrgPrefix + `0 == 1, \"that is wrong\"` + SAliasStrgSuffix + `"
+ },
+ "77": {
+ "Type": "trice",
+ "Strg": "%x"
+ }
+}`
+ assert.Nil(t, FSys.WriteFile(FnJSON, []byte(exsTIL), 0777))
+
+ // create src file1
+ src1 := `
+ printk(iD(77), "%x", 123 );
+ log(iD(55), "msg:value=%d\n", 123 );
+ AST(iD(66), 0 == 1, "that is wrong" )
+ `
+ assert.Nil(t, FSys.WriteFile("file1.c", []byte(src1), 0777))
+
+ // action
+ assert.Nil(t, args.Handler(W, FSys, []string{"trice", "clean", "-alias", "log", "-alias", "printk", "-salias", "AST", "-src", "file1.c", "-til", FnJSON, "-li", LIFnJSON}))
+
+ // check modified src file1
+ expSrc1 := `
+ printk("%x", 123 );
+ log("msg:value=%d\n", 123 );
+ AST(0 == 1, "that is wrong" )
+ `
+
+ fmt.Println(B.String())
+ //assert.Equal(t, B.String(), "")
+
+ actSrc1, e := FSys.ReadFile("file1.c")
+ assert.Nil(t, e)
+ assert.Equal(t, expSrc1, string(actSrc1))
+
+ // check til.json
+ actTIL, e := FSys.ReadFile(FnJSON)
+ assert.Nil(t, e)
+ assert.Equal(t, exsTIL, string(actTIL))
+
+ // check li.json
+ actLI, e := FSys.ReadFile(LIFnJSON)
+ assert.Nil(t, e)
+ assert.Equal(t, exsLI, string(actLI))
+
+ // cleanup
+ FSys.Remove(FnJSON)
+ FSys.Remove(LIFnJSON)
+ FSys.RemoveAll(UserHomeDir)
+}
diff --git a/internal/id/generate.go b/internal/id/generate.go
index 86e8bad00..fb1300b04 100644
--- a/internal/id/generate.go
+++ b/internal/id/generate.go
@@ -163,7 +163,7 @@ func computeValues(t TriceFmt, defaultBitWidth int) (extType string, bitWidth, p
extType = t.Type
default:
paramCount = formatSpecifierCount(t.Strg)
- extType = ConstructFullTriceInfo(t.Type, paramCount)
+ extType, _ = ConstructFullTriceInfo(t.Type, paramCount)
}
bitWidth = defaultBitWidth
for i, w := range []string{"8", "16", "32", "64"} {
@@ -176,23 +176,111 @@ func computeValues(t TriceFmt, defaultBitWidth int) (extType string, bitWidth, p
return
}
-// ConstructFullTriceInfo returns full TRICE info, if not exist in triceType string
-func ConstructFullTriceInfo(triceType string, paramCount int) string {
- origType := triceType
- for _, name := range []string{"TRICE", "TRice", "Trice", "trice"} {
- if strings.HasPrefix(origType, name+"_") { // when no bit width, insert it
- triceType = name + DefaultTriceBitWidth + "_" + origType[6:]
+// ConstructFullTriceInfo returns full TRICE info, if not exist in orig‚Type string
+// For examples see TestConstructFullTriceInfo
+// see also AddFmtCount
+func ConstructFullTriceInfo(origType string, paramCount int) (fullTriceType string, err error) {
+ if strings.ToUpper(origType[:5]) != "TRICE" {
+ err = fmt.Errorf(origType, "starts not with trice")
+ return
+ }
+ if len(origType) == 5 { // most often expected case: trice, Trice, TRice or TRICE
+ if paramCount == 0 {
+ fullTriceType = fmt.Sprintf(origType+"_%d", paramCount)
+ } else {
+ fullTriceType = fmt.Sprintf(origType+DefaultTriceBitWidth+"_%d", paramCount)
}
- if origType == name { // when plain trice name
- if paramCount == 0 { // no parameters
- triceType = name + "0" // special case
- } else { // append bit width and count
- triceType = fmt.Sprintf(name+DefaultTriceBitWidth+"_%d", paramCount)
+ return
+ }
+
+ before, after, found := strings.Cut(origType, "_")
+ if found {
+ switch after {
+ case "N", "S": // TRICE_S
+ if paramCount == 1 {
+ fullTriceType = before + after
+ } else {
+ err = fmt.Errorf(origType, "has invalid parameter count", paramCount)
+ }
+ case "B": // TRICE_B or TRICE8_B
+ if paramCount == 1 {
+ if len(before) == 5 { // no bitwidth
+ fullTriceType = before + DefaultTriceBitWidth + after
+ } else {
+ fullTriceType = before + after
+ }
+ } else {
+ err = fmt.Errorf(origType, "has invalid parameter count", paramCount)
+ }
+ case "F": // TRICE16_F or TRICE_F
+ if paramCount == 0 {
+ if len(before) == 5 { // no bitwidth
+ fullTriceType = before + DefaultTriceBitWidth + after
+ } else {
+ fullTriceType = before + after
+ }
+ } else {
+ err = fmt.Errorf(origType, "has invalid parameter count", paramCount)
+ }
+ default:
+ cnt, e := strconv.Atoi(after)
+ if e != nil {
+ err = fmt.Errorf(origType, "has invalid parameter count", paramCount)
+ }
+ if cnt != paramCount {
+ err = fmt.Errorf(origType, "has invalid parameter count", paramCount)
+ }
+ if cnt == 0 {
+ fullTriceType = before[:5] + "_0" // no bitwidth
+ } else {
+ if len(before) == 5 { // trice_7 cases
+ fullTriceType = before + DefaultTriceBitWidth + "_" + after
+ } else {
+ fullTriceType = before + "_" + after
+ }
}
}
- if origType == name+"8" || origType == name+"16" || origType == name+"32" || origType == name+"64" { // when no count
- triceType = fmt.Sprintf(origType+"_%d", paramCount) // append count
+ return
+ }
+ switch before[5:] {
+ case "0": // TRICE0
+ if paramCount != 0 {
+ err = fmt.Errorf(origType, "has invalid parameter count", paramCount)
}
+ fullTriceType = before[:len(before)-1] + "_0"
+ case "S", "N": // triceS
+ if paramCount == 1 {
+ fullTriceType = before
+ } else {
+ err = fmt.Errorf(origType, "has invalid parameter count", paramCount)
+ }
+ case "B", "8B", "16B", "32B", "64B": // TRICE16B or triceF or Trice8B
+ if paramCount == 1 {
+ if len(before) == 6 { // no bit width given
+ fullTriceType = before[:len(before)-1] + DefaultTriceBitWidth + before[len(before)-1:]
+ } else {
+ fullTriceType = before
+ }
+ } else {
+ err = fmt.Errorf(origType, "has invalid parameter count", paramCount)
+ }
+ case "F", "8F", "16F", "32F", "64F": // TRICE16B or triceF or Trice8B
+ if paramCount == 0 {
+ if len(before) == 6 { // no bit width given
+ fullTriceType = before[:len(before)-1] + DefaultTriceBitWidth + before[len(before)-1:]
+ } else {
+ fullTriceType = before
+ }
+ } else {
+ err = fmt.Errorf(origType, "has invalid parameter count", paramCount)
+ }
+ case "8", "16", "32", "64":
+ if paramCount == 0 {
+ fullTriceType = fmt.Sprintf(before[:5]+"_%d", paramCount) // discard bitwidth
+ } else {
+ fullTriceType = fmt.Sprintf(before+"_%d", paramCount)
+ }
+ default:
}
- return triceType
+ return
}
diff --git a/internal/id/generate_test.go b/internal/id/generate_test.go
new file mode 100644
index 000000000..a84279616
--- /dev/null
+++ b/internal/id/generate_test.go
@@ -0,0 +1,182 @@
+package id
+
+import (
+ "fmt"
+ "testing"
+
+ "github.com/tj/assert"
+)
+
+func TestConstructFullTriceInfo(t *testing.T) {
+ tt := []struct {
+ ty string // ty is the Trice type name written by the user in the target source code.
+ count int // count is the counted number of format specifiers inside the format string.
+ exp string // exp is what ConstructFullTriceInfo is expected to generate. If empty, ConstructFullTriceInfo should return with an error.
+ }{
+
+ {"trice", 0, "trice_0"},
+ {"trice0", 0, "trice_0"},
+ {"trice8", 0, "trice_0"},
+ {"trice8", 7, "trice8_7"},
+ {"trice8", 8, "trice8_8"},
+ {"trice16", 0, "trice_0"},
+ {"trice32", 0, "trice_0"},
+ {"trice64", 0, "trice_0"},
+
+ {"trice_10", 10, "trice32_10"},
+ {"trice10", 10, ""},
+ {"trice8", 8, "trice8_8"},
+ {"trice8", 7, "trice8_7"},
+ {"trice_0", 0, "trice_0"},
+ {"trice8_0", 0, "trice_0"},
+ {"trice16_0", 0, "trice_0"},
+ {"trice32_0", 0, "trice_0"},
+ {"trice64_0", 0, "trice_0"},
+
+ {"TRICE_S", 0, ""},
+ {"TRICE_N", 0, ""},
+ {"TRICE_B", 0, ""},
+ {"TRICE_F", 0, "TRICE32F"},
+ {"triceS", 0, ""},
+ {"triceN", 0, ""},
+
+ {"triceB", 0, ""},
+ {"trice8B", 0, ""},
+ {"trice16B", 0, ""},
+ {"trice32B", 0, ""},
+ {"trice64B", 0, ""},
+
+ {"triceF", 0, "trice32F"},
+ {"trice8F", 0, "trice8F"},
+ {"trice16F", 0, "trice16F"},
+ {"trice32F", 0, "trice32F"},
+ {"trice64F", 0, "trice64F"},
+
+ {"trice", 1, "trice32_1"},
+ {"trice8", 1, "trice8_1"},
+ {"trice16", 1, "trice16_1"},
+ {"trice32", 1, "trice32_1"},
+ {"trice64", 1, "trice64_1"},
+
+ {"trice_1", 1, "trice32_1"},
+ {"trice8_1", 1, "trice8_1"},
+ {"trice16_1", 1, "trice16_1"},
+ {"trice32_1", 1, "trice32_1"},
+ {"trice64_1", 1, "trice64_1"},
+
+ {"TRICE_S", 1, "TRICES"},
+ {"TRICE_N", 1, "TRICEN"},
+ {"TRICE_B", 1, "TRICE32B"},
+ {"TRICE_F", 1, ""},
+ {"triceS", 1, "triceS"},
+ {"triceN", 1, "triceN"},
+
+ {"triceB", 1, "trice32B"},
+ {"trice8B", 1, "trice8B"},
+ {"trice16B", 1, "trice16B"},
+ {"trice32B", 1, "trice32B"},
+ {"trice64B", 1, "trice64B"},
+
+ {"triceF", 1, ""},
+ {"trice8F", 1, ""},
+ {"trice16F", 1, ""},
+ {"trice32F", 1, ""},
+ {"trice64F", 1, ""},
+
+ {"trice", 2, "trice32_2"},
+ {"trice8", 2, "trice8_2"},
+ {"trice16", 2, "trice16_2"},
+ {"trice32", 2, "trice32_2"},
+ {"trice64", 2, "trice64_2"},
+
+ {"trice_2", 2, "trice32_2"},
+ {"trice8_2", 2, "trice8_2"},
+ {"trice16_2", 2, "trice16_2"},
+ {"trice32_2", 2, "trice32_2"},
+ {"trice64_2", 2, "trice64_2"},
+
+ {"TRICE_S", 2, ""},
+ {"TRICE_N", 2, ""},
+ {"TRICE_B", 2, ""},
+ {"TRICE_F", 2, ""},
+ {"triceS", 2, ""},
+ {"TRiceN", 2, ""},
+
+ {"triceB", 2, ""},
+ {"TRice8B", 2, ""},
+ {"trice16B", 2, ""},
+ {"trice32B", 2, ""},
+ {"trice64B", 2, ""},
+
+ {"TRICE_B", 2, ""},
+ {"TRICE8_B", 2, ""},
+ {"TRICE16_B", 2, ""},
+ {"TRICE32_B", 2, ""},
+ {"TRICE64_B", 2, ""},
+
+ {"triceF", 2, ""},
+ {"trice8F", 2, ""},
+ {"Trice16F", 2, ""},
+ {"trice32F", 2, ""},
+ {"trice64F", 2, ""},
+
+ {"TRICE_F", 2, ""},
+ {"TRICE8_F", 2, ""},
+ {"TRICE16_F", 2, ""},
+ {"TRICE32_F", 2, ""},
+ {"TRICE64_F", 2, ""},
+
+ {"trice", 3, "trice32_3"},
+ {"trice8", 3, "trice8_3"},
+ {"trice16", 3, "trice16_3"},
+ {"trice32", 3, "trice32_3"},
+ {"trice64", 3, "trice64_3"},
+
+ {"trice_2", 3, ""},
+ {"trice8_2", 3, ""},
+ {"trice16_2", 3, ""},
+ {"trice32_2", 3, ""},
+ {"trice64_2", 3, ""},
+
+ {"TRICE_S", 3, ""},
+ {"TRICE_N", 3, ""},
+ {"TRICE_B", 3, ""},
+ {"TRICE_F", 3, ""},
+
+ {"triceS", 3, ""},
+ {"triceN", 3, ""},
+
+ {"triceB", 3, ""},
+ {"trice8B", 3, ""},
+ {"trice16B", 3, ""},
+ {"trice32B", 3, ""},
+ {"trice64B", 3, ""},
+
+ {"TRICE_B", 3, ""},
+ {"TRICE8_B", 3, ""},
+ {"TRICE16_B", 3, ""},
+ {"TRICE32_B", 3, ""},
+ {"TRICE64_B", 3, ""},
+
+ {"triceF", 3, ""},
+ {"trice8F", 3, ""},
+ {"trice16F", 3, ""},
+ {"trice32F", 3, ""},
+ {"trice64F", 3, ""},
+
+ {"TRICE_F", 3, ""},
+ {"TRICE8_F", 3, ""},
+ {"TRICE16_F", 3, ""},
+ {"TRICE32_F", 3, ""},
+ {"TRICE64_F", 3, ""},
+ }
+ for i, x := range tt {
+ act, err := ConstructFullTriceInfo(x.ty, x.count)
+ fmt.Println(i, x, act, err)
+ if err != nil {
+ assert.Equal(t, x.exp, "")
+ } else {
+ assert.Equal(t, x.exp, act)
+ }
+ }
+}
diff --git a/internal/id/helper.go b/internal/id/helper.go
index 5c8491021..941858259 100644
--- a/internal/id/helper.go
+++ b/internal/id/helper.go
@@ -12,8 +12,10 @@ import (
"io"
"os"
"path"
+ "regexp"
"runtime"
"slices"
+ "sort"
"strconv"
"strings"
"time"
@@ -24,6 +26,60 @@ import (
var SkipAdditionalChecks bool
+// findClosingParentis returns the index of the closing parenthesis ')' that matches
+// an assumed opening parenthesis before the given startAt index in the string s.
+// It skips parentheses that appear inside double-quoted strings and correctly handles
+// escaped quotes (e.g., \" within a string literal).
+func findClosingParentis(s string, startAt int) int {
+ // Assumes an opening parenthesis exists somewhere before s[startAt],
+ inStr, esc, count := false, false, 1
+
+ for i := startAt; i < len(s); i++ {
+ switch c := s[i]; {
+ case esc:
+ esc = false
+ case c == '\\':
+ esc = true
+ case c == '"':
+ inStr = !inStr
+ case !inStr && c == '(':
+ count++
+ case !inStr && c == ')':
+ count--
+ if count == 0 {
+ return i
+ }
+ }
+ }
+ return -1
+}
+
+func resolveTriceAlias(t *TriceFmt) {
+ isAlias := slices.Contains(TriceAliases, t.Type)
+ isSAlias := slices.Contains(TriceSAliases, t.Type)
+
+ if isAlias && isSAlias {
+ isSAlias = false
+ // The same alias registered for trice() and triceS(). Let's analyze the last letter
+ if len(t.Type) > 0 {
+ last := t.Type[len(t.Type)-1]
+ if last == 's' || last == 'S' {
+ isAlias = false
+ isSAlias = true
+ }
+ }
+ }
+
+ if isAlias {
+ t.Alias = t.Type
+ // QUESTION: What can be an easy way to map aliases to a variety of triceX_Y?
+ t.Type = "trice"
+ } else if isSAlias {
+ t.Alias = t.Type
+ t.Type = "triceS"
+ }
+}
+
// CompactSrcs adds local dir to Srcs if Srcs is empty and reduces variable Scrs to the minimum to address all intended folders.
func CompactSrcs() {
if len(Srcs) == 0 { // Srcs is an array flag containing desired folders & files
@@ -36,6 +92,41 @@ func CompactSrcs() {
Srcs = slices.Compact(Srcs)
}
+func ProcessAliases() {
+ suffix := `\b` // Word boundary after macro name
+
+ // Core TRICE pattern (without closing \b)
+ baseTricePattern := `(?i)\bTRICE(?:0|_0|AssertTrue|AssertFalse|(?:8|16|32|64)*(?:_*[0-9SNBF]*)*)`
+
+ // Combine static and dynamic aliases
+ merged := append(TriceAliases, TriceSAliases...)
+
+ // Escape dynamic macros and sort longest first
+ var escapedExtras []string
+ for _, word := range merged {
+ if word != "" {
+ escapedExtras = append(escapedExtras, suffix+regexp.QuoteMeta(word)+suffix)
+ }
+ }
+ sort.SliceStable(escapedExtras, func(i, j int) bool {
+ return len(escapedExtras[i]) > len(escapedExtras[j])
+ })
+
+ // Combine a full pattern with dynamic macros
+ allPatterns := append([]string{baseTricePattern + suffix}, escapedExtras...)
+ finalMacroPattern := `(` + strings.Join(allPatterns, `|`) + `)`
+
+ // Compile a basic macro name matcher
+ matchTypNameTRICE = regexp.MustCompile(finalMacroPattern)
+
+ // Full TRICE call pattern (assumes patID and patFmtString exist)
+ patNbTRICE := finalMacroPattern + `\s*\(` + patID + `\(\s*.*[0-9]\s*\)\s*,\s*` + patFmtString + `\s*.*\)`
+ matchNbTRICE = regexp.MustCompile(patNbTRICE)
+
+ // Partial matcher for the start of any TRICE-style or aliaS macro call
+ matchAnyTriceStart = regexp.MustCompile(finalMacroPattern + `\s*\(`)
+}
+
// fileExists returns true, if path exits.
func fileExists(fSys *afero.Afero, path string) bool {
if _, err := fSys.Stat(path); err == nil {
@@ -100,7 +191,7 @@ func (p *idData) join(err error) {
}
// evaluateTriceParameterCount analyzes rest, if it has the correct parameter count according to t.
-// rest starts immediately after the trice format string and can be very long (the remaining file contet),
+// rest starts immediately after the trice format string and can be very long (the remaining file context),
// but we check only until the trice end and return nil if the evaluation is ok.
func evaluateTriceParameterCount(t TriceFmt, line int, rest string) (err error) {
fsc := formatSpecifierCount(t.Strg)
@@ -208,11 +299,12 @@ func writeID(s string, offset int, loc []int, t TriceFmt, id TriceID) (result st
if loc[3] != loc[4] {
idName = s[offset+loc[3]:offset+loc[3]+2] + "("
} else {
- if DefaultStampSize == 32 {
+ switch(DefaultStampSize){
+ case 32:
idName = "ID("
- } else if DefaultStampSize == 16 {
+ case 16:
idName = "Id("
- } else {
+ default:
idName = "id("
}
}
@@ -337,8 +429,10 @@ restart:
return
}
+/*
// removeIndex removes the element at index from s.
// https://stackoverflow.com/questions/37334119/how-to-delete-an-element-from-a-slice-in-golang
func removeIndex(s TriceIDs, index int) TriceIDs {
return append(s[:index], s[index+1:]...)
}
+*/
diff --git a/internal/id/id.go b/internal/id/id.go
index 38f8e4b16..d6add6ec7 100644
--- a/internal/id/id.go
+++ b/internal/id/id.go
@@ -32,8 +32,17 @@ func (id *TriceID) Set(value string) error {
// TriceFmt is the trice format information assigned to a trice ID.
type TriceFmt struct {
- Type string `json:"Type"` // format type (bit-size and number of fmt string parameters)
- Strg string `json:"Strg"` // format string
+ Type string `json:"Type"` // format type (bit-size and number of fmt string parameters)
+ Strg string `json:"Strg"` // format string
+ Alias string `json:"-"` // alias, if any
+}
+
+func (tf TriceFmt) isAlias() bool {
+ return tf.Alias != ""
+}
+
+func (tf TriceFmt) isSAlias() bool {
+ return tf.isAlias() && tf.Type == "triceS"
}
// TriceIDLookUp is the ID-to-TriceFmt info translation map. Different IDs can refer to equal TriceFmt's.
diff --git a/internal/id/id_test.go b/internal/id/id_test.go
index 64f09da44..eb99efa6d 100644
--- a/internal/id/id_test.go
+++ b/internal/id/id_test.go
@@ -33,7 +33,7 @@ func TestFformatSpecifierCount(t *testing.T) {
func TestNewID(t *testing.T) {
//defer SetupTest(t)()
- rand.Seed(0)
+ rand.Seed(0) //nolint:staticcheck
lut := make(TriceIDLookUp)
w := os.Stdout
id := lut.newID(w, 32768, 65535, "random")
diff --git a/internal/id/insertIDs.go b/internal/id/insertIDs.go
index 39edfb150..2c69ab667 100644
--- a/internal/id/insertIDs.go
+++ b/internal/id/insertIDs.go
@@ -34,22 +34,16 @@ func (p *idData) processTriceIDInsertion(w io.Writer, fSys *afero.Afero, path st
if p.err != nil {
return p.err
}
- msg.Tell(w, "process inserting")
+ msg.Tell(w, "process inserting in "+path)
// The file has an mtime from last user edit and we keep this as reference.
// Inserting IDs takes part as an for the makefile invisible action.
in, err := fSys.ReadFile(path)
p.join(err)
- msg.Tell(w, path)
+ // msg.Tell(w, path)
- var liPath string
- if LiPathIsRelative {
- liPath = filepath.ToSlash(path)
- } else {
- liPath = filepath.Base(path)
- }
-
- out, modified, err := p.insertTriceIDs(w, liPath, in, a)
+ lip := ToLIPath(path)
+ out, modified, err := p.insertTriceIDs(w, lip, in, a)
p.join(err)
if filepath.Base(path) == "triceConfig.h" && p.err == nil {
@@ -84,8 +78,8 @@ func removeIDFromSlice(ids []TriceID, id TriceID) []TriceID {
// insertTriceIDs does the ID insertion task on in and returns the result in out with modified==true when out != in.
//
-// in is the read file liPath content and out is the file content which needs to be written.
-// a is used for mutex access to IDData. liPath is needed for location information.
+// in is the read file path content and out is the file content which needs to be written.
+// a is used for mutex access to IDData. path is needed for location information.
// insertTriceIDs is intended to be used in several Go routines (one for each file) for faster ID insertion.
// Data usage:
// - p.idToTrice is the serialized til.json. It is extended with unknown and new IDs and written back to til.json finally.
@@ -100,15 +94,15 @@ func removeIDFromSlice(ids []TriceID, id TriceID) []TriceID {
// insertTriceIDs parses the file content from the beginning for the next trice statement, deals with it and continues until the file content end.
// When a trice statement was found, general cases are:
// - idInSourceIsNonZero, id is inside p.idToTrice with matching trice and inside p.triceToId -> use ID (remove from p.triceToId)
-// - If trice is assigned to several IDs, the location information consulted. If a matching liPath exists, its first occurrence is used.
+// - If trice is assigned to several IDs, the location information consulted. If a matching path exists, its first occurrence is used.
//
// - idInSourceIsNonZero, id is inside p.idToTrice with matching trice and not in p.triceToId -> used ID! -> create new ID && invalidate ID in source
// - idInSourceIsNonZero, id is inside p.idToTrice with different trice -> used ID! -> create new ID && invalidate ID in source
// - idInSourceIsNonZero, id is not inside p.idToTrice (cannot be inside p.triceToId) -> add ID to p.idToTrice
// - idInSourceIsZero, trice is not inside p.triceToId -> create new ID & add ID to p.idToTrice
// - idInSourceIsZero, trice is is inside p.triceToId -> unused ID -> use ID (remove from p.triceToId)
-// - If trice is assigned to several IDs, the location information consulted. If a matching liPath exists, its first occurrence is used.
-func (p *idData) insertTriceIDs(w io.Writer, liPath string, in []byte, a *ant.Admin) (out []byte, modified bool, err error) {
+// - If trice is assigned to several IDs, the location information consulted. If a matching path exists, its first occurrence is used.
+func (p *idData) insertTriceIDs(w io.Writer, path string, in []byte, a *ant.Admin) (out []byte, modified bool, err error) {
var idn TriceID // idn is the last found id inside the source.
var idN TriceID // idN is the to be written id into the source.
var idS string // idS is the "iD(n)" statement, if found.
@@ -129,12 +123,33 @@ func (p *idData) insertTriceIDs(w io.Writer, liPath string, in []byte, a *ant.Ad
if loc == nil {
break // done
}
- t.Type = rest[loc[0]:loc[1]] // t.Type is the TRice8_2 or TRice part for example. Hint: TRice defaults to 32 bit if not configured differently.
- t.Strg = rest[loc[5]+1 : loc[6]-1] // Now we have the complete trice t (Type and Strg). We remove the double quotes wit +1 and -1.
- if !SkipAdditionalChecks {
- err = evaluateTriceParameterCount(t, line, rest[loc[6]:])
+ line += strings.Count(rest[:loc[6]], "\n") // Keep line number up-to-date for location information. // issue # 523
+
+ t.Type = rest[loc[0]:loc[1]] // token is an alias or it can be the TRice8_2 or TRice part for example. Hint: TRice defaults to 32 bit if not configured differently.
+ resolveTriceAlias(&t)
+
+ // Q: What should we use as Strg for custom macros when the format string isn't reliably the 1st or 2nd argument after the Trice ID?
+ // A: Use "%s" for dynamic strings; otherwise, assume the format string is the first argument after the Trice ID.
+ if !t.isSAlias() {
+ t.Strg = rest[loc[5]+1 : loc[6]-1] // Now we have the complete trice t (Type and Strg). We remove the double quotes with +1 and -1.
+ } else {
+ // We cannot simply use "%s" here, because that will later not match the source code and cause ID assign issues then.
+ // For til.json file compability we cannot have t.Alias there and we need to have t.Type=="triceS".
+ // To keep the full format information and to signal the SAlias case, we wrap it with SAliasStrgPrefix and SAliasStrgSuffix.
+ t.Strg = SAliasStrgPrefix + rest[loc[5]:loc[6]] + SAliasStrgSuffix
+ // The Trice Tool can check for this case and
+ // - on logging replace t.Strg with "%s" then and
+ // - on ID management t.Strg with t.Strg content SAliasFrame prefix and suffix removed.
+ }
+
+ // Only check format specifiers(param count) for built-in trice macros with defined behavior;
+ // Alias/macros may alter formatting arbitrarily, making such checks unreliable.
+ if !SkipAdditionalChecks && !t.isAlias() {
+ linesOffset := 0 //strings.Count(rest[:loc[6]], "\n") // issue # 523
+ err = evaluateTriceParameterCount(t, line+linesOffset, rest[loc[6]:])
if err != nil {
- return
+ fmt.Fprintln(w, path, err)
+ os.Exit(-1) // return here for successful TestInsertIDsForNewTrice2 (but will let fail other tests)
}
}
if loc[3] != loc[4] { // iD(n) found
@@ -144,7 +159,7 @@ func (p *idData) insertTriceIDs(w io.Writer, liPath string, in []byte, a *ant.Ad
if Verbose {
fmt.Fprintln(w, "unexpected syntax", idS)
}
- line += strings.Count(rest[:loc[6]], "\n") // Keep line number up-to-date for location information.
+ //line += strings.Count(rest[:loc[6]], "\n") // Keep line number up-to-date for location information. // issue # 523
rest = rest[loc[6]:]
offset += loc[6]
continue // ignore such cases
@@ -158,7 +173,7 @@ func (p *idData) insertTriceIDs(w io.Writer, liPath string, in []byte, a *ant.Ad
}
} else {
fmt.Fprintln(w, "unexpected ", err, nStrg) // report
- line += strings.Count(rest[:loc[6]], "\n") // Keep line number up-to-date for location information.
+ //line += strings.Count(rest[:loc[6]], "\n") // Keep line number up-to-date for location information. // issue # 523
rest = rest[loc[6]:]
offset += loc[6]
continue // ignore such cases
@@ -166,7 +181,7 @@ func (p *idData) insertTriceIDs(w io.Writer, liPath string, in []byte, a *ant.Ad
}
}
if Verbose {
- fmt.Fprintln(w, "Trice", t, "with ID", idn, "found in source file", liPath, ".")
+ fmt.Fprintln(w, "Trice", t, "with ID", idn, "found in source file", path, ".")
}
// Example cases are:
// - trice( "foo", ... ); --> idn = 0, loc[3] == loc[4]
@@ -175,6 +190,7 @@ func (p *idData) insertTriceIDs(w io.Writer, liPath string, in []byte, a *ant.Ad
a.Mutex.Lock() // several files could contain the same t
// process t
+ t.Alias = "" // Remove potentially existing alias.
ids := p.triceToId[t] // ids contains all ID´s of a Trice.
if Verbose {
fmt.Fprintln(w, "Trice ", t, " has", len(ids), "unused ID(s), but could be from different file(s). IDs=", ids, ".")
@@ -196,7 +212,7 @@ func (p *idData) insertTriceIDs(w io.Writer, liPath string, in []byte, a *ant.Ad
// The idn value does not match. If idn exists not at all inside ids we will later add it to til.json. See func TestAddIDToTilJSON.
// In func TestGenerateNewIDIfUsedToTilJSON we face the issue, that idn is not found inside ids as well, because it is used for a different trice.
// But we could assign one of the existing id inside ids to idn. For that we use goto idsLoopEntry later.
- fmt.Fprintln(w, "ID", idn, "!=", id, "continue...")
+ fmt.Fprintln(w, "ID", idn, "!=", id, "continue to check", ids, "...")
}
continue
}
@@ -216,14 +232,11 @@ func (p *idData) insertTriceIDs(w io.Writer, liPath string, in []byte, a *ant.Ad
}
break
}
- if LiPathIsRelative {
- filenameMatch = filepath.ToSlash(li.File) == liPath
- } else {
- filenameMatch = filepath.Base(li.File) == liPath
- }
+ filenameMatch = path == ToLIPath(li.File)
+
if !filenameMatch {
if Verbose {
- fmt.Fprintln(w, "ID", id, "is from a different file: -> continue")
+ fmt.Fprintln(w, "ID", id, "is from a different file:", ToLIPath(li.File), li.File)
}
continue
}
@@ -314,10 +327,10 @@ func (p *idData) insertTriceIDs(w io.Writer, liPath string, in []byte, a *ant.Ad
}
p.idToTrice[idN] = t // add ID to p.idToTrice
a.Mutex.Unlock()
- line += strings.Count(rest[:loc[1]], "\n") // Update line number for location information.
+ //line += strings.Count(rest[:loc[1]], "\n") // Update line number for location information. // issue #523
if idN != idn {
if Verbose {
- fmt.Fprintln(w, "Need to change source.", idn, " -> ", idN, " for ", t, "in file", liPath)
+ fmt.Fprintln(w, "Need to change source.", idn, " -> ", idN, " for ", t, "in file", path)
}
outs, delta = writeID(outs, offset, loc, t, idN)
offset += delta
@@ -325,11 +338,11 @@ func (p *idData) insertTriceIDs(w io.Writer, liPath string, in []byte, a *ant.Ad
}
a.Mutex.Lock()
if Verbose {
- fmt.Fprintln(w, "Add to new location information. ID:", idN, liPath, line)
+ fmt.Fprintln(w, "Add to new location information. ID:", idN, path, line)
}
- p.idToLocNew[idN] = TriceLI{liPath, line}
+ p.idToLocNew[idN] = TriceLI{path, line}
a.Mutex.Unlock()
- line += strings.Count(rest[loc[1]:loc[6]], "\n") // Keep line number up-to-date for location information.
+ line += strings.Count(rest[loc[1]:loc[6]], "\n") // Keep line number up-to-date for location information. // issue #523
rest = rest[loc[6]:]
offset += loc[6]
}
diff --git a/internal/id/insertIDs_test.go b/internal/id/insertIDs_test.go
index 868b2cb98..f50e95daa 100644
--- a/internal/id/insertIDs_test.go
+++ b/internal/id/insertIDs_test.go
@@ -13,6 +13,119 @@ import (
"github.com/tj/assert"
)
+func TestAliasesInsertion(t *testing.T) {
+ defer Setup(t)()
+
+ // create src file1
+ sFn1 := "folder1/file1.c"
+ src1 := `
+ Alias("Simple message: %d\n", 42);
+ SAlias_NO_MESSAGE(42);
+ trice("some info\n");
+ triceS("a runtime string: %s\n", "info");
+ TRiceS("a runtime string: %s\n", "info");
+ SAlias_WITH_MESSAGE(false, "test message\n");
+ SAlias_WITH_MESSAGE_AND_ARGS(false, "test message: %d\n", 42);
+ `
+ assert.Nil(t, FSys.WriteFile(sFn1, []byte(src1), 0777))
+
+ // action
+ assert.Nil(t, args.Handler(W, FSys, []string{
+ "trice", "insert", "-src", "folder1/file1.c",
+ "-IDMin", "100", "-IDMax", "999", "-IDMethod", "downward",
+ "-til", FnJSON,
+ "-li", LIFnJSON,
+ "-alias", "Alias",
+ "-salias", "SAlias_NO_MESSAGE",
+ "-salias", "SAlias_WITH_MESSAGE",
+ "-salias", "SAlias_WITH_MESSAGE_AND_ARGS",
+ }))
+
+ // check modified src file1
+ expSrc1 := `
+ Alias(iD(999), "Simple message: %d\n", 42);
+ SAlias_NO_MESSAGE(iD(998), 42);
+ trice(iD(997), "some info\n");
+ triceS(iD(996), "a runtime string: %s\n", "info");
+ TRiceS(iD(995), "a runtime string: %s\n", "info");
+ SAlias_WITH_MESSAGE(iD(994), false, "test message\n");
+ SAlias_WITH_MESSAGE_AND_ARGS(iD(993), false, "test message: %d\n", 42);
+ `
+
+ actSrc1, e := FSys.ReadFile(sFn1)
+ assert.Nil(t, e)
+ assert.Equal(t, expSrc1, string(actSrc1))
+
+ // create expected til.json file
+ expTil := `{
+ "993": {
+ "Type": "triceS",
+ "Strg": "` + SAliasStrgPrefix + `false, \"test message: %d\\n\"` + SAliasStrgSuffix + `"
+ },
+ "994": {
+ "Type": "triceS",
+ "Strg": "` + SAliasStrgPrefix + `false, \"test message\\n\"` + SAliasStrgSuffix + `"
+ },
+ "995": {
+ "Type": "TRiceS",
+ "Strg": "a runtime string: %s\\n"
+ },
+ "996": {
+ "Type": "triceS",
+ "Strg": "a runtime string: %s\\n"
+ },
+ "997": {
+ "Type": "trice",
+ "Strg": "some info\\n"
+ },
+ "998": {
+ "Type": "triceS",
+ "Strg": "` + SAliasStrgPrefix + `42` + SAliasStrgSuffix + `"
+ },
+ "999": {
+ "Type": "trice",
+ "Strg": "Simple message: %d\\n"
+ }
+}`
+ actTil, e := FSys.ReadFile(FnJSON)
+ assert.Nil(t, e)
+ assert.Equal(t, expTil, string(actTil))
+
+ expLi := `{
+ "993": {
+ "File": "file1.c",
+ "Line": 8
+ },
+ "994": {
+ "File": "file1.c",
+ "Line": 7
+ },
+ "995": {
+ "File": "file1.c",
+ "Line": 6
+ },
+ "996": {
+ "File": "file1.c",
+ "Line": 5
+ },
+ "997": {
+ "File": "file1.c",
+ "Line": 4
+ },
+ "998": {
+ "File": "file1.c",
+ "Line": 3
+ },
+ "999": {
+ "File": "file1.c",
+ "Line": 2
+ }
+}`
+ actLi, e := FSys.ReadFile(LIFnJSON)
+ assert.Nil(t, e)
+ assert.Equal(t, expLi, string(actLi))
+}
+
func TestInsertKnownID(t *testing.T) {
defer Setup(t)() // This executes Setup(t) and puts the returned function into the defer list.
@@ -69,6 +182,85 @@ func TestInsertKnownID(t *testing.T) {
FSys.RemoveAll(UserHomeDir)
}
+// TestInsertKnownID2 is TestInsertKnownID extended with the alias functionality and a check for the json files.
+func TestInsertKnownID2(t *testing.T) {
+ defer Setup(t)() // This executes Setup(t) and puts the returned function into the defer list.
+
+ // create existing li.json file
+ exsLI := `{
+ "55": {
+ "File": "file1.c",
+ "Line": 3
+ },
+ "66": {
+ "File": "file1.c",
+ "Line": 4
+ },
+ "77": {
+ "File": "file1.c",
+ "Line": 2
+ },
+ "999": {
+ "File": "fileX.c",
+ "Line": 2
+ }
+}`
+ assert.Nil(t, FSys.WriteFile(LIFnJSON, []byte(exsLI), 0777))
+
+ // create existing til.json file
+ exsTIL := `{
+ "55": {
+ "Type": "trice",
+ "Strg": "msg:value=%d\\n"
+ },
+ "66": {
+ "Type": "triceS",
+ "Strg": "` + SAliasStrgPrefix + `0 == 1, \"that is wrong\"` + SAliasStrgSuffix + `"
+ },
+ "77": {
+ "Type": "trice",
+ "Strg": "%x"
+ }
+}`
+ assert.Nil(t, FSys.WriteFile(FnJSON, []byte(exsTIL), 0777))
+
+ // create src file1
+ src1 := `
+ printk("%x", 123 );
+ log("msg:value=%d\n", 123 );
+ AST( 0 == 1, "that is wrong" )
+ `
+ assert.Nil(t, FSys.WriteFile("file1.c", []byte(src1), 0777))
+
+ // action
+ assert.Nil(t, args.Handler(W, FSys, []string{"trice", "insert", "-alias", "log", "-alias", "printk", "-salias", "AST", "-src", "file1.c", "-IDMin", "100", "-IDMax", "999", "-IDMethod", "downward", "-til", FnJSON, "-li", LIFnJSON}))
+
+ // check modified src file1
+ expSrc1 := `
+ printk(iD(77), "%x", 123 );
+ log(iD(55), "msg:value=%d\n", 123 );
+ AST(iD(66), 0 == 1, "that is wrong" )
+ `
+ actSrc1, e := FSys.ReadFile("file1.c")
+ assert.Nil(t, e)
+ assert.Equal(t, expSrc1, string(actSrc1))
+
+ // check til.json
+ actTIL, e := FSys.ReadFile(FnJSON)
+ assert.Nil(t, e)
+ assert.Equal(t, exsTIL, string(actTIL))
+
+ // check li.json
+ actLI, e := FSys.ReadFile(LIFnJSON)
+ assert.Nil(t, e)
+ assert.Equal(t, exsLI, string(actLI))
+
+ // cleanup
+ FSys.Remove(FnJSON)
+ FSys.Remove(LIFnJSON)
+ FSys.RemoveAll(UserHomeDir)
+}
+
func TestInsertExistingID_A(t *testing.T) {
defer Setup(t)() // This executes Setup(t) and puts the returned function into the defer list.
@@ -121,7 +313,7 @@ func TestInsertExistingID_B(t *testing.T) {
assert.Nil(t, FSys.WriteFile(sFn1, []byte(src1), 0777))
// action
- assert.Nil(t, args.Handler(W, FSys, []string{"trice", "insert", "-src", "folder1/file1.c", "-IDMin", "100", "-IDMax", "999", "-IDMethod", "downward", "-liPathIsRelative", "-til", FnJSON, "-li", LIFnJSON}))
+ assert.Nil(t, args.Handler(W, FSys, []string{"trice", "insert", "-src", "folder1/file1.c", "-IDMin", "100", "-IDMax", "999", "-IDMethod", "downward", "-liPath=relative", "-til", FnJSON, "-li", LIFnJSON}))
// check untouched src file1
actSrc1, e := FSys.ReadFile(sFn1)
@@ -152,7 +344,7 @@ func TestInsertExistingID_B(t *testing.T) {
func TestInsert99(t *testing.T) {
defer Setup(t)() // This executes Setup(t) and puts the returned function into the defer list.
-
+ DefaultStampSize = 32
// create src file1
sFn1 := "file1.c"
src1 := `
@@ -192,7 +384,7 @@ func TestInsert99(t *testing.T) {
func TestInsert99w(t *testing.T) {
defer Setup(t)() // This executes Setup(t) and puts the returned function into the defer list.
-
+ DefaultStampSize = 32
// create src file1
sFn1 := "file1.c"
src1 := `
@@ -416,15 +608,15 @@ func TestInsertWithTickInComment(t *testing.T) {
expSrc1 := `
//""'
//"
- TRice("x" );
- //"
TRice(iD(999), "x" );
- triceAssertTrue(iD(998), "x", flag );
- TriceAssertTrue(iD(997), "x", flag );
- TRiceAssertTrue(iD(996), "x", flag );
- triceAssertFalse(iD(995), "x", flag );
- TriceAssertFalse(iD(994), "x", flag );
- TRiceAssertFalse(iD(993), "x", flag );
+ //"
+ TRice(iD(998), "x" );
+ triceAssertTrue(iD(997), "x", flag );
+ TriceAssertTrue(iD(996), "x", flag );
+ TRiceAssertTrue(iD(995), "x", flag );
+ triceAssertFalse(iD(994), "x", flag );
+ TriceAssertFalse(iD(993), "x", flag );
+ TRiceAssertFalse(iD(992), "x", flag );
`
actSrc1, e := FSys.ReadFile(sFn1)
assert.Nil(t, e)
@@ -432,9 +624,9 @@ func TestInsertWithTickInComment(t *testing.T) {
}
// TestInsertIDsIntoTilJSONFromFileWithLi ...
-//
// IDs 1200 & 1201 are exist, so they are expected to go into til.json.
func TestInsertIDsIntoTilJSONFromFileWithLi(t *testing.T) {
+ //
defer Setup(t)() // This executes Setup(t) and puts the returned function into the defer list.
fn0 := t.Name() + "file0.c"
@@ -668,6 +860,7 @@ func TestInsertIDsForNewTrice2WithoutLI(t *testing.T) {
fmt.Println("EXPECT TIL:", expTil)
}
assert.True(t, result)
+ B.Reset() // -v flag was applied
}
// TestInsertIDsForNewTrice2WithLI ...
@@ -765,6 +958,7 @@ func TestInsertIDsForNewTrice2WithoutLIAndTickInComment(t *testing.T) {
fmt.Println("EXPECT TIL:", expTil)
}
assert.True(t, result)
+ B.Reset() // -v flag was applied
}
// TestInsertIDsForNewTrice ...
@@ -924,3 +1118,147 @@ func TestInsertIDsForNewTrice2(t *testing.T) {
assert.True(t, r)
}
}
+
+/*
+// _TestInsertIDsForNewTrice_Issue_523 checks for correct line numer in case of an format string / parameter count error.
+// This test needs a modified insertTriceIDs function: Inside if !SkipAdditionalChecks { replace os.Exit(-1) with return }
+func _TestInsertIDsForNewTrice_Issue_523(t *testing.T) {
+ defer Setup(t)() // This executes Setup(t) and puts the returned function into the defer list.
+
+ fn0 := t.Name() + "file0.c"
+ fn1 := t.Name() + "file1.c"
+
+ testSet := []SrcFile{
+ // fn: in: expected:
+ {fn0, `TRice(iD(1200), "Hi!" ); trice(iD(1201), "Lo!" );`, `TRice(iD(1200), "Hi!" ); trice(iD(1201), "Lo!" );`},
+ {fn1, // in
+ ` break; case __LINE__: triceS("msg:With triceS:%s\n", sABCDE ); // line 1
+ TRice("hi %d", 5 ); // line 2
+ TRice("hi %d %d", 5, 5 ); // line 3
+ // don` + "'" + `t forget
+ trice("lo!" ); // line 5
+ TRice("hi %d", 5, 5 ); // line 6
+ break; case __LINE__: triceS("msg:With triceS:%s\n", sABCDE );
+ trice32("msg: message = %08x %08x %08x %08x %08x %08x\n", by[0], by[1], by[2], by[3], by[4], by[5] );`,
+
+ // expected
+ ` break; case __LINE__: triceS(iD(1202), "msg:With triceS:%s\n", sABCDE ); // line 1
+ TRice(iD(1203), "hi %d", 5 ); // line 2
+ TRice(iD(1204), "hi %d %d", 5, 5 ); // line 3
+ // don` + "'" + `t forget
+ trice(iD(1205), "lo!" ); // line 5
+ TRice(iD(1206), "hi %d", 5 ); // line 6
+ break; case __LINE__: triceS(iD(1207), "msg:With triceS:%s\n", sABCDE );
+ trice32(iD(1206), "msg: message = %08x %08x %08x %08x %08x %08x\n", by[0], by[1], by[2], by[3], by[4], by[5] );`},
+ }
+
+ // create src files
+ for _, k := range testSet {
+ assert.Nil(t, FSys.WriteFile(k.Fn, []byte(k.Clean), 0777))
+ }
+
+ // action 0
+ assert.Nil(t, args.Handler(os.Stdout, FSys, []string{"trice", "add", "-src", fn0, "-src", fn1, "-til", FnJSON, "-li", LIFnJSON}))
+
+ // check til.json
+ expTil := `{
+ "1200": {
+ "Type": "TRice",
+ "Strg": "Hi!"
+ },
+ "1201": {
+ "Type": "trice",
+ "Strg": "Lo!"
+ }
+}`
+ actTil, e := FSys.ReadFile(FnJSON)
+ assert.Nil(t, e)
+ result := expTil == string(actTil)
+ if !result {
+ fmt.Println("ACTUAL TIL:", string(actTil))
+ fmt.Println("EXPECT TIL:", expTil)
+ }
+ assert.True(t, result)
+
+ // check li.json
+ expLI := `{
+ "1200": {
+ "File": "TestInsertIDsForNewTrice_Issue_5xxfile0.c",
+ "Line": 1
+ },
+ "1201": {
+ "File": "TestInsertIDsForNewTrice_Issue_5xxfile0.c",
+ "Line": 1
+ }
+}`
+ actLI, e := FSys.ReadFile(LIFnJSON)
+ assert.Nil(t, e)
+ result = expLI == string(actLI)
+ if !result {
+ fmt.Println("ACTUAL LI:", string(actLI))
+ fmt.Println("EXPECT LI:", expLI)
+ }
+ assert.True(t, result)
+
+ // action 1 (2nd action)
+ IDData.TagList = IDData.TagList[:0] // reset ID space
+ var o bytes.Buffer
+ e = args.Handler(io.Writer(&o), FSys, []string{"trice", "insert", "-src", fn0, "-src", fn1, "-IDMin=1200", "-IDMax=1299", "-IDMethod=upward", "-til", FnJSON, "-li", LIFnJSON})
+ assert.Error(t, e)
+ expMsg := "TestInsertIDsForNewTrice_Issue_5xxfile1.c line 6 format specifier count 1 != parameter count 2 for {TRice hi %d}"
+ actMsg := o.String()
+ assert.True(t, strings.HasPrefix(actMsg, expMsg))
+}
+*/
+
+func TestInsertWithBrackets(t *testing.T) {
+ defer Setup(t)() // This executes Setup(t) and puts the returned function into the defer list.
+
+ // create src file1
+ sFn1 := "file1.c"
+ src1 := `
+ TRice("x" );
+ TRice("(x)" );
+ TRice("{x}" );
+ TRice("[x]" );
+ TRice("(x" );
+ TRice("{x" );
+ TRice("[x" );
+ TRice("x)" );
+ TRice("x}" );
+ TRice("x]" );
+ TRice("((" );
+ TRice("{{" );
+ TRice("[[" );
+ TRice("))" );
+ TRice("}}" );
+ TRice("]]" );
+ `
+ assert.Nil(t, FSys.WriteFile(sFn1, []byte(src1), 0777))
+
+ // action
+ assert.Nil(t, args.Handler(W, FSys, []string{"trice", "insert", "-src", "file1.c", "-IDMin", "100", "-IDMax", "999", "-IDMethod", "downward", "-til", FnJSON, "-li", LIFnJSON}))
+
+ // check modified src file1
+ expSrc1 := `
+ TRice(iD(999), "x" );
+ TRice(iD(998), "(x)" );
+ TRice(iD(997), "{x}" );
+ TRice(iD(996), "[x]" );
+ TRice(iD(995), "(x" );
+ TRice(iD(994), "{x" );
+ TRice(iD(993), "[x" );
+ TRice(iD(992), "x)" );
+ TRice(iD(991), "x}" );
+ TRice(iD(990), "x]" );
+ TRice(iD(989), "((" );
+ TRice(iD(988), "{{" );
+ TRice(iD(987), "[[" );
+ TRice(iD(986), "))" );
+ TRice(iD(985), "}}" );
+ TRice(iD(984), "]]" );
+ `
+ actSrc1, e := FSys.ReadFile(sFn1)
+ assert.Nil(t, e)
+ assert.Equal(t, expSrc1, string(actSrc1))
+}
diff --git a/internal/id/manage.go b/internal/id/manage.go
index f820b4282..a0fa7dd0b 100644
--- a/internal/id/manage.go
+++ b/internal/id/manage.go
@@ -12,6 +12,7 @@ import (
"io"
"log"
"math/rand"
+ "strconv"
"strings"
"github.com/rokath/trice/pkg/msg"
@@ -24,7 +25,7 @@ func NewLut(w io.Writer, fSys *afero.Afero, fn string) TriceIDLookUp {
if fn == "emptyFile" { // reserved name for tests only
return lu
}
- msg.FatalOnErr(lu.fromFile(fSys, fn))
+ msg.FatalInfoOnErr(lu.fromFile(fSys, fn), fmt.Sprintf("Error in file %s?", fn))
if Verbose {
fmt.Fprintln(w, "Read ID List file", fn, "with", len(lu), "items.")
}
@@ -163,7 +164,7 @@ func (ilu TriceIDLookUp) fromFile(fSys *afero.Afero, fn string) error {
s := fmt.Sprintf("fn=%s, maybe need to create an empty file first? (Safety feature)", fn)
msg.FatalInfoOnErr(e, s)
if Verbose {
- fmt.Println("ilu.fromFile", fn, len(b))
+ fmt.Println("ilu.fromFile", fn, "- file size is", len(b))
}
return ilu.FromJSON(b)
}
@@ -175,7 +176,7 @@ func (li TriceIDLookUpLI) fromFile(fSys *afero.Afero, fn string) error {
b, err := fSys.ReadFile(fn)
if err == nil { // file found
if Verbose {
- fmt.Println("li.fromFile", fn, len(b))
+ fmt.Println("li.fromFile", fn, "- file size is", len(b))
}
return li.FromJSON(b)
}
@@ -192,20 +193,56 @@ func (li TriceIDLookUpLI) fromFile(fSys *afero.Afero, fn string) error {
}
// AddFmtCount adds inside ilu to all trice type names without format specifier count the appropriate count.
+// Special Trices are ignored, but checked, because they have a fixed format specifier count:
+// TRICE_S triceS TriceS TRiceS: 1 (1 value)
+// TRICE_N triceN TriceN TRiceN: 1 (2 values)
+// TRICE_B triceB TriceB TRiceB: 1 (2 values)
+// TRICE_F triceF TriceF TRiceF: 0 (2 values)
// example change:
// `map[10000:{Trice8_2 hi %03u, %5x} 10001:{TRICE16 hi %03u, %5x}]
// `map[10000:{Trice8_2 hi %03u, %5x} 10001:{TRICE16_2 hi %03u, %5x}]
+// ice" -> ice_n", ice8" -> ice8_n"
+// B" -> B", F" -> F", S" -> S", N" -> N"
+// _n" -> _n",
+// see also ConstructFullTriceInfo
func (ilu TriceIDLookUp) AddFmtCount(w io.Writer) {
for i, x := range ilu {
- if strings.ContainsAny(x.Type, "_0") {
+ n := formatSpecifierCount(x.Strg)
+ if !(0 <= n && n <= 12) {
+ fmt.Fprintln(w, "Invalid format specifier count", n, "- please check", x)
continue
}
- if x.Type[len(x.Type)-1:] == "F" { // ignore triceF
+ if strings.ContainsAny(x.Type, "S") || strings.ContainsAny(x.Type, "N") || strings.ContainsAny(x.Type, "B") {
+ if n != 1 {
+ if strings.HasPrefix(x.Strg, SAliasStrgPrefix) && strings.HasSuffix(x.Strg, SAliasStrgSuffix) {
+ continue // We do not check parameter count here.
+ }
+ fmt.Fprintf(w, "%+v <- Expected format specifier count is 1 but got %d", x, n)
+ }
continue
}
-
- n := formatSpecifierCount(x.Strg)
- x.Type = addFormatSpecifierCount(w, x.Type, n)
+ if strings.ContainsAny(x.Type, "F") {
+ if n != 0 {
+ fmt.Fprintf(w, "%+v <- Expected format specifier count is 0 but got %d", x, n)
+ }
+ continue
+ }
+ s := strings.Split(x.Type, "_")
+ if len(s) > 2 { // TRICE_B_1 -> "B" already excluded here
+ fmt.Fprintln(w, "Unexpected Trice type - please check", x)
+ continue
+ }
+ if len(s) == 2 { // example: trice8_3
+ i, err := strconv.Atoi(s[1])
+ if err != nil || i < 0 || i > 12 {
+ fmt.Fprintln(w, "Unexpected Trice type - please check", x)
+ }
+ continue
+ }
+ if n == 0 {
+ continue //
+ }
+ x.Type = fmt.Sprintf(x.Type+"_%d", n) // trice* -> trice*_n
ilu[i] = x
}
}
@@ -273,6 +310,7 @@ func (lim TriceIDLookUpLI) toJSON() ([]byte, error) {
return json.MarshalIndent(lim, "", "\t")
}
+/*
// distance returns 80 - len(s) spaces as string
func distance(s string) string {
switch 80 - len(s) {
@@ -440,3 +478,4 @@ func distance(s string) string {
return " "
}
}
+*/
diff --git a/internal/id/manage_fs_test.go b/internal/id/manage_fs_test.go
index 6ff574e55..05b1ac768 100644
--- a/internal/id/manage_fs_test.go
+++ b/internal/id/manage_fs_test.go
@@ -9,6 +9,7 @@ import (
"os"
"testing"
+ "github.com/rokath/trice/pkg/tst"
"github.com/spf13/afero"
"github.com/tj/assert"
)
@@ -23,6 +24,7 @@ func TestLutFileTransfer(t *testing.T) { // Anti-Virus issue
rd := make(TriceIDLookUp)
assert.Nil(t, rd.fromFile(FSys, fn))
act := fmt.Sprint(rd)
+ act = tst.NormalizeMapString(act)
assert.Equal(t, exp, act)
}
diff --git a/internal/id/manage_test.go b/internal/id/manage_test.go
index 6fab64ca7..0ee923ac7 100644
--- a/internal/id/manage_test.go
+++ b/internal/id/manage_test.go
@@ -6,6 +6,7 @@ package id
import (
"fmt"
+ "github.com/rokath/trice/pkg/tst"
"testing"
"github.com/tj/assert"
@@ -73,6 +74,7 @@ func TestJSONToLutMapUpdate(t *testing.T) {
err := lut.FromJSON(b1)
assert.Nil(t, err)
act := fmt.Sprint(lut)
+ act = tst.NormalizeMapString(act)
assert.Equal(t, exp, act)
}
@@ -83,6 +85,7 @@ func TestJSONToLut(t *testing.T) {
lut := make(TriceIDLookUp)
assert.Nil(t, lut.FromJSON(b))
act := fmt.Sprint(lut)
+ act = tst.NormalizeMapString(act)
assert.Equal(t, exp, act)
}
@@ -106,5 +109,6 @@ func TestJSONWithDoubleIDToLut(t *testing.T) {
lut := make(TriceIDLookUp)
assert.Nil(t, lut.FromJSON(b))
act := fmt.Sprint(lut)
+ act = tst.NormalizeMapString(act)
assert.Equal(t, exp, act)
}
diff --git a/internal/id/match.go b/internal/id/match.go
index e5321c9f0..5de4d8de2 100644
--- a/internal/id/match.go
+++ b/internal/id/match.go
@@ -3,11 +3,6 @@
package id
-import (
- "fmt"
- "strings"
-)
-
// matchTrice searches in s for the next trice statement. If not found loc is nil.
// When found, s[loc[0]:loc[1]] is the typeName and at s[loc[2] is the opening parenthesis behind the typeName.
// If the found trice statement contains an ID statement, it is s[loc[3]:loc[4]]. Otherwise is loc[3]==loc[4].
@@ -31,77 +26,83 @@ import (
// - nil
func matchTrice(s string) (loc []int) {
var offset int
- var clpIndex int
-start:
+ var clpIndex int = -1
+
for {
triceStartloc := matchAnyTriceStart.FindStringIndex(s)
if triceStartloc == nil { // not found
return
}
- for {
- fmtLoc := matchStringLiteral(s)
- if fmtLoc == nil { // not found
- return
- }
- // Check, if there is a closing parenthesis after the format string
- clpIndex = strings.Index(s[fmtLoc[1]:], `)`)
- if clpIndex == -1 {
- if Verbose {
- fmt.Println("No closing parenthesis found after format string:", s)
- }
- return
- }
- if fmtLoc[1] < triceStartloc[1] {
- cut := fmtLoc[1]
- // if Verbose {
- // fmt.Println("The formatString ends before typeName, continue with reduced string:", s, "-->", s[cut:], "and look for next format string")
- // }
+ typeNameLoc := matchTypNameTRICE.FindStringIndex(s[triceStartloc[0]:triceStartloc[1]])
+ clpIndex = findClosingParentis(s, triceStartloc[1])
+ if clpIndex == -1 {
+ // Skip this occurrence
+ offset += triceStartloc[1]
+ cut := triceStartloc[1]
+ s = s[cut:]
+ continue
+ }
+
+ args := s[triceStartloc[1]:clpIndex]
+ fmtLoc := matchStringLiteral(args)
+
+ if fmtLoc == nil { // not found
+ var t TriceFmt
+ t.Type = s[triceStartloc[0] : triceStartloc[0]+typeNameLoc[1]]
+ resolveTriceAlias(&t)
+
+ if t.isAlias() {
+ // Custom macros are flexible and might not have a format string: MyAssert(2>2)
+ // At this point, to ensure proper down-the-code matching, let's use the clp (closing parenthesis)
+ // and call its position (location) as an empty format location (zero-length format string)
+ fmtLoc = []int{clpIndex - triceStartloc[1], clpIndex - triceStartloc[1]}
+ } else {
+ // if it is a built-in macro
+
+ // Skip this occurrence
+ cut := triceStartloc[1]
s = s[cut:]
- triceStartloc[0] -= cut
- triceStartloc[1] -= cut
- offset += cut
continue
}
+ }
- if fmtLoc[0] < triceStartloc[0] { //
- cut := fmtLoc[1]
- // if Verbose {
- // fmt.Println("The typeName is inside format string, start over with reduced string:", s, "-->", s[cut:], "and look for next trice start")
- // }
- s = s[cut:]
- triceStartloc[0] -= cut
- triceStartloc[1] -= cut
- offset += cut
- goto start
- }
+ //typeNameLoc := matchTypNameTRICE.FindStringIndex(s[triceStartloc[0]:triceStartloc[1]])
+ // formatString starts after typeName (normal case)
+ // now we have: triceStartloc[0], triceStartloc[0]+typeNameLoc[1], triceStartloc[1]:
+ // TR________________ice (
+ rest := args[:fmtLoc[0]]
+ idLoc := matchNbID.FindStringIndex(rest)
- // formatString starts after typeName (normal case)
- typeNameLoc := matchTypNameTRICE.FindStringIndex(s[triceStartloc[0]:triceStartloc[1]])
- // now we have: triceStartloc[0], triceStartloc[0]+typeNameLoc[1], triceStartloc[1]:
- // TR________________ice (
- rest := s[triceStartloc[1]:fmtLoc[0]]
- idLoc := matchNbID.FindStringIndex(rest)
- if idLoc == nil { // no ID statement
- clpIndex = strings.Index(rest, `)`)
- // - if `)` is located before format string starts, discard trice
- // - ExampleY: trice(tid, fmt, ...) ... "y" ... (y)
- // - 0 12 00 5 6
- // - `)` -> discard
- if clpIndex != -1 { // a closing parenthesis was found before format string
- return
- }
- loc = append(loc, triceStartloc[0], triceStartloc[0]+typeNameLoc[1], triceStartloc[1], 0, 0, fmtLoc[0], fmtLoc[1])
- } else {
- loc = append(loc, triceStartloc[0], triceStartloc[0]+typeNameLoc[1], triceStartloc[1], triceStartloc[1]+idLoc[0], triceStartloc[1]+idLoc[1], fmtLoc[0], fmtLoc[1])
- }
+ // Calculate the leftmost position of the format string, skipping trailing spaces
+ // and the comma after ID (if present)
+ fmtLoc[0] = 0
+ if idLoc != nil {
+ fmtLoc[0] += idLoc[1]
+ }
- if offset != 0 {
- for i := range loc {
- loc[i] = loc[i] + offset
- }
+ skipSpacesBeforeFmtLoc := matchSpacesWithOptionalComma.FindStringIndex(args[fmtLoc[0]:])
+ if skipSpacesBeforeFmtLoc != nil {
+ fmtLoc[0] += skipSpacesBeforeFmtLoc[1]
+ }
+
+ if idLoc == nil { // no ids
+ idLoc = []int{0, 0}
+ } else {
+ idLoc = []int{triceStartloc[1] + idLoc[0], triceStartloc[1] + idLoc[1]}
+ }
+
+ // For custom macros, the format string isn't always the first arg after Trice ID
+ // (assert macros put the condition first). So loc[5] tracks where the actual
+ // first arg starts, not where the format string is
+ loc = append(loc,
+ triceStartloc[0], triceStartloc[0]+typeNameLoc[1], triceStartloc[1], idLoc[0], idLoc[1], fmtLoc[0]+triceStartloc[1], fmtLoc[1]+triceStartloc[1])
+
+ if offset != 0 {
+ for i := range loc {
+ loc[i] = loc[i] + offset
}
- return
}
+ return
}
}
diff --git a/internal/id/match_test.go b/internal/id/match_test.go
index cc3875c78..d3807610f 100644
--- a/internal/id/match_test.go
+++ b/internal/id/match_test.go
@@ -10,15 +10,40 @@ import (
)
func TestMatchTrice(t *testing.T) {
+ // Register custom aliases
+ triceAliasesPtr := &TriceAliases
+ triceAliasesPtr.Set("MyAssert")
+ ProcessAliases()
+
var testSet = []struct {
text, triceType, triceID, triceFmts string
}{
- {`...TRice( "%d+%3d=\n%u",
- (3), 4,
+ // Test case to check matching across parentheses in string literals
+ {` );
+ TRice("8x)" );
+ TRice("9x}" );
+ `, `TRice`, ``, `"8x)"`},
+
+ // Test case to check matching across parentheses escaped quotes in string literals
+ {`...TRice("8x\")" );`, `TRice`, ``, `"8x\")"`},
+
+ // Test case for assert-style custom macros w/o a message at all
+ {`...MyAssert( i<12); ,...`, `MyAssert`, ``, `i<12`},
+ {`...MyAssert( iD(42), i<12); ,...`, `MyAssert`, `iD(42)`, `i<12`},
+
+ // Test case for assert-style custom macros with assert message after condition
+ {`...MyAssert( i<12, "%d+%3d=%u",
+ (3), 4, (3+4) ); ,...`, `MyAssert`, ``, `i<12, "%d+%3d=%u"`},
+ {`...MyAssert( iD(42), i<12, "%d+%3d=%u",
+ (3), 4, (3+4) ); ,...`, `MyAssert`, `iD(42)`, `i<12, "%d+%3d=%u"`},
+
+ // Test case for built-in macros
+ {`...TRice( "%d+%3d=\n%u",
+ (3), 4,
(3+4) ); ,...`, `TRice`, ``, `"%d+%3d=\n%u"`},
- {`...TRice( "%d+%3d=%u",
+ {`...TRice( "%d+%3d=%u",
(3), 4, (3+4) ); ,...`, `TRice`, ``, `"%d+%3d=%u"`},
- {`...TRice( "%d",
+ {`...TRice( "%d",
(3+4) ); ,...`, `TRice`, ``, `"%d"`},
{`...TRice( "%d", (3+4) ); ,...`, `TRice`, ``, `"%d"`},
{`...TRice( "a" ); ,...`, `TRice`, ``, `"a"`},
@@ -39,7 +64,7 @@ func TestMatchTrice(t *testing.T) {
b" ); ,...`, `TRice`, `iD(99)`, `"a
b"`},
{`... ttt ... TRice( "a", "b" ); ,...`, `TRice`, ``, `"a"`}, // 12 17 18 0 0 19 22
- {`... ttt ... TRice(
+ {`... ttt ... TRice(
"a", "b" ); ,...`, `TRice`, ``, `"a"`}, // 12 17 18 0 0 19 22
{`... ttt ... TRice
( "a", "b" ); ,...`, `TRice`, ``, `"a"`}, // 12 17 18 0 0 19 22
diff --git a/internal/id/setup_test.go b/internal/id/setup_test.go
index a95d48123..5c25b4a83 100644
--- a/internal/id/setup_test.go
+++ b/internal/id/setup_test.go
@@ -58,6 +58,8 @@ func Setup(t *testing.T) func() {
fmt.Println(t.Name(), "...")
// tear down later //////////////////
return func() {
+ // todo: assert.Equal(t, B.String(), "")
+
// tear-down code here
fmt.Println(t.Name(), "...done.")
B.Reset() // Clear output generated during the test.
@@ -96,7 +98,7 @@ type globalDefaults struct {
defaultMin TriceID
defaultMax TriceID
defaultSearchMethod string
- defaultLiPathIsRelative bool
+ defaultLIPathKind string
defaultSrcs ArrayFlag
defaultExtendMacrosWithParamCount bool
defaultDefaultTriceBitWidth string
@@ -113,7 +115,7 @@ func (p *globalDefaults) GetGlobalVars() {
p.defaultMin = Min
p.defaultMax = Max
p.defaultSearchMethod = SearchMethod
- p.defaultLiPathIsRelative = LiPathIsRelative
+ p.defaultLIPathKind = LIPathKind
p.defaultSrcs = Srcs
p.defaultExtendMacrosWithParamCount = ExtendMacrosWithParamCount
p.defaultDefaultTriceBitWidth = DefaultTriceBitWidth
@@ -133,7 +135,7 @@ func (p *globalDefaults) SetGlobalVars(t *testing.T) {
Min = p.defaultMin
Max = p.defaultMax
SearchMethod = p.defaultSearchMethod
- LiPathIsRelative = p.defaultLiPathIsRelative
+ LIPathKind = p.defaultLIPathKind
Srcs = p.defaultSrcs
ExtendMacrosWithParamCount = p.defaultExtendMacrosWithParamCount
DefaultTriceBitWidth = p.defaultDefaultTriceBitWidth
diff --git a/internal/id/switchIDs.go b/internal/id/switchIDs.go
index 619c8ca3a..c5a1e3ae0 100644
--- a/internal/id/switchIDs.go
+++ b/internal/id/switchIDs.go
@@ -61,7 +61,7 @@ func (p *idData) removeIDFromIDSpace(id TriceID) {
for idx, iD := range e.iDSpace {
if iD == id {
if SearchMethod == "random" { // do not care about order inside tag.idSpace, so do it fast
- fmt.Println("tag.idSpace=", e.iDSpace, "idx=", idx, "iD=", iD)
+ // fmt.Println("tag.idSpace=", e.iDSpace, "idx=", idx, "iD=", iD)
e.iDSpace[idx] = e.iDSpace[len(e.iDSpace)-1] // overwrite with last
e.iDSpace = e.iDSpace[:len(e.iDSpace)-1] // remove last
} else { // keep order inside tag.idSpace, so do it costly
@@ -93,20 +93,23 @@ common:
continue
}
if len(e.iDSpace) <= 0 {
- log.Fatal("Remaining IDSpace = is empty, check til.json. (You could re-create it or change -IDMin, -IDMax)")
+ log.Fatalf("%+v\n%+v\nRemaining IDSpace = is empty, check til.json. (You could re-create it or change -IDMin, -IDMax)", e, t)
}
- if SearchMethod == "random" {
+
+ switch(SearchMethod){
+ case "random":
index := rand.Intn(len(e.iDSpace))
id = e.iDSpace[index] // use random
e.iDSpace[index] = e.iDSpace[len(e.iDSpace)-1] // overwrite with last
e.iDSpace = e.iDSpace[:len(e.iDSpace)-1] // remove last
- } else if SearchMethod == "upward" {
+ case "upward":
id = e.iDSpace[0] // use first
e.iDSpace = e.iDSpace[1:] // remove first
- } else {
+ default:
id = e.iDSpace[len(e.iDSpace)-1] // use last
e.iDSpace = e.iDSpace[:len(p.TagList[i].iDSpace)-1] // remove last
}
+
return
}
if Verbose {
@@ -142,10 +145,13 @@ func (p *idData) PreProcessing(w io.Writer, fSys *afero.Afero) {
for i := range p.TagList {
e := &(p.TagList[i]) // get list entry address
for id := e.min; id <= e.max; id++ {
- _, usedFmt := p.idToTrice[id]
- _, usedLoc := p.idToLocRef[id]
+ _, usedFmt := p.idToTrice[id] // is id used in til.json?
+ _, usedLoc := p.idToLocRef[id] // is id used in li.json?
if !usedFmt && !usedLoc {
- e.iDSpace = append(e.iDSpace, id) // create ID space
+ //if Verbose {
+ // fmt.Fprintln(w, "ID", id, "unused, so add to ID space (ok, just informal)")
+ //}
+ e.iDSpace = append(e.iDSpace, id) // create ID space -> This is what we can use later.
} else if Verbose {
if usedFmt && !usedLoc {
fmt.Fprintln(w, "ID", id, "used, but only inside til.json")
@@ -154,16 +160,16 @@ func (p *idData) PreProcessing(w io.Writer, fSys *afero.Afero) {
fmt.Fprintln(w, "ID", id, "used, but only inside li.json")
}
if usedFmt && usedLoc {
- fmt.Fprintln(w, "ID", id, "used inside til.json and li.json")
+ fmt.Fprintln(w, "ID", id, "used (ok, just informal)")
}
}
}
if Verbose {
cnt := e.max - e.min + 1
if len(e.tagName) > 0 {
- fmt.Fprintln(w, "trice tag", e.tagName, "has", cnt, "IDs total space,", len(e.iDSpace), "IDs usable")
+ fmt.Fprintln(w, "special trice tag", e.tagName, "has", cnt, "IDs total space, with", len(e.iDSpace), "IDs usable")
} else {
- fmt.Fprintln(w, "common trice tags have", cnt, "IDs total space,", len(e.iDSpace), "IDs usable")
+ fmt.Fprintln(w, "common trice tags have", cnt, "IDs total space, with", len(e.iDSpace), "IDs usable")
}
}
}
@@ -200,6 +206,8 @@ func (p *idData) cmdSwitchTriceIDs(w io.Writer, fSys *afero.Afero, action ant.Pr
a := new(ant.Admin)
a.Action = action
a.Trees = Srcs
+ a.ExcludeTrees = ExcludeSrcs
+ a.Verbose = Verbose
a.MatchingFileName = isSourceFile
// process
diff --git a/internal/id/vars.go b/internal/id/vars.go
index c3970737a..5bfff99e2 100644
--- a/internal/id/vars.go
+++ b/internal/id/vars.go
@@ -7,26 +7,31 @@ import (
)
var (
- Verbose bool // Verbose gives more information on output if set. The value is injected from main packages.
- DryRun bool // DryRun if set, inhibits real changes
- FnJSON = "til.json" // FnJSON is the filename for the JSON formatted ID list.
- LIFnJSON string // LIFnJSON is the filename for the JSON formatted location information list.
- Min = TriceID(1000) // Min is the smallest allowed ID for normal trices.
- Max = TriceID(7999) // Max is the biggest allowed ID for normal trices.
- SearchMethod = "random" // SearchMethod is the next ID search method.
- LiPathIsRelative bool // LiPathIsRelative causes to store relative paths instead of base names only inside li.json.
- Srcs ArrayFlag // Srcs gets multiple files or directories.
- IDRange ArrayFlag // IDPolicy gets ID ranges for Trice ID message channels like "err:".
- IDData idData
- matchSourceFile = regexp.MustCompile(patSourceFile)
- matchNbTRICE = regexp.MustCompile(patNbTRICE)
- matchNbID = regexp.MustCompile(patNbID)
- matchNb = regexp.MustCompile(patNb)
- matchTypNameTRICE = regexp.MustCompile(patTypNameTRICE)
- matchFmtString = regexp.MustCompile(patFmtString)
- matchNextFormatSpecifier = regexp.MustCompile(patNextFormatSpecifier)
- matchAnyTriceStart = regexp.MustCompile(patAnyTriceStart)
- ExtendMacrosWithParamCount bool
+ Verbose bool // Verbose gives more information on output if set. The value is injected from main packages.
+ DryRun bool // DryRun if set, inhibits real changes
+ FnJSON = "til.json" // FnJSON is the filename for the JSON formatted ID list.
+ LIFnJSON string // LIFnJSON is the filename for the JSON formatted location information list.
+ Min = TriceID(1000) // Min is the smallest allowed ID for normal trices.
+ Max = TriceID(7999) // Max is the biggest allowed ID for normal trices.
+ SearchMethod = "random" // SearchMethod is the next ID search method.
+ LIPathKind string // LIPathKind controls how to store paths inside li.json: base, relative, full
+ Srcs ArrayFlag // Srcs gets multiple files or directories.
+ ExcludeSrcs ArrayFlag // ExcludeSrcs is an ArrayFlag representing source files to be excluded from processing.
+ IDRange ArrayFlag // IDPolicy gets ID ranges for Trice ID message channels like "err:".
+ IDData idData
+ matchSourceFile = regexp.MustCompile(patSourceFile)
+ matchNbID = regexp.MustCompile(patNbID)
+ matchNb = regexp.MustCompile(patNb)
+ matchFmtString = regexp.MustCompile(patFmtString)
+ matchNextFormatSpecifier = regexp.MustCompile(patNextFormatSpecifier)
+ matchSpacesWithOptionalComma = regexp.MustCompile(patSpacesWithOptionalComma)
+ ExtendMacrosWithParamCount bool
+
+ TriceAliases ArrayFlag // Holds trice() aliases.
+ TriceSAliases ArrayFlag // Holds triceS() aliases.
+ matchNbTRICE *regexp.Regexp
+ matchTypNameTRICE *regexp.Regexp
+ matchAnyTriceStart *regexp.Regexp
// DefaultTriceBitWidth tells the bit width of TRICE macros having no bit width in their names, like TRICE32 or TRICE8.
//
@@ -49,11 +54,19 @@ var (
// UserHomeDir needs to be changed for cache tests.
UserHomeDir string
+
+ // StructuredLoggingFormatString contains the structured logging format.
+ //StructuredLoggingFormatString string
+
+ // StructuredLoggingValuesString contains the structured logging values as string.
+ //StructuredLoggingValuesString string
)
const (
insertedCacheFolderName = "inserted"
cleanedCacheFolderName = "cleaned"
+ SAliasStrgPrefix = "SAlias_Strg('"
+ SAliasStrgSuffix = "')SAlias_Strg"
)
func init() {
@@ -62,4 +75,7 @@ func init() {
if err != nil {
log.Fatal(err)
}
+
+ // Initialize matchNbTRICE, matchTypNameTRICE, matchAnyTriceStart
+ ProcessAliases()
}
diff --git a/internal/id/zeroIDs.go b/internal/id/zeroIDs.go
index 0cea0ed40..ecdf8fae3 100644
--- a/internal/id/zeroIDs.go
+++ b/internal/id/zeroIDs.go
@@ -73,10 +73,13 @@ func zeroTriceIDs(w io.Writer, path string, in []byte, a *ant.Admin) (out []byte
if !ok { // idn is not inside til.json.
IDData.idToTrice[idn] = t // Add idn.
} else { // idn is inside til.json.
- if tt != t { // idn references to a different t.
+ alias := t.Alias // keep
+ t.Alias = "" // clear
+ if tt != t { // idn references to a different t.
fmt.Fprintln(w, "ID inside", path, "line", line, "refers to", t, "but is already used inside til.json for", tt)
- idn = 0 // silently set it to 0
+ idn = 0
}
+ t.Alias = alias // restore
}
if idn != 0 {
IDData.idToLocNew[idn] = TriceLI{path, line} // Add idn to new location information.
diff --git a/internal/receiver/receiver.go b/internal/receiver/receiver.go
index 26488db8b..bb242f62f 100644
--- a/internal/receiver/receiver.go
+++ b/internal/receiver/receiver.go
@@ -73,6 +73,9 @@ var (
// DefaultTCP4Args replaces "default" args value for TCP4 port.
DefaultTCP4Args = "localhost:17001" // OpenOCD starts a server on localhost:17001 where it dumps all RTT messages.
+ // DefaultUDP4Args replaces "default" args value for UDP4 port.
+ DefaultUDP4Args = "0.0.0.0:17005"
+
// DefaultFileArgs replaces "default" args value for FILE port.
DefaultFileArgs = "trices.raw"
@@ -176,6 +179,46 @@ func (p *tcp4) Close() error {
return p.conn.Close()
}
+// udp holds an open udp connection.
+type udp4 struct {
+ w io.Writer // os.Stdout
+ conn *net.UDPConn
+}
+
+// newTCP4Connection returns a readCloser capable tcp4 instance.
+func newUDPConnection(endpoint string) *udp4 {
+ r := &udp4{}
+ addr, err := net.ResolveUDPAddr("udp4", endpoint)
+ if err != nil {
+ log.Fatal(endpoint, err)
+ }
+
+ r.conn, err = net.ListenUDP("udp", addr)
+ if err != nil {
+ log.Fatalf("Failed to listen on UDP port: %v", err)
+ }
+
+ return r
+}
+
+// Read is part of the exported interface io.ReadCloser. It reads a slice of bytes.
+func (p *udp4) Read(b []byte) (int, error) {
+ n, _, err := p.conn.ReadFromUDP(b) // peer address is ignored
+ return n, err
+}
+
+func (p *udp4) Write(b []byte) (int, error) {
+ panic("udp4.Write not implemented")
+}
+
+// Close is part of the exported interface io.ReadCloser. It ends the connection.
+func (p *udp4) Close() error {
+ if Verbose {
+ fmt.Fprintln(p.w, "Closing udp4 device.")
+ }
+ return p.conn.Close()
+}
+
// file holds an opened file handle.
type file struct {
w io.Writer // os.Stdout
@@ -259,6 +302,18 @@ func NewReadWriteCloser(w io.Writer, fSys *afero.Afero, verbose bool, port, args
}
l := newTCP4Connection(args)
r = l
+ case "UDP4":
+ if args == "default" { // nothing assigned in args
+ args = DefaultUDP4Args
+ }
+ if Verbose {
+ fmt.Fprintln(w, "PortArguments=", args)
+ }
+ if ExecCommand != "" {
+ fmt.Println("todo: execute ", ExecCommand)
+ }
+ l := newUDPConnection(args)
+ r = l
case "FILE", "FILEBUFFER":
if args == "default" { // nothing assigned in args
args = DefaultFileArgs
diff --git a/internal/translator/translator.go b/internal/translator/translator.go
index eb6d8eff1..43b207daa 100644
--- a/internal/translator/translator.go
+++ b/internal/translator/translator.go
@@ -6,6 +6,7 @@ import (
"log"
"os"
"os/signal"
+ "path/filepath"
"strings"
"sync"
"syscall"
@@ -80,10 +81,12 @@ func handleSIGTERM(w io.Writer, rc io.ReadCloser) {
for {
select {
case sig := <-sigs: // wait for a signal
+ time.Sleep(250 * time.Millisecond)
if Verbose {
fmt.Fprintln(w, "####################################", sig, "####################################")
+ } else {
+ fmt.Fprintln(w)
}
- time.Sleep(250 * time.Millisecond)
emitter.PrintTagStatistics(w)
decoder.PrintTriceStatistics(w)
msg.FatalOnErr(rc.Close())
@@ -100,7 +103,8 @@ func decodeAndComposeLoop(w io.Writer, sw *emitter.TriceLineComposer, dec decode
b := make([]byte, decoder.DefaultSize) // intermediate trice string buffer
bufferReadStartTime := time.Now()
sleepCounter := 0
- if decoder.TargetStamp == "" || decoder.TargetStamp == "off" || decoder.TargetStamp == "none" {
+ switch decoder.TargetStamp {
+ case "", "off", "none":
if !decoder.ShowTargetStamp0Passed {
decoder.TargetStamp0 = ""
}
@@ -110,8 +114,7 @@ func decodeAndComposeLoop(w io.Writer, sw *emitter.TriceLineComposer, dec decode
if !decoder.ShowTargetStamp32Passed {
decoder.TargetStamp32 = ""
}
- }
- if decoder.TargetStamp == "ms" {
+ case "ms":
if !decoder.ShowTargetStamp0Passed {
decoder.TargetStamp0 = DefaultTargetStamp0
}
@@ -121,8 +124,7 @@ func decodeAndComposeLoop(w io.Writer, sw *emitter.TriceLineComposer, dec decode
if !decoder.ShowTargetStamp32Passed {
decoder.TargetStamp32 = "ms"
}
- }
- if decoder.TargetStamp == "us" || decoder.TargetStamp == "µs" {
+ case "us", "µs":
if !decoder.ShowTargetStamp0Passed {
decoder.TargetStamp0 = DefaultTargetStamp0
}
@@ -132,6 +134,8 @@ func decodeAndComposeLoop(w io.Writer, sw *emitter.TriceLineComposer, dec decode
if !decoder.ShowTargetStamp32Passed {
decoder.TargetStamp32 = "us"
}
+ default:
+ return fmt.Errorf("invalid value '%s' for CLI switch -ts. Please run 'trice help -log' and check the -ts options", decoder.TargetStamp)
}
for {
n, err := dec.Read(b) // Code to measure, dec.Read can return n=0 in some cases and then wait.
@@ -197,11 +201,41 @@ func decodeAndComposeLoop(w io.Writer, sw *emitter.TriceLineComposer, dec decode
ms := (decoder.TargetTimestamp - us) / 1000 % 1000
sd := (decoder.TargetTimestamp - 1000*ms) / 1000000
s = fmt.Sprintf("time:%4d,%03d_%03d", sd, ms, us)
+ case "epoch":
+ t := time.Unix(int64(decoder.TargetTimestamp), 0).UTC()
+ s = t.Format("2006-01-02 15:04:05 UTC")
+ c := correctWrappedTimestamp(uint32(decoder.TargetTimestamp))
+ if !t.Equal(c) {
+ s += "-->" + c.Format("2006-01-02 15:04:05 UTC")
+ }
case "":
+ // Suppressing ts32 output is desired.
default:
- s = fmt.Sprintf(decoder.TargetStamp32, decoder.TargetTimestamp)
- }
+ after, found := strings.CutPrefix(decoder.TargetStamp32, "epoch")
+ if found { // Assume a -ts32="epoch2006-01-02 15:04:05 UTC" like value.
+ t := time.Unix(int64(decoder.TargetTimestamp), 0).UTC()
+ s = t.Format(after) // examples for after:
+ // s = t.Format("Mon Jan _2 15:04:05 2006") //ANSIC
+ // s = t.Format("Mon Jan _2 15:04:05 MST 2006") //UnixDate
+ // s = t.Format("Mon Jan 02 15:04:05 -0700 2006") //RubyDate
+ // s = t.Format("02 Jan 06 15:04 MST") //RFC822
+ // s = t.Format("02 Jan 06 15:04 -0700") //RFC822Z (RFC822 with numeric zone)
+ // s = t.Format("Monday, 02-Jan-06 15:04:05 MST") //RFC850
+ // s = t.Format("Mon, 02 Jan 2006 15:04:05 MST") //RFC1123
+ // s = t.Format("Mon, 02 Jan 2006 15:04:05 -0700") //RFC1123Z (RFC1123 with numeric zone)
+ // s = t.Format("2006-01-02T15:04:05Z07:00") //RFC3339
+ // s = t.Format("2006-01-02T15:04:05.999999999Z07:00") //RFC3339Nano
+ // s = t.Format("3:04PM") //Kitchen
+ // Assumed usage example: trice log -ts32='epoch"Mon, 02 Jan 2006 15:04:05 MST"'
+ c := correctWrappedTimestamp(uint32(decoder.TargetTimestamp))
+ if !t.Equal(c) {
+ s += "-->" + c.Format(after)
+ }
+ } else { // Assume a string containing a single %d like format specification.
+ s = fmt.Sprintf(decoder.TargetStamp32, decoder.TargetTimestamp)
+ }
+ }
case 2:
switch decoder.TargetStamp16 {
case "ms", "s,ms":
@@ -216,7 +250,6 @@ func decodeAndComposeLoop(w io.Writer, sw *emitter.TriceLineComposer, dec decode
default:
s = fmt.Sprintf(decoder.TargetStamp16, decoder.TargetTimestamp)
}
-
case 0:
if decoder.TargetStamp0 != "" {
s = fmt.Sprintf(decoder.TargetStamp0)
@@ -246,17 +279,47 @@ func decodeAndComposeLoop(w io.Writer, sw *emitter.TriceLineComposer, dec decode
}
}
+// correctWrappedTimestamp checks whether a 32-bit timestamp falls outside the valid range
+// and virtually sets a 33rd bit by adding 2^32 seconds to it
+func correctWrappedTimestamp(ts32 uint32) time.Time {
+
+ const (
+ minValidYear = 2000
+ maxValidYear = 2038
+ wrapOffset = 1 << 32 // 2^32 seconds
+ )
+
+ // Interpret the timestamp as time.Time
+ t := time.Unix(int64(ts32), 0).UTC()
+
+ if t.Year() >= minValidYear && t.Year() <= maxValidYear {
+ return t
+ }
+
+ // Apply wraparound correction by adding 2^32 seconds
+ tWrapped := time.Unix(int64(ts32)+wrapOffset, 0).UTC()
+
+ // If the corrected timestamp is plausible, return it
+ if tWrapped.Year() > maxValidYear && tWrapped.Year() <= maxValidYear+100 {
+ return tWrapped
+ }
+
+ // Fallback: return the original timestamp and print a warning
+ fmt.Printf("WARNING: Timestamp %v (%d) is outside the expected year range\n", t, ts32)
+ return t
+}
+
// locationInformation returns optional location information for id.
func locationInformation(tid id.TriceID, li id.TriceIDLookUpLI) string {
if li != nil && decoder.LocationInformationFormatString != "off" && decoder.LocationInformationFormatString != "none" {
if li, ok := li[tid]; ok {
- return fmt.Sprintf(decoder.LocationInformationFormatString, li.File, li.Line)
+ return fmt.Sprintf(decoder.LocationInformationFormatString, filepath.Base(li.File), li.Line)
} else {
return fmt.Sprintf(decoder.LocationInformationFormatString, "", 0)
}
} else {
if Verbose {
- return fmt.Sprintf("wrn:no li ")
+ return "no li"
}
}
return ""
diff --git a/internal/trexDecoder/trexDecoder.go b/internal/trexDecoder/trexDecoder.go
index 98b61534b..82092ec89 100644
--- a/internal/trexDecoder/trexDecoder.go
+++ b/internal/trexDecoder/trexDecoder.go
@@ -40,6 +40,7 @@ var (
Doubled16BitID bool
AddNewlineToEachTriceMessage bool
SingleFraming bool // SingleFraming demands, that each received package contains not more than a singe Trice message.
+ DisableCycleErrors bool
)
// trexDec is the Decoding instance for trex encoded trices.
@@ -397,7 +398,7 @@ func (p *trexDec) Read(b []byte) (n int, err error) {
if cycle == 0xc0 && p.cycle == 0xc0 && !decoder.InitialCycle { // with or without cycle counter and seems to be a normal case
p.cycle = cycle + 1 // adjust cycle
}
- if cycle != 0xc0 { // with cycle counter and s.th. lost
+ if cycle != 0xc0 && !DisableCycleErrors { // with cycle counter and s.th. lost
if cycle != p.cycle { // no cycle check for 0xc0 to avoid messages on every target reset and when no cycle counter is active
n += copy(b[n:], fmt.Sprintln("CYCLE_ERROR:\a", cycle, "!=", p.cycle, " (count=", emitter.TagEvents("CYCLE_ERROR")+1, ")"))
n += copy(b[n:], " ") // len of location information plus stamp: 41 spaces - see NewlineIndent below - todo: make it generic
@@ -465,12 +466,21 @@ func (p *trexDec) Read(b []byte) (n int, err error) {
//
// p.Trice.Type is the received trice, in fact the name from til.json.
func (p *trexDec) sprintTrice(b []byte) (n int) {
- p.pFmt, p.u = decoder.UReplaceN(p.Trice.Strg)
+ isSAlias := strings.HasPrefix( p.Trice.Strg, id.SAliasStrgPrefix ) && strings.HasSuffix( p.Trice.Strg, id.SAliasStrgSuffix )
+ if isSAlias { // A SAlias Strg is covered with id.SAliasStrgPrefix and id.SAliasStrgSuffix in til.json and it needs to be replaced with "%s" here.
+ p.Trice.Strg = "%s" // See appropriate comment inside insertTriceIDs().
+ }
+
+ p.pFmt, p.u = decoder.UReplaceN(p.Trice.Strg)
p.Trice.Type = strings.TrimSuffix(p.Trice.Type, "AssertTrue")
p.Trice.Type = strings.TrimSuffix(p.Trice.Type, "AssertFalse")
- triceType := id.ConstructFullTriceInfo(p.Trice.Type, len(p.u))
+ triceType, err := id.ConstructFullTriceInfo(p.Trice.Type, len(p.u))
+ if err != nil {
+ n += copy(b[n:], fmt.Sprintln("err:ConstructFullTriceInfo failed with:", p.Trice.Type, len(p.B), "- ignoring package:"))
+ return
+ }
ucTriceTypeReceived := strings.ToUpper(p.Trice.Type) // examples: TRICE_S, TRICE, TRICE32, TRICE16_2
ucTriceTypeReconstructed := strings.ToUpper(triceType) // examples: TRICE32_S, TRICE0, TRICE32_4, TRICE16_2
for _, s := range cobsFunctionPtrList { // walk through the list and try to find a match for execution
@@ -484,11 +494,8 @@ func (p *trexDec) sprintTrice(b []byte) (n int) {
if p.ParamSpace != (s.bitWidth>>3)*s.paramCount {
specialCases := []string{
"TRICES", "TRICEN", "TRICEB", "TRICEF",
- "TRICES_1", "TRICEN_1", "TRICEB_1", "TRICEF_1",
"TRICE8B", "TRICE16B", "TRICE32B", "TRICE64B",
- "TRICE8B_1", "TRICE16B_1", "TRICE32B_1", "TRICE64B_1",
"TRICE8F", "TRICE16F", "TRICE32F", "TRICE64F",
- "TRICE8F_1", "TRICE16F_1", "TRICE32F_1", "TRICE64F_1",
"TRICE_S", "TRICE_N", "TRICE_B", "TRICE_F",
"TRICE8_B", "TRICE16_B", "TRICE32_B", "TRICE64_B",
@@ -549,11 +556,7 @@ type triceTypeFn struct {
// cobsFunctionPtrList is a function pointer list.
var cobsFunctionPtrList = [...]triceTypeFn{
- {"TRICE8_0", (*trexDec).trice0, 0, 0, 0},
- {"TRICE16_0", (*trexDec).trice0, 0, 0, 0},
- {"TRICE32_0", (*trexDec).trice0, 0, 0, 0},
- {"TRICE64_0", (*trexDec).trice0, 0, 0, 0},
- {"TRICE0", (*trexDec).trice0, 0, 0, 0},
+ {"TRICE_0", (*trexDec).trice0, 0, 0, 0},
{"TRICE8_1", (*trexDec).unSignedOrSignedOut, 1, 8, 1},
{"TRICE8_2", (*trexDec).unSignedOrSignedOut, 2, 8, 2},
{"TRICE8_3", (*trexDec).unSignedOrSignedOut, 3, 8, 3},
@@ -604,38 +607,17 @@ var cobsFunctionPtrList = [...]triceTypeFn{
{"TRICE64_12", (*trexDec).unSignedOrSignedOut, 96, 64, 12},
{"TRICES", (*trexDec).triceS, -1, 0, 0},
- {"TRICES_1", (*trexDec).triceS, -1, 0, 0},
{"TRICEN", (*trexDec).triceN, -1, 0, 0},
- {"TRICEN_1", (*trexDec).triceN, -1, 0, 0},
-
- {"TRICEB", (*trexDec).trice8B, -1, 0, 0},
- {"TRICEB_1", (*trexDec).trice8B, -1, 0, 0},
- {"TRICE8B_1", (*trexDec).trice8B, -1, 0, 0},
- {"TRICE16B_1", (*trexDec).trice16B, -1, 0, 0},
- {"TRICE32B_1", (*trexDec).trice32B, -1, 0, 0},
- {"TRICE64B_1", (*trexDec).trice64B, -1, 0, 0},
- {"TRICEF", (*trexDec).trice8F, -1, 0, 0},
- {"TRICEF_1", (*trexDec).trice8F, -1, 0, 0},
{"TRICE8F", (*trexDec).trice8F, -1, 0, 0},
{"TRICE16F", (*trexDec).trice16F, -1, 0, 0},
{"TRICE32F", (*trexDec).trice32F, -1, 0, 0},
{"TRICE64F", (*trexDec).trice64F, -1, 0, 0},
- {"TRICE_S", (*trexDec).triceS, -1, 0, 0},
- {"TRICE_N", (*trexDec).triceN, -1, 0, 0},
-
- {"TRICE_B", (*trexDec).trice8B, -1, 0, 0},
- {"TRICE8_B", (*trexDec).trice8B, -1, 0, 0},
- {"TRICE16_B", (*trexDec).trice16B, -1, 0, 0},
- {"TRICE32_B", (*trexDec).trice32B, -1, 0, 0},
- {"TRICE64_B", (*trexDec).trice64B, -1, 0, 0},
-
- {"TRICE_F", (*trexDec).trice8F, -1, 0, 0},
- {"TRICE8_F", (*trexDec).trice8F, -1, 0, 0},
- {"TRICE16_F", (*trexDec).trice16F, -1, 0, 0},
- {"TRICE32_F", (*trexDec).trice32F, -1, 0, 0},
- {"TRICE64_F", (*trexDec).trice64F, -1, 0, 0},
+ {"TRICE8B", (*trexDec).trice8B, -1, 0, 0},
+ {"TRICE16B", (*trexDec).trice16B, -1, 0, 0},
+ {"TRICE32B", (*trexDec).trice32B, -1, 0, 0},
+ {"TRICE64B", (*trexDec).trice64B, -1, 0, 0},
}
// triceN converts dynamic strings.
diff --git a/pkg/ant/ant.go b/pkg/ant/ant.go
index b42f97a35..f45ff1c0c 100644
--- a/pkg/ant/ant.go
+++ b/pkg/ant/ant.go
@@ -12,6 +12,7 @@ import (
"io"
"os"
"path/filepath"
+ "strings"
"sync"
"github.com/rokath/trice/pkg/msg"
@@ -24,6 +25,8 @@ type Processing func(w io.Writer, fSys *afero.Afero, path string, fileInfo os.Fi
// Admin holds the walk specific data.
type Admin struct {
Trees []string // Trees contains all files and folders to process. Sub-folders are walked automatically.
+ ExcludeTrees []string // ExcludeTrees contains file and folder paths to be excluded from processing during the Walk operation.
+ Verbose bool // Verbose enables or disables detailed logging during processing.
MatchingFileName func(fi os.FileInfo) bool // MatchingFileName is a user provided function and returns true on matching user conditions. Simplest case: func(_ os.FileInfo){ return true } for all files.
Action Processing // Action is the user provided function executed on each file in Trees.
Mutex sync.RWMutex // A sync.RWMutex is thus preferable for data that is mostly read.
@@ -83,18 +86,47 @@ func visit(w io.Writer, fSys *afero.Afero, jalan *Admin) filepath.WalkFunc {
// when invoked on a non-directory file, Walk skips the remaining files in the
// containing directory.
return func(path string, fileInfo os.FileInfo, err error) error {
-
- if err != nil || fileInfo.IsDir() || !jalan.MatchingFileName(fileInfo) {
+ if err != nil {
return err // forward any error and do nothing
}
+ cleanPath := filepath.Clean(path)
+
+ // Check if a path is in the exclusion list
+ for _, excl := range jalan.ExcludeTrees {
+ cleanExcl := filepath.Clean(excl)
+
+ if cleanPath == cleanExcl || strings.HasPrefix(cleanPath, cleanExcl+string(os.PathSeparator)) {
+ if fileInfo.IsDir() {
+ if jalan.Verbose {
+ fmt.Fprintf(w, "exclude: %s/ due to match in exclusions: %s\n", path, excl)
+ }
+ return filepath.SkipDir
+ }
+
+ if jalan.Verbose {
+ fmt.Fprintf(w, "exclude: %s due to match in exclusions: %s\n", path, excl)
+ }
+ return nil
+ }
+ }
+
+ // Skip directories and files that don't match the pattern
+ if fileInfo.IsDir() || !jalan.MatchingFileName(fileInfo) {
+ return nil
+ }
+
jalan.wg.Add(1)
go func() {
defer jalan.wg.Done()
err := jalan.Action(w, fSys, path, fileInfo, jalan)
if err != nil {
fmt.Fprintln(w, path, err)
+
+ // Safely increment errorCount
+ jalan.Mutex.Lock()
jalan.errorCount++
+ jalan.Mutex.Unlock()
}
}()
diff --git a/pkg/tst/tst.go b/pkg/tst/tst.go
index b0aa03399..0085f9ee1 100644
--- a/pkg/tst/tst.go
+++ b/pkg/tst/tst.go
@@ -10,6 +10,7 @@ import (
"io"
"io/ioutil"
"os"
+ "regexp"
"strings"
"testing"
@@ -125,3 +126,27 @@ func AssertEqualFiles(t *testing.T, fn0, fn1 string) {
assert.Nil(t, err)
assert.True(t, ok)
}
+
+// NormalizeMapString trims insignificant whitespace in Go-style map[string]struct formatting.
+//
+// It is useful for comparing stringified maps where `fmt.Sprint(map)` includes
+// formatting inconsistencies such as:
+// - trailing spaces after struct fields (e.g., "{t11 s11 }")
+// - extra spaces between map entries (e.g., "12:{... }")
+//
+// This behavior may vary subtly between Go versions (e.g., Go 1.18 vs 1.20+),
+// where `fmt.Sprint` preserves more internal spacing from struct formatting.
+//
+// normalizeMapString helps produce stable, human-readable string output
+// suitable for comparison in tests without altering the logical content.
+func NormalizeMapString(s string) string {
+ // Trim space after struct close
+ s = regexp.MustCompile(`\s+}`).ReplaceAllString(s, "}")
+ // Trim space before struct open
+ s = regexp.MustCompile(`{\s+`).ReplaceAllString(s, "{")
+ // Remove extra space after closing } of each map entry
+ s = regexp.MustCompile(`}\s+`).ReplaceAllString(s, "} ")
+ // Normalize single space between key:value entries
+ s = regexp.MustCompile(`\s+`).ReplaceAllString(s, " ")
+ return strings.TrimSpace(s)
+}
diff --git a/renewIDs_in_examples_and_refresh_test_folder.sh b/renewIDs_in_examples_and_refresh_test_folder.sh
new file mode 100755
index 000000000..e1b1ced41
--- /dev/null
+++ b/renewIDs_in_examples_and_refresh_test_folder.sh
@@ -0,0 +1,98 @@
+#!/bin/bash
+
+source ./trice_environment.sh
+TD="./_test/testdata"
+
+rm -f demoTIL.json demoLI.json # forget history (users usually should not do that in their projects, deleted here to avoid potential ID conflict messages)
+touch demoTIL.json demoLI.json # new life
+trice clean $TRICE_DEFAULTS $TRICE_ALIASES $TRICE_PRJ_FILES # wipe out all IDs from the sources
+rm -f demoTIL.json demoLI.json # forget history (in case the sources contained IDs, these are now removed from there, but are kept in the *.json files, so delete them again.)
+touch demoTIL.json demoLI.json # new life
+
+# Next steps are done separately to get the same IDs continuously, in case we deleted the history - normally all files and folders can be done parallel in one shot.
+# We do not use -cache here to force the li.json generation.
+# The Trice tool per default chooses IDs randomly between 1000 and 7999.
+# On changing the test and example projects adapt $TRICE_PRJ_FILES too.
+trice insert $TRICE_DEFAULTS $TRICE_ALIASES -IDMax 16383 -IDMethod downward -src ./examples/exampleData/triceLogDiagData.c
+trice insert $TRICE_DEFAULTS $TRICE_ALIASES -IDMax 16383 -IDMethod downward -src ./examples/exampleData/triceExamples.c
+trice insert $TRICE_DEFAULTS $TRICE_ALIASES -IDMin 13000 -IDMax 15999 -IDMethod upward -src ./examples/F030_inst/Core
+trice insert $TRICE_DEFAULTS $TRICE_ALIASES -IDMin 13000 -IDMax 15999 -IDMethod upward -src ./examples/G0B1_inst/Core
+trice insert $TRICE_DEFAULTS $TRICE_ALIASES -IDMin 13000 -IDMax 15999 -IDMethod upward -src ./examples/L432_inst/Core
+trice insert $TRICE_DEFAULTS $TRICE_ALIASES -IDMin 13000 -IDMax 15999 -IDMethod upward -src $TD/triceCheck.c
+trice insert $TRICE_DEFAULTS $TRICE_ALIASES -IDMin 13000 -IDMax 15999 -IDMethod upward -src $TD/..
+trice clean $TRICE_DEFAULTS $TRICE_ALIASES $TRICE_PRJ_FILES # IDs are now inside the til.json (and li.json) files.
+
+# The file cgoPackage.go is the same in all cgo test packages, but must be inside the folders.
+# os agnostic links would be better.
+CGOTESTDIRS="
+ alias_dblB_de_tcobs_ua/
+ aliasassert_dblB_de_tcobs_ua/
+ special_dblB_de_tcobs_ua/
+ special_for_debug/
+ special_protect_dblB_de_tcobs_ua/
+ be_dblB_de_tcobs_ua/
+ be_staticB_di_xtea_cobs_rtt32/
+ _dblB_di_cobs_rtt32__de_xtea_cobs_ua/
+ _ringB_di_cobs_rtt32__de_xtea_cobs_ua/
+ _ringB_di_xtea_cobs_rtt32__de_cobs_ua/
+ _ringB_di_xtea_cobs_rtt32__de_tcobs_ua/
+ dblB_de_cobs_ua/
+ dblB_de_multi_cobs_ua/
+ dblB_de_multi_nopf_ua/
+ dblB_de_multi_tcobs_ua/
+ dblB_de_multi_xtea_cobs_ua/
+ dblB_de_multi_xtea_tcobs_ua/
+ dblB_de_nopf_ua/
+ dblB_de_tcobs_ua/
+ dblB_de_xtea_cobs_ua/
+ dblB_de_xtea_tcobs_ua/
+ dblB_di_nopf_rtt32__de_cobs_ua/
+ dblB_di_nopf_rtt32__de_multi_cobs_ua/
+ dblB_di_nopf_rtt32__de_multi_tcobs_ua/
+ dblB_di_nopf_rtt32__de_tcobs_ua/
+ dblB_di_nopf_rtt32__de_xtea_cobs_ua/
+ dblB_di_nopf_rtt8__de_cobs_ua/
+ dblB_di_nopf_rtt8__de_multi_cobs_ua/
+ dblB_di_nopf_rtt8__de_multi_tcobs_ua/
+ dblB_di_nopf_rtt8__de_tcobs_ua/
+ ringB_de_cobs_ua/
+ ringB_de_nopf_ua/
+ ringB_de_tcobs_ua/
+ ringB_protect_de_tcobs_ua/
+ ringB_de_xtea_cobs_ua/
+ ringB_de_xtea_tcobs_ua/
+ ringB_de_multi_cobs_ua/
+ ringB_de_multi_tcobs_ua/
+ ringB_de_multi_xtea_cobs_ua/
+ ringB_de_multi_xtea_tcobs_ua/
+ ringB_di_cobs_rtt32__de_tcobs_ua/
+ ringB_di_cobs_rtt8__de_tcobs_ua/
+ ringB_di_nopf_rtt32__de_tcobs_ua/
+ ringB_di_nopf_rtt32__de_xtea_cobs_ua/
+ ringB_di_nopf_rtt8__de_tcobs_ua/
+ ringB_di_tcobs_rtt32__de_tcobs_ua/
+ ringB_di_xtea_cobs_rtt32__de_xtea_cobs_ua/
+ stackB_di_nopf_aux32/
+ stackB_di_nopf_aux8/
+ stackB_di_nopf_rtt32/
+ stackB_di_nopf_rtt8/
+ stackB_di_xtea_cobs_rtt8/
+ staticB_di_nopf_aux32/
+ staticB_di_nopf_aux8/
+ staticB_di_nopf_rtt32/
+ staticB_di_nopf_rtt8/
+ staticB_di_tcobs_rtt32/
+ staticB_di_tcobs_rtt8/
+ staticB_di_xtea_cobs_rtt32/
+"
+
+# Refresh test folders.
+for d in $CGOTESTDIRS
+do
+ cp $TD/cgoPackage.go $TD/../$d/generated_cgoPackage.go
+done
+
+# Remove legacy build artifacts if existent.
+cd ./examples
+#./cleanAllTargets.sh
+cd - > /dev/null
diff --git a/renewIDs_in_examples_and_test_folder.sh b/renewIDs_in_examples_and_test_folder.sh
deleted file mode 100755
index c6fe56e5e..000000000
--- a/renewIDs_in_examples_and_test_folder.sh
+++ /dev/null
@@ -1,103 +0,0 @@
-#!/usr/bin/env bash
-
-TD="./_test/testdata"
-
-rm -f $TD/til.json $TD/li.json # forget history (users usually should not do that in their projects, we delete to avoid potential ID conflict messages)
-touch $TD/til.json $TD/li.json # new life
-trice clean -i $TD/til.json -li $TD/li.json -src $TD -src ./examples # wipe out all IDs from the sources
-rm -f $TD/til.json $TD/li.json # forget history (in case the sources contained IDs, these are now removed from there, but are kept in the *.json files, so we delete them again.)
-touch $TD/til.json $TD/li.json # new life
-
-# Next steps are done separately to get the same IDs continuously. We deleted the history - normally all files and folders can be done parallel in one shot.
-trice insert -i $TD/til.json -li $TD/li.json -IDMax 16383 -IDMethod downward -src ./examples/exampleData/triceLogDiagData.c
-trice insert -i $TD/til.json -li $TD/li.json -IDMax 16383 -IDMethod downward -src ./examples/exampleData/triceExamples.c
-trice insert -i $TD/til.json -li $TD/li.json -IDMin 13500 -IDMax 16383 -IDMethod upward -src $TD/triceCheck.c
-trice insert -i $TD/til.json -li $TD/li.json -IDMin 13500 -IDMax 16383 -IDMethod upward -src $TD/..
-trice insert -i $TD/til.json -li $TD/li.json -IDMin 13500 -IDMax 16383 -IDMethod upward -src ./examples/F030_inst/
-trice insert -i $TD/til.json -li $TD/li.json -IDMin 13500 -IDMax 16383 -IDMethod upward -src ./examples/G0B1_inst/
-trice insert -i $TD/til.json -li $TD/li.json -IDMin 13500 -IDMax 16383 -IDMethod upward -src ./examples/L432_inst/
-
-DIRS="
-./examples/F030_inst/
-./examples/G0B1_inst/
-./examples/L432_inst/
-"
-
-for d in $DIRS
-do
- rm -f $d/til.json $d/li.json
- touch $d/til.json $d/li.json
- trice add -i $d/til.json -li $d/li.json -src ./examples/exampleData -src $TD -src $d
-done
-
-
-# The file cgoPackage.go is the same in all cgo test packages, but must be inside the folders.
-# os agnostic links would be better.
-CGOTESTDIRS="
- _special_dblB_de_tcobs_ua/
- special_protect_dblB_de_tcobs_ua/
- be_dblB_de_tcobs_ua/
- be_staticB_di_xtea_cobs_rtt32/
- _ERROR_dblB_di_cobs_rtt32__de_xtea_cobs_ua/
- _ERROR_ringB_di_cobs_rtt32__de_xtea_cobs_ua/
- _ERROR_ringB_di_xtea_cobs_rtt32__de_cobs_ua/
- _ERROR_ringB_di_xtea_cobs_rtt32__de_tcobs_ua/
- dblB_de_cobs_ua/
- dblB_de_multi_cobs_ua/
- dblB_de_multi_nopf_ua/
- dblB_de_multi_tcobs_ua/
- dblB_de_multi_xtea_cobs_ua/
- dblB_de_multi_xtea_tcobs_ua/
- dblB_de_nopf_ua/
- dblB_de_tcobs_ua/
- dblB_de_xtea_cobs_ua/
- dblB_de_xtea_tcobs_ua/
- dblB_di_nopf_rtt32__de_cobs_ua/
- dblB_di_nopf_rtt32__de_multi_cobs_ua/
- dblB_di_nopf_rtt32__de_multi_tcobs_ua/
- dblB_di_nopf_rtt32__de_tcobs_ua/
- dblB_di_nopf_rtt32__de_xtea_cobs_ua/
- dblB_di_nopf_rtt8__de_cobs_ua/
- dblB_di_nopf_rtt8__de_multi_cobs_ua/
- dblB_di_nopf_rtt8__de_multi_tcobs_ua/
- dblB_di_nopf_rtt8__de_tcobs_ua/
- ringB_de_cobs_ua/
- ringB_de_nopf_ua/
- ringB_de_tcobs_ua/
- ringB_de_xtea_cobs_ua/
- ringB_de_xtea_tcobs_ua/
- _ringB_de_multi_cobs_ua/
- ringB_de_multi_tcobs_ua/
- ringB_de_multi_xtea_cobs_ua/
- ringB_de_multi_xtea_tcobs_ua/
- ringB_di_cobs_rtt32__de_tcobs_ua/
- ringB_di_cobs_rtt8__de_tcobs_ua/
- ringB_di_nopf_rtt32__de_tcobs_ua/
- ringB_di_nopf_rtt32__de_xtea_cobs_ua/
- ringB_di_nopf_rtt8__de_tcobs_ua/
- ringB_di_tcobs_rtt32__de_tcobs_ua/
- ringB_di_xtea_cobs_rtt32__de_xtea_cobs_ua/
- stackB_di_nopf_aux32/
- stackB_di_nopf_aux8/
- stackB_di_nopf_rtt32/
- stackB_di_nopf_rtt8/
- stackB_di_xtea_cobs_rtt8/
- staticB_di_nopf_aux32/
- staticB_di_nopf_aux8/
- staticB_di_nopf_rtt32/
- staticB_di_nopf_rtt8/
- staticB_di_tcobs_rtt32/
- staticB_di_tcobs_rtt8/
- staticB_di_xtea_cobs_rtt32/
-"
-
-for d in $CGOTESTDIRS
-do
- cp $TD/cgoPackage.go $TD/../$d/generated_cgoPackage.go
-done
-
-cd ./examples
-./cleanAllTargets.sh
-cd - > /dev/null
-
-trice clean -i $TD/til.json -li $TD/li.json -src $TD/.. -src ./examples
diff --git a/src/SEGGER_RTT.c b/src/SEGGER_RTT.c
index 5f2002828..01d6b2a73 100644
--- a/src/SEGGER_RTT.c
+++ b/src/SEGGER_RTT.c
@@ -42,7 +42,7 @@
* *
**********************************************************************
* *
-* RTT version: 7.98f *
+* RTT version: 8.12a *
* *
**********************************************************************
diff --git a/src/SEGGER_RTT.h b/src/SEGGER_RTT.h
index c6f1c6422..b79226d86 100644
--- a/src/SEGGER_RTT.h
+++ b/src/SEGGER_RTT.h
@@ -42,7 +42,7 @@
* *
**********************************************************************
* *
-* RTT version: 7.98f *
+* RTT version: 8.12a *
* *
**********************************************************************
@@ -134,7 +134,12 @@ Revision: $Rev: 25842 $
#define _CORE_HAS_RTT_ASM_SUPPORT 1
#define _CORE_NEEDS_DMB 1
#define RTT__DMB() __asm volatile ("dmb\n" : : :);
- #elif ((defined __ARM_ARCH_7A__) || (defined __ARM_ARCH_7R__)) // Cortex-A/R 32-bit ARMv7-A/R
+ #elif \
+ ((defined __ARM_ARCH_7A__) || (defined __ARM_ARCH_7R__)) || \ // Cortex-A/R ARMv7-A/R & ARMv8-A/R
+ ((defined __ARM_ARCH_8A__) || (defined __ARM_ARCH_8R__))
+ //
+ // Cortex-A/R ARMv7-A/R & ARMv8-A/R
+ //
#define _CORE_NEEDS_DMB 1
#define RTT__DMB() __asm volatile ("dmb\n" : : :);
#else
@@ -164,7 +169,12 @@ Revision: $Rev: 25842 $
#define _CORE_HAS_RTT_ASM_SUPPORT 1
#define _CORE_NEEDS_DMB 1
#define RTT__DMB() __asm volatile ("dmb\n" : : :);
- #elif ((defined __ARM_ARCH_7A__) || (defined __ARM_ARCH_7R__)) // Cortex-A/R 32-bit ARMv7-A/R
+ #elif \
+ (defined __ARM_ARCH_7A__) || (defined __ARM_ARCH_7R__) || \
+ (defined __ARM_ARCH_8A__) || (defined __ARM_ARCH_8R__)
+ //
+ // Cortex-A/R ARMv7-A/R & ARMv8-A/R
+ //
#define _CORE_NEEDS_DMB 1
#define RTT__DMB() __asm volatile ("dmb\n" : : :);
#else
@@ -213,20 +223,17 @@ Revision: $Rev: 25842 $
#define RTT__DMB() asm VOLATILE ("DMB");
#endif
#endif
- #if (defined __ARM7A__)
- #if (__CORE__ == __ARM7A__) // Cortex-A 32-bit ARMv7-A
- #define _CORE_NEEDS_DMB 1
- #define RTT__DMB() asm VOLATILE ("DMB");
- #endif
- #endif
- #if (defined __ARM7R__)
- #if (__CORE__ == __ARM7R__) // Cortex-R 32-bit ARMv7-R
- #define _CORE_NEEDS_DMB 1
- #define RTT__DMB() asm VOLATILE ("DMB");
- #endif
+ #if\
+ ((defined __ARM7A__) && (__CORE__ == __ARM7A__)) || \
+ ((defined __ARM7R__) && (__CORE__ == __ARM7R__)) || \
+ ((defined __ARM8A__) && (__CORE__ == __ARM8A__)) || \
+ ((defined __ARM8R__) && (__CORE__ == __ARM8R__))
+ //
+ // Cortex-A/R ARMv7-A/R & ARMv8-A/R
+ //
+ #define _CORE_NEEDS_DMB 1
+ #define RTT__DMB() asm VOLATILE ("DMB");
#endif
-// TBD: __ARM8A__ => Cortex-A 64-bit ARMv8-A
-// TBD: __ARM8R__ => Cortex-R 64-bit ARMv8-R
#else
//
// Other compilers
diff --git a/src/cobsEncode.c b/src/cobsEncode.c
index c736902fe..d2d4535d3 100644
--- a/src/cobsEncode.c
+++ b/src/cobsEncode.c
@@ -10,7 +10,7 @@
//! @return Encoded buffer length in bytes.
//! @note Does not output delimiter byte. Code taken from Wikipedia and slightly adapted.
size_t COBSEncode(void* __restrict out, const void* __restrict in, size_t length) {
- uint8_t* buffer = out;
+ uint8_t* buffer = (uint8_t*)out;
uint8_t* encode = buffer; // Encoded byte pointer
uint8_t* codep = encode++; // Output code pointer
uint8_t code = 1; // Code value
diff --git a/src/tcobsv1Decode.c b/src/tcobsv1Decode.c
index c57469455..4867cb61f 100644
--- a/src/tcobsv1Decode.c
+++ b/src/tcobsv1Decode.c
@@ -12,11 +12,14 @@
static int sigilAndOffset(uint8_t* sigil, uint8_t b);
static uint8_t repeatByte(int offset, uint8_t* in, int len);
+#pragma GCC diagnostic ignored "-Wstrict-overflow"
+
int TCOBSDecode(void* __restrict output, size_t max, const void* __restrict input, size_t length) {
uint8_t* in = (uint8_t*)input;
int ilen = (int)length; // remaining input length
uint8_t* out = (uint8_t*)output;
int olen = 0; // output length
+ int Max = (int)max;
while (ilen > 0) {
uint8_t next = in[ilen - 1]; // get next sigil byte (starting from the end)
uint8_t sigil;
@@ -32,46 +35,46 @@ int TCOBSDecode(void* __restrict output, size_t max, const void* __restrict inpu
case Z3:
olen += 1;
- out[max - olen] = 0;
+ out[Max - olen] = 0;
// fallthrough
case Z2:
olen += 1;
- out[max - olen] = 0;
+ out[Max - olen] = 0;
// fallthrough
case Z1:
olen += 1;
- out[max - olen] = 0;
+ out[Max - olen] = 0;
goto copyBytes;
case F4:
olen += 1;
- out[max - olen] = 0xFF;
+ out[Max - olen] = 0xFF;
// fallthrough
case F3:
olen += 1;
- out[max - olen] = 0xFF;
+ out[Max - olen] = 0xFF;
// fallthrough
case F2:
olen += 1;
- out[max - olen] = 0xFF;
+ out[Max - olen] = 0xFF;
olen += 1;
- out[max - olen] = 0xFF;
+ out[Max - olen] = 0xFF;
goto copyBytes;
case R4:
olen += 1;
- out[max - olen] = repeatByte(offset, in, ilen);
+ out[Max - olen] = repeatByte(offset, in, ilen);
// fallthrough
case R3:
olen += 1;
- out[max - olen] = repeatByte(offset, in, ilen);
+ out[Max - olen] = repeatByte(offset, in, ilen);
// fallthrough
case R2:
r = repeatByte(offset, in, ilen);
olen += 1;
- out[max - olen] = r;
+ out[Max - olen] = r;
olen += 1;
- out[max - olen] = r;
+ out[Max - olen] = r;
goto copyBytes;
default:
@@ -79,12 +82,12 @@ int TCOBSDecode(void* __restrict output, size_t max, const void* __restrict inpu
}
copyBytes: {
- uint8_t* to = out + max - olen - offset; // to := len(d) - n - offset
+ uint8_t* to = out + Max - olen - offset; // to := len(d) - n - offset
uint8_t* from = in + ilen - offset; // from := len(in) - offset // sigil byte is already removed
if (to < out) {
return OUT_BUFFER_TOO_SMALL - __LINE__;
}
- memcpy(to, from, offset); // n += copy(d[to:], in[from:])
+ memcpy(to, from, (size_t)offset); // n += copy(d[to:], in[from:])
olen += offset;
ilen -= offset; // in = in[:len(in)-offset] // remove copied bytes
continue;
diff --git a/src/tcobsv1Encode.c b/src/tcobsv1Encode.c
index d98e71cd0..cf9f98bad 100644
--- a/src/tcobsv1Encode.c
+++ b/src/tcobsv1Encode.c
@@ -56,18 +56,18 @@
//! OUT_reptSigil writes one of the sigil bytes R2, R3, R4
//! according to reptCount and sets reptCount=0 and offset=0.
//! If offset is bigger than 7 a NOP sigil byte is inserted.
-#define OUT_reptSigil \
- { \
- ASSERT((zeroCount | fullCount) == 0); \
- ASSERT(2 <= reptCount && reptCount <= 4); \
- ASSERT(offset <= 31); \
- if (offset > 7) { \
- *o++ = N | offset; \
- offset = 0; \
- } \
- *o++ = ((reptCount - 1) << 3) | offset; \
- offset = 0; \
- reptCount = 0; \
+#define OUT_reptSigil \
+ { \
+ ASSERT((zeroCount | fullCount) == 0); \
+ ASSERT(2 <= reptCount && reptCount <= 4); \
+ ASSERT(offset <= 31); \
+ if (offset > 7) { \
+ *o++ = N | offset; \
+ offset = 0; \
+ } \
+ *o++ = (uint8_t)(((reptCount - 1) << 3) | offset); \
+ offset = 0; \
+ reptCount = 0; \
}
int TCOBSEncode(void* __restrict output, const void* __restrict input, size_t length) {
diff --git a/src/trice.c b/src/trice.c
index 3bd844b38..93a4c77a1 100644
--- a/src/trice.c
+++ b/src/trice.c
@@ -7,7 +7,7 @@
#include "tcobs.h"
#include "xtea.h"
-#if TRICE_OFF == 0
+#if !TRICE_OFF
// check configuration:
@@ -221,8 +221,8 @@ int TriceDataOffsetDepthMax = 0;
//! TriceSingleMaxWordCount is a diagnostics value usable to optimize buffer space TRICE_BUFFER_SIZE for a single trice message.
unsigned TriceSingleMaxWordCount = 0;
-//! TriceDynBufTruncateCount couts how often a dynamic buffer was truncated because it was too long.
-unsigned TriceDynBufTruncateCount = 0;
+//! TriceDynStringBufTruncateCount couts how often a dynamic buffer was truncated because it was too long.
+unsigned TriceDynStringBufTruncateCount = 0;
#if TRICE_PROTECT == 1
@@ -392,9 +392,9 @@ size_t TriceEncode(unsigned encrypt, unsigned framing, uint8_t* dst, const uint8
memmove(dst, dat, len);
encLen = len;
return encLen;
+ default:
+ return 0; // unexpected
}
-
- return 0; // unexpected
}
#if (TRICE_DIAGNOSTICS == 1) && defined(SEGGER_RTT)
@@ -930,111 +930,111 @@ void TRiceAssertFalse(int idN, char* msg, int flag) {
#ifdef TRICE_N
-void triceN(int tid, char* fmt, void* buf, uint32_t n) {
+void triceN(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE_N(id(tid), fmt, buf, n);
}
-void TriceN(int tid, char* fmt, void* buf, uint32_t n) {
+void TriceN(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE_N(Id(tid), fmt, buf, n);
}
-void TRiceN(int tid, char* fmt, void* buf, uint32_t n) {
+void TRiceN(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE_N(ID(tid), fmt, buf, n);
}
-void trice8B(int tid, char* fmt, void* buf, uint32_t n) {
+void trice8B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE8_B(id(tid), fmt, buf, n);
}
-void Trice8B(int tid, char* fmt, void* buf, uint32_t n) {
+void Trice8B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE8_B(Id(tid), fmt, buf, n);
}
-void TRice8B(int tid, char* fmt, void* buf, uint32_t n) {
+void TRice8B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE8_B(ID(tid), fmt, buf, n);
}
-void trice16B(int tid, char* fmt, void* buf, uint32_t n) {
+void trice16B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE16_B(id(tid), fmt, buf, n);
}
-void Trice16B(int tid, char* fmt, void* buf, uint32_t n) {
+void Trice16B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE16_B(Id(tid), fmt, buf, n);
}
-void TRice16B(int tid, char* fmt, void* buf, uint32_t n) {
+void TRice16B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE16_B(ID(tid), fmt, buf, n);
}
-void trice32B(int tid, char* fmt, void* buf, uint32_t n) {
+void trice32B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE32_B(id(tid), fmt, buf, n);
}
-void Trice32B(int tid, char* fmt, void* buf, uint32_t n) {
+void Trice32B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE32_B(Id(tid), fmt, buf, n);
}
-void TRice32B(int tid, char* fmt, void* buf, uint32_t n) {
+void TRice32B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE32_B(ID(tid), fmt, buf, n);
}
-void trice64B(int tid, char* fmt, void* buf, uint32_t n) {
+void trice64B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE64_B(id(tid), fmt, buf, n);
}
-void Trice64B(int tid, char* fmt, void* buf, uint32_t n) {
+void Trice64B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE64_B(Id(tid), fmt, buf, n);
}
-void TRice64B(int tid, char* fmt, void* buf, uint32_t n) {
+void TRice64B(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE64_B(ID(tid), fmt, buf, n);
}
-void trice8F(int tid, char* fmt, void* buf, uint32_t n) {
+void trice8F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE8_F(id(tid), fmt, buf, n);
}
-void Trice8F(int tid, char* fmt, void* buf, uint32_t n) {
+void Trice8F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE8_F(Id(tid), fmt, buf, n);
}
-void TRice8F(int tid, char* fmt, void* buf, uint32_t n) {
+void TRice8F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE8_F(ID(tid), fmt, buf, n);
}
-void trice16F(int tid, char* fmt, void* buf, uint32_t n) {
+void trice16F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE16_F(id(tid), fmt, buf, n);
}
-void Trice16F(int tid, char* fmt, void* buf, uint32_t n) {
+void Trice16F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE16_F(Id(tid), fmt, buf, n);
}
-void TRice16F(int tid, char* fmt, void* buf, uint32_t n) {
+void TRice16F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE16_F(ID(tid), fmt, buf, n);
}
-void trice32F(int tid, char* fmt, void* buf, uint32_t n) {
+void trice32F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE32_F(id(tid), fmt, buf, n);
}
-void Trice32F(int tid, char* fmt, void* buf, uint32_t n) {
+void Trice32F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE32_F(Id(tid), fmt, buf, n);
}
-void TRice32F(int tid, char* fmt, void* buf, uint32_t n) {
+void TRice32F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE32_F(ID(tid), fmt, buf, n);
}
-void trice64F(int tid, char* fmt, void* buf, uint32_t n) {
+void trice64F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE64_F(id(tid), fmt, buf, n);
}
-void Trice64F(int tid, char* fmt, void* buf, uint32_t n) {
+void Trice64F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE64_F(Id(tid), fmt, buf, n);
}
-void TRice64F(int tid, char* fmt, void* buf, uint32_t n) {
+void TRice64F(int tid, char const* fmt, void* buf, uint32_t n) {
TRICE64_F(ID(tid), fmt, buf, n);
}
@@ -1056,4 +1056,4 @@ void TRiceS(int tid, char* fmt, char* runtimeGeneratedString) {
#endif // #ifdef TRICE_N
-#endif // #if TRICE_OFF == 0
+#endif // #if !TRICE_OFF
diff --git a/src/trice.h b/src/trice.h
index bd944b2fb..1be9c21c3 100644
--- a/src/trice.h
+++ b/src/trice.h
@@ -109,10 +109,10 @@ extern "C" {
// aFloat returns passed float value x as bit pattern in a uint32_t type.
TRICE_INLINE uint32_t aFloat(float f) {
union {
- float from;
- uint32_t to;
- } pun = {.from = f};
- return pun.to;
+ float from_aFloat;
+ uint32_t to_aFloat;
+ } pun = {.from_aFloat = f};
+ return pun.to_aFloat;
}
// aDouble returns passed double value x as bit pattern in a uint64_t type.
@@ -120,9 +120,9 @@ TRICE_INLINE uint64_t aDouble(double x) {
union {
double d;
uint64_t u;
- } t;
- t.d = x;
- return t.u;
+ } t_aDouble;
+ t_aDouble.d = x;
+ return t_aDouble.u;
}
// Just in case you are receiving Trice messages containing uint32_t values to be interpreted as float:
@@ -178,7 +178,7 @@ TRICE_INLINE uint64_t aDouble(double x) {
// global variables:
-extern uint32_t* const triceSingleBufferStartWritePosition;
+extern uint32_t* triceSingleBufferStartWritePosition;
extern unsigned TricesCountRingBuffer;
extern char triceCommandBuffer[];
extern int triceCommandFlag;
@@ -212,7 +212,7 @@ void WatchRingBufferMargins(void);
extern int TriceDataOffsetDepthMax;
extern unsigned TriceSingleMaxWordCount;
-extern unsigned TriceDynBufTruncateCount;
+extern unsigned TriceDynStringBufTruncateCount;
extern unsigned TriceHalfBufferDepthMax;
#if TRICE_PROTECT == 1
@@ -222,14 +222,14 @@ extern unsigned TriceDeferredOverflowCount;
#endif // #if TRICE_PROTECT == 1
-#define TRICE_DYN_BUF_TRUNCATE_COUNT_INCREMENT() \
- do { \
- TriceDynBufTruncateCount++; \
+#define TRICE_DYN_STRG_BUF_TRUNCATE_COUNT_INCREMENT() \
+ do { \
+ TriceDynStringBufTruncateCount++; \
} while (0)
#else // #if (TRICE_DIAGNOSTICS == 1)
-#define TRICE_DYN_BUF_TRUNCATE_COUNT_INCREMENT()
+#define TRICE_DYN_STRG_BUF_TRUNCATE_COUNT_INCREMENT()
#endif // #else // #if (TRICE_DIAGNOSTICS == 1)
@@ -271,23 +271,23 @@ extern uint32_t* TriceBufferWritePosition;
#define idLH idLH
#define IdLH IdLH
#define IDLH IDLH
-#define tsL tsL
-#define tsH tsH
-#define tsHH tsHH
-#define tsHL tsHL
-#define tsLH tsLH
-#define tsLL tsLL
+// #define tsL tsL
+// #define tsH tsH
+// #define tsHH tsHH
+// #define tsHL tsHL
+// #define tsLH tsLH
+// #define tsLL tsLL
//
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+#pragma GCC diagnostic ignored "-Wincompatible-pointer-types"
//! TRICE_PUT16 copies 16-bit value x into the Trice buffer.
-#define TRICE_PUT16(x) \
- do { \
- uint16_t* p = (uint16_t*)TriceBufferWritePosition; \
- *p++ = TRICE_HTOTS(x); \
- TriceBufferWritePosition = (uint32_t*)p; \
+#define TRICE_PUT16(x) \
+ do { \
+ uint16_t* p_TRICE_PUT16 = (uint16_t*)TriceBufferWritePosition; \
+ *p_TRICE_PUT16++ = TRICE_HTOTS(x); \
+ TriceBufferWritePosition = p_TRICE_PUT16; \
} while (0)
-
#include "trice8.h"
#include "trice16.h"
#include "trice32.h"
@@ -306,12 +306,12 @@ extern uint32_t* TriceBufferWritePosition;
#undef idLH
#undef IdLH
#undef IDLH
-#undef tsL
-#undef tsH
-#undef tsHH
-#undef tsHL
-#undef tsLH
-#undef tsLL
+// #undef tsL
+// #undef tsH
+// #undef tsHH
+// #undef tsHL
+// #undef tsLH
+// #undef tsLL
#if (__STDC_VERSION__ >= 202000) //! C23 standard specification for endianess detection (Note N3022)
@@ -338,9 +338,9 @@ extern uint32_t* TriceBufferWritePosition;
#else
-#ifndef(TRICE_MCU_IS_BIG_ENDIAN)
+#ifndef TRICE_MCU_IS_BIG_ENDIAN
#error Bytes order not supported or not detected, set TRICE_MCU_IS_BIG_ENDIAN to 0 or 1 in your triceConfig.h file.
-#endif // TRICE_MCU_IS_BIG_ENDIAN
+#endif // #ifndef TRICE_MCU_IS_BIG_ENDIAN
#endif // __BYTE_ORDER__
@@ -372,7 +372,7 @@ extern uint32_t* TriceBufferWritePosition;
#if TRICE_DIAGNOSTICS == 1
#define TRICE_DIAGNOSTICS_SINGLE_BUFFER_KEEP_START \
- uint32_t* const triceSingleBufferStartWritePosition = TriceBufferWritePosition;
+ triceSingleBufferStartWritePosition = TriceBufferWritePosition;
#define TRICE_DIAGNOSTICS_SINGLE_BUFFER \
do { \
@@ -404,7 +404,7 @@ extern uint32_t* TriceBufferWritePosition;
TRICE_ENTER_CRITICAL_SECTION { \
{ \
uint32_t triceSingleBuffer[TRICE_BUFFER_SIZE >> 2]; /* no = {0} here for speed */ \
- uint32_t* const triceSingleBufferStartWritePosition = &triceSingleBuffer[TRICE_DATA_OFFSET >> 2]; \
+ triceSingleBufferStartWritePosition = &triceSingleBuffer[TRICE_DATA_OFFSET >> 2]; \
uint32_t* TriceBufferWritePosition = triceSingleBufferStartWritePosition;
#endif // #if TRICE_BUFFER == TRICE_STACK_BUFFER
@@ -427,7 +427,7 @@ extern uint32_t* TriceBufferWritePosition;
#define TRICE_ENTER \
TRICE_ENTER_CRITICAL_SECTION { \
if (TriceEnoughSpace()) { \
- uint32_t* const triceSingleBufferStartWritePosition = TriceBufferWritePosition;
+ triceSingleBufferStartWritePosition = TriceBufferWritePosition;
#else // #if TRICE_PROTECT == 1
@@ -435,7 +435,7 @@ extern uint32_t* TriceBufferWritePosition;
#define TRICE_ENTER \
TRICE_ENTER_CRITICAL_SECTION { \
{ \
- uint32_t* const triceSingleBufferStartWritePosition = TriceBufferWritePosition;
+ triceSingleBufferStartWritePosition = TriceBufferWritePosition;
#endif // #else // #if TRICE_PROTECT == 1
@@ -475,7 +475,7 @@ extern uint32_t* TriceBufferWritePosition;
/* If this space is not given anymore, the `TriceBufferWritePosition` is reset to the start address of the ring buffer. */ \
TriceBufferWritePosition = TriceBufferWritePosition <= TriceRingBufferProtectLimit ? TriceBufferWritePosition : TriceRingBufferStart; \
if (TriceEnoughSpace()) { \
- uint32_t* const triceSingleBufferStartWritePosition = TriceBufferWritePosition; \
+ triceSingleBufferStartWritePosition = TriceBufferWritePosition; \
TricesCountRingBuffer++; // Because TRICE macros are an atomic instruction normally, this can be done here.
#else // #if TRICE_PROTECT == 1
@@ -489,7 +489,7 @@ extern uint32_t* TriceBufferWritePosition;
/* If this space is not given anymore, the `TriceBufferWritePosition` is reset to the start address of the ring buffer. */ \
/* This implementation is a bit different than a ring buffer is usually implemented. */ \
TriceBufferWritePosition = TriceBufferWritePosition <= TriceRingBufferProtectLimit ? TriceBufferWritePosition : TriceRingBufferStart; \
- uint32_t* const triceSingleBufferStartWritePosition = TriceBufferWritePosition; \
+ triceSingleBufferStartWritePosition = TriceBufferWritePosition; \
TricesCountRingBuffer++; // Because TRICE macros are an atomic instruction normally, this can be done here.
#endif // #else // #if TRICE_PROTECT == 1
@@ -532,7 +532,7 @@ extern uint32_t* TriceBufferWritePosition;
#define TRICE_LEAVE \
/* wordCount is the amount of steps, the TriceBufferWritePosition went forward for the actual trice. */ \
/* The last written uint32_t trice value can contain 1 to 3 padding bytes. */ \
- unsigned wordCount = TriceBufferWritePosition - triceSingleBufferStartWritePosition; \
+ unsigned wordCount = (unsigned)(TriceBufferWritePosition - triceSingleBufferStartWritePosition); \
TRICE_DIAGNOSTICS_SINGLE_BUFFER_USING_WORD_COUNT \
TriceNonBlockingDirectWrite(triceSingleBufferStartWritePosition, wordCount); \
} \
@@ -559,7 +559,7 @@ extern uint32_t* TriceBufferWritePosition;
//! In that case the byte order needs to be provided by the written code.
#define TRICE_PUT(x) \
do { \
- *TriceBufferWritePosition++ = x; \
+ *TriceBufferWritePosition++ = (uint32_t)(x); \
} while (0);
#endif
@@ -570,7 +570,7 @@ extern uint32_t* TriceBufferWritePosition;
#define TRICE_PUT_BUFFER(buf, len) \
do { \
memcpy(TriceBufferWritePosition, buf, len); \
- unsigned len4 = ((unsigned)len + 3) & ~3; \
+ unsigned len4 = ((unsigned)len + 3u) & ~3u; \
memset((uint8_t*)TriceBufferWritePosition + len, 0, len4 - len); /*clear padding space*/ \
TriceBufferWritePosition += len4 >> 2; \
} while (0)
@@ -604,60 +604,60 @@ extern uint32_t* TriceBufferWritePosition;
//
// todo: for some reason this macro is not working well wit name len instead of len_, probably when injected len as value.
//
-#define TRICE_N(tid, pFmt, buf, n) \
- do { \
- TRICE_UNUSED(pFmt); \
- uint32_t limit = TRICE_SINGLE_MAX_SIZE - 12; /* 12 = head(2) + max timestamp size(4) + count(2) + max 3 zeroes, we take 4 */ \
- uint32_t len_ = n; /* n could be a constant */ \
- if (len_ > limit) { \
- TRICE_DYN_BUF_TRUNCATE_COUNT_INCREMENT(); \
- len_ = limit; \
- } \
- TRICE_ENTER tid; \
- if (len_ <= 127) { \
- TRICE_CNTC(len_); \
- } else { \
- TRICE_LCNT(len_); \
- } \
- TRICE_PUT_BUFFER(buf, len_); \
- TRICE_LEAVE \
+#define TRICE_N(tid, pFmt, buf, n) \
+ do { \
+ TRICE_UNUSED(pFmt); \
+ uint32_t limit_TRICE_N = TRICE_SINGLE_MAX_SIZE - 12; /* 12 = head(2) + max timestamp size(4) + count(2) + max 3 zeroes, we take 4 */ \
+ uint32_t len_TRICE_N = (uint32_t)(n); /* n could be a constant */ \
+ if (len_TRICE_N > limit_TRICE_N) { \
+ TRICE_DYN_STRG_BUF_TRUNCATE_COUNT_INCREMENT(); \
+ len_TRICE_N = limit_TRICE_N; \
+ } \
+ TRICE_ENTER tid; \
+ if (len_TRICE_N <= 127) { \
+ TRICE_CNTC(len_TRICE_N); \
+ } else { \
+ TRICE_LCNT(len_TRICE_N); \
+ } \
+ TRICE_PUT_BUFFER(buf, len_TRICE_N); \
+ TRICE_LEAVE \
} while (0)
-void triceN(int tid, char* fmt, void* buf, uint32_t n);
-void TriceN(int tid, char* fmt, void* buf, uint32_t n);
-void TRiceN(int tid, char* fmt, void* buf, uint32_t n);
+void triceN(int tid, char const* fmt, void* buf, uint32_t n);
+void TriceN(int tid, char const* fmt, void* buf, uint32_t n);
+void TRiceN(int tid, char const* fmt, void* buf, uint32_t n);
-void trice8B(int tid, char* fmt, void* buf, uint32_t n);
-void Trice8B(int tid, char* fmt, void* buf, uint32_t n);
-void TRice8B(int tid, char* fmt, void* buf, uint32_t n);
+void trice8B(int tid, char const* fmt, void* buf, uint32_t n);
+void Trice8B(int tid, char const* fmt, void* buf, uint32_t n);
+void TRice8B(int tid, char const* fmt, void* buf, uint32_t n);
-void trice16B(int tid, char* fmt, void* buf, uint32_t n);
-void Trice16B(int tid, char* fmt, void* buf, uint32_t n);
-void TRice16B(int tid, char* fmt, void* buf, uint32_t n);
+void trice16B(int tid, char const* fmt, void* buf, uint32_t n);
+void Trice16B(int tid, char const* fmt, void* buf, uint32_t n);
+void TRice16B(int tid, char const* fmt, void* buf, uint32_t n);
-void trice32B(int tid, char* fmt, void* buf, uint32_t n);
-void Trice32B(int tid, char* fmt, void* buf, uint32_t n);
-void TRice32B(int tid, char* fmt, void* buf, uint32_t n);
+void trice32B(int tid, char const* fmt, void* buf, uint32_t n);
+void Trice32B(int tid, char const* fmt, void* buf, uint32_t n);
+void TRice32B(int tid, char const* fmt, void* buf, uint32_t n);
-void trice64B(int tid, char* fmt, void* buf, uint32_t n);
-void Trice64B(int tid, char* fmt, void* buf, uint32_t n);
-void TRice64B(int tid, char* fmt, void* buf, uint32_t n);
+void trice64B(int tid, char const* fmt, void* buf, uint32_t n);
+void Trice64B(int tid, char const* fmt, void* buf, uint32_t n);
+void TRice64B(int tid, char const* fmt, void* buf, uint32_t n);
-void trice8F(int tid, char* fmt, void* buf, uint32_t n);
-void Trice8F(int tid, char* fmt, void* buf, uint32_t n);
-void TRice8F(int tid, char* fmt, void* buf, uint32_t n);
+void trice8F(int tid, char const* fmt, void* buf, uint32_t n);
+void Trice8F(int tid, char const* fmt, void* buf, uint32_t n);
+void TRice8F(int tid, char const* fmt, void* buf, uint32_t n);
-void trice16F(int tid, char* fmt, void* buf, uint32_t n);
-void Trice16F(int tid, char* fmt, void* buf, uint32_t n);
-void TRice16F(int tid, char* fmt, void* buf, uint32_t n);
+void trice16F(int tid, char const* fmt, void* buf, uint32_t n);
+void Trice16F(int tid, char const* fmt, void* buf, uint32_t n);
+void TRice16F(int tid, char const* fmt, void* buf, uint32_t n);
-void trice32F(int tid, char* fmt, void* buf, uint32_t n);
-void Trice32F(int tid, char* fmt, void* buf, uint32_t n);
-void TRice32F(int tid, char* fmt, void* buf, uint32_t n);
+void trice32F(int tid, char const* fmt, void* buf, uint32_t n);
+void Trice32F(int tid, char const* fmt, void* buf, uint32_t n);
+void TRice32F(int tid, char const* fmt, void* buf, uint32_t n);
-void trice64F(int tid, char* fmt, void* buf, uint32_t n);
-void Trice64F(int tid, char* fmt, void* buf, uint32_t n);
-void TRice64F(int tid, char* fmt, void* buf, uint32_t n);
+void trice64F(int tid, char const* fmt, void* buf, uint32_t n);
+void Trice64F(int tid, char const* fmt, void* buf, uint32_t n);
+void TRice64F(int tid, char const* fmt, void* buf, uint32_t n);
#endif // #ifndef TRICE_N
@@ -667,10 +667,10 @@ void TRice64F(int tid, char* fmt, void* buf, uint32_t n);
//! \param tid trice identifier
//! \param pFmt format string for trice (ignored here but used by the trice tool)
//! \param runtimeGeneratedString 0-terminated runtime generated string
-#define TRICE_S(tid, pFmt, runtimeGeneratedString) \
- do { \
- uint32_t ssiz = strlen(runtimeGeneratedString); \
- TRICE_N(tid, pFmt, runtimeGeneratedString, ssiz); \
+#define TRICE_S(tid, pFmt, runtimeGeneratedString) \
+ do { \
+ uint32_t ssiz_TRICE_S = strlen(runtimeGeneratedString); \
+ TRICE_N(tid, pFmt, runtimeGeneratedString, ssiz_TRICE_S); \
} while (0)
void triceS(int tid, char* fmt, char* runtimeGeneratedString);
@@ -682,35 +682,35 @@ void TRiceS(int tid, char* fmt, char* runtimeGeneratedString);
//! ID writes 14-bit id with 11 as 2 most significant bits, followed by a 32-bit stamp.
//! 11iiiiiiI TT | TT (NC) | ...
//! C000 = 1100 0000 0000 0000
-#define ID(n) \
- do { \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT16_1616((0xC000 | (n)), ts); \
+#define ID(n) \
+ do { \
+ uint32_t ts_ID = TriceStamp32; \
+ TRICE_PUT16_1616((((uint16_t)0xC000) | ((uint16_t)(n))), ts_ID); \
} while (0)
//! Id writes 14-bit id with 10 as 2 most significant bits two times, followed by a 16-bit stamp.
//! 10iiiiiiI 10iiiiiiI | TT (NC) | ...
//! 8000 = 1000 0000 0000 0000
-#define Id(n) \
- do { \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(TRICE_HTOTL(0x80008000 | ((n) << 16) | (n))); \
- TRICE_PUT16(ts); \
+#define Id(n) \
+ do { \
+ uint16_t ts_Id = TriceStamp16; \
+ TRICE_PUT(TRICE_HTOTL(0x80008000u | (((uint32_t)(n)) << 16) | ((uint32_t)(n)))); \
+ TRICE_PUT16(ts_Id); \
} while (0)
//! id writes 14-bit id with 01 as 2 most significant bits, followed by no stamp.
//! 01iiiiiiI (NC) | ...
//! 4000 = 0100 0000 0000 0000
-#define id(n) TRICE_PUT16(0x4000 | (n));
+#define id(n) TRICE_PUT16((uint16_t)(0x4000) | (n));
//! iD is just a code parsing helper.
#define iD(n) (n)
//! TRICE_CNTC writes 7-bit byte count and 8-bit cycle counter.
-#define TRICE_CNTC(count) \
- do { \
- uint16_t v = ((count) << 8) | TRICE_CYCLE; \
- TRICE_PUT16(v); \
+#define TRICE_CNTC(count) \
+ do { \
+ uint16_t v_TRICE_CNTC = (((uint16_t)(count)) << 8) | TRICE_CYCLE; \
+ TRICE_PUT16(v_TRICE_CNTC); \
} while (0)
#if TRICE_CYCLE_COUNTER == 1
diff --git a/src/trice16McuReverse.h b/src/trice16McuReverse.h
index e0bfd5de0..1c3a51289 100644
--- a/src/trice16McuReverse.h
+++ b/src/trice16McuReverse.h
@@ -85,214 +85,214 @@
TRICE_PUT16_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
-#define Trice16m_0(tid) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | tsL | tsH); \
+#define Trice16m_0(tid) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_0 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | TRICE16_LO_BYTE(ts_Trice16m_0) | TRICE16_HI_BYTE(ts_Trice16m_0)); \
TRICE_LEAVE
//! Trice16m_1 writes trice data as fast as possible in a buffer.
//! \param tid is a 16 bit Trice id in upper 2 bytes of a 32 bit value
//! \param v0 a 16 bit value
-#define Trice16m_1(tid, v0) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (2 << 16) | tsL | tsH); \
- TRICE_PUT16_1(v0) \
+#define Trice16m_1(tid, v0) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_1 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (2 << 16) | TRICE16_LO_BYTE(ts_Trice16m_1) | TRICE16_HI_BYTE(ts_Trice16m_1)); \
+ TRICE_PUT16_1(v0) \
TRICE_LEAVE
-#define Trice16m_2(tid, v0, v1) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | tsL | tsH); \
- TRICE_PUT16_2(v0, v1); \
+#define Trice16m_2(tid, v0, v1) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_2 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | TRICE16_LO_BYTE(ts_Trice16m_2) | TRICE16_HI_BYTE(ts_Trice16m_2)); \
+ TRICE_PUT16_2(v0, v1); \
TRICE_LEAVE
-#define Trice16m_3(tid, v0, v1, v2) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (6 << 16) | tsL | tsH); \
- TRICE_PUT16_3(v0, v1, v2); \
+#define Trice16m_3(tid, v0, v1, v2) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_3 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (6 << 16) | TRICE16_LO_BYTE(ts_Trice16m_3) | TRICE16_HI_BYTE(ts_Trice16m_3)); \
+ TRICE_PUT16_3(v0, v1, v2); \
TRICE_LEAVE
-#define Trice16m_4(tid, v0, v1, v2, v3) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | tsL | tsH); \
- TRICE_PUT16_4(v0, v1, v2, v3); \
+#define Trice16m_4(tid, v0, v1, v2, v3) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_4 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | TRICE16_LO_BYTE(ts_Trice16m_4) | TRICE16_HI_BYTE(ts_Trice16m_4)); \
+ TRICE_PUT16_4(v0, v1, v2, v3); \
TRICE_LEAVE
-#define Trice16m_5(tid, v0, v1, v2, v3, v4) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (10 << 16) | tsL | tsH); \
- TRICE_PUT16_5(v0, v1, v2, v3, v4); \
+#define Trice16m_5(tid, v0, v1, v2, v3, v4) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_5 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (10 << 16) | TRICE16_LO_BYTE(ts_Trice16m_5) | TRICE16_HI_BYTE(ts_Trice16m_5)); \
+ TRICE_PUT16_5(v0, v1, v2, v3, v4); \
TRICE_LEAVE
-#define Trice16m_6(tid, v0, v1, v2, v3, v4, v5) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | tsL | tsH); \
- TRICE_PUT16_6(v0, v1, v2, v3, v4, v5); \
+#define Trice16m_6(tid, v0, v1, v2, v3, v4, v5) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_6 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | TRICE16_LO_BYTE(ts_Trice16m_6) | TRICE16_HI_BYTE(ts_Trice16m_6)); \
+ TRICE_PUT16_6(v0, v1, v2, v3, v4, v5); \
TRICE_LEAVE
-#define Trice16m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (14 << 16) | tsL | tsH); \
- TRICE_PUT16_7(v0, v1, v2, v3, v4, v5, v6); \
+#define Trice16m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_7 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (14 << 16) | TRICE16_LO_BYTE(ts_Trice16m_7) | TRICE16_HI_BYTE(ts_Trice16m_7)); \
+ TRICE_PUT16_7(v0, v1, v2, v3, v4, v5, v6); \
TRICE_LEAVE
-#define Trice16m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | tsL | tsH); \
- TRICE_PUT16_8(v0, v1, v2, v3, v4, v5, v6, v7); \
+#define Trice16m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_8 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | TRICE16_LO_BYTE(ts_Trice16m_8) | TRICE16_HI_BYTE(ts_Trice16m_8)); \
+ TRICE_PUT16_8(v0, v1, v2, v3, v4, v5, v6, v7); \
TRICE_LEAVE
-#define Trice16m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (18 << 16) | tsL | tsH); \
- TRICE_PUT16_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
+#define Trice16m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_9 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (18 << 16) | TRICE16_LO_BYTE(ts_Trice16m_9) | TRICE16_HI_BYTE(ts_Trice16m_9)); \
+ TRICE_PUT16_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
TRICE_LEAVE
-#define Trice16m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (20 << 16) | tsL | tsH); \
- TRICE_PUT16_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
+#define Trice16m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_10 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (20 << 16) | TRICE16_LO_BYTE(ts_Trice16m_10) | TRICE16_HI_BYTE(ts_Trice16m_10)); \
+ TRICE_PUT16_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
TRICE_LEAVE
-#define Trice16m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (22 << 16) | tsL | tsH); \
- TRICE_PUT16_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
+#define Trice16m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_11 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (22 << 16) | TRICE16_LO_BYTE(ts_Trice16m_11) | TRICE16_HI_BYTE(ts_Trice16m_11)); \
+ TRICE_PUT16_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
TRICE_LEAVE
-#define Trice16m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | tsL | tsH); \
- TRICE_PUT16_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+#define Trice16m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+ TRICE_ENTER \
+ uint16_t ts_Trice16m_12 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | TRICE16_LO_BYTE(ts_Trice16m_12) | TRICE16_HI_BYTE(ts_Trice16m_12)); \
+ TRICE_PUT16_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
-#define TRice16m_0(tid) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | tsLL | tsLH) \
+#define TRice16m_0(tid) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
TRICE_LEAVE
//! TRice16m_1 writes trice data as fast as possible in a buffer.
//! \param tid is a 14 bit Trice id in upper 2 bytes of a 32 bit value
//! \param v0 a 16 bit value
-#define TRice16m_1(tid, v0) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (2 << 16) | tsLL | tsLH) \
- TRICE_PUT16_1(v0) \
- TRICE_LEAVE
-
-#define TRice16m_2(tid, v0, v1) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | tsLL | tsLH) \
- TRICE_PUT16_2(v0, v1); \
- TRICE_LEAVE
-
-#define TRice16m_3(tid, v0, v1, v2) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (6 << 16) | tsLL | tsLH) \
- TRICE_PUT16_3(v0, v1, v2); \
- TRICE_LEAVE
-
-#define TRice16m_4(tid, v0, v1, v2, v3) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | tsLL | tsLH) \
- TRICE_PUT16_4(v0, v1, v2, v3); \
- TRICE_LEAVE
-
-#define TRice16m_5(tid, v0, v1, v2, v3, v4) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (10 << 16) | tsLL | tsLH) \
- TRICE_PUT16_5(v0, v1, v2, v3, v4); \
- TRICE_LEAVE
-
-#define TRice16m_6(tid, v0, v1, v2, v3, v4, v5) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | tsLL | tsLH) \
- TRICE_PUT16_6(v0, v1, v2, v3, v4, v5); \
- TRICE_LEAVE
-
-#define TRice16m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (14 << 16) | tsLL | tsLH) \
- TRICE_PUT16_7(v0, v1, v2, v3, v4, v5, v6); \
- TRICE_LEAVE
-
-#define TRice16m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | tsLL | tsLH) \
- TRICE_PUT16_8(v0, v1, v2, v3, v4, v5, v6, v7); \
- TRICE_LEAVE
-
-#define TRice16m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (18 << 16) | tsLL | tsLH) \
- TRICE_PUT16_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
- TRICE_LEAVE
-
-#define TRice16m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (20 << 16) | tsLL | tsLH) \
- TRICE_PUT16_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
- TRICE_LEAVE
-
-#define TRice16m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (22 << 16) | tsLL | tsLH) \
- TRICE_PUT16_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
- TRICE_LEAVE
-
-#define TRice16m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | tsLL | tsLH) \
- TRICE_PUT16_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+#define TRice16m_1(tid, v0) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (2 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_1(v0) \
+ TRICE_LEAVE
+
+#define TRice16m_2(tid, v0, v1) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_2(v0, v1); \
+ TRICE_LEAVE
+
+#define TRice16m_3(tid, v0, v1, v2) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (6 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_3(v0, v1, v2); \
+ TRICE_LEAVE
+
+#define TRice16m_4(tid, v0, v1, v2, v3) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_4(v0, v1, v2, v3); \
+ TRICE_LEAVE
+
+#define TRice16m_5(tid, v0, v1, v2, v3, v4) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (10 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_5(v0, v1, v2, v3, v4); \
+ TRICE_LEAVE
+
+#define TRice16m_6(tid, v0, v1, v2, v3, v4, v5) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_6(v0, v1, v2, v3, v4, v5); \
+ TRICE_LEAVE
+
+#define TRice16m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (14 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_7(v0, v1, v2, v3, v4, v5, v6); \
+ TRICE_LEAVE
+
+#define TRice16m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_8(v0, v1, v2, v3, v4, v5, v6, v7); \
+ TRICE_LEAVE
+
+#define TRice16m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (18 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
+ TRICE_LEAVE
+
+#define TRice16m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (20 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
+ TRICE_LEAVE
+
+#define TRice16m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (22 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
+ TRICE_LEAVE
+
+#define TRice16m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+ TRICE_ENTER \
+ uint32_t ts_TRice16m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice16m_) | TRICE32_HH_BYTE(ts_TRice16m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | TRICE32_LL_BYTE(ts_TRice16m_) | TRICE32_LH_BYTE(ts_TRice16m_)) \
+ TRICE_PUT16_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
diff --git a/src/trice32McuReverse.h b/src/trice32McuReverse.h
index 18c30d9be..e1a938564 100644
--- a/src/trice32McuReverse.h
+++ b/src/trice32McuReverse.h
@@ -79,208 +79,208 @@
TRICE_PUT32_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
-#define Trice32m_0(tid) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | tsL | tsH); \
+#define Trice32m_0(tid) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_0 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | TRICE16_LO_BYTE(ts_Trice32m_0) | TRICE16_HI_BYTE(ts_Trice32m_0)); \
TRICE_LEAVE
-#define Trice32m_1(tid, v0) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | tsL | tsH); \
- TRICE_PUT32_1(v0) \
+#define Trice32m_1(tid, v0) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_1 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | TRICE16_LO_BYTE(ts_Trice32m_1) | TRICE16_HI_BYTE(ts_Trice32m_1)); \
+ TRICE_PUT32_1(v0) \
TRICE_LEAVE
-#define Trice32m_2(tid, v0, v1) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | tsL | tsH); \
- TRICE_PUT32_2(v0, v1); \
+#define Trice32m_2(tid, v0, v1) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_2 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | TRICE16_LO_BYTE(ts_Trice32m_2) | TRICE16_HI_BYTE(ts_Trice32m_2)); \
+ TRICE_PUT32_2(v0, v1); \
TRICE_LEAVE
-#define Trice32m_3(tid, v0, v1, v2) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | tsL | tsH); \
- TRICE_PUT32_3(v0, v1, v2); \
+#define Trice32m_3(tid, v0, v1, v2) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_3 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | TRICE16_LO_BYTE(ts_Trice32m_3) | TRICE16_HI_BYTE(ts_Trice32m_3)); \
+ TRICE_PUT32_3(v0, v1, v2); \
TRICE_LEAVE
-#define Trice32m_4(tid, v0, v1, v2, v3) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | tsL | tsH); \
- TRICE_PUT32_4(v0, v1, v2, v3); \
+#define Trice32m_4(tid, v0, v1, v2, v3) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_4 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | TRICE16_LO_BYTE(ts_Trice32m_4) | TRICE16_HI_BYTE(ts_Trice32m_4)); \
+ TRICE_PUT32_4(v0, v1, v2, v3); \
TRICE_LEAVE
-#define Trice32m_5(tid, v0, v1, v2, v3, v4) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (20 << 16) | tsL | tsH); \
- TRICE_PUT32_5(v0, v1, v2, v3, v4); \
+#define Trice32m_5(tid, v0, v1, v2, v3, v4) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_5 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (20 << 16) | TRICE16_LO_BYTE(ts_Trice32m_5) | TRICE16_HI_BYTE(ts_Trice32m_5)); \
+ TRICE_PUT32_5(v0, v1, v2, v3, v4); \
TRICE_LEAVE
-#define Trice32m_6(tid, v0, v1, v2, v3, v4, v5) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | tsL | tsH); \
- TRICE_PUT32_6(v0, v1, v2, v3, v4, v5); \
+#define Trice32m_6(tid, v0, v1, v2, v3, v4, v5) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_6 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | TRICE16_LO_BYTE(ts_Trice32m_6) | TRICE16_HI_BYTE(ts_Trice32m_6)); \
+ TRICE_PUT32_6(v0, v1, v2, v3, v4, v5); \
TRICE_LEAVE
-#define Trice32m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (28 << 16) | tsL | tsH); \
- TRICE_PUT32_7(v0, v1, v2, v3, v4, v5, v6); \
+#define Trice32m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_7 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (28 << 16) | TRICE16_LO_BYTE(ts_Trice32m_7) | TRICE16_HI_BYTE(ts_Trice32m_7)); \
+ TRICE_PUT32_7(v0, v1, v2, v3, v4, v5, v6); \
TRICE_LEAVE
-#define Trice32m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (32 << 16) | tsL | tsH); \
- TRICE_PUT32_8(v0, v1, v2, v3, v4, v5, v6, v7); \
+#define Trice32m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_8 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (32 << 16) | TRICE16_LO_BYTE(ts_Trice32m_8) | TRICE16_HI_BYTE(ts_Trice32m_8)); \
+ TRICE_PUT32_8(v0, v1, v2, v3, v4, v5, v6, v7); \
TRICE_LEAVE
-#define Trice32m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (36 << 16) | tsL | tsH); \
- TRICE_PUT32_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
+#define Trice32m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_9 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (36 << 16) | TRICE16_LO_BYTE(ts_Trice32m_9) | TRICE16_HI_BYTE(ts_Trice32m_9)); \
+ TRICE_PUT32_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
TRICE_LEAVE
-#define Trice32m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (40 << 16) | tsL | tsH); \
- TRICE_PUT32_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
+#define Trice32m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_10 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (40 << 16) | TRICE16_LO_BYTE(ts_Trice32m_10) | TRICE16_HI_BYTE(ts_Trice32m_10)); \
+ TRICE_PUT32_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
TRICE_LEAVE
-#define Trice32m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (44 << 16) | tsL | tsH); \
- TRICE_PUT32_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
+#define Trice32m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_11 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (44 << 16) | TRICE16_LO_BYTE(ts_Trice32m_11) | TRICE16_HI_BYTE(ts_Trice32m_11)); \
+ TRICE_PUT32_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
TRICE_LEAVE
-#define Trice32m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (48 << 16) | tsL | tsH); \
- TRICE_PUT32_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+#define Trice32m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+ TRICE_ENTER \
+ uint16_t ts_Trice32m_12 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (48 << 16) | TRICE16_LO_BYTE(ts_Trice32m_12) | TRICE16_HI_BYTE(ts_Trice32m_12)); \
+ TRICE_PUT32_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
-#define TRice32m_0(tid) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | tsLL | tsLH) \
- TRICE_LEAVE
+#define TRice32m_0(tid) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_0 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_0) | TRICE32_HH_BYTE(ts_TRice32m_0) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | TRICE32_LL_BYTE(ts_TRice32m_0) | TRICE32_LH_BYTE(ts_TRice32m_0)) \
+ TRICE_LEAVE
-#define TRice32m_1(tid, v0) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | tsLL | tsLH) \
- TRICE_PUT32_1(v0) \
- TRICE_LEAVE
+#define TRice32m_1(tid, v0) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_1 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_1) | TRICE32_HH_BYTE(ts_TRice32m_1) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | TRICE32_LL_BYTE(ts_TRice32m_1) | TRICE32_LH_BYTE(ts_TRice32m_1)) \
+ TRICE_PUT32_1(v0) \
+ TRICE_LEAVE
-#define TRice32m_2(tid, v0, v1) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | tsLL | tsLH) \
- TRICE_PUT32_2(v0, v1); \
- TRICE_LEAVE
+#define TRice32m_2(tid, v0, v1) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_2 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_2) | TRICE32_HH_BYTE(ts_TRice32m_2) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | TRICE32_LL_BYTE(ts_TRice32m_2) | TRICE32_LH_BYTE(ts_TRice32m_2)) \
+ TRICE_PUT32_2(v0, v1); \
+ TRICE_LEAVE
-#define TRice32m_3(tid, v0, v1, v2) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | tsLL | tsLH) \
- TRICE_PUT32_3(v0, v1, v2); \
- TRICE_LEAVE
+#define TRice32m_3(tid, v0, v1, v2) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_3 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_3) | TRICE32_HH_BYTE(ts_TRice32m_3) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | TRICE32_LL_BYTE(ts_TRice32m_3) | TRICE32_LH_BYTE(ts_TRice32m_3)) \
+ TRICE_PUT32_3(v0, v1, v2); \
+ TRICE_LEAVE
-#define TRice32m_4(tid, v0, v1, v2, v3) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | tsLL | tsLH) \
- TRICE_PUT32_4(v0, v1, v2, v3); \
- TRICE_LEAVE
+#define TRice32m_4(tid, v0, v1, v2, v3) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_4 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_4) | TRICE32_HH_BYTE(ts_TRice32m_4) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | TRICE32_LL_BYTE(ts_TRice32m_4) | TRICE32_LH_BYTE(ts_TRice32m_4)) \
+ TRICE_PUT32_4(v0, v1, v2, v3); \
+ TRICE_LEAVE
-#define TRice32m_5(tid, v0, v1, v2, v3, v4) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (20 << 16) | tsLL | tsLH) \
- TRICE_PUT32_5(v0, v1, v2, v3, v4); \
- TRICE_LEAVE
+#define TRice32m_5(tid, v0, v1, v2, v3, v4) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_5 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_5) | TRICE32_HH_BYTE(ts_TRice32m_5) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (20 << 16) | TRICE32_LL_BYTE(ts_TRice32m_5) | TRICE32_LH_BYTE(ts_TRice32m_5)) \
+ TRICE_PUT32_5(v0, v1, v2, v3, v4); \
+ TRICE_LEAVE
-#define TRice32m_6(tid, v0, v1, v2, v3, v4, v5) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | tsLL | tsLH) \
- TRICE_PUT32_6(v0, v1, v2, v3, v4, v5); \
- TRICE_LEAVE
+#define TRice32m_6(tid, v0, v1, v2, v3, v4, v5) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_6 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_6) | TRICE32_HH_BYTE(ts_TRice32m_6) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | TRICE32_LL_BYTE(ts_TRice32m_6) | TRICE32_LH_BYTE(ts_TRice32m_6)) \
+ TRICE_PUT32_6(v0, v1, v2, v3, v4, v5); \
+ TRICE_LEAVE
-#define TRice32m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (28 << 16) | tsLL | tsLH) \
- TRICE_PUT32_7(v0, v1, v2, v3, v4, v5, v6); \
- TRICE_LEAVE
+#define TRice32m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_7 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_7) | TRICE32_HH_BYTE(ts_TRice32m_7) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (28 << 16) | TRICE32_LL_BYTE(ts_TRice32m_7) | TRICE32_LH_BYTE(ts_TRice32m_7)) \
+ TRICE_PUT32_7(v0, v1, v2, v3, v4, v5, v6); \
+ TRICE_LEAVE
-#define TRice32m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (32 << 16) | tsLL | tsLH) \
- TRICE_PUT32_8(v0, v1, v2, v3, v4, v5, v6, v7); \
- TRICE_LEAVE
+#define TRice32m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_8 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_8) | TRICE32_HH_BYTE(ts_TRice32m_8) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (32 << 16) | TRICE32_LL_BYTE(ts_TRice32m_8) | TRICE32_LH_BYTE(ts_TRice32m_8)) \
+ TRICE_PUT32_8(v0, v1, v2, v3, v4, v5, v6, v7); \
+ TRICE_LEAVE
-#define TRice32m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (36 << 16) | tsLL | tsLH) \
- TRICE_PUT32_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
- TRICE_LEAVE
+#define TRice32m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_9 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_9) | TRICE32_HH_BYTE(ts_TRice32m_9) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (36 << 16) | TRICE32_LL_BYTE(ts_TRice32m_9) | TRICE32_LH_BYTE(ts_TRice32m_9)) \
+ TRICE_PUT32_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
+ TRICE_LEAVE
-#define TRice32m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (40 << 16) | tsLL | tsLH) \
- TRICE_PUT32_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
- TRICE_LEAVE
+#define TRice32m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_10 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_10) | TRICE32_HH_BYTE(ts_TRice32m_10) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (40 << 16) | TRICE32_LL_BYTE(ts_TRice32m_10) | TRICE32_LH_BYTE(ts_TRice32m_10)) \
+ TRICE_PUT32_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
+ TRICE_LEAVE
-#define TRice32m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (44 << 16) | tsLL | tsLH) \
- TRICE_PUT32_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
- TRICE_LEAVE
+#define TRice32m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_11 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_11) | TRICE32_HH_BYTE(ts_TRice32m_11) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (44 << 16) | TRICE32_LL_BYTE(ts_TRice32m_11) | TRICE32_LH_BYTE(ts_TRice32m_11)) \
+ TRICE_PUT32_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
+ TRICE_LEAVE
-#define TRice32m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (48 << 16) | tsLL | tsLH) \
- TRICE_PUT32_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+#define TRice32m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+ TRICE_ENTER \
+ uint32_t ts_TRice32m_12 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice32m_12) | TRICE32_HH_BYTE(ts_TRice32m_12) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (48 << 16) | TRICE32_LL_BYTE(ts_TRice32m_12) | TRICE32_LH_BYTE(ts_TRice32m_12)) \
+ TRICE_PUT32_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
diff --git a/src/trice64McuReverse.h b/src/trice64McuReverse.h
index b4da52c33..46e11b81d 100644
--- a/src/trice64McuReverse.h
+++ b/src/trice64McuReverse.h
@@ -79,208 +79,208 @@
TRICE_PUT64_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
-#define Trice64m_0(tid) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | tsL | tsH); \
+#define Trice64m_0(tid) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_0 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | TRICE16_LO_BYTE(ts_Trice64m_0) | TRICE16_HI_BYTE(ts_Trice64m_0)); \
TRICE_LEAVE
-#define Trice64m_1(tid, v0) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | tsL | tsH); \
- TRICE_PUT64_1(v0) \
+#define Trice64m_1(tid, v0) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_1 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | TRICE16_LO_BYTE(ts_Trice64m_1) | TRICE16_HI_BYTE(ts_Trice64m_1)); \
+ TRICE_PUT64_1(v0) \
TRICE_LEAVE
-#define Trice64m_2(tid, v0, v1) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | tsL | tsH); \
- TRICE_PUT64_2(v0, v1); \
+#define Trice64m_2(tid, v0, v1) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_2 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | TRICE16_LO_BYTE(ts_Trice64m_2) | TRICE16_HI_BYTE(ts_Trice64m_2)); \
+ TRICE_PUT64_2(v0, v1); \
TRICE_LEAVE
-#define Trice64m_3(tid, v0, v1, v2) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | tsL | tsH); \
- TRICE_PUT64_3(v0, v1, v2); \
+#define Trice64m_3(tid, v0, v1, v2) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_3 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | TRICE16_LO_BYTE(ts_Trice64m_3) | TRICE16_HI_BYTE(ts_Trice64m_3)); \
+ TRICE_PUT64_3(v0, v1, v2); \
TRICE_LEAVE
-#define Trice64m_4(tid, v0, v1, v2, v3) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (32 << 16) | tsL | tsH); \
- TRICE_PUT64_4(v0, v1, v2, v3); \
+#define Trice64m_4(tid, v0, v1, v2, v3) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_4 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (32 << 16) | TRICE16_LO_BYTE(ts_Trice64m_4) | TRICE16_HI_BYTE(ts_Trice64m_4)); \
+ TRICE_PUT64_4(v0, v1, v2, v3); \
TRICE_LEAVE
-#define Trice64m_5(tid, v0, v1, v2, v3, v4) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (40 << 16) | tsL | tsH); \
- TRICE_PUT64_5(v0, v1, v2, v3, v4); \
+#define Trice64m_5(tid, v0, v1, v2, v3, v4) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_5 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (40 << 16) | TRICE16_LO_BYTE(ts_Trice64m_5) | TRICE16_HI_BYTE(ts_Trice64m_5)); \
+ TRICE_PUT64_5(v0, v1, v2, v3, v4); \
TRICE_LEAVE
-#define Trice64m_6(tid, v0, v1, v2, v3, v4, v5) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (48 << 16) | tsL | tsH); \
- TRICE_PUT64_6(v0, v1, v2, v3, v4, v5); \
+#define Trice64m_6(tid, v0, v1, v2, v3, v4, v5) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_6 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (48 << 16) | TRICE16_LO_BYTE(ts_Trice64m_6) | TRICE16_HI_BYTE(ts_Trice64m_6)); \
+ TRICE_PUT64_6(v0, v1, v2, v3, v4, v5); \
TRICE_LEAVE
-#define Trice64m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (56 << 16) | tsL | tsH); \
- TRICE_PUT64_7(v0, v1, v2, v3, v4, v5, v6); \
+#define Trice64m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_7 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (56 << 16) | TRICE16_LO_BYTE(ts_Trice64m_7) | TRICE16_HI_BYTE(ts_Trice64m_7)); \
+ TRICE_PUT64_7(v0, v1, v2, v3, v4, v5, v6); \
TRICE_LEAVE
-#define Trice64m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (64 << 16) | tsL | tsH); \
- TRICE_PUT64_8(v0, v1, v2, v3, v4, v5, v6, v7); \
+#define Trice64m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_8 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (64 << 16) | TRICE16_LO_BYTE(ts_Trice64m_8) | TRICE16_HI_BYTE(ts_Trice64m_8)); \
+ TRICE_PUT64_8(v0, v1, v2, v3, v4, v5, v6, v7); \
TRICE_LEAVE
-#define Trice64m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (72 << 16) | tsL | tsH); \
- TRICE_PUT64_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
+#define Trice64m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_9 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (72 << 16) | TRICE16_LO_BYTE(ts_Trice64m_9) | TRICE16_HI_BYTE(ts_Trice64m_9)); \
+ TRICE_PUT64_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
TRICE_LEAVE
-#define Trice64m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (80 << 16) | tsL | tsH); \
- TRICE_PUT64_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
+#define Trice64m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_10 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (80 << 16) | TRICE16_LO_BYTE(ts_Trice64m_10) | TRICE16_HI_BYTE(ts_Trice64m_10)); \
+ TRICE_PUT64_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
TRICE_LEAVE
-#define Trice64m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (88 << 16) | tsL | tsH); \
- TRICE_PUT64_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
+#define Trice64m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_11 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (88 << 16) | TRICE16_LO_BYTE(ts_Trice64m_11) | TRICE16_HI_BYTE(ts_Trice64m_11)); \
+ TRICE_PUT64_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
TRICE_LEAVE
-#define Trice64m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (96 << 16) | tsL | tsH); \
- TRICE_PUT64_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+#define Trice64m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+ TRICE_ENTER \
+ uint16_t ts_Trice64m_12 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (96 << 16) | TRICE16_LO_BYTE(ts_Trice64m_12) | TRICE16_HI_BYTE(ts_Trice64m_12)); \
+ TRICE_PUT64_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
-#define TRice64m_0(tid) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH); \
- TRICE_PUT((TRICE_CYCLE << 24) | (0 << 16) | tsLL | tsLH) \
- TRICE_LEAVE
+#define TRice64m_0(tid) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH); \
+ TRICE_PUT((TRICE_CYCLE << 24) | (0 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_LEAVE
-#define TRice64m_1(tid, v0) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | tsLL | tsLH) \
- TRICE_PUT64_1(v0) \
- TRICE_LEAVE
+#define TRice64m_1(tid, v0) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_1(v0) \
+ TRICE_LEAVE
-#define TRice64m_2(tid, v0, v1) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | tsLL | tsLH) \
- TRICE_PUT64_2(v0, v1); \
- TRICE_LEAVE
+#define TRice64m_2(tid, v0, v1) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (16 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_2(v0, v1); \
+ TRICE_LEAVE
-#define TRice64m_3(tid, v0, v1, v2) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | tsLL | tsLH) \
- TRICE_PUT64_3(v0, v1, v2); \
- TRICE_LEAVE
+#define TRice64m_3(tid, v0, v1, v2) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (24 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_3(v0, v1, v2); \
+ TRICE_LEAVE
-#define TRice64m_4(tid, v0, v1, v2, v3) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (32 << 16) | tsLL | tsLH) \
- TRICE_PUT64_4(v0, v1, v2, v3); \
- TRICE_LEAVE
+#define TRice64m_4(tid, v0, v1, v2, v3) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (32 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_4(v0, v1, v2, v3); \
+ TRICE_LEAVE
-#define TRice64m_5(tid, v0, v1, v2, v3, v4) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (40 << 16) | tsLL | tsLH) \
- TRICE_PUT64_5(v0, v1, v2, v3, v4); \
- TRICE_LEAVE
+#define TRice64m_5(tid, v0, v1, v2, v3, v4) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (40 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_5(v0, v1, v2, v3, v4); \
+ TRICE_LEAVE
-#define TRice64m_6(tid, v0, v1, v2, v3, v4, v5) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (48 << 16) | tsLL | tsLH) \
- TRICE_PUT64_6(v0, v1, v2, v3, v4, v5); \
- TRICE_LEAVE
+#define TRice64m_6(tid, v0, v1, v2, v3, v4, v5) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (48 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_6(v0, v1, v2, v3, v4, v5); \
+ TRICE_LEAVE
-#define TRice64m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (56 << 16) | tsLL | tsLH) \
- TRICE_PUT64_7(v0, v1, v2, v3, v4, v5, v6); \
- TRICE_LEAVE
+#define TRice64m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (56 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_7(v0, v1, v2, v3, v4, v5, v6); \
+ TRICE_LEAVE
-#define TRice64m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (64 << 16) | tsLL | tsLH) \
- TRICE_PUT64_8(v0, v1, v2, v3, v4, v5, v6, v7); \
- TRICE_LEAVE
+#define TRice64m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (64 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_8(v0, v1, v2, v3, v4, v5, v6, v7); \
+ TRICE_LEAVE
-#define TRice64m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (72 << 16) | tsLL | tsLH) \
- TRICE_PUT64_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
- TRICE_LEAVE
+#define TRice64m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (72 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
+ TRICE_LEAVE
-#define TRice64m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (80 << 16) | tsLL | tsLH) \
- TRICE_PUT64_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
- TRICE_LEAVE
+#define TRice64m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (80 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
+ TRICE_LEAVE
-#define TRice64m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (88 << 16) | tsLL | tsLH) \
- TRICE_PUT64_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
- TRICE_LEAVE
+#define TRice64m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (88 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
+ TRICE_LEAVE
-#define TRice64m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (96 << 16) | tsLL | tsLH) \
- TRICE_PUT64_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+#define TRice64m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+ TRICE_ENTER \
+ uint32_t ts_TRice64m_ = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice64m_) | TRICE32_HH_BYTE(ts_TRice64m_) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (96 << 16) | TRICE32_LL_BYTE(ts_TRice64m_) | TRICE32_LH_BYTE(ts_TRice64m_)) \
+ TRICE_PUT64_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
diff --git a/src/trice8McuOrder.h b/src/trice8McuOrder.h
index 74803130a..171995e49 100644
--- a/src/trice8McuOrder.h
+++ b/src/trice8McuOrder.h
@@ -79,208 +79,208 @@
TRICE_PUT8_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
-#define Trice8m_0(tid) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(0 << 24 | (TRICE_CYCLE << 16) | ts); \
+#define Trice8m_0(tid) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_0 = TriceStamp16; \
+ TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
+ TRICE_PUT(0 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_0); \
TRICE_LEAVE
-#define Trice8m_1(tid, v0) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(1 << 24 | (TRICE_CYCLE << 16) | ts); \
- TRICE_PUT8_1(v0) \
+#define Trice8m_1(tid, v0) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_1 = TriceStamp16; \
+ TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
+ TRICE_PUT(1 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_1); \
+ TRICE_PUT8_1(v0) \
TRICE_LEAVE
-#define Trice8m_2(tid, v0, v1) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(2 << 24 | (TRICE_CYCLE << 16) | ts); \
- TRICE_PUT8_2(v0, v1); \
+#define Trice8m_2(tid, v0, v1) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_2 = TriceStamp16; \
+ TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
+ TRICE_PUT(2 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_2); \
+ TRICE_PUT8_2(v0, v1); \
TRICE_LEAVE
-#define Trice8m_3(tid, v0, v1, v2) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(3 << 24 | (TRICE_CYCLE << 16) | ts); \
- TRICE_PUT8_3(v0, v1, v2); \
+#define Trice8m_3(tid, v0, v1, v2) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_3 = TriceStamp16; \
+ TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
+ TRICE_PUT(3 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_3); \
+ TRICE_PUT8_3(v0, v1, v2); \
TRICE_LEAVE
-#define Trice8m_4(tid, v0, v1, v2, v3) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(4 << 24 | (TRICE_CYCLE << 16) | ts); \
- TRICE_PUT8_4(v0, v1, v2, v3); \
+#define Trice8m_4(tid, v0, v1, v2, v3) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_4 = TriceStamp16; \
+ TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
+ TRICE_PUT(4 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_4); \
+ TRICE_PUT8_4(v0, v1, v2, v3); \
TRICE_LEAVE
-#define Trice8m_5(tid, v0, v1, v2, v3, v4) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(5 << 24 | (TRICE_CYCLE << 16) | ts); \
- TRICE_PUT8_5(v0, v1, v2, v3, v4); \
+#define Trice8m_5(tid, v0, v1, v2, v3, v4) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_5 = TriceStamp16; \
+ TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
+ TRICE_PUT(5 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_5); \
+ TRICE_PUT8_5(v0, v1, v2, v3, v4); \
TRICE_LEAVE
-#define Trice8m_6(tid, v0, v1, v2, v3, v4, v5) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(6 << 24 | (TRICE_CYCLE << 16) | ts); \
- TRICE_PUT8_6(v0, v1, v2, v3, v4, v5); \
+#define Trice8m_6(tid, v0, v1, v2, v3, v4, v5) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_6 = TriceStamp16; \
+ TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
+ TRICE_PUT(6 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_6); \
+ TRICE_PUT8_6(v0, v1, v2, v3, v4, v5); \
TRICE_LEAVE
-#define Trice8m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(7 << 24 | (TRICE_CYCLE << 16) | ts); \
- TRICE_PUT8_7(v0, v1, v2, v3, v4, v5, v6); \
+#define Trice8m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_7 = TriceStamp16; \
+ TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
+ TRICE_PUT(7 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_7); \
+ TRICE_PUT8_7(v0, v1, v2, v3, v4, v5, v6); \
TRICE_LEAVE
-#define Trice8m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(8 << 24 | (TRICE_CYCLE << 16) | ts); \
- TRICE_PUT8_8(v0, v1, v2, v3, v4, v5, v6, v7); \
+#define Trice8m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_8 = TriceStamp16; \
+ TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
+ TRICE_PUT(8 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_8); \
+ TRICE_PUT8_8(v0, v1, v2, v3, v4, v5, v6, v7); \
TRICE_LEAVE
-#define Trice8m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(9 << 24 | (TRICE_CYCLE << 16) | ts); \
- TRICE_PUT8_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
+#define Trice8m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_9 = TriceStamp16; \
+ TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
+ TRICE_PUT(9 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_9); \
+ TRICE_PUT8_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
TRICE_LEAVE
#define Trice8m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
+ uint16_t ts_Trice8m_10 = TriceStamp16; \
TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(10 << 24 | (TRICE_CYCLE << 16) | ts); \
+ TRICE_PUT(10 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_10); \
TRICE_PUT8_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
TRICE_LEAVE
#define Trice8m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
+ uint16_t ts_Trice8m_11 = TriceStamp16; \
TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(11 << 24 | (TRICE_CYCLE << 16) | ts); \
+ TRICE_PUT(11 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_11); \
TRICE_PUT8_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
TRICE_LEAVE
#define Trice8m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
+ uint16_t ts_Trice8m_12 = TriceStamp16; \
TRICE_PUT(0x80008000 | (tid << 16) | (tid)); \
- TRICE_PUT(12 << 24 | (TRICE_CYCLE << 16) | ts); \
+ TRICE_PUT(12 << 24 | (TRICE_CYCLE << 16) | ts_Trice8m_12); \
TRICE_PUT8_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
-#define TRice8m_0(tid) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(0 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
+#define TRice8m_0(tid) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_0 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_0 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(0 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_0 >> 16)); \
TRICE_LEAVE
-#define TRice8m_1(tid, v0) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(1 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
- TRICE_PUT8_1(v0) \
+#define TRice8m_1(tid, v0) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_1 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_1 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(1 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_1 >> 16)); \
+ TRICE_PUT8_1(v0) \
TRICE_LEAVE
-#define TRice8m_2(tid, v0, v1) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(2 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
- TRICE_PUT8_2(v0, v1); \
+#define TRice8m_2(tid, v0, v1) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_2 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_2 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(2 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_2 >> 16)); \
+ TRICE_PUT8_2(v0, v1); \
TRICE_LEAVE
-#define TRice8m_3(tid, v0, v1, v2) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(3 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
- TRICE_PUT8_3(v0, v1, v2); \
+#define TRice8m_3(tid, v0, v1, v2) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_3 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_3 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(3 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_3 >> 16)); \
+ TRICE_PUT8_3(v0, v1, v2); \
TRICE_LEAVE
-#define TRice8m_4(tid, v0, v1, v2, v3) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(4 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
- TRICE_PUT8_4(v0, v1, v2, v3); \
+#define TRice8m_4(tid, v0, v1, v2, v3) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_4 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_4 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(4 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_4 >> 16)); \
+ TRICE_PUT8_4(v0, v1, v2, v3); \
TRICE_LEAVE
-#define TRice8m_5(tid, v0, v1, v2, v3, v4) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(5 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
- TRICE_PUT8_5(v0, v1, v2, v3, v4); \
+#define TRice8m_5(tid, v0, v1, v2, v3, v4) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_5 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_5 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(5 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_5 >> 16)); \
+ TRICE_PUT8_5(v0, v1, v2, v3, v4); \
TRICE_LEAVE
-#define TRice8m_6(tid, v0, v1, v2, v3, v4, v5) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(6 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
- TRICE_PUT8_6(v0, v1, v2, v3, v4, v5); \
+#define TRice8m_6(tid, v0, v1, v2, v3, v4, v5) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_6 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_6 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(6 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_6 >> 16)); \
+ TRICE_PUT8_6(v0, v1, v2, v3, v4, v5); \
TRICE_LEAVE
-#define TRice8m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(7 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
- TRICE_PUT8_7(v0, v1, v2, v3, v4, v5, v6); \
+#define TRice8m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_7 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_7 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(7 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_7 >> 16)); \
+ TRICE_PUT8_7(v0, v1, v2, v3, v4, v5, v6); \
TRICE_LEAVE
-#define TRice8m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(8 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
- TRICE_PUT8_8(v0, v1, v2, v3, v4, v5, v6, v7); \
+#define TRice8m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_8 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_8 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(8 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_8 >> 16)); \
+ TRICE_PUT8_8(v0, v1, v2, v3, v4, v5, v6, v7); \
TRICE_LEAVE
-#define TRice8m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(9 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
- TRICE_PUT8_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
+#define TRice8m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_9 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_9 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(9 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_9 >> 16)); \
+ TRICE_PUT8_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
TRICE_LEAVE
-#define TRice8m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(10 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
- TRICE_PUT8_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
+#define TRice8m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_10 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_10 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(10 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_10 >> 16)); \
+ TRICE_PUT8_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
TRICE_LEAVE
-#define TRice8m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(11 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
- TRICE_PUT8_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
+#define TRice8m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_11 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_11 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(11 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_11 >> 16)); \
+ TRICE_PUT8_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
TRICE_LEAVE
#define TRice8m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT((ts << 16) | 0xc000 | (tid)); \
- TRICE_PUT(12 << 24 | (TRICE_CYCLE << 16) | (ts >> 16)); \
+ uint32_t ts_TRice8m_12 = TriceStamp32; \
+ TRICE_PUT((ts_TRice8m_12 << 16) | 0xc000 | (tid)); \
+ TRICE_PUT(12 << 24 | (TRICE_CYCLE << 16) | (ts_TRice8m_12 >> 16)); \
TRICE_PUT8_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
diff --git a/src/trice8McuReverse.h b/src/trice8McuReverse.h
index 724e768ba..57ed90f9b 100644
--- a/src/trice8McuReverse.h
+++ b/src/trice8McuReverse.h
@@ -79,208 +79,208 @@
TRICE_PUT8_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
-#define Trice8m_0(tid) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | tsL | tsH); \
+#define Trice8m_0(tid) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_0 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | TRICE16_LO_BYTE(ts_Trice8m_0) | TRICE16_HI_BYTE(ts_Trice8m_0)); \
TRICE_LEAVE
-#define Trice8m_1(tid, v0) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (1 << 16) | tsL | tsH); \
- TRICE_PUT8_1(v0) \
+#define Trice8m_1(tid, v0) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_1 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (1 << 16) | TRICE16_LO_BYTE(ts_Trice8m_1) | TRICE16_HI_BYTE(ts_Trice8m_1)); \
+ TRICE_PUT8_1(v0) \
TRICE_LEAVE
-#define Trice8m_2(tid, v0, v1) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (2 << 16) | tsL | tsH); \
- TRICE_PUT8_2(v0, v1); \
+#define Trice8m_2(tid, v0, v1) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_2 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (2 << 16) | TRICE16_LO_BYTE(ts_Trice8m_2) | TRICE16_HI_BYTE(ts_Trice8m_2)); \
+ TRICE_PUT8_2(v0, v1); \
TRICE_LEAVE
-#define Trice8m_3(tid, v0, v1, v2) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (3 << 16) | tsL | tsH); \
- TRICE_PUT8_3(v0, v1, v2); \
+#define Trice8m_3(tid, v0, v1, v2) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_3 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (3 << 16) | TRICE16_LO_BYTE(ts_Trice8m_3) | TRICE16_HI_BYTE(ts_Trice8m_3)); \
+ TRICE_PUT8_3(v0, v1, v2); \
TRICE_LEAVE
-#define Trice8m_4(tid, v0, v1, v2, v3) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | tsL | tsH); \
- TRICE_PUT8_4(v0, v1, v2, v3); \
+#define Trice8m_4(tid, v0, v1, v2, v3) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_4 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | TRICE16_LO_BYTE(ts_Trice8m_4) | TRICE16_HI_BYTE(ts_Trice8m_4)); \
+ TRICE_PUT8_4(v0, v1, v2, v3); \
TRICE_LEAVE
-#define Trice8m_5(tid, v0, v1, v2, v3, v4) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (5 << 16) | tsL | tsH); \
- TRICE_PUT8_5(v0, v1, v2, v3, v4); \
+#define Trice8m_5(tid, v0, v1, v2, v3, v4) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_5 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (5 << 16) | TRICE16_LO_BYTE(ts_Trice8m_5) | TRICE16_HI_BYTE(ts_Trice8m_5)); \
+ TRICE_PUT8_5(v0, v1, v2, v3, v4); \
TRICE_LEAVE
-#define Trice8m_6(tid, v0, v1, v2, v3, v4, v5) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (6 << 16) | tsL | tsH); \
- TRICE_PUT8_6(v0, v1, v2, v3, v4, v5); \
+#define Trice8m_6(tid, v0, v1, v2, v3, v4, v5) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_6 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (6 << 16) | TRICE16_LO_BYTE(ts_Trice8m_6) | TRICE16_HI_BYTE(ts_Trice8m_6)); \
+ TRICE_PUT8_6(v0, v1, v2, v3, v4, v5); \
TRICE_LEAVE
-#define Trice8m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (7 << 16) | tsL | tsH); \
- TRICE_PUT8_7(v0, v1, v2, v3, v4, v5, v6); \
+#define Trice8m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_7 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (7 << 16) | TRICE16_LO_BYTE(ts_Trice8m_7) | TRICE16_HI_BYTE(ts_Trice8m_7)); \
+ TRICE_PUT8_7(v0, v1, v2, v3, v4, v5, v6); \
TRICE_LEAVE
-#define Trice8m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | tsL | tsH); \
- TRICE_PUT8_8(v0, v1, v2, v3, v4, v5, v6, v7); \
+#define Trice8m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_8 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | TRICE16_LO_BYTE(ts_Trice8m_8) | TRICE16_HI_BYTE(ts_Trice8m_8)); \
+ TRICE_PUT8_8(v0, v1, v2, v3, v4, v5, v6, v7); \
TRICE_LEAVE
-#define Trice8m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (9 << 16) | tsL | tsH); \
- TRICE_PUT8_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
+#define Trice8m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_9 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (9 << 16) | TRICE16_LO_BYTE(ts_Trice8m_9) | TRICE16_HI_BYTE(ts_Trice8m_9)); \
+ TRICE_PUT8_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
TRICE_LEAVE
-#define Trice8m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (10 << 16) | tsL | tsH); \
- TRICE_PUT8_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
+#define Trice8m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_10 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (10 << 16) | TRICE16_LO_BYTE(ts_Trice8m_10) | TRICE16_HI_BYTE(ts_Trice8m_10)); \
+ TRICE_PUT8_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
TRICE_LEAVE
-#define Trice8m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (11 << 16) | tsL | tsH); \
- TRICE_PUT8_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
+#define Trice8m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_11 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (11 << 16) | TRICE16_LO_BYTE(ts_Trice8m_11) | TRICE16_HI_BYTE(ts_Trice8m_11)); \
+ TRICE_PUT8_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
TRICE_LEAVE
-#define Trice8m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
- TRICE_ENTER \
- uint16_t ts = TriceStamp16; \
- TRICE_PUT(((IdLH) << 16) | IdLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | tsL | tsH); \
- TRICE_PUT8_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+#define Trice8m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+ TRICE_ENTER \
+ uint16_t ts_Trice8m_12 = TriceStamp16; \
+ TRICE_PUT(((IdLH) << 16) | IdLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | TRICE16_LO_BYTE(ts_Trice8m_12) | TRICE16_HI_BYTE(ts_Trice8m_12)); \
+ TRICE_PUT8_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
-#define TRice8m_0(tid) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | tsLL | tsLH) \
- TRICE_LEAVE
+#define TRice8m_0(tid) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_0 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_0) | TRICE32_HH_BYTE(ts_TRice8m_0) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | TRICE32_LL_BYTE(ts_TRice8m_0) | TRICE32_LH_BYTE(ts_TRice8m_0)) \
+ TRICE_LEAVE
-#define TRice8m_1(tid, v0) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (1 << 16) | tsLL | tsLH) \
- TRICE_PUT8_1(v0) \
- TRICE_LEAVE
+#define TRice8m_1(tid, v0) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_1 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_1) | TRICE32_HH_BYTE(ts_TRice8m_1) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (1 << 16) | TRICE32_LL_BYTE(ts_TRice8m_1) | TRICE32_LH_BYTE(ts_TRice8m_1)) \
+ TRICE_PUT8_1(v0) \
+ TRICE_LEAVE
-#define TRice8m_2(tid, v0, v1) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (2 << 16) | tsLL | tsLH) \
- TRICE_PUT8_2(v0, v1); \
- TRICE_LEAVE
+#define TRice8m_2(tid, v0, v1) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_2 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_2) | TRICE32_HH_BYTE(ts_TRice8m_2) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (2 << 16) | TRICE32_LL_BYTE(ts_TRice8m_2) | TRICE32_LH_BYTE(ts_TRice8m_2)) \
+ TRICE_PUT8_2(v0, v1); \
+ TRICE_LEAVE
-#define TRice8m_3(tid, v0, v1, v2) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (3 << 16) | tsLL | tsLH) \
- TRICE_PUT8_3(v0, v1, v2); \
- TRICE_LEAVE
+#define TRice8m_3(tid, v0, v1, v2) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_3 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_3) | TRICE32_HH_BYTE(ts_TRice8m_3) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (3 << 16) | TRICE32_LL_BYTE(ts_TRice8m_3) | TRICE32_LH_BYTE(ts_TRice8m_3)) \
+ TRICE_PUT8_3(v0, v1, v2); \
+ TRICE_LEAVE
-#define TRice8m_4(tid, v0, v1, v2, v3) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | tsLL | tsLH) \
- TRICE_PUT8_4(v0, v1, v2, v3); \
- TRICE_LEAVE
+#define TRice8m_4(tid, v0, v1, v2, v3) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_4 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_4) | TRICE32_HH_BYTE(ts_TRice8m_4) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (4 << 16) | TRICE32_LL_BYTE(ts_TRice8m_4) | TRICE32_LH_BYTE(ts_TRice8m_4)) \
+ TRICE_PUT8_4(v0, v1, v2, v3); \
+ TRICE_LEAVE
-#define TRice8m_5(tid, v0, v1, v2, v3, v4) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (5 << 16) | tsLL | tsLH) \
- TRICE_PUT8_5(v0, v1, v2, v3, v4); \
- TRICE_LEAVE
+#define TRice8m_5(tid, v0, v1, v2, v3, v4) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_5 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_5) | TRICE32_HH_BYTE(ts_TRice8m_5) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (5 << 16) | TRICE32_LL_BYTE(ts_TRice8m_5) | TRICE32_LH_BYTE(ts_TRice8m_5)) \
+ TRICE_PUT8_5(v0, v1, v2, v3, v4); \
+ TRICE_LEAVE
-#define TRice8m_6(tid, v0, v1, v2, v3, v4, v5) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (6 << 16) | tsLL | tsLH) \
- TRICE_PUT8_6(v0, v1, v2, v3, v4, v5); \
- TRICE_LEAVE
+#define TRice8m_6(tid, v0, v1, v2, v3, v4, v5) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_6 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_6) | TRICE32_HH_BYTE(ts_TRice8m_6) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (6 << 16) | TRICE32_LL_BYTE(ts_TRice8m_6) | TRICE32_LH_BYTE(ts_TRice8m_6)) \
+ TRICE_PUT8_6(v0, v1, v2, v3, v4, v5); \
+ TRICE_LEAVE
-#define TRice8m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (7 << 16) | tsLL | tsLH) \
- TRICE_PUT8_7(v0, v1, v2, v3, v4, v5, v6); \
- TRICE_LEAVE
+#define TRice8m_7(tid, v0, v1, v2, v3, v4, v5, v6) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_7 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_7) | TRICE32_HH_BYTE(ts_TRice8m_7) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (7 << 16) | TRICE32_LL_BYTE(ts_TRice8m_7) | TRICE32_LH_BYTE(ts_TRice8m_7)) \
+ TRICE_PUT8_7(v0, v1, v2, v3, v4, v5, v6); \
+ TRICE_LEAVE
-#define TRice8m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | tsLL | tsLH) \
- TRICE_PUT8_8(v0, v1, v2, v3, v4, v5, v6, v7); \
- TRICE_LEAVE
+#define TRice8m_8(tid, v0, v1, v2, v3, v4, v5, v6, v7) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_8 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_8) | TRICE32_HH_BYTE(ts_TRice8m_8) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (8 << 16) | TRICE32_LL_BYTE(ts_TRice8m_8) | TRICE32_LH_BYTE(ts_TRice8m_8)) \
+ TRICE_PUT8_8(v0, v1, v2, v3, v4, v5, v6, v7); \
+ TRICE_LEAVE
-#define TRice8m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (9 << 16) | tsLL | tsLH) \
- TRICE_PUT8_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
- TRICE_LEAVE
+#define TRice8m_9(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_9 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_9) | TRICE32_HH_BYTE(ts_TRice8m_9) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (9 << 16) | TRICE32_LL_BYTE(ts_TRice8m_9) | TRICE32_LH_BYTE(ts_TRice8m_9)) \
+ TRICE_PUT8_9(v0, v1, v2, v3, v4, v5, v6, v7, v8); \
+ TRICE_LEAVE
-#define TRice8m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (10 << 16) | tsLL | tsLH) \
- TRICE_PUT8_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
- TRICE_LEAVE
+#define TRice8m_10(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_10 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_10) | TRICE32_HH_BYTE(ts_TRice8m_10) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (10 << 16) | TRICE32_LL_BYTE(ts_TRice8m_10) | TRICE32_LH_BYTE(ts_TRice8m_10)) \
+ TRICE_PUT8_10(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); \
+ TRICE_LEAVE
-#define TRice8m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (11 << 16) | tsLL | tsLH) \
- TRICE_PUT8_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
- TRICE_LEAVE
+#define TRice8m_11(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_11 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_11) | TRICE32_HH_BYTE(ts_TRice8m_11) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (11 << 16) | TRICE32_LL_BYTE(ts_TRice8m_11) | TRICE32_LH_BYTE(ts_TRice8m_11)) \
+ TRICE_PUT8_11(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10); \
+ TRICE_LEAVE
-#define TRice8m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
- TRICE_ENTER \
- uint32_t ts = TriceStamp32; \
- TRICE_PUT(tsHL | tsHH | IDLH) \
- TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | tsLL | tsLH) \
- TRICE_PUT8_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+#define TRice8m_12(tid, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
+ TRICE_ENTER \
+ uint32_t ts_TRice8m_12 = TriceStamp32; \
+ TRICE_PUT(TRICE32_HL_BYTE(ts_TRice8m_12) | TRICE32_HH_BYTE(ts_TRice8m_12) | IDLH) \
+ TRICE_PUT((TRICE_CYCLE << 24) | (12 << 16) | TRICE32_LL_BYTE(ts_TRice8m_12) | TRICE32_LH_BYTE(ts_TRice8m_12)) \
+ TRICE_PUT8_12(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) \
TRICE_LEAVE
diff --git a/src/triceDefaultConfig.h b/src/triceDefaultConfig.h
index 06cbd01de..30a65ae6b 100644
--- a/src/triceDefaultConfig.h
+++ b/src/triceDefaultConfig.h
@@ -17,16 +17,10 @@ extern "C" {
#endif
#ifndef TRICE_OFF
-// TRICE_OFF, when defined to 1 earlier than including trice.h disables trice code for the file.
+// TRICE_OFF, when defined to 1 earlier, than including trice.h disables trice code for the file.
// When defined in the project settings, it influences the whole trice code generation.
#define TRICE_OFF 0
#endif
-// #define TRICE_DO_EXPAND(VAL) VAL ## 1
-// #define TRICE_EXPAND(VAL) TRICE_DO_EXPAND(VAL) //!< https://stackoverflow.com/questions/3781520/how-to-test-if-preprocessor-symbol-is-defined-but-has-no-value
-// #if (TRICE_EXPAND(TRICE_OFF) == 1)
-// #undef TRICE_OFF // TRICE_OFF was defined as empty string.
-// #define TRICE_OFF 1 // So the intension was probably this.
-// #endif
#ifndef TRICE_UARTA_MIN_ID
#define TRICE_UARTA_MIN_ID 0 //!< TRICE_UARTA_MIN_ID, if > 0, is the smalles ID routed to UARTA.
@@ -96,8 +90,8 @@ extern "C" {
#endif
#ifndef TRICE_DEFAULT_PARAMETER_BIT_WIDTH
-//! TRICE_DEFAULT_PARAMETER_BIT_WIDTH is the default parameter bit width for TRICE macros not specifying the parameter bit width: 8, 16, 32 or 64.
-//! If for example the majority of your values is 16 bit, it makes sense to set this value to 16 to use TRICE for them and to use TRICE32 explicitely for 32-bit values.
+//! TRICE_DEFAULT_PARAMETER_BIT_WIDTH is the default parameter bit width for Trice macros not specifying the parameter bit width: 8, 16, 32 or 64.
+//! If for example the majority of your values is 16 bit, it makes sense to set this value to 16 to use Trice for them and to use Trice32 explicitely for 32-bit values.
//! The trice tool CLI switch "-defaultTRICEBitwidth" needs to be set to the same bit width, default is 32.
#define TRICE_DEFAULT_PARAMETER_BIT_WIDTH 32
#endif
@@ -122,7 +116,7 @@ extern "C" {
//! The TRICE_PROTECT switch is only relevant for the deferred trice modes TRICE_DOUBLE_BUFFER and TRICE_RING_BUFFER.
//! The trice library works well, when less data are produced in the average than transmittable and when in the double buffer case the TriceTransfer
//! function is called, before too much data in a half buffer according to a good configuration. If that is guarantied you do not need to enable TRICE_PROTECT.
-//! If because of an potential error this is not guarantied, you should enable TRICE_PROTECT. This slows down the TRICE macros a bit, but makes buffer overflows impossible.
+//! If because of an potential error this is not guarantied, you should enable TRICE_PROTECT. This slows down the Trice macros a bit, but makes buffer overflows impossible.
//! A ring buffer cannot overflow in a first assumption, because old, not yet transmitted, trices are overwritten by newer ones.
//! But that can happen only to parts of trices. The ring buffer read out function relies on consistent data. If it gets data garbage, wrong values
//! for the trice lengths are possible and buffer overruns not avoidable. When enabling TRICE_PROTECT, new trices are only written into the deferred buffer,
@@ -132,13 +126,13 @@ extern "C" {
#endif
#if !defined(TRICE_BUFFER) && !TRICE_OFF
-//! TRICE_BUFFER selects, where the TRICE macros accumulate the trice data during a single TRICE execution. Selectable options:
+//! TRICE_BUFFER selects, where the Trice macros accumulate the trice data during a single Trice execution. Selectable options:
//! - TRICE_STACK_BUFFER: No additional buffer is needed, what makes sense for single task systems with direct output only.
//! - TRICE_STATIC_BUFFER: A single trice is stored in a separate static buffer, what makes sense for multi-tasking systems with direct output only.
-//! - TRICE_DOUBLE_BUFFER: TRICE macros write direct into a double buffer without any additional management action.
-//! This is the fastest execution option for TRICE macros but needs more RAM. Used for deferred output and optional additional direct output.
-//! - TRICE_RING_BUFFER: TRICE macros write direct into a ring buffer without any additional management action.
-//! This is a fast but not the fastest execution option for TRICE macros and needs less RAM. Used for deferred output and optional additional direct output.
+//! - TRICE_DOUBLE_BUFFER: Trice macros write direct into a double buffer without any additional management action.
+//! This is the fastest execution option for Trice macros but needs more RAM. Used for deferred output and optional additional direct output.
+//! - TRICE_RING_BUFFER: Trice macros write direct into a ring buffer without any additional management action.
+//! This is a fast but not the fastest execution option for Trice macros and needs less RAM. Used for deferred output and optional additional direct output.
#error TRICE_BUFFER type not specified in triceConfig.h, please add "#define TRICE_BUFFER TRICE_RING_BUFFER" for example.
#endif
@@ -310,7 +304,7 @@ extern "C" {
#ifndef TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE
//! TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE == 1 speeds up RTT transfer by using function SEGGER_Write_RTT0_NoCheck32.
//! - This setting results in unframed RTT trice packages and requires the `-packageFraming none` switch for the appropriate trice tool instance.
-//! This squeezes the whole TRICE macro into about 100 processor clocks leaving the data already inside the SEGGER _acUpBuffer.
+//! This squeezes the whole Trice macro into about 100 processor clocks leaving the data already inside the SEGGER _acUpBuffer.
//! - If you do not wish RTT, or wish RTT with framing, simply set this value to 0.
//! - The trice tool CLI switch -d16 is needed too, because for alignment reasons the 16bit ID field is doubled for 16bit timestamp trice messages.
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 0
@@ -351,8 +345,8 @@ extern "C" {
#ifndef TRICE_CYCLE_COUNTER
//! TRICE_CYCLE_COUNTER adds a cycle counter to each trice message.
-//! If 0, do not add cycle counter. The TRICE macros are a bit faster. Lost TRICEs are not detectable by the trice tool. The cycle counter byte ist statically 0xC0.
-//! If 1, add an 8-bit cycle counter. The TRICE macros are a bit slower. Lost TRICEs are detectable by the trice tool. The cycle counter byte changes (recommended).
+//! If 0, do not add cycle counter. The Trice macros are a bit faster. Lost TRICEs are not detectable by the trice tool. The cycle counter byte ist statically 0xC0.
+//! If 1, add an 8-bit cycle counter. The Trice macros are a bit slower. Lost TRICEs are detectable by the trice tool. The cycle counter byte changes (recommended).
#define TRICE_CYCLE_COUNTER 1
#endif
@@ -451,6 +445,35 @@ extern "C" {
//
///////////////////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////////////////
+// These settings are overwriting the Trice relevant defaults in SEGGER_RTT_Conf.h.
+// To change, you should define them in your project specific triceConfig.h.
+// No separate copy of SEGGER_RTT_Conf.h is needed this way.
+// The BUFFER_SIZE_UP value is de-facto a TRICE_DIRECT_BUFFER_SIZE, if no direct auxilary output is used.
+
+#ifndef SEGGER_RTT_MAX_NUM_UP_BUFFERS
+#define SEGGER_RTT_MAX_NUM_UP_BUFFERS (1) // Max. number of up-buffers (T->H) available on this target
+#endif
+
+#ifndef SEGGER_RTT_MAX_NUM_DOWN_BUFFERS
+#define SEGGER_RTT_MAX_NUM_DOWN_BUFFERS (0) // Max. number of down-buffers (H->T) available on this target
+#endif
+
+#ifndef BUFFER_SIZE_UP
+#define BUFFER_SIZE_UP (1024) // "TRICE_DIRECT_BUFFER_SIZE"
+#endif
+
+#ifndef BUFFER_SIZE_DOWN
+#define BUFFER_SIZE_DOWN (0) // Size of the buffer for terminal input to target from host
+#endif
+
+#ifndef SEGGER_RTT_PRINTF_BUFFER_SIZE
+#define SEGGER_RTT_PRINTF_BUFFER_SIZE (0u) // Size of buffer for RTT printf to bulk-send chars via RTT
+#endif
+
+//
+///////////////////////////////////////////////////////////////////////////////
+
#ifdef __cplusplus
}
#endif
diff --git a/src/triceDoubleBuffer.c b/src/triceDoubleBuffer.c
index 54468367c..3ca7f5f0f 100644
--- a/src/triceDoubleBuffer.c
+++ b/src/triceDoubleBuffer.c
@@ -7,6 +7,8 @@
#if TRICE_BUFFER == TRICE_DOUBLE_BUFFER && TRICE_OFF == 0
+uint32_t* triceSingleBufferStartWritePosition = (void*)0;
+
static void TriceOut(uint32_t* tb, size_t tLen);
//! triceBuffer is a double buffer for better write speed.
@@ -173,14 +175,11 @@ static int TriceNext(uint8_t** buf, size_t* pSize, const uint8_t** pStart, size_
uint8_t* firstNotModifiedAddress;
int distance;
-int triceDataOffsetDepth;
//! TriceOut encodes trices and writes them in one step to the output.
//! This function is called only, when the slowest deferred output device has finished its last buffer.
//! At the half buffer start tb are TRICE_DATA_OFFSET bytes space followed by a number of trice messages which all contain
//! 0-3 padding bytes and therefore have a length of a multiple of 4. There is no additional space between these trice messages.
-//! When XTEA enabled, only (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE) is allowed, because the 4 bytes behind a trice messages
-//! are changed, when the trice length is not a multiple of 8, but only of 4. (XTEA can encrypt only multiple of 8 length packages.)
//! \param tb is start of uint32_t* trice buffer. The space TRICE_DATA_OFFSET at the tb start is for in-buffer encoding of the trice data.
//! \param tLen is total length of several trice data. It is always a multiple of 4 because of 32-bit alignment and padding bytes.
static void TriceOut(uint32_t* tb, size_t tLen) {
@@ -193,11 +192,13 @@ static void TriceOut(uint32_t* tb, size_t tLen) {
#endif
int triceID = 0; // This assignment is only needed to silence compiler complains about being uninitialized.
#if TRICE_DIAGNOSTICS == 1
+ int triceDataOffsetDepth;
unsigned depth = tLen + TRICE_DATA_OFFSET;
TriceHalfBufferDepthMax = depth < TriceHalfBufferDepthMax ? TriceHalfBufferDepthMax : depth;
#endif
- // do it
- while (tLen) {
+
+
+ while (tLen) { // loop begin
#if TRICE_DIAGNOSTICS == 1
firstNotModifiedAddress = enc + encLen;
distance = nxt - firstNotModifiedAddress;
@@ -214,52 +215,79 @@ static void TriceOut(uint32_t* tb, size_t tLen) {
TriceErrorCount++;
break; // ignore following data
}
+//////////////////////////////////////////////////////////////////////////////
+// TRICE_SINGLE_PACK_MODE
+//
#if TRICE_DEFERRED_TRANSFER_MODE == TRICE_SINGLE_PACK_MODE
uint8_t* dst = enc + encLen;
-#if (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_TCOBS)
- memmove(crypt, triceNettoStart, triceNettoLen);
- size_t len8 = (triceNettoLen + 7) & ~7; // Only multiple of 8 encryptable, so we adjust len.
- memset((crypt) + triceNettoLen, 0, len8 - triceNettoLen); // Clear padding space.
- XTEAEncrypt((uint32_t*)crypt, len8 >> 2);
- encLen += (size_t)TCOBSEncode(dst, crypt, len8); // encLen is re-used here
- dst[encLen++] = 0; // Add zero as package delimiter.
-#elif (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_COBS)
- memmove(crypt, triceNettoStart, triceNettoLen);
- size_t len8 = (triceNettoLen + 7) & ~7; // Only multiple of 8 encryptable, so we adjust len.
- memset((crypt) + triceNettoLen, 0, len8 - triceNettoLen); // Clear padding space.
- XTEAEncrypt((uint32_t*)crypt, len8 >> 2);
- encLen += (size_t)COBSEncode(dst, crypt, len8); // encLen is re-used here
- dst[encLen++] = 0; // Add zero as package delimiter.
-#elif (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_NONE)
-#if TRICE_CONFIG_WARNINGS == 1
-#error configuration: The Trice tool does not support encryted data without COBS or TCOBS framing.
-#endif
- // memmove(dst, triceNettoStart, triceNettoLen );
- // size_t len8 = (triceNettoLen + 7) & ~7; // Only multiple of 8 encryptable, so we adjust len.
- // memset((enc)+triceNettoLen, 0, len8 - triceNettoLen); // Clear padding space.
- // XTEAEncrypt( (uint32_t *)enc, len8>>2 );
- // encLen += len8; // encLen is re-used here
- // nextPosForEncoding = dst+encLen;
-#elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_TCOBS)
- size_t len = (size_t)TCOBSEncode(dst, triceNettoStart, triceNettoLen);
- dst[len++] = 0; // Add zero as package delimiter.
- encLen += len;
-#elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_COBS)
- size_t len = (size_t)COBSEncode(dst, triceNettoStart, triceNettoLen);
- dst[len++] = 0; // Add zero as package delimiter.
- encLen += len;
-#elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_NONE)
- memmove(dst, triceNettoStart, triceNettoLen);
- encLen += triceNettoLen;
-#else
-#error configuration: unexpected
-#endif
+ #if (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_TCOBS)
+ //! When XTEA enabled, (XTEA can encrypt only multiple of 8 length packages.) we need to copy th data first, because the 4 bytes
+ //! behind a trice messages could get changed, when the trice length is not a multiple of 8, but only of 4.
+ memmove(crypt, triceNettoStart, triceNettoLen);
+ size_t len8 = (triceNettoLen + 7) & ~7; // Only multiple of 8 encryptable, so we adjust len.
+ memset((crypt) + triceNettoLen, 0, len8 - triceNettoLen); // Clear padding space.
+ XTEAEncrypt((uint32_t*)crypt, len8 >> 2);
+ size_t len = (size_t)TCOBSEncode(dst, crypt, len8); // encLen is re-used here
+ encLen += len;
+ dst[encLen++] = 0; // Add zero as package delimiter.
+ #elif (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_COBS)
+ //! When XTEA enabled, (XTEA can encrypt only multiple of 8 length packages.) we need to copy th data first, because the 4 bytes
+ //! behind a trice messages could get changed, when the trice length is not a multiple of 8, but only of 4.
+ memmove(crypt, triceNettoStart, triceNettoLen);
+ size_t len8 = (triceNettoLen + 7) & ~7; // Only multiple of 8 encryptable, so we adjust len.
+ memset((crypt) + triceNettoLen, 0, len8 - triceNettoLen); // Clear padding space.
+ XTEAEncrypt((uint32_t*)crypt, len8 >> 2);
+ size_t len = (size_t)COBSEncode(dst, crypt, len8); // encLen is re-used here
+ encLen += len;
+ dst[encLen++] = 0; // Add zero as package delimiter.
+ #elif (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_NONE)
+ #if TRICE_CONFIG_WARNINGS == 1
+ #error configuration: The Trice tool does not support encryted data without COBS or TCOBS framing.
+ #endif
+ // memmove(dst, triceNettoStart, triceNettoLen );
+ // size_t len8 = (triceNettoLen + 7) & ~7; // Only multiple of 8 encryptable, so we adjust len.
+ // memset((enc)+triceNettoLen, 0, len8 - triceNettoLen); // Clear padding space.
+ // XTEAEncrypt( (uint32_t *)enc, len8>>2 );
+ // encLen += len8; // encLen is re-used here
+ // nextPosForEncoding = dst+encLen;
+ #elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_TCOBS)
+ size_t len = (size_t)TCOBSEncode(dst, triceNettoStart, triceNettoLen);
+ dst[len++] = 0; // Add zero as package delimiter.
+ encLen += len;
+ #elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_COBS)
+ size_t len = (size_t)COBSEncode(dst, triceNettoStart, triceNettoLen);
+ dst[len++] = 0; // Add zero as package delimiter.
+ encLen += len;
+ #elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_NONE)
+ memmove(dst, triceNettoStart, triceNettoLen);
+ size_t len = triceNettoLen;
+ encLen += triceNettoLen;
+ #else
+ #error configuration: unexpected
+ #endif
+//
+// TRICE_SINGLE_PACK_MODE
+//////////////////////////////////////////////////////////////////////////////
+
#elif TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE
// pack data
uint8_t* packed = dat + encLen; // After the loop, the packed data start at dat.
memmove(packed, triceNettoStart, triceNettoLen); // This action removes all padding bytes of the trices, compacting their sequence this way
encLen += triceNettoLen;
#endif // #elif TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE
+
+//////////////////////////////////////////////////////////////////////////////
+// TRICE_SINGLE_PACK_MODE
+//
+#if TRICE_DEFERRED_TRANSFER_MODE == TRICE_SINGLE_PACK_MODE
+ TRICE_ENTER_CRITICAL_SECTION
+ TriceNonBlockingDeferredWrite8(triceID, dst, len); // Write each message separately to allow ID routing. See https://github.com/rokath/trice/issues/543.
+ TRICE_LEAVE_CRITICAL_SECTION
+#endif // TRICE_DEFERRED_TRANSFER_MODE == TRICE_SINGLE_PACK_MODE
+//
+// TRICE_SINGLE_PACK_MODE
+//////////////////////////////////////////////////////////////////////////////
+
#if (TRICE_PROTECT == 1) || (TRICE_DIAGNOSTICS == 1)
dst = enc + encLen; // When several Trices in the double buffer, with each encoding the new dst could drift a bit closer towards triceNettoStart.
int triceDataOffsetSpaceRemained = nxt - dst; // THe begin of unprocessed data MINUS next dst must not be negative.
@@ -271,53 +299,56 @@ static void TriceOut(uint32_t* tb, size_t tLen) {
}
#endif
#if TRICE_DIAGNOSTICS == 1
- int triceDataOffsetDepth = TRICE_DATA_OFFSET - triceDataOffsetSpaceRemained;
+ /*int*/ triceDataOffsetDepth = TRICE_DATA_OFFSET - triceDataOffsetSpaceRemained;
TriceDataOffsetDepthMax = triceDataOffsetDepth < TriceDataOffsetDepthMax ? TriceDataOffsetDepthMax : triceDataOffsetDepth;
#endif
- }
+ } // loop end
+
+//////////////////////////////////////////////////////////////////////////////
+// TRICE_MULTI_PACK_MODE
+//
#if TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE
// At this point the compacted trice messages start TRICE_DATA_OFFSET bytes after tb (now dat) and the encLen is their total netto length.
// Behind this up to 7 bytes can be used as scratch pad when XTEA is active. That is ok, because the half buffer should not get totally filled.
// encLen = TriceEncode( TRICE_DEFERRED_XTEA_ENCRYPT, TRICE_DEFERRED_OUT_FRAMING, enc, dat, encLen );
-#if (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_TCOBS) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
- // special case: The data are at dat and can be big, are compacted and behind them is space. So we can encrypt them in space
- size_t len8 = (encLen + 7) & ~7; // Only multiple of 8 encryptable, so we adjust len.
- memset(((uint8_t*)dat) + encLen, 0, len8 - encLen); // clear padding space: ATTENTION! OK only for this compiler switch setting.
- XTEAEncrypt((uint32_t*)dat, len8 >> 2);
- size_t eLen = (size_t)TCOBSEncode(enc, dat, len8); // encLen is re-used here
- enc[eLen++] = 0; // Add zero as package delimiter.
-#elif (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_COBS) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
- // special case: The data are at dat and can be big, are compacted and behind them is space. So we can encrypt them in space
- size_t len8 = (encLen + 7) & ~7; // Only multiple of 8 encryptable, so we adjust len.
- memset(((uint8_t*)dat) + encLen, 0, len8 - encLen); // clear padding space: ATTENTION! OK only for this compiler switch setting.
- XTEAEncrypt((uint32_t*)dat, len8 >> 2);
- size_t eLen = (size_t)COBSEncode(enc, dat, len8); // encLen is re-used here
- enc[eLen++] = 0; // Add zero as package delimiter.
-#elif (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_NONE) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
- size_t eLen = TriceEncode(TRICE_DEFERRED_XTEA_ENCRYPT, TRICE_DEFERRED_OUT_FRAMING, enc, dat, encLen);
-#elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_TCOBS) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
- size_t eLen = TCOBSEncode(enc, dat, encLen);
- enc[eLen++] = 0; // Add zero as package delimiter.
-#elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_COBS) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
- size_t eLen = (size_t)COBSEncode(enc, dat, encLen);
- enc[eLen++] = 0; // Add zero as package delimiter.
-#elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_NONE) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
- enc = dat;
- size_t eLen = encLen;
-#else
-#error configuration:
-#endif
-#if TRICE_DIAGNOSTICS
- // before: space = enc[TRICE_DATA_OFFSET], data = dat[encLen]
- // after: date = enc[eLen], (dat [encLen])
- // Mostly eLen < encLen, but it could be eLen = encLen + 1 + (encLen>>5) in TCOBS worst case.
- // dat - enc = TRICE_DATA_OFFSET
- // if eLen > encLen, then TriceDataOffsetDepth = eLen - encLen
- int triceDataOffsetDepth = eLen - encLen; // usually negative
- TriceDataOffsetDepthMax = triceDataOffsetDepth < TriceDataOffsetDepthMax ? TriceDataOffsetDepthMax : triceDataOffsetDepth;
-#endif
+ #if (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_TCOBS) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
+ // special case: The data are at dat and can be big, are compacted and behind them is space. So we can encrypt them in space
+ size_t len8 = (encLen + 7) & ~7; // Only multiple of 8 encryptable, so we adjust len.
+ memset(((uint8_t*)dat) + encLen, 0, len8 - encLen); // clear padding space: ATTENTION! OK only for this compiler switch setting.
+ XTEAEncrypt((uint32_t*)dat, len8 >> 2);
+ size_t eLen = (size_t)TCOBSEncode(enc, dat, len8); // encLen is re-used here
+ enc[eLen++] = 0; // Add zero as package delimiter.
+ #elif (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_COBS) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
+ // special case: The data are at dat and can be big, are compacted and behind them is space. So we can encrypt them in space
+ size_t len8 = (encLen + 7) & ~7; // Only multiple of 8 encryptable, so we adjust len.
+ memset(((uint8_t*)dat) + encLen, 0, len8 - encLen); // clear padding space: ATTENTION! OK only for this compiler switch setting.
+ XTEAEncrypt((uint32_t*)dat, len8 >> 2);
+ size_t eLen = (size_t)COBSEncode(enc, dat, len8); // encLen is re-used here
+ enc[eLen++] = 0; // Add zero as package delimiter.
+ #elif (TRICE_DEFERRED_XTEA_ENCRYPT == 1) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_NONE) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
+ size_t eLen = TriceEncode(TRICE_DEFERRED_XTEA_ENCRYPT, TRICE_DEFERRED_OUT_FRAMING, enc, dat, encLen);
+ #elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_TCOBS) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
+ size_t eLen = TCOBSEncode(enc, dat, encLen);
+ enc[eLen++] = 0; // Add zero as package delimiter.
+ #elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_COBS) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
+ size_t eLen = (size_t)COBSEncode(enc, dat, encLen);
+ enc[eLen++] = 0; // Add zero as package delimiter.
+ #elif (TRICE_DEFERRED_XTEA_ENCRYPT == 0) && (TRICE_DEFERRED_OUT_FRAMING == TRICE_FRAMING_NONE) // && (TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE)
+ enc = dat;
+ size_t eLen = encLen;
+ #else
+ #error configuration:
+ #endif
+ #if TRICE_DIAGNOSTICS
+ // before: space = enc[TRICE_DATA_OFFSET], data = dat[encLen]
+ // after: date = enc[eLen], (dat [encLen])
+ // Mostly eLen < encLen, but it could be eLen = encLen + 1 + (encLen>>5) in TCOBS worst case.
+ // dat - enc = TRICE_DATA_OFFSET
+ // if eLen > encLen, then TriceDataOffsetDepth = eLen - encLen
+ /*int*/ triceDataOffsetDepth = eLen - encLen; // usually negative
+ TriceDataOffsetDepthMax = triceDataOffsetDepth < TriceDataOffsetDepthMax ? TriceDataOffsetDepthMax : triceDataOffsetDepth;
+ #endif
encLen = eLen;
-#endif
// Reaching here means all trice data in the current half buffer are encoded
// into a single continuous buffer having 0-delimiters between them or not but at the ent is a 0-delimiter.
@@ -326,6 +357,10 @@ static void TriceOut(uint32_t* tb, size_t tLen) {
TRICE_ENTER_CRITICAL_SECTION
TriceNonBlockingDeferredWrite8(triceID, enc, encLen); // lint !e771 Info 771: Symbol 'triceID' conceivably not initialized. Comment: tLen is always > 0.
TRICE_LEAVE_CRITICAL_SECTION
+#endif // TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE
+//
+// TRICE_MULTI_PACK_MODE
+//////////////////////////////////////////////////////////////////////////////
}
#endif // #if TRICE_BUFFER == TRICE_DOUBLE_BUFFER && TRICE_OFF == 0
diff --git a/src/triceMcuOrder.h b/src/triceMcuOrder.h
index f6a6dc8c2..833e84b01 100644
--- a/src/triceMcuOrder.h
+++ b/src/triceMcuOrder.h
@@ -13,13 +13,13 @@
#if TRICE_TRANSFER_ORDER_IS_BIG_ENDIAN == 0
//! TRICE_PUT16_1616 writes a 16-bit value followed by a 32-bit value in 2 16-bit steps to avoid memory alignment hard fault.
-#define TRICE_PUT16_1616(x, ts) /* little endian */ \
- do { \
- uint16_t* p = (uint16_t*)TriceBufferWritePosition; \
- *p++ = x; \
- *p++ = ts; /* lo */ \
- *p++ = (ts) >> 16; /* hi */ \
- TriceBufferWritePosition = (uint32_t*)p; \
+#define TRICE_PUT16_1616(x, ts) /* little endian */ \
+ do { \
+ uint16_t* p_TRICE_PUT16_1616 = (uint16_t*)TriceBufferWritePosition; \
+ *p_TRICE_PUT16_1616++ = x; \
+ *p_TRICE_PUT16_1616++ = (uint16_t)(ts); /* lo */ \
+ *p_TRICE_PUT16_1616++ = (uint16_t)((ts) >> 16); /* hi */ \
+ TriceBufferWritePosition = (uint32_t*)p_TRICE_PUT16_1616; \
} while (0)
#define TRICE_PUT64(x) \
@@ -29,13 +29,13 @@
#else // #if TRICE_TRANSFER_ORDER_IS_BIG_ENDIAN == 0
//! TRICE_PUT16_1616 writes a 16-bit value followed by a 32-bit value in 2 16-bit steps to avoid memory alignment hard fault.
-#define TRICE_PUT16_1616(x, ts) /* big endian */ \
- do { \
- uint16_t* p = (uint16_t*)TriceBufferWritePosition; \
- *p++ = x; \
- *p++ = (ts) >> 16; /* hi */ \
- *p++ = ts; /* lo */ \
- TriceBufferWritePosition = (uint32_t*)p; \
+#define TRICE_PUT16_1616(x, ts) /* big endian */ \
+ do { \
+ uint16_t* p_TRICE_PUT16_1616 = (uint16_t*)TriceBufferWritePosition; \
+ *p_TRICE_PUT16_1616++ = x; \
+ *p_TRICE_PUT16_1616++ = (ts) >> 16; /* hi */ \
+ *p_TRICE_PUT16_1616++ = ts; /* lo */ \
+ TriceBufferWritePosition = (uint32_t*)p_TRICE_PUT16_1616; \
} while (0)
#define TRICE_PUT64(x) \
diff --git a/src/triceMcuReverse.h b/src/triceMcuReverse.h
index 2e40a66d5..8298ec48d 100644
--- a/src/triceMcuReverse.h
+++ b/src/triceMcuReverse.h
@@ -44,13 +44,13 @@ TRICE_INLINE uint32_t TriceReverse32(uint32_t value) {
#if TRICE_TRANSFER_ORDER_IS_BIG_ENDIAN == 0
//! TRICE_PUT16_1616 writes a 16-bit value followed by a 32-bit value in 2 16-bit steps to avoid memory alignment hard fault.
-#define TRICE_PUT16_1616(x, ts) /* little endian */ \
- do { \
- uint16_t* p = (uint16_t*)TriceBufferWritePosition; \
- *p++ = TRICE_HTOTS(x); \
- *p++ = TRICE_HTOTS(ts); /* lo */ \
- *p++ = TRICE_HTOTS((ts) >> 16); /* hi */ \
- TriceBufferWritePosition = (uint32_t*)p; \
+#define TRICE_PUT16_1616(x, ts) /* little endian */ \
+ do { \
+ uint16_t* p_TRICE_PUT16_1616 = (uint16_t*)TriceBufferWritePosition; \
+ *p_TRICE_PUT16_1616++ = TRICE_HTOTS(x); \
+ *p_TRICE_PUT16_1616++ = TRICE_HTOTS(ts); /* lo */ \
+ *p_TRICE_PUT16_1616++ = TRICE_HTOTS((ts) >> 16); /* hi */ \
+ TriceBufferWritePosition = (uint32_t*)p_TRICE_PUT16_1616; \
} while (0)
#define TRICE_PUT64(x) \
@@ -60,13 +60,13 @@ TRICE_INLINE uint32_t TriceReverse32(uint32_t value) {
#else // #if TRICE_TRANSFER_ORDER_IS_BIG_ENDIAN == 0
//! TRICE_PUT16_1616 writes a 16-bit value followed by a 32-bit value in 2 16-bit steps to avoid memory alignment hard fault.
-#define TRICE_PUT16_1616(x, ts) /* big endian */ \
- do { \
- uint16_t* p = (uint16_t*)TriceBufferWritePosition; \
- *p++ = TRICE_HTOTS(x); \
- *p++ = TRICE_HTOTS((ts) >> 16); /* hi */ \
- *p++ = TRICE_HTOTS(ts); /* lo */ \
- TriceBufferWritePosition = (uint32_t*)p; \
+#define TRICE_PUT16_1616(x, ts) /* big endian */ \
+ do { \
+ uint16_t* p_TRICE_PUT16_1616 = (uint16_t*)TriceBufferWritePosition; \
+ *p_TRICE_PUT16_1616++ = TRICE_HTOTS(x); \
+ *p_TRICE_PUT16_1616++ = TRICE_HTOTS((ts) >> 16); /* hi */ \
+ *p_TRICE_PUT16_1616++ = TRICE_HTOTS(ts); /* lo */ \
+ TriceBufferWritePosition = (uint32_t*)p_TRICE_PUT16_1616; \
} while (0)
#define TRICE_PUT64(x) \
@@ -79,10 +79,10 @@ TRICE_INLINE uint32_t TriceReverse32(uint32_t value) {
#define IdLH TRICE_HTOTS(0x8000 | (tid)) //!< IdLH is the 16-bit-stamp tid, byte swapped to be used in TRICE_PUT, when TRICE_REVERSE == 1.
#define IDLH TRICE_HTOTS(0xc000 | (tid)) //!< IDLH is the 32-bit-stamp tid, byte swapped to be used in TRICE_PUT, when TRICE_REVERSE == 1.
-#define tsL ((0x00ff & ts) << 8)
-#define tsH ((0xff00 & ts) >> 8)
+#define TRICE16_LO_BYTE(x16) ((0x00ff & x16) << 8) // was #define tsL ((0x00ff & ts) << 8)
+#define TRICE16_HI_BYTE(x16) ((0xff00 & x16) >> 8) // was #define tsH ((0xff00 & ts) >> 8)
-#define tsHH ((0xFF000000 & ts) >> 8)
-#define tsHL ((0x00FF0000 & ts) << 8)
-#define tsLH ((0x0000FF00 & ts) >> 8)
-#define tsLL ((0x000000FF & ts) << 8)
+#define TRICE32_HH_BYTE(x32) ((0xFF000000 & x32) >> 8) // was #define tsHH ((0xFF000000 & ts) >> 8)
+#define TRICE32_HL_BYTE(x32) ((0x00FF0000 & x32) << 8) // was #define tsHL ((0x00FF0000 & ts) << 8)
+#define TRICE32_LH_BYTE(x32) ((0x0000FF00 & x32) >> 8) // was #define tsLH ((0x0000FF00 & ts) >> 8)
+#define TRICE32_LL_BYTE(x32) ((0x000000FF & x32) << 8) // was #define tsLL ((0x000000FF & ts) << 8)
diff --git a/src/triceOff.h b/src/triceOff.h
index 251dd1499..44dec148d 100644
--- a/src/triceOff.h
+++ b/src/triceOff.h
@@ -174,11 +174,11 @@ TRICE_INLINE void TRiceAssertFalse( int idN, char* msg, int flag ){TRICE_UNUSED(
#define TRice_11(fmt, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, ...) TRICE_UNUSED(v0) TRICE_UNUSED(v1) TRICE_UNUSED(v2) TRICE_UNUSED(v3) TRICE_UNUSED(v4) TRICE_UNUSED(v5) TRICE_UNUSED(v6) TRICE_UNUSED(v7) TRICE_UNUSED(v8) TRICE_UNUSED(v9) TRICE_UNUSED(v10)
#define TRice_12(fmt, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, ...) TRICE_UNUSED(v0) TRICE_UNUSED(v1) TRICE_UNUSED(v2) TRICE_UNUSED(v3) TRICE_UNUSED(v4) TRICE_UNUSED(v5) TRICE_UNUSED(v6) TRICE_UNUSED(v7) TRICE_UNUSED(v8) TRICE_UNUSED(v9) TRICE_UNUSED(v10) TRICE_UNUSED(v11)
-#define TRICE8_B(fmt, p, n, ...) TRICE_UNUSED(p) TRICE_UNUSED(n)
+#define TRICE8_B(id, fmt, p, n ) TRICE_UNUSED(p) TRICE_UNUSED(n)
#define trice8B( fmt, p, n, ...) TRICE_UNUSED(p) TRICE_UNUSED(n)
#define Trice8B( fmt, p, n, ...) TRICE_UNUSED(p) TRICE_UNUSED(n)
#define TRice8B( fmt, p, n, ...) TRICE_UNUSED(p) TRICE_UNUSED(n)
-#define TRICE8_F(fmt, p, n, ...) TRICE_UNUSED(p) TRICE_UNUSED(n)
+#define TRICE8_F(id, fmt, p, n ) TRICE_UNUSED(p) TRICE_UNUSED(n)
#define trice8F( fmt, p, n, ...) TRICE_UNUSED(p) TRICE_UNUSED(n)
#define Trice8F( fmt, p, n, ...) TRICE_UNUSED(p) TRICE_UNUSED(n)
#define TRice8F( fmt, p, n, ...) TRICE_UNUSED(p) TRICE_UNUSED(n)
diff --git a/src/triceRingBuffer.c b/src/triceRingBuffer.c
index 44c5520a7..ddd966ec0 100644
--- a/src/triceRingBuffer.c
+++ b/src/triceRingBuffer.c
@@ -7,6 +7,8 @@
#if TRICE_BUFFER == TRICE_RING_BUFFER && TRICE_OFF == 0
+uint32_t* triceSingleBufferStartWritePosition = (void*)0;
+
#if TRICE_DEFERRED_TRANSFER_MODE == TRICE_SINGLE_PACK_MODE
static void triceSingleDeferredOut(int* wordCount);
#else
@@ -180,6 +182,7 @@ TRICE_INLINE void triceRingBufferDiagnostics(void) {
}
#if TRICE_DEFERRED_TRANSFER_MODE == TRICE_SINGLE_PACK_MODE
+void triceTransferSingleFraming(void); // Avoid noise whis enabled -Wmissing-prototypes.
//! triceTransferSingleFraming transfers a single Trice from the Ring Buffer.
//! Implicit assumed is, that the pre-condition "TricesCountRingBuffer > 0" is fulfilled.
@@ -205,6 +208,8 @@ void triceTransferSingleFraming(void) {
#if TRICE_DEFERRED_TRANSFER_MODE == TRICE_MULTI_PACK_MODE
+void triceTransferMultiFraming(void);
+
//! triceTransferMultiFraming transfers several, but not necessarily all, Trices from the Ring Buffer.
void triceTransferMultiFraming(void) {
triceRingBufferDiagnostics(); // We need to measure before the RingBufferReadPosition increment.
diff --git a/src/triceStackBuffer.c b/src/triceStackBuffer.c
index a182c10ec..19c4b6cb2 100644
--- a/src/triceStackBuffer.c
+++ b/src/triceStackBuffer.c
@@ -7,4 +7,6 @@
void TriceTransfer(void) {}
+uint32_t* triceSingleBufferStartWritePosition = (void*)0;
+
#endif // #if TRICE_BUFFER == TRICE_STACK_BUFFER && TRICE_OFF == 0
diff --git a/src/triceStaticBuffer.c b/src/triceStaticBuffer.c
index 78d1f4f88..a48f376b0 100644
--- a/src/triceStaticBuffer.c
+++ b/src/triceStaticBuffer.c
@@ -8,8 +8,8 @@
//! triceSingleBuffer holds a single trice during direct trice macro execution.
uint32_t triceSingleBuffer[TRICE_BUFFER_SIZE >> 2];
-//! triceSingleBufferStartWritePosition points to trice data start.
-uint32_t* const triceSingleBufferStartWritePosition = &triceSingleBuffer[TRICE_DATA_OFFSET >> 2];
+//! triceSingleBufferStartWritePosition points to trice data start before a single trice message is generated.
+uint32_t* triceSingleBufferStartWritePosition = &triceSingleBuffer[TRICE_DATA_OFFSET >> 2];
void TriceTransfer(void) {}
diff --git a/testAll.log b/testAll.log
new file mode 100644
index 000000000..360bd8763
--- /dev/null
+++ b/testAll.log
@@ -0,0 +1,7744 @@
+Mi 25 Jun 2025 12:16:24 CEST
+This can take a while ...
+Command line: ./testAll.sh full
+SELECTED: full
+$OSTYPE=darwin24
+Darwin Mac.fritz.box 24.5.0 Darwin Kernel Version 24.5.0: Tue Apr 22 19:54:29 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T6030 arm64
+version=devel, built 2025-06-24 22:30:48.345429561 +0200 CEST
+go version go1.23.4 darwin/arm64
+---
+Testing the Go code...
+? github.com/rokath/trice/internal/do [no test files]
+ok github.com/rokath/trice/cmd/trice 1.235s
+? github.com/rokath/trice/internal/translator [no test files]
+? github.com/rokath/trice/pkg/ant [no test files]
+ok github.com/rokath/trice/internal/args 1.331s
+ok github.com/rokath/trice/internal/charDecoder 0.500s
+ok github.com/rokath/trice/internal/com 4.361s
+ok github.com/rokath/trice/internal/decoder 0.675s
+ok github.com/rokath/trice/internal/dumpDecoder 1.264s
+ok github.com/rokath/trice/internal/emitter 1.037s
+ok github.com/rokath/trice/internal/id 3.150s
+ok github.com/rokath/trice/internal/keybcmd 0.609s
+ok github.com/rokath/trice/internal/link 0.786s
+ok github.com/rokath/trice/internal/receiver 0.929s
+ok github.com/rokath/trice/internal/trexDecoder 0.827s
+ok github.com/rokath/trice/pkg/cipher 0.924s
+ok github.com/rokath/trice/pkg/endian 1.081s
+ok github.com/rokath/trice/pkg/msg 1.255s
+ok github.com/rokath/trice/pkg/tst 1.389s
+Testing the Go code...pass
+---
+---
+Testing the Target code inside PC...
+go test ./...
+ok github.com/rokath/trice/_test/be_dblB_de_tcobs_ua 180.739s
+ok github.com/rokath/trice/_test/be_staticB_di_xtea_cobs_rtt32 179.974s
+ok github.com/rokath/trice/_test/dblB_de_cobs_ua 179.339s
+ok github.com/rokath/trice/_test/dblB_de_multi_cobs_ua 180.694s
+ok github.com/rokath/trice/_test/dblB_de_multi_nopf_ua 181.616s
+ok github.com/rokath/trice/_test/dblB_de_multi_tcobs_ua 181.215s
+ok github.com/rokath/trice/_test/dblB_de_multi_xtea_cobs_ua 179.846s
+ok github.com/rokath/trice/_test/dblB_de_multi_xtea_tcobs_ua 181.075s
+ok github.com/rokath/trice/_test/dblB_de_nopf_ua 179.695s
+ok github.com/rokath/trice/_test/dblB_de_tcobs_ua 180.895s
+ok github.com/rokath/trice/_test/dblB_de_xtea_cobs_ua 180.332s
+ok github.com/rokath/trice/_test/dblB_de_xtea_tcobs_ua 179.715s
+ok github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_cobs_ua 363.901s
+ok github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_multi_cobs_ua 364.637s
+ok github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_multi_tcobs_ua 364.081s
+ok github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_tcobs_ua 364.951s
+ok github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_xtea_cobs_ua 365.471s
+ok github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_cobs_ua 364.554s
+ok github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_multi_cobs_ua 363.708s
+ok github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_multi_tcobs_ua 365.497s
+ok github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_tcobs_ua 364.906s
+ok github.com/rokath/trice/_test/ringB_de_cobs_ua 180.545s
+ok github.com/rokath/trice/_test/ringB_de_multi_tcobs_ua 180.056s
+ok github.com/rokath/trice/_test/ringB_de_multi_xtea_cobs_ua 179.966s
+ok github.com/rokath/trice/_test/ringB_de_multi_xtea_tcobs_ua 179.340s
+ok github.com/rokath/trice/_test/ringB_de_nopf_ua 179.694s
+ok github.com/rokath/trice/_test/ringB_de_tcobs_ua 179.852s
+ok github.com/rokath/trice/_test/ringB_de_xtea_cobs_ua 179.738s
+ok github.com/rokath/trice/_test/ringB_de_xtea_tcobs_ua 179.926s
+ok github.com/rokath/trice/_test/ringB_di_cobs_rtt32__de_tcobs_ua 362.274s
+ok github.com/rokath/trice/_test/ringB_di_cobs_rtt8__de_tcobs_ua 362.025s
+ok github.com/rokath/trice/_test/ringB_di_nopf_rtt32__de_tcobs_ua 362.185s
+ok github.com/rokath/trice/_test/ringB_di_nopf_rtt32__de_xtea_cobs_ua 362.294s
+ok github.com/rokath/trice/_test/ringB_di_nopf_rtt8__de_tcobs_ua 362.141s
+ok github.com/rokath/trice/_test/ringB_di_tcobs_rtt32__de_tcobs_ua 362.069s
+ok github.com/rokath/trice/_test/ringB_di_xtea_cobs_rtt32__de_xtea_cobs_ua 358.611s
+ok github.com/rokath/trice/_test/special_for_debug 0.332s
+ok github.com/rokath/trice/_test/special_protect_dblB_de_tcobs_ua 0.361s
+ok github.com/rokath/trice/_test/stackB_di_nopf_aux32 180.123s
+ok github.com/rokath/trice/_test/stackB_di_nopf_aux8 180.498s
+ok github.com/rokath/trice/_test/stackB_di_nopf_rtt32 179.747s
+ok github.com/rokath/trice/_test/stackB_di_nopf_rtt8 179.895s
+ok github.com/rokath/trice/_test/stackB_di_xtea_cobs_rtt8 178.841s
+ok github.com/rokath/trice/_test/staticB_di_nopf_aux32 179.183s
+ok github.com/rokath/trice/_test/staticB_di_nopf_aux8 179.032s
+ok github.com/rokath/trice/_test/staticB_di_nopf_rtt32 179.811s
+ok github.com/rokath/trice/_test/staticB_di_nopf_rtt8 179.557s
+ok github.com/rokath/trice/_test/staticB_di_tcobs_rtt32 179.698s
+ok github.com/rokath/trice/_test/staticB_di_tcobs_rtt8 178.961s
+ok github.com/rokath/trice/_test/staticB_di_xtea_cobs_rtt32 178.748s
+Testing the Target code inside PC...pass
+---
+/usr/bin/clang
+Apple clang version 17.0.0 (clang-1700.0.13.5)
+Target: arm64-apple-darwin24.5.0
+Thread model: posix
+InstalledDir: /Library/Developer/CommandLineTools/usr/bin
+---
+Translating G0B1_inst with clang...
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.clang
+startup_stm32g0b1xx.s
+Core/Src/main.c
+Core/Src/app_freertos.c
+Core/Src/stm32g0xx_it.c
+Core/Src/stm32g0xx_hal_msp.c
+Core/Src/stm32g0xx_hal_timebase_tim.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crs.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c
+Core/Src/system_stm32g0xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+../../src/trice.c
+../../src/SEGGER_RTT.c
+../../src/trice8.c
+../../src/tcobsv1Decode.c
+../../src/trice16.c
+../../src/cobsDecode.c
+../../src/triceUart.c
+../../src/cobsEncode.c
+../../src/trice32.c
+../../src/triceStaticBuffer.c
+../../src/triceRingBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../../src/triceStackBuffer.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+../../src/tcobsv1Encode.c
+../../src/triceDoubleBuffer.c
+../../src/trice64.c
+../../src/triceAuxiliary.c
+linking...
+make: llvm-size: No such file or directory
+make: *** [out.clang/G0B1.elf] Error 1
+Translating G0B1_inst with clang...pass
+---
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+arm-none-eabi-gcc (Arm GNU Toolchain 13.3.Rel1 (Build arm-13.24)) 13.3.1 20240614
+C_INCLUDE_PATH=
+arm-none-eabi-gcc location in next line:
+/opt/homebrew/bin/arm-none-eabi-gcc
+---
+Translating all examples with TRICE_OFF...
+--------------------------------------------------------------------------------------------------------
+./F030_bare/ with TRICE_OFF=1
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
+arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/startup_stm32f030x8.d" startup_stm32f030x8.s -o out/startup_stm32f030x8.o
+arm-none-eabi-gcc out/main.o out/stm32f0xx_it.o out/stm32f0xx_ll_gpio.o out/stm32f0xx_ll_pwr.o out/stm32f0xx_ll_exti.o out/stm32f0xx_ll_usart.o out/stm32f0xx_ll_rcc.o out/stm32f0xx_ll_dma.o out/stm32f0xx_ll_utils.o out/system_stm32f0xx.o out/syscalls.o out/sysmem.o out/startup_stm32f030x8.o -mcpu=cortex-m0 -mthumb -specs=nano.specs -TSTM32F030R8Tx_FLASH.ld -lc -lm -lnosys -Wl,-Map=out/F030_bare.map,--cref -Wl,--gc-sections -Wl,--no-warn-rwx-segments -Wl,--no-warn-execstack -o out/F030_bare.elf
+arm-none-eabi-size out/F030_bare.elf
+ text data bss dec hex filename
+ 2428 12 1564 4004 fa4 out/F030_bare.elf
+arm-none-eabi-objcopy -O ihex out/F030_bare.elf out/F030_bare.hex
+arm-none-eabi-objcopy -O binary -S out/F030_bare.elf out/F030_bare.bin
+--------------------------------------------------------------------------------------------------------
+./G0B1_bare/ with TRICE_OFF=1
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32g0b1xx.s
+Core/Src/main.c
+Core/Src/app_freertos.c
+Core/Src/stm32g0xx_it.c
+Core/Src/stm32g0xx_hal_msp.c
+Core/Src/stm32g0xx_hal_timebase_tim.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crs.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Core/Src/system_stm32g0xx.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+ text data bss dec hex filename
+ 6796 24 5056 11876 2e64 out.gcc/G0B1.elf
+--------------------------------------------------------------------------------------------------------
+./L432_bare/ with TRICE_OFF=1
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+ text data bss dec hex filename
+ 8032 32 5592 13656 3558 out.gcc/L432KC.elf
+--------------------------------------------------------------------------------------------------------
+./F030_inst/ with TRICE_OFF=1
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsDecode.d" -Wa,-a,-ad,-alms=out/cobsDecode.lst ../../src/cobsDecode.c -o out/cobsDecode.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsEncode.d" -Wa,-a,-ad,-alms=out/cobsEncode.lst ../../src/cobsEncode.c -o out/cobsEncode.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/SEGGER_RTT.d" -Wa,-a,-ad,-alms=out/SEGGER_RTT.lst ../../src/SEGGER_RTT.c -o out/SEGGER_RTT.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Decode.d" -Wa,-a,-ad,-alms=out/tcobsv1Decode.lst ../../src/tcobsv1Decode.c -o out/tcobsv1Decode.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Encode.d" -Wa,-a,-ad,-alms=out/tcobsv1Encode.lst ../../src/tcobsv1Encode.c -o out/tcobsv1Encode.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice.d" -Wa,-a,-ad,-alms=out/trice.lst ../../src/trice.c -o out/trice.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice8.d" -Wa,-a,-ad,-alms=out/trice8.lst ../../src/trice8.c -o out/trice8.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice16.d" -Wa,-a,-ad,-alms=out/trice16.lst ../../src/trice16.c -o out/trice16.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice32.d" -Wa,-a,-ad,-alms=out/trice32.lst ../../src/trice32.c -o out/trice32.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice64.d" -Wa,-a,-ad,-alms=out/trice64.lst ../../src/trice64.c -o out/trice64.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceUart.d" -Wa,-a,-ad,-alms=out/triceUart.lst ../../src/triceUart.c -o out/triceUart.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceAuxiliary.d" -Wa,-a,-ad,-alms=out/triceAuxiliary.lst ../../src/triceAuxiliary.c -o out/triceAuxiliary.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceDoubleBuffer.d" -Wa,-a,-ad,-alms=out/triceDoubleBuffer.lst ../../src/triceDoubleBuffer.c -o out/triceDoubleBuffer.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceRingBuffer.d" -Wa,-a,-ad,-alms=out/triceRingBuffer.lst ../../src/triceRingBuffer.c -o out/triceRingBuffer.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceStackBuffer.d" -Wa,-a,-ad,-alms=out/triceStackBuffer.lst ../../src/triceStackBuffer.c -o out/triceStackBuffer.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceStaticBuffer.d" -Wa,-a,-ad,-alms=out/triceStaticBuffer.lst ../../src/triceStaticBuffer.c -o out/triceStaticBuffer.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/xtea.d" -Wa,-a,-ad,-alms=out/xtea.lst ../../src/xtea.c -o out/xtea.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceLogDiagData.d" -Wa,-a,-ad,-alms=out/triceLogDiagData.lst ../exampleData/triceLogDiagData.c -o out/triceLogDiagData.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceExamples.d" -Wa,-a,-ad,-alms=out/triceExamples.lst ../exampleData/triceExamples.c -o out/triceExamples.o
+arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/startup_stm32f030x8.d" startup_stm32f030x8.s -o out/startup_stm32f030x8.o
+arm-none-eabi-gcc out/main.o out/stm32f0xx_it.o out/stm32f0xx_ll_gpio.o out/stm32f0xx_ll_pwr.o out/stm32f0xx_ll_exti.o out/stm32f0xx_ll_usart.o out/stm32f0xx_ll_rcc.o out/stm32f0xx_ll_dma.o out/stm32f0xx_ll_utils.o out/system_stm32f0xx.o out/syscalls.o out/sysmem.o out/cobsDecode.o out/cobsEncode.o out/SEGGER_RTT.o out/tcobsv1Decode.o out/tcobsv1Encode.o out/trice.o out/trice8.o out/trice16.o out/trice32.o out/trice64.o out/triceUart.o out/triceAuxiliary.o out/triceDoubleBuffer.o out/triceRingBuffer.o out/triceStackBuffer.o out/triceStaticBuffer.o out/xtea.o out/triceLogDiagData.o out/triceExamples.o out/startup_stm32f030x8.o -mcpu=cortex-m0 -mthumb -specs=nano.specs -TSTM32F030R8Tx_FLASH.ld -lc -lm -lnosys -Wl,-Map=out/F030_inst.map,--cref -Wl,--gc-sections -Wl,--no-warn-rwx-segments -Wl,--no-warn-execstack -o out/F030_inst.elf
+arm-none-eabi-size out/F030_inst.elf
+ text data bss dec hex filename
+ 2428 12 1564 4004 fa4 out/F030_inst.elf
+arm-none-eabi-objcopy -O ihex out/F030_inst.elf out/F030_inst.hex
+arm-none-eabi-objcopy -O binary -S out/F030_inst.elf out/F030_inst.bin
+--------------------------------------------------------------------------------------------------------
+./G0B1_inst/ with TRICE_OFF=1
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32g0b1xx.s
+Core/Src/main.c
+Core/Src/app_freertos.c
+Core/Src/stm32g0xx_it.c
+Core/Src/stm32g0xx_hal_msp.c
+Core/Src/stm32g0xx_hal_timebase_tim.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crs.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c
+Core/Src/system_stm32g0xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceAuxiliary.c
+../../src/triceUart.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 12976 24 5056 18056 4688 out.gcc/G0B1.elf
+--------------------------------------------------------------------------------------------------------
+./L432_inst/ with TRICE_OFF=1
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 8112 32 5584 13728 35a0 out.gcc/L432KC.elf
+Translating all examples with TRICE_OFF...pass
+---
+---
+Translating all examples with TRICE_ON...
+--------------------------------------------------------------------------------------------------------
+./F030_bare/ with TRICE_OFF=0
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
+arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/startup_stm32f030x8.d" startup_stm32f030x8.s -o out/startup_stm32f030x8.o
+arm-none-eabi-gcc out/main.o out/stm32f0xx_it.o out/stm32f0xx_ll_gpio.o out/stm32f0xx_ll_pwr.o out/stm32f0xx_ll_exti.o out/stm32f0xx_ll_usart.o out/stm32f0xx_ll_rcc.o out/stm32f0xx_ll_dma.o out/stm32f0xx_ll_utils.o out/system_stm32f0xx.o out/syscalls.o out/sysmem.o out/startup_stm32f030x8.o -mcpu=cortex-m0 -mthumb -specs=nano.specs -TSTM32F030R8Tx_FLASH.ld -lc -lm -lnosys -Wl,-Map=out/F030_bare.map,--cref -Wl,--gc-sections -Wl,--no-warn-rwx-segments -Wl,--no-warn-execstack -o out/F030_bare.elf
+arm-none-eabi-size out/F030_bare.elf
+ text data bss dec hex filename
+ 2428 12 1564 4004 fa4 out/F030_bare.elf
+arm-none-eabi-objcopy -O ihex out/F030_bare.elf out/F030_bare.hex
+arm-none-eabi-objcopy -O binary -S out/F030_bare.elf out/F030_bare.bin
+--------------------------------------------------------------------------------------------------------
+./G0B1_bare/ with TRICE_OFF=0
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/stm32g0xx_it.c
+Core/Src/main.c
+Core/Src/app_freertos.c
+startup_stm32g0b1xx.s
+Core/Src/stm32g0xx_hal_msp.c
+Core/Src/stm32g0xx_hal_timebase_tim.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crs.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Core/Src/system_stm32g0xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
+ text data bss dec hex filename
+ 6796 24 5056 11876 2e64 out.gcc/G0B1.elf
+--------------------------------------------------------------------------------------------------------
+./L432_bare/ with TRICE_OFF=0
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+ text data bss dec hex filename
+ 8032 32 5592 13656 3558 out.gcc/L432KC.elf
+--------------------------------------------------------------------------------------------------------
+./F030_inst/ with TRICE_OFF=0
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsDecode.d" -Wa,-a,-ad,-alms=out/cobsDecode.lst ../../src/cobsDecode.c -o out/cobsDecode.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsEncode.d" -Wa,-a,-ad,-alms=out/cobsEncode.lst ../../src/cobsEncode.c -o out/cobsEncode.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/SEGGER_RTT.d" -Wa,-a,-ad,-alms=out/SEGGER_RTT.lst ../../src/SEGGER_RTT.c -o out/SEGGER_RTT.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Decode.d" -Wa,-a,-ad,-alms=out/tcobsv1Decode.lst ../../src/tcobsv1Decode.c -o out/tcobsv1Decode.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Encode.d" -Wa,-a,-ad,-alms=out/tcobsv1Encode.lst ../../src/tcobsv1Encode.c -o out/tcobsv1Encode.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice.d" -Wa,-a,-ad,-alms=out/trice.lst ../../src/trice.c -o out/trice.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice8.d" -Wa,-a,-ad,-alms=out/trice8.lst ../../src/trice8.c -o out/trice8.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice16.d" -Wa,-a,-ad,-alms=out/trice16.lst ../../src/trice16.c -o out/trice16.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice32.d" -Wa,-a,-ad,-alms=out/trice32.lst ../../src/trice32.c -o out/trice32.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice64.d" -Wa,-a,-ad,-alms=out/trice64.lst ../../src/trice64.c -o out/trice64.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceUart.d" -Wa,-a,-ad,-alms=out/triceUart.lst ../../src/triceUart.c -o out/triceUart.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceAuxiliary.d" -Wa,-a,-ad,-alms=out/triceAuxiliary.lst ../../src/triceAuxiliary.c -o out/triceAuxiliary.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceDoubleBuffer.d" -Wa,-a,-ad,-alms=out/triceDoubleBuffer.lst ../../src/triceDoubleBuffer.c -o out/triceDoubleBuffer.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceRingBuffer.d" -Wa,-a,-ad,-alms=out/triceRingBuffer.lst ../../src/triceRingBuffer.c -o out/triceRingBuffer.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceStackBuffer.d" -Wa,-a,-ad,-alms=out/triceStackBuffer.lst ../../src/triceStackBuffer.c -o out/triceStackBuffer.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceStaticBuffer.d" -Wa,-a,-ad,-alms=out/triceStaticBuffer.lst ../../src/triceStaticBuffer.c -o out/triceStaticBuffer.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/xtea.d" -Wa,-a,-ad,-alms=out/xtea.lst ../../src/xtea.c -o out/xtea.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceLogDiagData.d" -Wa,-a,-ad,-alms=out/triceLogDiagData.lst ../exampleData/triceLogDiagData.c -o out/triceLogDiagData.o
+arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceExamples.d" -Wa,-a,-ad,-alms=out/triceExamples.lst ../exampleData/triceExamples.c -o out/triceExamples.o
+arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/startup_stm32f030x8.d" startup_stm32f030x8.s -o out/startup_stm32f030x8.o
+arm-none-eabi-gcc out/main.o out/stm32f0xx_it.o out/stm32f0xx_ll_gpio.o out/stm32f0xx_ll_pwr.o out/stm32f0xx_ll_exti.o out/stm32f0xx_ll_usart.o out/stm32f0xx_ll_rcc.o out/stm32f0xx_ll_dma.o out/stm32f0xx_ll_utils.o out/system_stm32f0xx.o out/syscalls.o out/sysmem.o out/cobsDecode.o out/cobsEncode.o out/SEGGER_RTT.o out/tcobsv1Decode.o out/tcobsv1Encode.o out/trice.o out/trice8.o out/trice16.o out/trice32.o out/trice64.o out/triceUart.o out/triceAuxiliary.o out/triceDoubleBuffer.o out/triceRingBuffer.o out/triceStackBuffer.o out/triceStaticBuffer.o out/xtea.o out/triceLogDiagData.o out/triceExamples.o out/startup_stm32f030x8.o -mcpu=cortex-m0 -mthumb -specs=nano.specs -TSTM32F030R8Tx_FLASH.ld -lc -lm -lnosys -Wl,-Map=out/F030_inst.map,--cref -Wl,--gc-sections -Wl,--no-warn-rwx-segments -Wl,--no-warn-execstack -o out/F030_inst.elf
+arm-none-eabi-size out/F030_inst.elf
+ text data bss dec hex filename
+ 10528 28 4932 15488 3c80 out/F030_inst.elf
+arm-none-eabi-objcopy -O ihex out/F030_inst.elf out/F030_inst.hex
+arm-none-eabi-objcopy -O binary -S out/F030_inst.elf out/F030_inst.bin
+--------------------------------------------------------------------------------------------------------
+./G0B1_inst/ with TRICE_OFF=0
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32g0b1xx.s
+Core/Src/main.c
+Core/Src/app_freertos.c
+Core/Src/stm32g0xx_it.c
+Core/Src/stm32g0xx_hal_msp.c
+Core/Src/stm32g0xx_hal_timebase_tim.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crs.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c
+Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c
+Core/Src/system_stm32g0xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice64.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice32.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceAuxiliary.c
+../../_test/testdata/triceCheck.c
+../../src/triceUart.c
+../exampleData/triceLogDiagData.c
+../../src/xtea.c
+../../src/triceStaticBuffer.c
+../../src/triceStackBuffer.c
+../../src/trice16.c
+../exampleData/triceExamples.c
+ text data bss dec hex filename
+ 238160 120 8696 246976 3c4c0 out.gcc/G0B1.elf
+--------------------------------------------------------------------------------------------------------
+./L432_inst/ with TRICE_OFF=0
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+../exampleData/triceLogDiagData.c
+ text data bss dec hex filename
+ 140472 120 11048 151640 25058 out.gcc/L432KC.elf
+Translating all examples with TRICE_ON...pass
+---
+---
+Translating all L432 configurations...
+Mi 25 Jun 2025 12:37:04 CEST
+
+--- CONFIGURATION=0 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceRingBuffer.c
+../../src/triceDoubleBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 140472 120 11048 151640 25058 out.gcc/L432KC.elf
+
+--- CONFIGURATION=1 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice64.c
+../../src/trice32.c
+../../src/trice16.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStaticBuffer.c
+../../src/triceStackBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 139160 128 7024 146312 23b88 out.gcc/L432KC.elf
+
+--- CONFIGURATION=2 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Encode.c
+../../src/tcobsv1Decode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 139160 128 7024 146312 23b88 out.gcc/L432KC.elf
+
+--- CONFIGURATION=3 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 157256 128 7024 164408 28238 out.gcc/L432KC.elf
+
+--- CONFIGURATION=4 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 157248 128 7024 164400 28230 out.gcc/L432KC.elf
+
+--- CONFIGURATION=5 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/triceUart.c
+../../src/trice64.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 163208 128 7056 170392 29998 out.gcc/L432KC.elf
+
+--- CONFIGURATION=6 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/triceAuxiliary.c
+../../src/triceUart.c
+../../src/trice64.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 163208 128 7056 170392 29998 out.gcc/L432KC.elf
+
+--- CONFIGURATION=7 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 181384 136 7056 188576 2e0a0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=8 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 181360 136 7056 188552 2e088 out.gcc/L432KC.elf
+
+--- CONFIGURATION=9 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 137992 128 7024 145144 236f8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=10 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceStaticBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceDoubleBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 137992 128 7024 145144 236f8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=11 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/tcobsv1Decode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 156096 128 7024 163248 27db0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=12 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsEncode.c
+../../src/cobsDecode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 156088 128 7024 163240 27da8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=13 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice8.c
+../../src/trice64.c
+../../src/trice32.c
+../../src/trice16.c
+../../src/trice.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 162040 128 7056 169224 29508 out.gcc/L432KC.elf
+
+--- CONFIGURATION=14 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 162040 128 7056 169224 29508 out.gcc/L432KC.elf
+
+--- CONFIGURATION=15 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/tcobsv1Decode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice32.c
+../../src/trice16.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 180224 136 7056 187416 2dc18 out.gcc/L432KC.elf
+
+--- CONFIGURATION=16 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/SEGGER_RTT.c
+../../src/cobsEncode.c
+../../src/cobsDecode.c
+../../src/tcobsv1Encode.c
+../../src/tcobsv1Decode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 180192 136 7056 187384 2dbf8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=17 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 138680 128 6768 145576 238a8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=18 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/triceUart.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 138728 128 6768 145624 238d8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=19 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice8.c
+../../src/trice.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../../_test/testdata/triceCheck.c
+../exampleData/triceExamples.c
+ text data bss dec hex filename
+ 156776 128 6768 163672 27f58 out.gcc/L432KC.elf
+
+--- CONFIGURATION=20 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+../../src/cobsDecode.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 156840 128 6768 163736 27f98 out.gcc/L432KC.elf
+
+--- CONFIGURATION=21 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 162648 128 6792 169568 29660 out.gcc/L432KC.elf
+
+--- CONFIGURATION=22 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/trice.c
+../../src/tcobsv1Encode.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 162712 128 6792 169632 296a0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=23 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+Core/Src/freertos.c
+startup_stm32l432xx.s
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice32.c
+../../src/trice16.c
+../../src/trice64.c
+../../src/tcobsv1Encode.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 180912 136 6800 187848 2ddc8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=24 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 180960 136 6800 187896 2ddf8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=25 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../../src/triceStaticBuffer.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 137520 128 6768 144416 23420 out.gcc/L432KC.elf
+
+--- CONFIGURATION=26 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/SEGGER_RTT.c
+../../src/cobsEncode.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 137568 128 6768 144464 23450 out.gcc/L432KC.elf
+
+--- CONFIGURATION=27 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 155608 128 6768 162504 27ac8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=28 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/SEGGER_RTT.c
+../../src/cobsEncode.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/xtea.c
+../../src/triceStaticBuffer.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 155680 128 6768 162576 27b10 out.gcc/L432KC.elf
+
+--- CONFIGURATION=29 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/triceDoubleBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 161480 128 6792 168400 291d0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=30 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 161544 128 6792 168464 29210 out.gcc/L432KC.elf
+
+--- CONFIGURATION=31 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+../../src/cobsDecode.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 179744 136 6800 186680 2d938 out.gcc/L432KC.elf
+
+--- CONFIGURATION=32 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 179792 136 6800 186728 2d968 out.gcc/L432KC.elf
+
+--- CONFIGURATION=33 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/triceAuxiliary.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 172424 128 7032 179584 2bd80 out.gcc/L432KC.elf
+
+--- CONFIGURATION=34 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/trice.c
+../../src/tcobsv1Encode.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 172528 128 7032 179688 2bde8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=35 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/xtea.c
+../../src/triceStaticBuffer.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 187128 128 7032 194288 2f6f0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=36 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/tcobsv1Encode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/trice8.c
+../../src/trice.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 187232 128 7032 194392 2f758 out.gcc/L432KC.elf
+
+--- CONFIGURATION=37 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 190672 128 7048 197848 304d8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=38 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 190720 128 7056 197904 30510 out.gcc/L432KC.elf
+
+--- CONFIGURATION=39 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 212152 128 7056 219336 358c8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=40 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 212192 128 7056 219376 358f0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=41 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceAuxiliary.c
+../../src/triceUart.c
+../../src/triceRingBuffer.c
+../../src/triceDoubleBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 171264 128 7032 178424 2b8f8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=42 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 171368 128 7032 178528 2b960 out.gcc/L432KC.elf
+
+--- CONFIGURATION=43 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/trice16.c
+../../src/triceAuxiliary.c
+../../src/triceUart.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 185968 128 7032 193128 2f268 out.gcc/L432KC.elf
+
+--- CONFIGURATION=44 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+../../src/cobsDecode.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/SEGGER_RTT.c
+../../src/cobsEncode.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 186072 128 7032 193232 2f2d0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=45 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 189512 128 7048 196688 30050 out.gcc/L432KC.elf
+
+--- CONFIGURATION=46 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+../../src/cobsDecode.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 189552 128 7056 196736 30080 out.gcc/L432KC.elf
+
+--- CONFIGURATION=47 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceDoubleBuffer.c
+../../src/triceAuxiliary.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 210984 128 7056 218168 35438 out.gcc/L432KC.elf
+
+--- CONFIGURATION=48 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceStaticBuffer.c
+../../src/triceDoubleBuffer.c
+../../src/xtea.c
+../../src/triceRingBuffer.c
+../exampleData/triceLogDiagData.c
+../../src/triceStackBuffer.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 211032 128 7056 218216 35468 out.gcc/L432KC.elf
+
+--- CONFIGURATION=49 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 171912 128 6768 178808 2ba78 out.gcc/L432KC.elf
+
+--- CONFIGURATION=50 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 172096 128 6776 179000 2bb38 out.gcc/L432KC.elf
+
+--- CONFIGURATION=51 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/tcobsv1Decode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Encode.c
+../../src/trice8.c
+../../src/trice.c
+../../src/trice32.c
+../../src/trice16.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../exampleData/triceLogDiagData.c
+../../src/xtea.c
+../../src/triceStaticBuffer.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 186648 128 6768 193544 2f408 out.gcc/L432KC.elf
+
+--- CONFIGURATION=52 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice16.c
+../../src/trice8.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 186840 128 6776 193744 2f4d0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=53 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/stm32l4xx_it.c
+Core/Src/freertos.c
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+../../src/cobsDecode.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStaticBuffer.c
+../../src/triceStackBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 190176 128 6792 197096 301e8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=54 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/SEGGER_RTT.c
+../../src/cobsEncode.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 190328 128 6792 197248 30280 out.gcc/L432KC.elf
+
+--- CONFIGURATION=55 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 211656 128 6792 218576 355d0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=56 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 211808 128 6800 218736 35670 out.gcc/L432KC.elf
+
+--- CONFIGURATION=57 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/stm32l4xx_it.c
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/trice.c
+../../src/tcobsv1Encode.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../src/xtea.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 170744 128 6768 177640 2b5e8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=58 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/triceUart.c
+../../src/trice64.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 170936 128 6776 177840 2b6b0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=59 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/SEGGER_RTT.c
+../../src/cobsEncode.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 185480 128 6768 192376 2ef78 out.gcc/L432KC.elf
+
+--- CONFIGURATION=60 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/SEGGER_RTT.c
+../../src/cobsEncode.c
+../../src/tcobsv1Decode.c
+../../src/trice.c
+../../src/tcobsv1Encode.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 185680 128 6776 192584 2f048 out.gcc/L432KC.elf
+
+--- CONFIGURATION=61 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 189016 128 6792 195936 2fd60 out.gcc/L432KC.elf
+
+--- CONFIGURATION=62 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice64.c
+../../src/trice32.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 189168 128 6792 196088 2fdf8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=63 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../../_test/testdata/triceCheck.c
+../exampleData/triceExamples.c
+ text data bss dec hex filename
+ 210488 128 6792 217408 35140 out.gcc/L432KC.elf
+
+--- CONFIGURATION=64 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceAuxiliary.c
+../../src/triceUart.c
+../../src/triceRingBuffer.c
+../../src/triceDoubleBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 210640 128 6800 217568 351e0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=65 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 152232 120 7192 159544 26f38 out.gcc/L432KC.elf
+
+--- CONFIGURATION=66 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 137944 120 7360 145424 23810 out.gcc/L432KC.elf
+
+--- CONFIGURATION=67 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 153168 120 7192 160480 272e0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=68 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceDoubleBuffer.c
+../../src/triceAuxiliary.c
+../../src/triceStackBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 138152 120 7360 145632 238e0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=69 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceAuxiliary.c
+../../src/triceUart.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 167512 120 7216 174848 2ab00 out.gcc/L432KC.elf
+
+--- CONFIGURATION=70 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 157704 128 7384 165216 28560 out.gcc/L432KC.elf
+
+--- CONFIGURATION=71 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 167808 120 7216 175144 2ac28 out.gcc/L432KC.elf
+
+--- CONFIGURATION=72 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/SEGGER_RTT.c
+../../src/cobsEncode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/tcobsv1Decode.c
+../../src/cobsDecode.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 158000 128 7384 165512 28688 out.gcc/L432KC.elf
+
+--- CONFIGURATION=73 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 152232 120 7192 159544 26f38 out.gcc/L432KC.elf
+
+--- CONFIGURATION=74 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+../../src/cobsDecode.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice32.c
+../../src/trice16.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceExamples.c
+../exampleData/triceLogDiagData.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 137944 120 7360 145424 23810 out.gcc/L432KC.elf
+
+--- CONFIGURATION=75 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceDoubleBuffer.c
+../../src/triceAuxiliary.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 153168 120 7192 160480 272e0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=76 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 138152 120 7360 145632 238e0 out.gcc/L432KC.elf
+
+--- CONFIGURATION=77 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/tcobsv1Decode.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceDoubleBuffer.c
+../../src/triceAuxiliary.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 167512 120 7216 174848 2ab00 out.gcc/L432KC.elf
+
+--- CONFIGURATION=78 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 157704 128 7384 165216 28560 out.gcc/L432KC.elf
+
+--- CONFIGURATION=79 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 167808 120 7216 175144 2ac28 out.gcc/L432KC.elf
+
+--- CONFIGURATION=80 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 158000 128 7384 165512 28688 out.gcc/L432KC.elf
+
+--- CONFIGURATION=81 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../../_test/testdata/triceCheck.c
+../exampleData/triceExamples.c
+../exampleData/triceLogDiagData.c
+ text data bss dec hex filename
+ 146800 120 6936 153856 25900 out.gcc/L432KC.elf
+
+--- CONFIGURATION=82 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 137528 120 7104 144752 23570 out.gcc/L432KC.elf
+
+--- CONFIGURATION=83 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/tcobsv1Decode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceExamples.c
+../exampleData/triceLogDiagData.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 147736 120 6936 154792 25ca8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=84 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 137736 120 7104 144960 23640 out.gcc/L432KC.elf
+
+--- CONFIGURATION=85 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 167152 120 6952 174224 2a890 out.gcc/L432KC.elf
+
+--- CONFIGURATION=86 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 157352 128 7120 164600 282f8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=87 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 167440 120 6960 174520 2a9b8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=88 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/SEGGER_RTT.c
+../../src/cobsEncode.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 157640 128 7128 164896 28420 out.gcc/L432KC.elf
+
+--- CONFIGURATION=89 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceDoubleBuffer.c
+../../src/triceAuxiliary.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 146800 120 6936 153856 25900 out.gcc/L432KC.elf
+
+--- CONFIGURATION=90 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 137528 120 7104 144752 23570 out.gcc/L432KC.elf
+
+--- CONFIGURATION=91 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/trice.c
+../../src/tcobsv1Encode.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 147736 120 6936 154792 25ca8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=92 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/triceUart.c
+../../src/trice64.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 137736 120 7104 144960 23640 out.gcc/L432KC.elf
+
+--- CONFIGURATION=93 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice32.c
+../../src/trice16.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 167152 120 6952 174224 2a890 out.gcc/L432KC.elf
+
+--- CONFIGURATION=94 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+../../src/cobsDecode.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 157352 128 7120 164600 282f8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=95 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Encode.c
+../../src/tcobsv1Decode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 167440 120 6960 174520 2a9b8 out.gcc/L432KC.elf
+
+--- CONFIGURATION=96 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+../../src/cobsDecode.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 157640 128 7128 164896 28420 out.gcc/L432KC.elf
+
+--- CONFIGURATION=97 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+Core/Src/main.c
+startup_stm32l432xx.s
+Core/Src/freertos.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/SEGGER_RTT.c
+../../src/cobsEncode.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice16.c
+../../src/trice8.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 146800 120 6936 153856 25900 out.gcc/L432KC.elf
+
+--- CONFIGURATION=98 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 125584 120 9840 135544 21178 out.gcc/L432KC.elf
+
+--- CONFIGURATION=99 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceAuxiliary.c
+../../src/triceUart.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 211808 128 6800 218736 35670 out.gcc/L432KC.elf
+
+--- CONFIGURATION=100 ---
+
+darwin24
+Installed gcc-arm-embedded version: 13.3.rel1
+C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/13.3.rel1/arm-none-eabi/arm-none-eabi/include
+mkdir out.gcc
+startup_stm32l432xx.s
+Core/Src/main.c
+Core/Src/freertos.c
+Core/Src/stm32l4xx_it.c
+Core/Src/stm32l4xx_hal_msp.c
+Core/Src/stm32l4xx_hal_timebase_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
+Core/Src/system_stm32l4xx.c
+Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+Middlewares/Third_Party/FreeRTOS/Source/list.c
+Middlewares/Third_Party/FreeRTOS/Source/queue.c
+Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
+Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+Middlewares/Third_Party/FreeRTOS/Source/timers.c
+Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
+Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
+../../src/cobsDecode.c
+../../src/cobsEncode.c
+../../src/SEGGER_RTT.c
+../../src/tcobsv1Decode.c
+../../src/tcobsv1Encode.c
+../../src/trice.c
+../../src/trice8.c
+../../src/trice16.c
+../../src/trice32.c
+../../src/trice64.c
+../../src/triceUart.c
+../../src/triceAuxiliary.c
+../../src/triceDoubleBuffer.c
+../../src/triceRingBuffer.c
+../../src/triceStackBuffer.c
+../../src/triceStaticBuffer.c
+../../src/xtea.c
+../exampleData/triceLogDiagData.c
+../exampleData/triceExamples.c
+../../_test/testdata/triceCheck.c
+ text data bss dec hex filename
+ 223984 128 8272 232384 38bc0 out.gcc/L432KC.elf
+
+real 30m18.146s
+user 48m13.435s
+sys 24m24.422s
+Translating all L432 configurations...pass
+---
+Script run 3057 seconds.
diff --git a/testAll.sh b/testAll.sh
index 7968eb8c4..d6b55f46c 100755
--- a/testAll.sh
+++ b/testAll.sh
@@ -1,17 +1,281 @@
-#!/bin/sh
-date
-
-echo This can take several minutes ...
-
-function f(){
- ./renewIDs_in_examples_and_test_folder.sh
- go clean -cache
- go test ./...
- cd _test
- trice insert -til ./testdata/til.json -li ./testdata/li.json
- go test ./...
- trice clean -til ./testdata/til.json -li ./testdata/li.json
- cd - >/dev/null
+#!/usr/bin/env bash
+
+ # test quick: ./testAll.sh
+ # test config compile: ./testAll.sh config
+ # test full: ./testAll.sh full
+
+# === Define your long-running task ===
+my_long_task() {
+ #local arg1="${1:-default1}"
+ #local arg2="${2:-default2}"
+
+ echo "🟢 Starting Test: $(date)"
+ #echo "Test parameters: arg1='$arg1', arg2='$arg2'"
+
+ SELECTED=${1:-quick}
+
+ triceFolder=`pwd`
+ date 2>&1 | tee $triceFolder/testAll.log
+ echo This can take a while ... 2>&1 | tee -a $triceFolder/testAll.log
+ t0=`date +%s`
+
+ # show environment and prepare
+ echo "SELECTED: $SELECTED" 2>&1 | tee -a $triceFolder/testAll.log
+ echo \$OSTYPE=$OSTYPE 2>&1 | tee -a $triceFolder/testAll.log
+ if command -v uname; then
+ uname -a 2>&1 | tee -a $triceFolder/testAll.log
+ fi
+ if command -v go; then
+ go version 2>&1 | tee -a $triceFolder/testAll.log
+ go install ./... 2>&1 | tee -a $triceFolder/testAll.log
+ fi
+ which trice 2>&1 | tee -a $triceFolder/testAll.log
+ trice version 2>&1 | tee -a $triceFolder/testAll.log
+ ./trice_cleanIDs_in_examples_and_test_folder.sh 2>&1 | tee -a $triceFolder/testAll.log
+ rm -f demoTIL.json demoLI.json 2>&1 | tee -a $triceFolder/testAll.log
+ touch demoTIL.json demoLI.json 2>&1 | tee -a $triceFolder/testAll.log
+ ./renewIDs_in_examples_and_refresh_test_folder.sh 2>&1 | tee -a $triceFolder/testAll.log
+
+
+ if [ "$SELECTED" != "config" ]; then
+ if command -v go; then
+ # Go code tests
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "Testing the Go code..." 2>&1 | tee -a $triceFolder/testAll.log
+ go clean -cache -testcache 2>&1 | tee -a $triceFolder/testAll.log
+ go test ./... 2>&1 | tee -a $triceFolder/testAll.log
+ rc=$?
+ if [ $rc -ne 0 ]; then
+ echo "Testing the Go code...failed" | tee -a $triceFolder/testAll.log
+ exit $rc
+ fi
+ if cat $triceFolder/testAll.log | grep -q FAIL ; then
+ echo "Testing the Go code...FAILed" | tee -a $triceFolder/testAll.log
+ exit $rc
+ fi
+ echo "Testing the Go code...pass" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+
+
+ # Target code inside PC tests
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "Testing the Target code inside PC..." 2>&1 | tee -a $triceFolder/testAll.log
+ ./trice_insertIDs_in_examples_and_test_folder.sh 2>&1 | tee -a $triceFolder/testAll.log
+ cd _test
+ if [ "$C_INCLUDE_PATH" != "" ]; then
+ echo It is important, that C_INLUDE_PATH is not set for the CGO tests. Clearing it temporarily.
+ export C_INCLUDE_PATH=""
+ fi
+ if [ "$SELECTED" = "quick" ]; then
+ echo "go test ./be_dblB_de_tcobs_ua/..." 2>&1 | tee -a $triceFolder/testAll.log
+ go test ./be_dblB_de_tcobs_ua/... 2>&1 | tee -a $triceFolder/testAll.log
+ rc=$?
+ if [ $rc -ne 0 ]; then
+ echo "Testing the Target code inside PC...failed" | tee -a $triceFolder/testAll.log
+ exit $rc
+ fi
+ # On build errors rc can be still 0, so we check the log file for FAIL
+ if cat $triceFolder/testAll.log | grep -q FAIL ; then
+ echo "Testing the Target code inside PC...failed" | tee -a $triceFolder/testAll.log
+ echo "In case of CGO build errors check the PATH variable too." | tee -a $triceFolder/testAll.log
+ exit 2
+ fi
+ fi
+ if [ "$SELECTED" = "full" ]; then
+ echo "go test ./..." 2>&1 | tee -a $triceFolder/testAll.log
+ go test ./... 2>&1 | tee -a $triceFolder/testAll.log
+ rc=$?
+ if [ $rc -ne 0 ]; then
+ echo "Testing the Target code inside PC...failed" | tee -a $triceFolder/testAll.log
+ exit $rc
+ fi
+ # On build errors rc can be still 0, so we check the log file for FAIL
+ if cat $triceFolder/testAll.log | grep -q FAIL ; then
+ echo "Testing the Target code inside PC...failed" | tee -a $triceFolder/testAll.log
+ echo "In case of CGO build errors check the PATH variable too." | tee -a $triceFolder/testAll.log
+ exit 2
+ fi
+ fi
+ cd - >/dev/null
+ ./trice_cleanIDs_in_examples_and_test_folder.sh 2>&1 | tee -a $triceFolder/testAll.log
+ echo "Testing the Target code inside PC...pass" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+ else
+ echo "############################################" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "WARNING: Go not installed." 2>&1 | tee -a $triceFolder/testAll.log
+ echo "Skipping Go code and PC target code tests." 2>&1 | tee -a $triceFolder/testAll.log
+ echo "############################################" 2>&1 | tee -a $triceFolder/testAll.log
+ fi
+ fi
+
+ # set build environment
+ source ./build_environment.sh 2>&1 | tee -a $triceFolder/testAll.log
+
+ # clang translation test
+ if ! command -v clang; then
+ echo "" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "############################################" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "WARNING: clang not installed" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "Skipping clang arm target G0B1 translation." 2>&1 | tee -a $triceFolder/testAll.log
+ echo "############################################" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "" 2>&1 | tee -a $triceFolder/testAll.log
+ else
+ clang --version 2>&1 | tee -a $triceFolder/testAll.log
+ if ! command -v arm-none-eabi-gcc; then
+ echo "" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "############################################" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "WARNING: arm-none-eabi-gcc not installed" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "Skipping clang arm target G0B1 translation." 2>&1 | tee -a $triceFolder/testAll.log
+ echo "The arm-none-eabi-gcc libraries are needed." 2>&1 | tee -a $triceFolder/testAll.log
+ echo "############################################" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "" 2>&1 | tee -a $triceFolder/testAll.log
+ else
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "Translating G0B1_inst with clang..." 2>&1 | tee -a $triceFolder/testAll.log
+ cd examples/G0B1_inst
+ make clean 2>&1 | tee -a $triceFolder/testAll.log
+ ./build_with_clang.sh 2>&1 | tee -a $triceFolder/testAll.log
+ cd - >/dev/null
+ if cat $triceFolder/testAll.log | grep -q -e warning -e error ; then
+ echo "Translating G0B1_inst with clang...failed" | tee -a $triceFolder/testAll.log
+ exit 2
+ fi
+ echo "Translating G0B1_inst with clang...pass" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+ fi
+ fi
+
+ # gcc translation tests
+ # We need the C_INCLUDE_PATH to point to the arm-none-eabi-gcc include files folder.
+ if command -v arm-none-eabi-gcc; then
+ arm-none-eabi-gcc --version | grep gcc 2>&1 | tee -a $triceFolder/testAll.log
+ fi
+ echo "C_INCLUDE_PATH=$C_INCLUDE_PATH" 2>&1 | tee -a $triceFolder/testAll.log
+ echo arm-none-eabi-gcc location in next line: 2>&1 | tee -a $triceFolder/testAll.log
+ which arm-none-eabi-gcc 2>&1 | tee -a $triceFolder/testAll.log
+ if ! command -v arm-none-eabi-gcc; then
+ echo "" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "############################################" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "WARNING: arm-none-eabi-gcc not installed" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "skipping gcc arm target examples translation"
+ echo "############################################" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "" 2>&1 | tee -a $triceFolder/testAll.log
+ else
+ # translate gcc arm target examples
+ ./trice_insertIDs_in_examples_and_test_folder.sh 2>&1 | tee -a $triceFolder/testAll.log
+ cd examples
+ ./cleanAllTargets.sh 2>&1 | tee -a $triceFolder/testAll.log
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "Translating all examples with TRICE_OFF..." 2>&1 | tee -a $triceFolder/testAll.log
+ ./buildAllTargets_TRICE_OFF.sh 2>&1 | tee -a $triceFolder/testAll.log
+ if cat $triceFolder/testAll.log | grep -q -e warning -e error ; then
+ echo "Translating all examples with TRICE_OFF...failed" | tee -a $triceFolder/testAll.log
+ cd - >/dev/null
+ exit 2
+ fi
+ echo "Translating all examples with TRICE_OFF...pass" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+ ./cleanAllTargets.sh 2>&1 | tee -a $triceFolder/testAll.log
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "Translating all examples with TRICE_ON..." 2>&1 | tee -a $triceFolder/testAll.log
+ ./buildAllTargets_TRICE_ON.sh 2>&1 | tee -a $triceFolder/testAll.log
+ if cat $triceFolder/testAll.log | grep -q -e warning -e error ; then
+ echo "Translating all examples with TRICE_ON...failed" | tee -a $triceFolder/testAll.log
+ cd - >/dev/null
+ exit 2
+ fi
+ echo "Translating all examples with TRICE_ON...pass" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+ ./cleanAllTargets.sh 2>&1 | tee -a $triceFolder/testAll.log
+ cd - >/dev/null
+ if [ $SELECTED = "full" ] || [ $SELECTED = "config" ]; then
+ cd examples/L432_inst
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "Translating all L432 configurations..." 2>&1 | tee -a $triceFolder/testAll.log
+ ./all_configs_build.sh 2>&1 | tee -a $triceFolder/testAll.log
+ if cat $triceFolder/testAll.log | grep -q -e warning -e error ; then
+ echo "Translating all L432 configurations...failed" | tee -a $triceFolder/testAll.log
+ cd - >/dev/null
+ exit 2
+ fi
+ echo "Translating all L432 configurations...pass" 2>&1 | tee -a $triceFolder/testAll.log
+ echo "---" 2>&1 | tee -a $triceFolder/testAll.log
+ cd - >/dev/null
+ fi
+ ./trice_cleanIDs_in_examples_and_test_folder.sh 2>&1 | tee -a $triceFolder/testAll.log
+ fi
+
+ t1=`date +%s`
+ runtime=$((t1-t0))
+ echo Script run $runtime seconds. 2>&1 | tee -a $triceFolder/testAll.log
+ echo "✅ Test completed at: $(date)"
}
-time f
+# === Inject the function and arguments into subshell ===
+get_function_with_call() {
+ declare -f my_long_task
+ printf "my_long_task %q %q\n" "$1" "$2"
+}
+
+# === Linux: systemd-inhibit ===
+run_with_inhibit_linux() {
+ echo "🧪 Detected Linux."
+ if command -v systemd-inhibit >/dev/null; then
+ echo "🔒 Using systemd-inhibit..."
+ systemd-inhibit --what=sleep:shutdown --who="$(whoami)" --why="Running long task" --mode=block \
+ bash -c "$(get_function_with_call "$1" "$2")"
+ else
+ echo "⚠️ systemd-inhibit not found. Running without inhibition."
+ my_long_task "$1" "$2"
+ fi
+}
+
+# === macOS: caffeinate ===
+run_with_inhibit_macos() {
+ echo "🍎 Detected macOS."
+ if command -v caffeinate >/dev/null; then
+ echo "🔒 Using caffeinate..."
+ caffeinate -dimsu zsh -c "$(get_function_with_call "$1" "$2")"
+ else
+ echo "⚠️ caffeinate not found. Running without inhibition."
+ my_long_task "$1" "$2"
+ fi
+}
+
+# === Windows (Git Bash): PowerShell inhibit ===
+# To be honest, this is ChatGPT generated and I do not understand this function. Do you? Then please add comments.
+run_with_inhibit_windows() {
+ echo "🪟 Detected Windows (Git Bash). Using PowerShell inhibit."
+
+ powershell -Command "
+ Add-Type -Namespace Sleep -Name Preventer -MemberDefinition '
+ [DllImport(\"kernel32.dll\", SetLastError=true)]
+ public static extern uint SetThreadExecutionState(uint esFlags);
+ ';
+ [Sleep.Preventer]::SetThreadExecutionState(0x80000000 -bor 0x00000001);
+ " > /dev/null
+
+ TMP_SCRIPT="/tmp/my_task_win.sh"
+ get_function_with_call "$1" "$2" > "$TMP_SCRIPT"
+ chmod +x "$TMP_SCRIPT"
+ bash "$TMP_SCRIPT"
+
+ powershell -Command "[Sleep.Preventer]::SetThreadExecutionState(0x80000000);" > /dev/null
+}
+
+# === Fallback for unknown systems ===
+run_without_inhibit() {
+ echo "⚠️ Running without sleep prevention."
+ my_long_task "$1" "$2"
+}
+
+# === Main dispatcher ===
+OS_TYPE="$(uname -s)"
+case "$OS_TYPE" in
+ Linux*) run_with_inhibit_linux "$@" ;;
+ Darwin*) run_with_inhibit_macos "$@" ;;
+ #MINGW*|MSYS*|CYGWIN*) run_with_inhibit_windows "$@" ;;
+ *) run_without_inhibit "$@" ;;
+esac
+
+echo "🏁 $(date) Done."
diff --git a/third_party/segger.com/LICENSE.md b/third_party/segger.com/LICENSE.md
deleted file mode 100644
index 14881c29b..000000000
--- a/third_party/segger.com/LICENSE.md
+++ /dev/null
@@ -1,36 +0,0 @@
-
- SEGGER Microcontroller GmbH
- The Embedded Experts
-
- (c) 1995 - 2021 SEGGER Microcontroller GmbH
- www.segger.com Support: support@segger.com
-
- SEGGER RTT Real Time Transfer for embedded targets
-
-
- All rights reserved.
-
- SEGGER strongly recommends to not make any changes
- to or modify the source code of this software in order to stay
- compatible with the RTT protocol and J-Link.
-
- Redistribution and use in source and binary forms, with or
- without modification, are permitted provided that the following
- condition is met:
-
- - Redistributions of source code must retain the above copyright
- notice, this condition and the following disclaimer.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
- CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL SEGGER Microcontroller BE LIABLE FOR
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
- OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE.
diff --git a/third_party/segger.com/ReadMe.md b/third_party/segger.com/ReadMe.md
index d2238e38e..2df2dde22 100644
--- a/third_party/segger.com/ReadMe.md
+++ b/third_party/segger.com/ReadMe.md
@@ -2,5 +2,5 @@
* See ./docs/TriceUserGuide.md -> segger.com
-To update, install latest J-Link Software and Documentation Pack from segger.com, extract "SEGGER\JLink\Samples\RTT\SEGGER_RTT_Vnnnf.zip" and copy `SEGGER_RTT.*` from there into the `./trice/src` folder.
+To update, install latest J-Link Software and Documentation Pack from segger.com, extract "SEGGER\JLink\Samples\RTT\SEGGER_RTT_Vnnnf.zip" and copy `SEGGER_RTT.*` and `SEGGER_RTT_Conf.h` from there into the `./trice/src` folder.
diff --git a/third_party/segger.com/SEGGER_RTT_V760g.zip b/third_party/segger.com/SEGGER_RTT_V760g.zip
deleted file mode 100644
index 6430adc8d..000000000
Binary files a/third_party/segger.com/SEGGER_RTT_V760g.zip and /dev/null differ
diff --git a/third_party/segger.com/SEGGER_RTT_V798f.zip b/third_party/segger.com/SEGGER_RTT_V798f.zip
deleted file mode 100644
index 65f1f2569..000000000
Binary files a/third_party/segger.com/SEGGER_RTT_V798f.zip and /dev/null differ
diff --git a/third_party/segger.com/SEGGER_RTT_V812a.zip b/third_party/segger.com/SEGGER_RTT_V812a.zip
new file mode 100755
index 000000000..52e4e926f
Binary files /dev/null and b/third_party/segger.com/SEGGER_RTT_V812a.zip differ
diff --git a/third_party/segger.com/UM08001_JLink_Online.pdf b/third_party/segger.com/UM08001_JLink_Online.pdf
new file mode 100755
index 000000000..08aa8dced
Binary files /dev/null and b/third_party/segger.com/UM08001_JLink_Online.pdf differ
diff --git a/trice_cleanIDs_in_examples_and_test_folder.sh b/trice_cleanIDs_in_examples_and_test_folder.sh
new file mode 100755
index 000000000..bba64346e
--- /dev/null
+++ b/trice_cleanIDs_in_examples_and_test_folder.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+SCRIPT_DIRECTORY="$(dirname $(realpath "$0"))"
+cd $SCRIPT_DIRECTORY
+source ./trice_environment.sh
+
+trice clean $TRICE_DEFAULTS $TRICE_ALIASES $TRICE_PRJ_FILES
+
+cd - > /dev/null
diff --git a/trice_environment.sh b/trice_environment.sh
new file mode 100755
index 000000000..c5863fb07
--- /dev/null
+++ b/trice_environment.sh
@@ -0,0 +1,23 @@
+#!/bin/bash
+
+# trice command line common part
+TRICE_DEFAULTS+="-i ./demoTIL.json " # Use a common til.json for all examples and tests.
+TRICE_DEFAULTS+="-li ./demoLI.json " # Use a common li.json for all examples and tests.
+TRICE_DEFAULTS+="-liPath relative " # Prefix base filenames in li.json with relative path for new IDs.
+#TRICE_DEFAULTS+="-cache " # Do not forget to create ~/.trice/cache folder, if the Trice cache should work or disable this line.
+
+# trice user aliases
+TRICE_ALIASES+="-alias CUSTOM_PRINT "
+TRICE_ALIASES+="-salias CUSTOM_ASSERT "
+TRICE_ALIASES+="-exclude ./examples/G0B1_inst/Core/Inc/triceCustomAliases.h "
+TRICE_ALIASES+="-exclude ./_test/aliasassert_dblB_de_tcobs_ua/triceConfig.h "
+TRICE_ALIASES+="-alias printi "
+TRICE_ALIASES+="-salias prints "
+TRICE_ALIASES+="-exclude ./_test/alias_dblB_de_tcobs_ua/triceConfig.h "
+
+# trice user project files
+TRICE_PRJ_FILES+="-src ./_test "
+TRICE_PRJ_FILES+="-src ./examples/exampleData "
+TRICE_PRJ_FILES+="-src ./examples/F030_inst/Core "
+TRICE_PRJ_FILES+="-src ./examples/G0B1_inst/Core "
+TRICE_PRJ_FILES+="-src ./examples/L432_inst/Core "
diff --git a/trice_insertIDs_in_examples_and_test_folder.sh b/trice_insertIDs_in_examples_and_test_folder.sh
new file mode 100755
index 000000000..e605122a7
--- /dev/null
+++ b/trice_insertIDs_in_examples_and_test_folder.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+SCRIPT_DIRECTORY="$(dirname $(realpath "$0"))"
+cd $SCRIPT_DIRECTORY
+source ./trice_environment.sh
+
+trice insert $TRICE_DEFAULTS $TRICE_ALIASES $TRICE_PRJ_FILES -IDMin 13000 -IDMax 16383
+
+cd - > /dev/null