Vladimir Ranchev

Results 6 issues of Vladimir Ranchev

### Board esp32 C6 Dev ### Device Description DevKit C6 N8 ### Hardware Configuration N/A ### Version v3.0.1 ### IDE Name Arduino IDE ### Operating System Windows 11 ### Flash...

Status: Awaiting triage

V3 arduino-esp32 Library introduces support of ESp32-C6 and other new SoC's. Unfortunately, it looks like "openssl/ssl.h" is abandoned and the recommendation is to use esp_tls.h instead.

public: uint32_t resetdriverReceiveBufferPeakCount (void) const { mDriverReceiveBuffer.resetpeakCount () ; } public: uint32_t driverReceiveBufferSize (void) const { return mDriverReceiveBuffer.size () ; }

Add new 'Time' property and initialize with micros();

Hello, Under moderate to high workload on the CAN BUS, it was observed that the "ACAN2517Handler" task utilizes >60% of the single core CPU, impacting RTOS other tasks and leaving...