From efd4e7d8e332807a15788cba37a3f2667c8301fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20H=C3=B6henleitner?=
Date: Tue, 3 Oct 2023 23:00:23 +0200
Subject: [PATCH] Issue [#439](https://github.com/rokath/trice/issues/439) done
---
docs/TriceUserGuide.md | 21 ++-
.../Core/Inc/triceConfig.h | 4 -
.../Core/Src/main.c | 3 +-
.../MDK-ARM_STM32F030R8_instrumented/li.json | 144 ++++++++++++++++++
.../MDK-ARM_STM32F030R8_instrumented/til.json | 144 ++++++++++++++++++
.../Core/Inc/triceConfig.h | 4 -
.../Core/Src/main.c | 4 +
.../vsCode_Nucleo-G0B1_instrumented/li.json | 24 +--
.../vsCode_Nucleo-G0B1_instrumented/til.json | 4 +
.../Core/Inc/triceConfig.h | 4 -
.../Core/Src/main.c | 3 +
.../vsCode_Nucleo-L432KC_instrumented/li.json | 20 +--
.../til.json | 4 +
.../triceConfig.h | 4 -
.../triceConfig.h | 4 -
.../triceConfig.h | 4 -
.../triceConfig.h | 4 -
.../triceConfig.h | 4 -
.../triceConfig.h | 4 -
.../triceConfig.h | 4 -
test/ringBuffer_deferred_cobs/triceConfig.h | 4 -
test/ringBuffer_deferred_tcobs/triceConfig.h | 4 -
.../triceConfig.h | 4 -
test/stackBuffer_cobs/triceConfig.h | 4 -
test/stackBuffer_nopf/triceConfig.h | 4 -
test/stackBuffer_tcobs/triceConfig.h | 4 -
test/staticBuffer_cobs/triceConfig.h | 4 -
test/staticBuffer_nopf/triceConfig.h | 4 -
test/staticBuffer_tcobs/triceConfig.h | 4 -
29 files changed, 345 insertions(+), 102 deletions(-)
diff --git a/docs/TriceUserGuide.md b/docs/TriceUserGuide.md
index f54086ad0..1dcb5d001 100644
--- a/docs/TriceUserGuide.md
+++ b/docs/TriceUserGuide.md
@@ -29,6 +29,9 @@
- [2.5.7. Trice (Time) Stamps](#257-trice-time-stamps)
- [2.5.8. Trice Parameter Bit Widths](#258-trice-parameter-bit-widths)
- [2.6. Avoid it](#26-avoid-it)
+ - [2.6.1. Parser Limitation](#261-parser-limitation)
+ - [2.6.2. No _trice_ macros in header files](#262-no-trice-macros-in-header-files)
+ - [2.6.3. No _trice_ macros inside other macros](#263-no-trice-macros-inside-other-macros)
- [3. Build `trice` tool from Go sources (you can skip that)](#3-build-trice-tool-from-go-sources-you-can-skip-that)
- [4. Embedded system code configuration](#4--embedded-system-code-configuration)
- [5. `trice` tool in logging action](#5-trice-tool-in-logging-action)
@@ -102,7 +105,6 @@
- [20.11. Option 3: Cleaning on Repository Check-In](#2011-option-3-cleaning-on-repository-check-in)
- [21. Changelog](#21-changelog)
-
|