micropython/ports
Damien George a30c29398a ports: Don't include mpthread.h in mpthreadport.h.
Because `mpthreadport.h` is included by `mpthread.h`.

Also remove unnecessary include of `mpthreadport.h` in esp32's `main.c`.

Signed-off-by: Damien George <damien@micropython.org>
2024-02-29 13:35:36 +11:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00
embed py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t. 2024-02-16 14:17:01 +11:00
esp32 ports: Don't include mpthread.h in mpthreadport.h. 2024-02-29 13:35:36 +11:00
esp8266 ports: Use vfs module instead of os. 2024-02-07 13:25:09 +11:00
mimxrt ports: On cold boot, enable USB after boot.py completes. 2024-02-15 12:31:26 +11:00
minimal minimal: Use printf instead of echo -e. 2024-02-15 16:36:22 +11:00
nrf py/obj: Change sizeof to offsetof in mp_obj_malloc_var macro. 2024-02-19 23:40:54 +11:00
pic16bit py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
powerpc py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
qemu-arm qemu-arm/mpconfigport: Use MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES. 2024-01-29 13:07:31 +11:00
renesas-ra ports: Don't include mpthread.h in mpthreadport.h. 2024-02-29 13:35:36 +11:00
rp2 ports: Don't include mpthread.h in mpthreadport.h. 2024-02-29 13:35:36 +11:00
samd ports: On cold boot, enable USB after boot.py completes. 2024-02-15 12:31:26 +11:00
stm32 ports: Don't include mpthread.h in mpthreadport.h. 2024-02-29 13:35:36 +11:00
unix py/obj: Change sizeof to offsetof in mp_obj_malloc_var macro. 2024-02-19 23:40:54 +11:00
webassembly ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00
windows extmod/modtls: Move the native ssl module to tls. 2024-02-07 12:58:52 +11:00
zephyr all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00