micropython/tools/mpremote/mpremote
Damien George 0c98c60b68 tools/mpremote: Add romfs query, build and deploy commands.
These commands use the `vfs.rom_ioctl()` function to manage the ROM
partitions on a device, and create and deploy ROMFS images.

Signed-off-by: Damien George <damien@micropython.org>
2025-03-06 12:52:35 +11:00
..
__init__.py tools/mpremote: Use hatch to build mpremote package. 2023-02-24 11:40:22 +11:00
__main__.py tools/mpremote: Allow running mpremote with python -m. 2022-03-30 15:29:26 +11:00
commands.py tools/mpremote: Add romfs query, build and deploy commands. 2025-03-06 12:52:35 +11:00
console.py all: Fix cases of Python variable assigned but never used. 2023-05-02 16:36:05 +10:00
main.py tools/mpremote: Add romfs query, build and deploy commands. 2025-03-06 12:52:35 +11:00
mip.py tools/mpremote: Add support for relative urls in package.json files. 2025-02-24 13:29:40 +11:00
repl.py tools/mpremote: Detach mpremote from pyboard.py. 2023-06-02 17:42:13 +10:00
romfs.py tools/mpremote: Add romfs query, build and deploy commands. 2025-03-06 12:52:35 +11:00
transport_serial.py tools/mpremote: Optimise readline support in mount. 2025-02-28 14:14:39 +11:00
transport.py all: Upgrade to ruff v0.9.6. 2025-02-25 13:02:49 +01:00