Skip to content

ESP32-S3 IDF-5.3.3 - I2C Hal Old Driver Causing Crash On Boot #405

@sc17jw

Description

@sc17jw

Describe the bug

When using IDF > 5, the i2c driver has been marked as deprecated and you need to use the new i2c driver. When using the new i2c driver, it causes the esp to crash on boot because this library uses the old i2c driver.

To Reproduce
Steps to reproduce the behavior:

  1. Install the library and include
  2. Use the new i2c driver for another i2c device
  3. compile and boot
  4. See error

Expected behavior
Boot and ATECC usable without crashing.

Additional context
i2c: CONFLICT! driver_ng is not allowed to be used with this old driver

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