Skip to content

l0dables: fix CRT to allow overriding handlers

q3k requested to merge q3k/firmware:q3k/fix-crt into master

.weakref didn't do what I want, and the old construct ended up preventing us from overwriting interrupt handlers in l0dables.

This wastes some bytes (each handler is now implemented separately by default), but it works.

Merge request reports