Stuart Heap
Stuart Heap
I'll look into the panic. Regarding my settings, I'm using a keycloak server within my company network, so it's not really something I can share publicly :smile:
@pinpox looking over my code, I believe those fields should be `{root}/#/sso`. Although both being the same seems odd, I don't remember my reasoning. That worked at least enough for...
@pinpox The path is defined in webvault `src/app/oss-routing.module.ts`. But I don't think that will help with the `#`. I believe that's down to the configuration of the angular router. The...
I'll look into testing your probe-run changes when I can. However, I don't believe probe-run is the root cause of the issue. It seems to be handling the crash differently,...
replicating your changes in my local probe run simply changes the error to: `Error: LR contains invalid EXC_RETURN value 0xFFFFFFB8` I don't see a backtrace
Now getting: ``` Error: debug information is missing. Likely fixes: 1. compile the Rust code with `debug = 1` or higher. This is configured in the `profile.{release,bench}` sections of Cargo.toml...
To test if the issue was specific to the pdm peripheral, I bought some i2s microphones. I'm getting similar errors there. Within rtic, as soon as I call I2S::new_controller(), it...
It looks like the root cause is in the SPM. I followed [this guide](https://devzone.nordicsemi.com/f/nordic-q-a/60444/adafruit-i2s-mems-microphone-breakout-with-the-nrf9160-dk/249997#249997), and it seems to have gotten me there. However, this feels like a hacky solution. The...
Assuming the version of SPM maps to the version of the nrf connect sdk: 1.5.1. It looks like what I thought was a hacky solution has actually made it into...
This worked for me, however, vi wasn't working properly (I got many errors regarding the .vimrc file, and couldn't interact with the text. This was a config issue, not the...