Giona Imperatori

Results 15 issues of Giona Imperatori

Hi, first of all a big thanks!! Are you doing (you did =( =( ? usvn.info down?) a vey good job. I found an issue, the following: Create a project...

In a WebAssembly PlatformUno based project, I'm targeting "net6". ``` [...] net6.0 [...] [...] ``` and I'm getting the following error: Error NETSDK1149 InTheHand.BluetoothLE.dll cannot be referenced because it uses...

enhancement

Since we do not have a rust-crate repository, we link our own libraries via SSH git repositories. Currently, we need to start a ssh-agent in our pipeline in order to...

enhancement

I noticed that on Windows, when I try to read a pairing-protected characteristic the Windows implementation simply returns null. In the mobile apps though, the OS detect such a read...

### Current behavior I have an application which contains a `ScrollViewer` with a `ItemsRepeater` that uses the swipe control. I encounter a couple of issues in the different platforms. ##...

kind/bug
project/pointers 🖱️
project/items 🧾
difficulty/tbd

I recently stumbled across my pipeline failing due to a mismatch in the `THIRDPARTY.yml` file I could explain. It turned out that my local machine (windows) and the pipeline (linux)...

At least on windows (I did not test other OSs yet), the rusty-probe enumerates as two devices with the same serial number. For this reason, `probe-rs` requires additional parameters `--probe...

I'm experiencing some strange behaviour from the chiptool. ## Repro Checkout https://github.com/igiona/nrf-pac/tree/TestFlakyChiptool ``` cd TEST chiptool generate --svd nrf52840.svd --transform nrf52840.yaml rustfmt lib.rs git diff ``` You can commit these...

I'm quite familiar with the nrf52 family and I used the SoftDevice extensively in C and I did some fairly simple work in Rust using embassy-softdevice. Recently I started looking...

In order to start the `cpu-net` core on the nRF5340, the `cpu-app` core must clear the bit `FORCEOFF` of the register `APPLICATION.RESET.NETWORK`. See ![image](https://github.com/user-attachments/assets/5ebb7ac1-df08-493c-bfc1-5759ae10d9f2) https://infocenter.nordicsemi.com/pdf/nRF5340_PS_v1.3.1.pdf Currently I didn't find a...