Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bundling and deploying application code and files

Andrew Leech edited this pageMar 24, 2024 ·1 revision

During development, tools likempremote are fantastic for quickly running code on a micropython device.

Once an application is ready for release however you will often want your code to be bundled into the firmware for easy deployment.

The official way to achieve this is calledfreezing.

Code freezing however only works with python file, to deploy other kinds of data or assets there are a number of different options (listed in no particular order):

Longer term this is intended to be an official way to deploy any kind of files:https://github.com/micropython/micropython/pull/8191

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp