circuitpython/ports/nrf/modules
Damien George a1ee42cd3e nrf: Use common implementation of machine disable/enable IRQ.
This is a breaking change due to the signature change of `enable_irq()`.
Previously the signature was:

    machine.enable_irq()

Now the signature matches other ports, and the docs, and is:

    machine.enable_irq(state)

Where `state` is the return value from `machine.disable_irq()`.

Signed-off-by: Damien George <damien@micropython.org>
2025-05-21 13:30:40 +10:00
..
ble all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
board ports: Include py/mphal.h instead of mphalport.h. 2024-10-09 14:39:34 +11:00
machine nrf: Use common implementation of machine disable/enable IRQ. 2025-05-21 13:30:40 +10:00
music all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
nrf nrf/modules: Fix access of read-only buffer in Flash.writeblocks. 2025-03-06 12:48:22 +11:00
os nrf: Only process interrupt chars on UARTs used for REPL. 2025-05-21 13:10:01 +10:00
scripts ports: Use vfs module instead of os. 2024-02-07 13:25:09 +11:00
ubluepy ports: Include py/mphal.h instead of mphalport.h. 2024-10-09 14:39:34 +11:00
manifest.py extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00