micropython/tools
Jon Nordby 2919d64ff1 mpremote: Support HTTP(S) for fs cp SRC
Enables copying directly from a http/https URL.
Convenient for putting resources onto device without needing to make
a local copy or using external download tool.
Usecases include installing module that is not mpip installable,
or adding resource files such as fonts/images/blobs

Signed-off-by: Jon Nordby <jononor@gmail.com>
2023-12-28 20:59:59 +01:00
..
autobuild
mpremote mpremote: Support HTTP(S) for fs cp SRC 2023-12-28 20:59:59 +01:00
.gitattributes
.gitignore
boardgen.py stm32/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:16:49 +11:00
cc1
ci.sh tools/ci.sh: Set `ulimit -n` for unix CI. 2023-12-21 11:05:31 +11:00
codeformat.py
codestats.sh
dfu.py
file2h.py
gen-changelog.sh
gen-cpydiff.py
hci_trace_to_pcap.py
insert-usb-ids.py
makemanifest.py
manifestfile.py tools/manifestfile.py: Add support for external libraries. 2023-12-21 15:28:32 +11:00
metrics.py
mpy-tool.py all: Update Python formatting to ruff-format. 2023-11-03 13:30:41 +11:00
mpy_bin2res.py
mpy_cross_all.py
mpy_ld.py
pyboard.py all: Update Python formatting to ruff-format. 2023-11-03 13:30:41 +11:00
pydfu.py
tinytest-codegen.py tools/tinytest-codegen.py: Externalise tests list. 2023-11-07 15:53:27 +11:00
uf2conv.py
uf2families.json
uncrustify.cfg
verifygitlog.py