Ada

Results 190 comments of Ada

Huh. When I tried to get `examples/agent.rs` working with an `"ag:..."` agent ID string assigned via env var, `client.agent()` spat out a nondescript error: ``` thread 'main' panicked at examples/agent.rs:22:62:...

To be honest, I've never installed Quilt manually before. I have a partner who wants some mods that are quilt only.

The example looks fine to me so far :) ![IMG_20240429_140632~3](https://github.com/embassy-rs/embassy/assets/28266167/dd4bd5c7-581e-4a4a-abc4-a4a27fe74cc8) Looks like it keeps working if I change it up to 41 MHz, or down to 8 Hz. I'm not...

Awesome! I'll try to comb through it later and help, if I manage to get some free time. Are there specific formulas in the RP2040 datasheet I can reference? It's...

@cylewitruk Sorry about not testing this for awhile. My picoprobe got fried somehow, and I have to make another. I'll check it out sometime today if I can make the...

Sorry, my job had to pivot to a bunch of frontend stuff and I couldn't find the time to build another picoprobe until just now. The PWM init code is...

After some further testing, there's some sort of bug in the calculations for `set_duty_cycle`, as my latest pull of `feat/rp2040-pwm-api` gives a panic with `Frequency below is too high` when...

Awesome :D I was worried this amazing work might never be picked up again. I'm excited to see what you commit! :3

@NeverBehave Have you figured out anything for building custom images (such as `sdImage`)? I tried: ``` colmena eval -E '{ nodes, ...}: nodes..config.system.build.sdImage' --show-trace --instantiate [INFO ] Using flake: git+file:///etc/nixos...

I can report that, on my NVIDIA GPU+AMD CPU based system, using `linux-firmware-20241110` seems to work reliably. In case any Nix users run into this issue, here's a quick overlay...