Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 807 Bytes

File metadata and controls

40 lines (32 loc) · 807 Bytes

IE Pass

IE Pass - The Console The Pass



Usage

Setup

  1. Install FFmpeg.
  2. Install cargo dependencies:
    rustup default nightly-2025-10-25
    cargo install cargo-make ldproxy
    cargo install espup probe-rs-tools --locked
    espup install --targets=esp32s3 --toolchain-version 1.90.0.0

Build:

$ cargo make build

Run Emulator:

$ cargo make run -- path/to/cart.p8

Build and flash for ESP32-S3:

$ cargo make flash

Run Tests:

$ cargo make test