[ 源代码: python-uflash ]
软件包:python3-uflash(1.2.4+dfsg-1+deb10u1)
python3-uflash 的相关链接
Debian 的资源:
下载源码包 python-uflash:
- [python-uflash_1.2.4+dfsg-1+deb10u1.dsc]
- [python-uflash_1.2.4+dfsg.orig.tar.gz]
- [python-uflash_1.2.4+dfsg-1+deb10u1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
module and utility for flashing the BBC micro:bit
uflash is a utility for flashing the BBC micro:bit with Python scripts and the MicroPython runtime.
It provides two services:
* a library of functions to programmatically create a hex file and flash it onto a BBC micro:bit. * a command line utility (uflash) that will flash Python scripts onto a BBC micro:bit
Several essential operations are implemented:
* encode Python into the hex format * embed the resulting hexified Python into the MicroPython runtime hex * extract an encoded Python script from a MicroPython hex file * discover the connected micro:bit * copy the resulting hex onto the micro:bit, thus flashing the device * specify the MicroPython runtime hex in which to embed your Python code
By default, python3-uflash will use the MicroPython runtime for micro:bit provided by the firmware-microbit-micropython{,-dl} packages and which is located in /usr/share/firmware-microbit-micropython/firmware.hex. Please ensure one of these packages is installed so that a default runtime is always available.
This package provides the Python 3 module.
其他与 python3-uflash 有关的软件包
|
|
|
|
-
- rec: firmware-microbit-micropython
- MicroPython runtime for the BBC micro:bit
-
- rec: python3-nudatus
- module to remove comments from Python 3 scripts
-
- sug: firmware-microbit-micropython-dl
- micro:bit MicroPython runtime downloader
-
- sug: python3-uflash-doc
- module and utility for flashing the BBC micro:bit (documentation)