circuitpython/ports/qemu/mcu/arm
Alessandro Gatti f47e214cdc all: Rename the "NORETURN" macro to "MP_NORETURN".
This commit renames the NORETURN macro, indicating to the compiler
that a function does not return, into MP_NORETURN to maintain the same
naming convention of other similar macros.

To maintain compaitiblity with existing code NORETURN is aliased to
MP_NORETURN, but it is also deprecated for MicroPython v2.

This changeset was created using a similar process to
decf8e6a8b ("all: Remove the "STATIC"
macro and just use "static" instead."), with no documentation or python
scripts to change to reflect the new macro name.

Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
2025-05-13 10:36:47 +10:00
..
errorhandler.c all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
imx6.ld qemu: Rename qemu-arm port to qemu. 2024-09-06 11:08:39 +10:00
mps2.ld qemu: Rename qemu-arm port to qemu. 2024-09-06 11:08:39 +10:00
nrf51.ld qemu: Rename qemu-arm port to qemu. 2024-09-06 11:08:39 +10:00
startup.c all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
stm32.ld qemu: Rename qemu-arm port to qemu. 2024-09-06 11:08:39 +10:00