circuitpython/ports/cc3200/misc
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
..
antenna.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
antenna.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
FreeRTOSHooks.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
help.c ports: Standardise docs link in help text. 2023-06-02 11:48:46 +10:00
mperror.c all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
mperror.h all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
mpirq.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
mpirq.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00