Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esp-rs/esp-web-flash-server
Starts a local server serving a web page to flash a given ELF file
https://github.com/esp-rs/esp-web-flash-server
Last synced: 5 days ago
JSON representation
Starts a local server serving a web page to flash a given ELF file
- Host: GitHub
- URL: https://github.com/esp-rs/esp-web-flash-server
- Owner: esp-rs
- Created: 2022-05-20T14:23:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T08:39:28.000Z (10 months ago)
- Last Synced: 2024-10-30T20:54:04.506Z (13 days ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 35
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-esp-rust - esp-web-flash-server - WebSocket server for flashing from Visual Studio Code Remote Containers using a web browser. (Tools)
README
# esp-web-flash-server
Starts a local server serving a web page to flash a given ELF file.
```
web-flash 0.1.0USAGE:
web-flash.exe [OPTIONS] --chipARGS:
OPTIONS:
-b, --bootloader path to bootloader
-c, --chip chip name
-h, --help Print help information
-p, --partition-table path to partition table csv
-V, --version Print version information
```