Marc
Marc
Hello folks, our piplines fails with the latest gcovr version 5.1. gcovr 5.0 works fine. We dont use any macros like in the entry post, but we get the same...
Hi @latk, i'm using g++ 10, running in a [conan docker container](https://hub.docker.com/r/conanio/gcc10/).
user authentication and a shared address book would be a teamviewer killer. thanks for this nice piece of software
Is there a possible solution in the near feature? I'm trying to convert macros for pin definitions of the harmony framework ```c #define MyGPIO_Get() (((PORT_REGS->GROUP[2].PORT_IN >> 0U)) & 0x01U) #define...
How about to extend the documentation for this case? Another useful case for this are people who have designed their own board.
I'm trying to debug an ATSAME53N20A with `probe-rs` in a devcontainer (Ubuntu 22.04) and jlink But i'm also getting errors: `ERROR probe_rs::cmd::dap_server::server::startup: probe-rs-debugger session ended: An ARM specific error occurred.`...
Hi @Yatekii, for what i have to look? This should be the correct Pack? https://www.keil.arm.com/packs/same53_dfp-microchip/devices/
I last built it with this configuration ``` "bin": "server.js", "pkg": { "assets": [ "public/**/*", ".next/*", ".next/server/**/*", ".next/static/**/*" ], "scripts": [ ".next/server/**/*.js", "require.js" ], "targets": [ "node18-win-x64" ], "outputPath": "pkg"...
@ianrrees Yes, you understood correctly. I can understand your point of view. This behavior shouldnt be de default, it could maybe an feature in this crate. Actually in the case...
@sakian thats looks a lot better. For the case that the clock configuration of harmony and the rust part is identical, it shouldnt matter, if its done twice (just some...