Pakket: python-uflash-doc (1.2.4 dfsg-8)
Verwijzigingen voor python-uflash-doc
Debian bronnen:
Het bronpakket python-uflash downloaden:
- [python-uflash_1.2.4 dfsg-8.dsc]
- [python-uflash_1.2.4 dfsg.orig.tar.gz]
- [python-uflash_1.2.4 dfsg-8.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
module and utility for flashing the BBC micro:bit (documentation)
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 uflash documentation.
Andere aan python-uflash-doc gerelateerde pakketten
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 2.4.3-5~)
- JavaScript support for Sphinx documentation
-
- sug: www-browser
- virtueel pakket geboden door chromium, dillo, edbrowse, elinks, epiphany-browser, falkon, firefox-esr, hv3, konqueror, links, links2, lynx, midori, netrik, netsurf-fb, netsurf-gtk, qutebrowser, sugar-browse-activity, surf, w3m, xemacs21-mule, xemacs21-mule-canna-wnn, xemacs21-nomule
-
- enh: python3-uflash
- module and utility for flashing the BBC micro:bit