Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/espressif/esp-workbench

Navigate in the world of ESP32 with easy. Tool for maintaining development environment.
https://github.com/espressif/esp-workbench

Last synced: 2 days ago
JSON representation

Navigate in the world of ESP32 with easy. Tool for maintaining development environment.

Awesome Lists containing this project

README

        

# ESP Workbench

Get all important information for Embedded Development with ESP32 and maintain the development environment.

Check out releases for binary version.

### Features

- Installation of multiple versions of ESP-IDF
- Installation of Rust toolchain for Xtensa and RISC-V ESP32 based chips
- Display available disk space
- Display list of connected ESP32 devices
- Auto-update
- Monitoring
- Flashing

## Development

### Running the application

```
pnpm install
pnpm tauri dev
```

### Release build

```
pnpm tauri build
```