Viktor Vilhelm Sonesten

Results 97 issues of Viktor Vilhelm Sonesten

**Describe the bug** On WSL2, CRLF line endings break flake build unless git attributes are overridden, usually resulting in a confusing `$'\r': command not found` error. **Steps To Reproduce** In...

bug

I have an Adafruit FT232H breakout I want to use with my Raspberry Pi, an aarch64-linux system. I'm also using NixOS, and must specify `LD_LIBRARY_PATH = "${libusb}/lib/"`. ``` $ echo...

Fixes broken build due to yanked funty release.

This is tracking issue for upstream issues/PRs that must be closed/merged before we can publish v0.3.0 of RTIC Scope to the crate registery. Namely: - [ ] https://github.com/rust-embedded/cortex-m/issues/368 - [x]...

upstream

When https://github.com/rtic-scope/atsame-example was implemented software task exit trace packets were not always emitted. https://github.com/rtic-scope/cargo-rtic-scope/commit/c492f82d27b1456c962795641770548749e1fea3 was an attempt to fix this but it did not resolve the issue completely as it...

bug

See https://github.com/atlas-engineer/nyxt/blob/master/.github/workflows/release.yaml for inspiration. When a tag is pushed: - automate a github release; - publish to crate registery

See https://www.brendangregg.com/flamegraphs.html The whole website seems like an interesting read. We can probably find something to help us visualize traces of RTIC applications.

investigate

A lot of required fields are now expected in cargo manifest metadata. I predict more will end up there. It may be a better idea to read these parameters from...

https://github.com/rtic-scope/cargo-rtic-scope/blob/20d4b1c0bcd011253439f4beb1c57433bf8e369c/cargo-rtic-scope/src/main.rs#L222-L227

refactor

The replay test was disabled in decc2827dfc3ee0a84ef4ebd11237cb5696f7ca8 and should be re-enabled.

regression