Open tanj opened 5 months ago
Interrupt support regressed at some point (I wasn't a microzig user at the time but I think it was a result of switching to generating data from svd.) See #188 for how I hacked together interrupts.
Edit: If someone wanted to fix the methods in irq.zig so that it didn't instantly fail, they would need to either add the ISER to the svd or add a override struct somewhere with the fields. ISER hasn't just moved; it isn't broken out in the current HAL.
I'm trying to play around with the synth project from the 2023 sycl conference and I'm getting a build error when trying to use the latest microzig version. I've made some changes to the build script to try get it working, but I'm hitting an error now that seems to me to be related to microzig.
(I ran into a hash issue using the vanilla project deps which is why I'm trying to use the latest microzig).