Rahix
Rahix
Hm, okay... So I guess the problem is with these lines: https://github.com/Rahix/visualizer2/blob/512e02ebe092ea2e87655fe22f925d0f27e5f0c3/noambition/src/main.rs#L180-L181 Apparently your system does not support GL version 4.1. I wonder if loosening the version requirement can help...
I've pushed commit 59bf4b3d660a ("peripheral: Make sure child nodes have the correct name") to at least make files affected by this generate SVD output for all the other stuff.
Just to make sure we're all on the same page: This "feature" is not a blocker for supporting the devices; any peripheral that is not using nested register-groups will work...
Thanks a lot for taking a look. I think the best way forward is for me to fix these two issues so you can then rerun the tool on the...
Hm, according to , the `` element is optional... I guess I can add it anyway, but there's more inconsistencies going on here than just what `atdf2svd` is doing ^^
Thanks! Pushed a fix for ``` *** ERROR M327: attiny85.svd (Line 10) NVIC Prio Bits not set or wrong value, must be 2..8. Using default (4) ``` to #28 already,...
The segfault seems to be caused by the following blocks: ```xml 0 65535 ``` As far as I can tell those are correct by the specification () but SVDConv certainly...
Cc: @EvilMav, @maxgerhardt, this issue might interest you as well.
> I feel like it's easier to just ignore the writeConstraint block at all in that case as it's not required in that case, the software that uses the SVD...
No, it does make a difference. Applying my patch from above right now, the generated code changes as follows: ```diff diff --color -Naur src/devices-original/atmega32u4/adc/admux.rs src/devices/atmega32u4/adc/admux.rs --- src/devices-original/atmega32u4/adc/admux.rs 2022-09-28 19:55:52.133458014 +0200...