Pat Pannuto

Results 27 issues of Pat Pannuto

### Pull Request Overview Notes from core call. ### Testing Strategy Spellcheck. ### TODO or Help Wanted I think I fixed all the butterfly keyboard snafus 😢 ### Documentation Updated...

documentation

In https://github.com/helena-project/tock/pull/761/commits/7178c99a231cff9dd1900f7adb0d7267d1de6f5a, I had to move the masks from being a once-computed global constant to an in-method local variable. In practice, Rust should hopefully be able to figure out that...

wish list
kernel
blocked-upstream

## Packetized approach Goal: allow Tockloader and users to communicate with different consoles on a board over a shared UART channel. - [ ] Implement HDLC as the link protocol...

bug
kernel
rfc
tracking

This is a nasty gotcha to get caught up on. There is both a [python markdown-toc](https://pypi.org/project/markdown-toc/) and a [node markdown-toc](https://www.npmjs.com/package/markdown-toc), which install CLI commands _with different behavior_. If a user...

bug

Several of the older HILs just drop errors on the floor, and callers will assume they succeeded when they actually failed. I seeded this tracking issue with a quick skim...

tracking
HIL

HILs with `'static` not in the context of buffers: - [ ] adc - [x] ble_advertising.rs (#1964) - [x] crc.rs (#1956) - [x] gpio.rs (#1965) - [ ] i2c.rs WIP:...

tracking
HIL

This issue tracks implementation progress for RFC #1035, removing `initialize` from HIL interfaces. - [x] DAC: #3463 - [ ] LED - [ ] Radio - [ ] SPI -...

tracking
HIL

- Patch wire from USB+ to BAT+ skips over LTC4065. Should either replace LTC with something else to serve the original purpose, or determine it really wasn't needed and remove...

The change to the UUID made in fc9f888: https://github.com/lab11/polypoint/blob/master/nrf51822/apps/tritag/main.c#L54 doesn't agree with: https://github.com/lab11/polypoint/blob/master/phone/tritag.js#L5 or https://github.com/lab11/polypoint/blob/master/phone/tritag-summon/js/index.js#L6 Specifically, I think the 3rd and 4th-to-last bytes in the array (0x31, 0x52) are flipped?...

Cygwin should use the posix variations, not the windows ones. --- Needs to be fixed in two places: ``` but now I get this error: $ make BUILD OPTIONS: SoftDevice...