Skip to content

CONFIG_ESP_HOSTED_SDIO_RESET_ACTIVE_LOW/HIGH #1

Description

@swoboda1337

Describe the bug

This is not correct: https://github.com/m5stack/M5Tab5-UserDemo/blob/main/platforms/tab5/sdkconfig#L2844-L2845

Version 1.4.0 of hosted has this bug where it always uses CONFIG_ESP_HOSTED_SDIO_RESET_ACTIVE_HIGH regardless of the configs: espressif/esp-hosted-mcu@5854c65

Currently the sdkconfig has CONFIG_ESP_HOSTED_SDIO_RESET_ACTIVE_LOW set but it should be CONFIG_ESP_HOSTED_SDIO_RESET_ACTIVE_HIGH. The bug in hosted is now fixed in newer versions and will fail if CONFIG_ESP_HOSTED_SDIO_RESET_ACTIVE_LOW is used.

To reproduce

Tested using IDF 5.4.1 and hosted 2.0

Expected behavior

sdkconfig should have CONFIG_ESP_HOSTED_SDIO_RESET_ACTIVE_HIGH set and not CONFIG_ESP_HOSTED_SDIO_RESET_ACTIVE_LOW

Screenshots

No response

Environment

  • OS:
  • IDE &IDE Version:
  • Repository Version:

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • My report contains all necessary details

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions