Tiago Furtado

Results 10 issues of Tiago Furtado

I installed the application using the installer. Unfortunately I have issues using it. Either the application window does not appear, but the app remains running in the process list. Or...

I have an application in mind that may have need for more addresses. I am primarily going to be using UDP and I will be using a fairly significant amount...

Unless I'm mistaken I've noticed a potential for a memory leak when instantiating current sense parameters for example looking at stm32g4_mcu.cpp I see: ``` void* _configureADCLowSide(const void* driver_params, const int...

enhancement

If I use `fp = fopen("dbfile.db", "r+b");` Could I init both a `dblog_write_context` and `dblog_read_context` at the same time? If possible, what are the possible consequences?

Using this library on ESP32 I am able to write to both, however with LittleFS, the file size of the database seems to grow much larger than SPIFFS. Each row...

**Is your feature request related to an issue you've encountered? If so, please elaborate.** Currently, with blocking connections achieving a reasonable timeout is fairly difficult for TLS receive operations. with...

**Is your feature request related to an issue you've encountered? If so, please elaborate.** Given the fact that there are several tasks running in parallel it is hard to determine...

Using pxMatrix 1.8.2 on an ESP32, as part of a larger program. ``` void IRAM_ATTR display_updater(){ // Increment the counter and set the time of ISR portENTER_CRITICAL_ISR(&timerMux); display.display(display_draw_time); portEXIT_CRITICAL_ISR(&timerMux); }...

### Is your feature request related to a problem? Currently the C6 lp core can only poll for GPIO reads. Ideally, I'd like to use the LP core to count...

Type: Feature Request
Status: Done
Resolution: NA

The ESP32 example of the getting started project has a stack overflow of the loop() task with the default stack size of 8192. I changed it to in sdkconfig 12000...