Peter Hansen

Results 4 issues of Peter Hansen

Is there any support for [Segger's RTT protocol](https://wiki.segger.com/RTT) in PyOCD? If not, I may be in a position to add something, but I don't want to reinvent the wheel if...

The `set_period()` routine in https://github.com/embassy-rs/embassy/blob/master/embassy-nrf/src/pwm.rs#L779 appears to be mis-named, as it's actually taking in a frequency value. Yes, technically it calculates a period from that frequency (to set the max...

I'm encountering a problem which I believe is from `get_build_deps()` trying to retrieve the Cargo.lock file from the manifest folder, inside a package using the new Rust 1.64.0 [workspace inheritance](https://doc.rust-lang.org/cargo/reference/workspaces.html#the-package-table)...

The embassy-nrf timer.rs implementation has an impl_timer! macro that allows defining "extended" timers (which is used for TIMER3 and TIMER4 on chips where those are supported). This creates a constant...