Quentin Smith

Results 67 comments of Quentin Smith

> OK, when I have my GR development environment back, I'll see if I can contribute any tweaks to get it working on both — or perhaps merge whatever subset...

I can't leave it alone, so I ran trial3 inside docker and got it down to: ``` Ran 547 tests in 11.684s FAILED (skips=5, failures=3, successes=539) ``` trial2 is still...

@kpreid Hey, this has been sitting for a couple weeks... any chance to look at this yet?

It's been three weeks, have you had a chance to get your GR development environment working yet?

> What if we created a set of generic tracing macros in src/trace.rs which expands to rtos-trace stuff when rtos-trace configuration is specified? The general idea is that we can...

> This is really interesting! I was thinking about something like this for quite some time, but didn't know about `rtos-trace`. > > Regarding task names, I think this could...

I added an example for testing this feature. Unfortunately @FrozenDroid's PR doesn't seem to work out of the box; I'm trying to debug it now.

> Could you add a new `examples/nrf-rtos-trace` example project instead? The examples lose "teaching value" really quickly if there's so much complex feature stuff going on in the `Cargo.toml`. (Yes,...

I don't know Rust at all so it might be quite difficult. It looks like I would need to change `find_zoomlevel` to `find_zoomlevels` and return a list of all zoom...

I've started trying to port some of my code over to `embedded-hal-async`, and I'm wondering if you have any guidance for how device driver crates should be ported. It's not...