..
machine_wdt.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
modhashlib.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
modmachine.c
all: Rename the "NORETURN" macro to "MP_NORETURN".
2025-05-13 10:36:47 +10:00
modnetwork.c
cc3200/mods: Implement network.ipconfig and network.WLAN.ipconfig.
2024-06-04 12:45:01 +10:00
modnetwork.h
cc3200: Remove unused NIC type customisation.
2022-12-15 17:40:18 +11:00
modos.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
modsocket.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
modsocket.h
all: Rename *umodule*.h to remove the "u" prefix.
2023-06-08 17:54:14 +10:00
modssl.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
modtime.c
extmod/modtime: Move tuple creation to common localtime implementation.
2025-08-15 12:09:13 +10:00
modwipy.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
modwlan.c
all: Use new mp_obj_new_str_from_cstr() function.
2024-07-04 15:55:03 +10:00
modwlan.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
pybadc.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
pybadc.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
pybflash.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
pybflash.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
pybi2c.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
pybi2c.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
pybpin.c
cc3200/mods/pybpin: Implement Pin.toggle() method.
2025-02-28 16:50:45 +11:00
pybpin.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
pybrtc.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
pybrtc.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
pybsd.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
pybsd.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
pybsleep.c
all: Rename the "NORETURN" macro to "MP_NORETURN".
2025-05-13 10:36:47 +10:00
pybsleep.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
pybspi.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
pybspi.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
pybtimer.c
all: Remove the "STATIC" macro and just use "static" instead.
2024-03-07 14:20:42 +11:00
pybtimer.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
pybuart.c
cc3200/mods/pybuart: Add the UART.IRQ_RX class constant.
2024-08-29 16:27:43 +10:00
pybuart.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
pybwdt.h
extmod/machine_wdt: Factor ports' WDT Python bindings to common code.
2023-10-20 15:36:09 +11:00