Victor Chavez
Victor Chavez
I am trying to export a localhost website that is generated with this project: https://github.com/HBehrens/puncover The project generates a localhost website, and each time the user interacts clicks a link...
I am testing a program I developed for a Microcontroller with a Cortex-M4 CPU. As I need to read/write some specific variables in real time I decided to develop a...
**Is your feature request related to a problem? Please describe.** I am currently developing software with the Arduino SDK and its IDE. Currently Codechecker does not detect calls from the...
**Describe the bug** I am trying to use Codechecker with a [project](https://github.com/odriverobotics/ODrive) that uses the build system [Tup](https://github.com/gittup/tup). I tried using the log --build option but Codechecker wasn't able to...
I am trying to learn how the robot works and I noticed that the source code is in the header files. Would it not be better to have separate .cpp...
I am trying to develop an app with the nodeeditor from paceholder. I found interesting your parameter widget implementation. From what I see so far I should check the Basenode...
## Overview I have been working on a project that requires processing the reception of UART frames in microseconds. The current API for the Serial class does not have a...
When using the binaries I have not been able to exit the application with CTRL-C. I rather have to close the terminal. Is this a bug or is there a...
I am trying to do a static analysis of a C++ project which uses Tup. In general, some analyzers as Coverity and Codechecker, log the compiler calls that are done...
### Description I am testing the renode project and found a bug which might be only relevant if using the Zephyr downstream version of nordic , which is used if...