boxlang-runtime-esp32
BoxLangをESP32マイクロコントローラーにデプロイする際にこのスキルを使用します。MatchBoxの--target esp32フラグでのデプロイ、ファームウェアのフラッシング(フルフラッシュと高速デプロイの選択)、迅速な反復開発のためのウォッチモード、BoxLang BIFsを経由したハードウェアアクセス、ESP32ランタイムの検出、およびFreeRTOSタスク制約の理解に対応しています。
description の原文を見る
Use this skill when deploying BoxLang to ESP32 microcontrollers using MatchBox's --target esp32 flag, flashing firmware (full-flash vs fast-deploy), using watch mode for rapid iteration, accessing hardware via BoxLang BIFs, detecting the ESP32 runtime, and understanding FreeRTOS task constraints.
SKILL.md 本文
ESP32 上の BoxLang
概要
MatchBox は BoxLang スクリプトを --target esp32 を使用して ESP32 マイクロコントローラ に直接コンパイルおよびデプロイできます。BoxLang は FreeRTOS 上でカスタムタスクスタックで実行され、バイトコードは専用フラッシュパーティションに保存されます。フルファームウェアフラッシングは初期セットアップでのみ必要です。その後のデプロイではバイトコード(〜1秒)のみを更新します。
前提条件
# Install the ESP-IDF prerequisites (see espressif.com/getting-started)
# Install the Rust ESP32 toolchain
cargo install espup
espup install
# Install espflash (requires 3.3.0+)
cargo install espflash@3.3.0
初回フラッシング(フルファームウェア)
初回デプロイはデバイスに BoxLang ファームウェアをインストールします:
matchbox app.bxs --target esp32 --chip
...
詳細情報
- 作者
- ortus-docs
- ライセンス
- 不明
- 最終更新
- 2026/4/28
Source: https://github.com/ortus-docs/coldbox-docs / ライセンス: 未指定