micropython/ports
Damien George bdf7613296 esp32/mphalport: Enable D-cache flushing on P4 for native code.
This is necessary to get native code running on the ESP32-P4.

Signed-off-by: Damien George <damien@micropython.org>
2025-12-01 13:10:08 +11:00
..
alif alif/tinyusb_port: Add missing license header. 2025-11-19 16:59:58 +11:00
bare-arm all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
cc3200 all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
embed all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
esp32 esp32/mphalport: Enable D-cache flushing on P4 for native code. 2025-12-01 13:10:08 +11:00
esp8266 all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
mimxrt ports: Guard calls to machine_*_deinit_all() with #if where appropriate. 2025-11-19 16:56:03 +11:00
minimal all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
nrf nrf/drivers/usb: Provide macros for nrf errata. 2025-11-24 12:45:01 +11:00
pic16bit all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
powerpc all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
qemu tests/run-tests.py: Pass auto-detected architecture flags to mpy-cross. 2025-10-24 19:13:15 +02:00
renesas-ra all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
rp2 rp2: Fix RP2350 and RP2350B pin alt functions. 2025-11-21 14:27:34 +11:00
samd samd/machine_bitstream: Tune ticks for SAMD51 and set pin to output. 2025-10-25 22:56:47 +11:00
stm32 stm32/usbd_conf: Fix build for boards with USB disabled. 2025-11-30 15:23:59 +11:00
unix unix/modsocket: Add IP ADD and DROP MEMBERSHIP to socket constants. 2025-11-26 12:35:36 +11:00
webassembly all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
windows unix: Enable exit code handling for sys.exit(). 2025-11-22 00:06:59 +11:00
zephyr zephyr: Add support for GC split-heap. 2025-11-26 23:40:39 +11:00