Branden Ghena

Results 17 issues of Branden Ghena

### Pull Request Overview The array of LEDs in LED Driver does not need to be a mutable reference. The LEDs themselves were not mutable, only the array. But nothing...

P-Upkeep
blocked-AfterRelease

### Pull Request Overview Temperature is a 20-bit, two's complement value in both the BME280 and BMP280 chips. Further, the datasheets provide example code, which treats all units as signed,...

needs-rebase
Work in Progress
waiting-on-author

I was attempting to get the SD card working with an nRF52832 and found an issue where it is different from the nRF52833 and nRF52840 in an otherwise shared driver....

According to Sam DeBruin: > One of my recent goals has been to determine why PowerBlade doesn’t work on 220v, even though it definitely should. I recently ran a test...

Need to come up with a solution to allow PowerBlade reversibility. The problem, is that a load at 10 W one direction measures identically to a load at 0 W...

- [ ] Better isolation for things touching the Linux power domain - [X] PPS connection to Storage Master - [X] Output Enable pulldown on logic level converter - [...

It's unclear to new users what's located in which directory, and especially where the Tock submodule is located. Currently we point to Tock's getting started instructions, which assume you're in...

I'm not sure what this app is supposed to do and there's no README for it with expectations. It fails very quickly on the Microbit (printout in `grow_stack()` only happens...

good first issue

### Pull Request Overview This pull request adds notes for Core Working Group calls on February 9th and February 16th. [February 9th rendered](https://github.com/tock/tock/blob/7586115ae9729eb6811de365a2630ad73737ad4b/doc/wg/core/notes/core-notes-2024-02-09.md) [February 16th rendered](https://github.com/tock/tock/blob/7586115ae9729eb6811de365a2630ad73737ad4b/doc/wg/core/notes/core-notes-2024-02-16.md) ### Testing Strategy This...

documentation

In the `start_read()` function in the `lpi2c` implementation for the i.MX RT 10xx, there are two probable bugs. First, the `MTDR::CMD.val()` is set to "100" instead of "0b100". This doesn't...