From 4cc22453257108f3a7153e442e5b1502df556efa Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Sat, 19 Nov 2022 21:38:47 +0300 Subject: [PATCH] add two logging tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19d15d0..4416b76 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Under construct * [embedded-log](https://github.com/to9/embedded-log) - Small and beautiful embedded log library for mcu. * [EasyLogger](https://github.com/armink/EasyLogger) - Ultra-lightweight (ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. +* [trice](https://github.com/rokath/trice) - Super fast and tiny embedded device C printf-like trace code (works also inside interrupts) and real-time PC logging (trace ID visualization). +* [embedded-diagnostic-logger](https://github.com/binarymaker/embedded-diagnostic-logger) - Lightweight logger framework for small microcontroller based projects. Multilevel log and token based string transfer. ### Data Bases