Augusto Fraga Giachero
Augusto Fraga Giachero
Hi @atcher0, thank you for the contribution! We reserve the master branch for stable releases only, please rebase your modifications with our devel branch. This is a big PR that...
Unfortunately, this is not possible to merge due to the recent developments of OpenMMC. Support for INA3221 and 8V54816 is already there, so this would generate conflicts. We are migrating...
I don't think openMMC builds on Windows anymore (due some Unix commands necessary to generate the combined bootloader + application binary). If someone want to support building on other platforms,...
Sorry, I was looking at an older version of gtkwave, didn't noticed that it was already reformated. As for running clang-format in the CI, a warning would be enough in...
I've add escape sequences to spaces, so comments with spaces won't be interpreted as a list of comments. So a comment `Test Comment` will be translated to a Tcl command...
You can check the `TR_HIGHLIGHT` flag for this: ```diff diff --git a/gtkwave3-gtk3/src/menu.c b/gtkwave3-gtk3/src/menu.c index 067b4cd..0f50567 100644 --- a/gtkwave3-gtk3/src/menu.c +++ b/gtkwave3-gtk3/src/menu.c @@ -5077,7 +5077,7 @@ menu_save_signal_list_tcl_action(GtkWidget *widget, gpointer data) { for(Trptr...
@NourFr10 I don't know how to do this. Open a new issue issue for this feature, maybe others can help.
Well, my client does use it, and today I'm shipping a custom OpenCV library just for them. I've saw a similar request fo onnxruntime: [https://github.com/microsoft/onnxruntime/issues/4568](https://github.com/microsoft/onnxruntime/issues/4568).
I've been experiencing the same issue for several months (Version 1.25.68 Chromium: 91.0.4472.77 (Official Build) ArchLinux x86_64). It seems to happen more often when you have a tab open with...
The SPI generic bitbang implementation also fails with GCC 14 due to a function pointer incompatibility: ``` /home/augusto/repos/lnls/rffe-uc-fw/nuttx/include/nuttx/spi/spi_bitbang.c:257:22: error: assignment to 'bitexchange_t' {aka 'unsigned char (*)(unsigned char, unsigned int)'} from...