Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <xtensa esp32s3 miss esp_i2c_slave.c for support slave> #15983

Closed
1 task done
yezhonghui2024 opened this issue Mar 13, 2025 · 1 comment · Fixed by #15993
Closed
1 task done

[BUG] <xtensa esp32s3 miss esp_i2c_slave.c for support slave> #15983

yezhonghui2024 opened this issue Mar 13, 2025 · 1 comment · Fixed by #15993
Labels
Arch: xtensa Issues related to the Xtensa architecture Area: Drivers Drivers issues OS: Linux Issues related to Linux (building system, etc) Type: Bug Something isn't working

Comments

@yezhonghui2024
Copy link
Contributor

Description / Steps to reproduce the issue

I want enable xtensa esp32s3 i2c slave, step by follow:
step1: ./tools/configure.sh -E esp32s3-devkit:nsh

step2: make menuconfig, open config
CONFIG_ESPRESSIF_I2C_PERIPH_SLAVE_MODE=y
CONFIG_ESPRESSIF_I2C0_SLAVE=y
CONFIG_ESP32S3_I2C_PERIPH_SLAVE_MODE=y
CONFIG_ESP32S3_I2C0_SLAVE_MODE=y
CONFIG_I2C_SLAVE=y
CONFIG_I2C_SLAVE_DRIVER=y
CONFIG_I2C_SLAVE_READBUFSIZE=32
CONFIG_I2C_SLAVE_WRITEBUFSIZE=32
CONFIG_I2C_SLAVE_NPOLLWAITERS=1

step3:make -j8
make[1]: *** No rule to make target 'esp_i2c_slave.c', needed by '.depend'. Stop.
make: *** [tools/Unix.mk:660: pass2dep] Error 2

On which OS does this issue occur?

[OS: Linux]

What is the version of your OS?

Ubuntu 22.04

NuttX Version

master

Issue Architecture

[Arch: xtensa]

Issue Area

[Area: Drivers]

Host information

No response

Verification

  • I have verified before submitting the report.
@yezhonghui2024 yezhonghui2024 added the Type: Bug Something isn't working label Mar 13, 2025
@github-actions github-actions bot added Arch: xtensa Issues related to the Xtensa architecture Area: Drivers Drivers issues OS: Linux Issues related to Linux (building system, etc) labels Mar 13, 2025
@eren-terzioglu
Copy link
Contributor

Hi,
I will have a look to it. Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: xtensa Issues related to the Xtensa architecture Area: Drivers Drivers issues OS: Linux Issues related to Linux (building system, etc) Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants