ryan

Results 259 comments of ryan

Had a go at adding enumeratedValues to peripherals and it makes rather a big difference (from 40 unique to 160 unique on the previous test case). The good news is...

The downcasting approach looks neat (though I must admit more complex than I had envisaged coming from other languages), I was thinking of implementing [std::cmp::ord](https://doc.rust-lang.org/std/cmp/trait.Ord.html) for sub/super sets of peripherals/registers/enumerations/etc....

@protomors I have had a play at getting share-svd to extract common registers, started trying to work out dependencies but it was simpler to extract common bits and diff the...

Hey, have been working on [japaric/svd#37](https://github.com/japaric/svd/pull/37) towards being able to re-encode SVGs so that we can output these new-fangled compressed/optimised/standardised files. Still a work in progress, but, would appreciate any...

it's a neat idea! as @burrbull mentioned it is difficult, though the silicon labs ICs would be an excellent candidate for _something_ like this as (at least within a generation)...

I definitely agree with the problems, and some kind of scripted / mapping could be really useful. Not sure that I like the macros for multiple HAL implementations concept so...

This should be reasonably easy to implement in rust (if that's desired) once we land svd generation in [svd#46](https://github.com/japaric/svd/issues/46).

it's somewhat tangential / not something to get stuck on here, but, one of the other things i think is worth consideration when looking at this is, whether alternate approaches...

Hey, thanks for the issue! I'm not sure where that should go tbqh, @adamgreig @japaric do you have any thoughts?

> With RTT now we have a far superior method. is RTT available on non-segger debuggers? for some reason i had the idea it was proprietary to them :-/ >...