Go to file
Björn Quentin 3b512ffd4c
Merge pull request #7 from SergioGasquez/feature/cd-aarch64
Add `aarch64-unknown-linux-gnu` binary
2023-02-13 15:57:00 +01:00
.github/workflows ci: ️ Improve release.yml and add aarch64-unknown-linux-gnu 2023-02-13 15:47:20 +01:00
src build: ⬆️ Upgrade dependencies and bump version 2023-02-13 15:48:20 +01:00
.gitignore Initial 2022-05-20 16:22:37 +02:00
Cargo.lock build: ⬆️ Upgrade dependencies and bump version 2023-02-13 15:48:20 +01:00
Cargo.toml build: ⬆️ Upgrade dependencies and bump version 2023-02-13 15:48:20 +01:00
README.md Initial 2022-05-20 16:22:37 +02:00

esp-web-flash-server

Starts a local server serving a web page to flash a given ELF file.

web-flash 0.1.0

USAGE:
    web-flash.exe [OPTIONS] --chip <CHIP> <ELF>

ARGS:
    <ELF>

OPTIONS:
    -b, --bootloader <BOOTLOADER>              path to bootloader
    -c, --chip <CHIP>                          chip name
    -h, --help                                 Print help information
    -p, --partition-table <PARTITION_TABLE>    path to partition table csv
    -V, --version                              Print version information