mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 05:57:16 +01:00
mp_irq_init() is useful when the IRQ object is allocated by the caller. The mp_irq_methods_t.init method is not used anywhere so has been removed. Signed-off-by: Damien George <damien@micropython.org>
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.