René's URL Explorer Experiment


Title: Developer Info - MicroPythonOS Documentation

Mail addresses
info@micropythonos.com

Generator: mkdocs-1.4.2, mkdocs-material-8.2.5

direct link

Domain: docs.MicroPythonOS.com

msapplication-TileColor#da532c
msapplication-confighttps://micropythonos.com/images/browserconfig.xml
theme-color#ffffff

Links:

Skip to content https://docs.MicroPythonOS.com/web-port/developer/#web-port-developer-info
https://docs.MicroPythonOS.com/
GitHub https://github.com/MicroPythonOS/MicroPythonOS
https://docs.MicroPythonOS.com/
GitHub https://github.com/MicroPythonOS/MicroPythonOS
Home https://docs.MicroPythonOS.com/
Overview https://docs.MicroPythonOS.com/overview/
Overview https://docs.MicroPythonOS.com/getting-started/
Running https://docs.MicroPythonOS.com/getting-started/running/
Supported Hardware https://docs.MicroPythonOS.com/getting-started/supported-hardware/
Overview https://docs.MicroPythonOS.com/apps/
Built-in Apps https://docs.MicroPythonOS.com/apps/built-in-apps/
App Store https://docs.MicroPythonOS.com/apps/appstore/
Creating Apps https://docs.MicroPythonOS.com/apps/creating-apps/
App Lifecycle https://docs.MicroPythonOS.com/apps/app-lifecycle/
Bundling Apps https://docs.MicroPythonOS.com/apps/bundling-apps/
Native C/C++ Apps https://docs.MicroPythonOS.com/apps/native-apps/
BadgeHub Apps https://docs.MicroPythonOS.com/apps/badgehub/
AppearanceManager https://docs.MicroPythonOS.com/frameworks/appearance-manager/
AppManager https://docs.MicroPythonOS.com/frameworks/app-manager/
AudioManager https://docs.MicroPythonOS.com/frameworks/audiomanager/
BatteryManager https://docs.MicroPythonOS.com/frameworks/battery-manager/
BuildInfo https://docs.MicroPythonOS.com/frameworks/build-info/
ConnectivityManager https://docs.MicroPythonOS.com/frameworks/connectivity-manager/
DeviceInfo https://docs.MicroPythonOS.com/frameworks/device-info/
DisplayMetrics https://docs.MicroPythonOS.com/frameworks/display-metrics/
FontManager https://docs.MicroPythonOS.com/frameworks/font-manager/
DownloadManager https://docs.MicroPythonOS.com/frameworks/download-manager/
FileExplorerActivity https://docs.MicroPythonOS.com/frameworks/file-explorer-activity/
Focus https://docs.MicroPythonOS.com/frameworks/focus/
InputActivity https://docs.MicroPythonOS.com/frameworks/input-activity/
InputManager https://docs.MicroPythonOS.com/frameworks/input-manager/
LightsManager https://docs.MicroPythonOS.com/frameworks/lights-manager/
NotificationManager https://docs.MicroPythonOS.com/frameworks/notification-manager/
NumberFormat https://docs.MicroPythonOS.com/frameworks/number-format/
Preferences https://docs.MicroPythonOS.com/frameworks/preferences/
SensorManager https://docs.MicroPythonOS.com/frameworks/sensor-manager/
Service https://docs.MicroPythonOS.com/frameworks/service/
SettingActivity https://docs.MicroPythonOS.com/frameworks/setting-activity/
SettingsActivity https://docs.MicroPythonOS.com/frameworks/settings-activity/
TaskManager https://docs.MicroPythonOS.com/frameworks/task-manager/
TimeZone https://docs.MicroPythonOS.com/frameworks/time-zone/
WebServer https://docs.MicroPythonOS.com/frameworks/webserver/
WidgetAnimator https://docs.MicroPythonOS.com/frameworks/widget-animator/
WifiService https://docs.MicroPythonOS.com/frameworks/wifi-service/
Overview https://docs.MicroPythonOS.com/architecture/overview/
Frameworks https://docs.MicroPythonOS.com/architecture/frameworks/
Intents https://docs.MicroPythonOS.com/architecture/intents/
Boot Sequence https://docs.MicroPythonOS.com/architecture/boot-sequence/
Filesystem Layout https://docs.MicroPythonOS.com/architecture/filesystem/
Overview https://docs.MicroPythonOS.com/os-development/
On Linux https://docs.MicroPythonOS.com/os-development/linux/
On MacOS https://docs.MicroPythonOS.com/os-development/macos/
On Windows https://docs.MicroPythonOS.com/os-development/windows/
Installing on ESP32 https://docs.MicroPythonOS.com/os-development/installing-on-esp32/
Automated Testing https://docs.MicroPythonOS.com/os-development/automated-testing/
Emulated ESP32 https://docs.MicroPythonOS.com/os-development/emulating-esp32-on-desktop/
Porting Guide https://docs.MicroPythonOS.com/os-development/porting-guide/
Using the Web Port https://docs.MicroPythonOS.com/web-port/using/
Developer Info https://docs.MicroPythonOS.com/web-port/developer/
TL;DR https://docs.MicroPythonOS.com/web-port/developer/#tldr
Prerequisites https://docs.MicroPythonOS.com/web-port/developer/#prerequisites
Build from a fresh clone https://docs.MicroPythonOS.com/web-port/developer/#build-from-a-fresh-clone
Pinned submodule commits (known-good) https://docs.MicroPythonOS.com/web-port/developer/#pinned-submodule-commits-known-good
How it works (architecture) https://docs.MicroPythonOS.com/web-port/developer/#how-it-works-architecture
Where everything lives (all in this repo) https://docs.MicroPythonOS.com/web-port/developer/#where-everything-lives-all-in-this-repo
Submodule patches (applied automatically) https://docs.MicroPythonOS.com/web-port/developer/#submodule-patches-applied-automatically
Updating a submodule patch https://docs.MicroPythonOS.com/web-port/developer/#updating-a-submodule-patch
Build flags (in scripts/web_port/web.py) https://docs.MicroPythonOS.com/web-port/developer/#build-flags-in-scriptsweb_portwebpy
Web-only Python shims (staged into lib/) https://docs.MicroPythonOS.com/web-port/developer/#web-only-python-shims-staged-into-lib
machine.Timer injection https://docs.MicroPythonOS.com/web-port/developer/#machinetimer-injection
Networking (HTTP via browser fetch()) https://docs.MicroPythonOS.com/web-port/developer/#networking-http-via-browser-fetch
Persistence (writable FS via IndexedDB / IDBFS) https://docs.MicroPythonOS.com/web-port/developer/#persistence-writable-fs-via-indexeddb-idbfs
Making changes — common scenarios https://docs.MicroPythonOS.com/web-port/developer/#making-changes-common-scenarios
Testing in a browser https://docs.MicroPythonOS.com/web-port/developer/#testing-in-a-browser
Production build checklist https://docs.MicroPythonOS.com/web-port/developer/#production-build-checklist
Deploying to GitHub Pages https://docs.MicroPythonOS.com/web-port/developer/#deploying-to-github-pages
Release Process https://docs.MicroPythonOS.com/other/release-checklist/
Merge Checklist https://docs.MicroPythonOS.com/other/merge-checklist/
Supported File Formats https://docs.MicroPythonOS.com/other/supported-file-formats/
TL;DR https://docs.MicroPythonOS.com/web-port/developer/#tldr
Prerequisites https://docs.MicroPythonOS.com/web-port/developer/#prerequisites
Build from a fresh clone https://docs.MicroPythonOS.com/web-port/developer/#build-from-a-fresh-clone
Pinned submodule commits (known-good) https://docs.MicroPythonOS.com/web-port/developer/#pinned-submodule-commits-known-good
How it works (architecture) https://docs.MicroPythonOS.com/web-port/developer/#how-it-works-architecture
Where everything lives (all in this repo) https://docs.MicroPythonOS.com/web-port/developer/#where-everything-lives-all-in-this-repo
Submodule patches (applied automatically) https://docs.MicroPythonOS.com/web-port/developer/#submodule-patches-applied-automatically
Updating a submodule patch https://docs.MicroPythonOS.com/web-port/developer/#updating-a-submodule-patch
Build flags (in scripts/web_port/web.py) https://docs.MicroPythonOS.com/web-port/developer/#build-flags-in-scriptsweb_portwebpy
Web-only Python shims (staged into lib/) https://docs.MicroPythonOS.com/web-port/developer/#web-only-python-shims-staged-into-lib
machine.Timer injection https://docs.MicroPythonOS.com/web-port/developer/#machinetimer-injection
Networking (HTTP via browser fetch()) https://docs.MicroPythonOS.com/web-port/developer/#networking-http-via-browser-fetch
Persistence (writable FS via IndexedDB / IDBFS) https://docs.MicroPythonOS.com/web-port/developer/#persistence-writable-fs-via-indexeddb-idbfs
Making changes — common scenarios https://docs.MicroPythonOS.com/web-port/developer/#making-changes-common-scenarios
Testing in a browser https://docs.MicroPythonOS.com/web-port/developer/#testing-in-a-browser
Production build checklist https://docs.MicroPythonOS.com/web-port/developer/#production-build-checklist
Deploying to GitHub Pages https://docs.MicroPythonOS.com/web-port/developer/#deploying-to-github-pages
https://github.com/MicroPythonOS/MicroPythonOS/edit/master/docs/web-port/developer.md
scripts/web_port/https://github.com/MicroPythonOS/MicroPythonOS/tree/main/scripts/web_port/
scripts/build_mpos.shhttps://github.com/MicroPythonOS/MicroPythonOS/blob/main/scripts/build_mpos.sh
scripts/run_web.shhttps://github.com/MicroPythonOS/MicroPythonOS/blob/main/scripts/run_web.sh
scripts/web_port/web.pyhttps://github.com/MicroPythonOS/MicroPythonOS/blob/main/scripts/web_port/web.py
scripts/web_port/sdl_bus.h.patchhttps://github.com/MicroPythonOS/MicroPythonOS/blob/main/scripts/web_port/sdl_bus.h.patch
scripts/web_port/gccollect.c.patchhttps://github.com/MicroPythonOS/MicroPythonOS/blob/main/scripts/web_port/gccollect.c.patch
web/shell.htmlhttps://github.com/MicroPythonOS/MicroPythonOS/blob/main/web/shell.html
scripts/deploy_web_pages.shhttps://github.com/MicroPythonOS/MicroPythonOS/blob/main/scripts/deploy_web_pages.sh
Back to top https://docs.MicroPythonOS.com/web-port/developer/
Previous Using the Web Port https://docs.MicroPythonOS.com/web-port/using/
Next Release Process https://docs.MicroPythonOS.com/other/release-checklist/
Material for MkDocs https://squidfunk.github.io/mkdocs-material/
https://github.com/MicroPythonOS
https://chat.micropythonos.com

Viewport: width=device-width,initial-scale=1


URLs of crawlers that visited me.