Viktor Vilhelm Sonesten

Results 171 comments of Viktor Vilhelm Sonesten

Alan Somers ***@***.***> writes: > Why add the `ArbitraryBaudRate` structure? I think implementing > `TryFrom` directly on `BaudRate` should be fine. TryFrom is already implemented but the `u32` is the...

IIRC > The re-locking sequence currently incorrectly always assumes that a software lock is implemented is still relevant, and should be fixed before merge. I do not have access to...

I've tested the code on SAME51 and SAMV71 boards. IIRC one of these lack the software lock, resulting in a busy wait that never exits. I don't think the ITM...

MWE can very likely be reduced: `git init`; trivially build a file containing CRLF; observe different hash depending on git attributes?

This patch would be useful in NixOS where packages are built in isolated environments (offline with explicit dependencies). [The current approach](https://github.com/NixOS/nixpkgs/pull/266099) depends on big patches and some messy `preConfigure` scripts.

From a cursory look at the datasheet the clock hierachy looks similar, at least. I'd start there for an eventual HAL adaption: peripheral clocks must explicitly be enabled before use...

Addendum: find [the RH-equivalent of the ERASE pin](https://github.com/atsams-rs/atsamx7x-rust/blob/development/boards/atsamv71_xult/README.md#erasing-bad-firmware). It may come in handy.

An E70 is a bit overkill for a CMSIS-DAP debugger, so I presume it does a lot more work (ITM/ETM/etc; a buffer for the IDE). I'd go with direct access...

> MPLAB PKoB 4 Indeed, [it's an IDE-specific debugger](https://www.microchip.com/en-us/development-tool/pg164140). I can't help with openocd, but an alternative approach would be probe-rs. It lacks RH-support, but it may be easier to...

How is native baseurl support looking nowadays?