espressif/esp_serial_slave_link

uploaded 2 months ago
Espressif Serial Slave Link Library

readme

Espressif Serial Slave Link (ESSL) component

Component Registry

This component used to reside in esp-idf project as its component.

It's used on the HOST, to communicate with ESP chips as SLAVE via SDIO/SPI slave HD mode.

The port layer (essl_sdio.c/essl_spi.c) are currently only written to run on ESP chips in master mode, but you may also modify them to work on more platforms.

See more documentation: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_serial_slave_link.html

changelog

1.1.0

  • Supported communicating with ESP32C6 SDIO Slave

1.0.1

  • Fixed build failure issue on chip which doesn't support SDMMC host
  • Remove dependency to soc/host_reg.h

1.0.0

  • Inititial version

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/esp_serial_slave_link^1.1.0"

or download archive

Dependencies

  • ESP-IDF >=5.0
  • Stats

    • Downloaded in total
      Downloaded in total 54.8k times
    • Downloaded this version
      This version: 24.9k times

    Badge

    espressif/esp_serial_slave_link version: 1.1.0 |