micropython/ports
Damien George 5114f2c1ea webassembly/proxy_js: Allow a Python proxy of a function to be undone.
This optimises the case where a Python function is, for example, stored to
a JavaScript attribute and then later retrieved from Python.  The Python
function no longer needs to be a proxy with double proxying needed for the
call from Python -> JavaScript -> Python.

Signed-off-by: Damien George <damien@micropython.org>
2024-03-30 13:13:51 +11:00
..
bare-arm
cc3200 extmod/modmachine: Add MICROPY_PY_MACHINE_RESET configuration option. 2024-03-15 12:04:37 +11:00
embed
esp32 esp32/network_wlan: Add interface and security WLAN constants. 2024-03-28 13:01:55 +11:00
esp8266 esp8266/network_wlan: Add interface and security WLAN constants. 2024-03-28 13:01:55 +11:00
mimxrt mimxrt: Add support for OpenAMP. 2024-03-29 17:59:29 +11:00
minimal
nrf
pic16bit
powerpc py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
qemu-arm
renesas-ra
rp2 rp2/CMakeLists: Apply O2 optimisation to map, mpz and vm source code. 2024-03-27 12:16:30 +11:00
samd samd/mcu: Guard static function with appropriate #if. 2024-03-29 17:48:06 +11:00
stm32 stm32/mpremoteprocport: Use metal logging functions. 2024-03-29 17:59:18 +11:00
unix
webassembly webassembly/proxy_js: Allow a Python proxy of a function to be undone. 2024-03-30 13:13:51 +11:00
windows
zephyr