mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-30 23:21:05 +00:00
12 lines
356 B
YAML
12 lines
356 B
YAML
dependencies:
|
|
idf: '>=4.3'
|
|
usb_host_cdc_acm:
|
|
rules:
|
|
- if: idf_version >=4.4
|
|
- if: target in [esp32s2, esp32s3]
|
|
version: ^2
|
|
description: esp-serial-flasher is a portable C library for flashing or loading apps
|
|
to RAM of Espressif SoCs from other host microcontrollers
|
|
url: https://github.com/espressif/esp-serial-flasher
|
|
version: 1.8.0
|