micropython/ports/cc3200/mods
Damien George ad806df857 ports: Move definitions of ATOMIC_SECTION macros to mphalport.h.
Also move MICROPY_PY_PENDSV_ENTER/REENTER/EXIT to mphalport.h, for ports
where these are not already there.

This helps separate the hardware implementation of these macros from the
MicroPython configuration (eg for renesas-ra and stm32, the IRQ static
inline helper functions can now be moved to irq.h).

Signed-off-by: Damien George <damien@micropython.org>
2023-12-01 14:37:48 +11:00
..
machine_wdt.c
modhashlib.c
modmachine.c cc3200/mods/modmachine: Use common implementation of disable/enable_irq. 2023-11-30 16:11:11 +11:00
modnetwork.c
modnetwork.h
modos.c cc3200: Convert os module to use extmod version. 2023-11-30 17:35:26 +11:00
modsocket.c
modsocket.h
modssl.c
modtime.c
modwipy.c
modwlan.c
modwlan.h
pybadc.c cc3200/application.mk: Don't add stm32 to build include path. 2023-12-01 14:13:34 +11:00
pybadc.h
pybflash.c
pybflash.h
pybi2c.c cc3200/application.mk: Don't add stm32 to build include path. 2023-12-01 14:13:34 +11:00
pybi2c.h
pybpin.c
pybpin.h
pybrtc.c ports: Move definitions of ATOMIC_SECTION macros to mphalport.h. 2023-12-01 14:37:48 +11:00
pybrtc.h
pybsd.c
pybsd.h
pybsleep.c
pybsleep.h
pybspi.c cc3200/application.mk: Don't add stm32 to build include path. 2023-12-01 14:13:34 +11:00
pybspi.h
pybtimer.c
pybtimer.h
pybuart.c cc3200: Convert dupterm to use common extmod implementation. 2023-11-30 17:35:06 +11:00
pybuart.h
pybwdt.h