Odin Holmes
Odin Holmes
good idea, maybe we could also make an alternative indexing mode in the extension files too. I'm a little reluctant to make too many changes because of this because in...
go for it, glad to here someone is working on it!
I don't see the case where a peripheral inherits an interrupt as being common. Really only in the case where they share. On the other hand there are probably few...
Not yet, I have not gotten around to handling interrupts in a generic way in Kvasir so I have had no need so far to parse them correctly. I hope...
@posborne So that would mean adding a `parent` to each object in model.py and adding getters to all properties which could have defaults higher up the tree? I my use...
Awesome that there is already a format at least. Maybe if we give them a reason the vendors will put in some effort. ----- Ursprüngliche Nachricht ----- Von: "Niklas Hauser"...
Looks like there is no pushToFIFO or popFromFIFO tag though. Any ideas? ----- Ursprüngliche Nachricht ----- Von: "Niklas Hauser" [email protected] Gesendet: 16.09.2015 22:32 An: "posborne/cmsis-svd" [email protected] Cc: "Odin Holmes" [email protected]...
For example http://www.nxp.com/documents/user_manual/UM10732.pdf page 162 registers RBR or THR. In the svd https://github.com/posborne/cmsis-svd/blob/master/data/NXP/LPC11Uxx_v7.svd#L708 they are using modify which is better than nothing but it seems to me that the end...
I think an extension file would be a good idea so that we can add attributes to the existing SVDs without messing with the verdor version. Most of the attributes...
I'm playing around with a JSON file containing extra information about registers indexed by peripheralName::registerName with which one can add attributes to a register. The idea is that while the...