Branden Ghena

Results 96 comments of Branden Ghena

@alevy I'll let Alistair speak for himself on which of these he is aiming for specifically (I think general-purpose NMEA, but I'm not the author here). However, I do have...

Awesome! Very excited to see some progress here. Can you briefly compare to prior approaches, namely your #3405 PR?

Something x86 includes is port-mapped I/O. For example, from the recent PR (https://github.com/tock/tock/pull/4385): * Definition: https://github.com/tock/tock/blob/fa7269ab6ef3b80cbb9acbed80c0c0a8ac5a769e/chips/pc/src/pit.rs#L85 * Usage: https://github.com/tock/tock/blob/fa7269ab6ef3b80cbb9acbed80c0c0a8ac5a769e/chips/pc/src/pit.rs#L147 The existing Tock registers interface does support this, but I believe...

@alevy You created the file and maybe this is an easy fix?

Shouldn't merge this until we deal with the warnings.

>Since the changes here are mainly confined to the boundary, would it be an option to simply check in a new boundary implementation side-by-side with the old one? Well, the...

Removed the waiting-on-author tag for now. A request: could you split this into two (or more if necessary) commits. One that duplicates the x86 stuff and one that makes changes...

My suggestion is that this tool makes more sense for some boards than others. For example: Hail and Imix are pre-made boards with built-in sensors and already have capsules set...

This feels to me like something that's still in the "discussion about the idea" rather than "reviewing the specific implementation" phase. So I converted this to a Draft for now....