From 30e6ab8434b74cd55be3c6c5292a09ee4189f921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hamza=20Ye=C5=9Filmen?= <78810304+HamzaYslmn@users.noreply.github.com> Date: Fri, 18 Jul 2025 11:22:04 +0300 Subject: [PATCH] A lightweight, thread-safe Serial communication library for ESP32 with FreeRTOS support. (#6621) Thread-Safe: Uses mutex protection for multi-core ESP32 applications Easy to Use: Drop-in replacement for standard Serial functions< FreeRTOS Compatible: Safe for use across multiple FreeRTOS tasks --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 7bcf0338..a4fc73e1 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3023,6 +3023,7 @@ https://github.com/HakkanR/DMD2TUR https://github.com/HakkanR/slowAES https://github.com/HakkanR/SSD1306TUR https://github.com/HamzaYslmn/detaBaseESP8266 +https://github.com/HamzaYslmn/Esp32-RTOS-Serial https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library https://github.com/handmade0octopus/ESP32-TWAI-CAN https://github.com/happy12/SPL06-001