I have a query on drivers in the zephyr code base in regards to interrupt handling that I am seeking advice on: should a driver in zephyr upon getting an unknown interrupt self-destruct itself, i.e. purposely stop itself from working even
if the interrupt could be ignored and continue functioning as normal? Is this documented anywhere as a base for developing drivers?