-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
ESP32C3: DR_REG_I2S_BASE should be DR_REG_I2S0_BASE? (IDFGH-11518) #12643
Labels
Comments
github-actions
bot
changed the title
ESP32C3: DR_REG_SPI_BASE should be DR_REG_I2S0_BASE?
ESP32C3: DR_REG_SPI_BASE should be DR_REG_I2S0_BASE? (IDFGH-11518)
Nov 21, 2023
moefear85
changed the title
ESP32C3: DR_REG_SPI_BASE should be DR_REG_I2S0_BASE? (IDFGH-11518)
ESP32C3: DR_REG_I2S_BASE should be DR_REG_I2S0_BASE? (IDFGH-11518)
Nov 21, 2023
@L-KAYA Any update? |
Fixing |
espressif-bot
added
Status: Reviewing
Issue is being reviewed
Status: Done
Issue is done internally
Resolution: NA
Issue resolution is unavailable
and removed
Status: Opened
Issue is new
Status: Reviewing
Issue is being reviewed
labels
Jan 11, 2024
espressif-bot
pushed a commit
that referenced
this issue
Feb 2, 2024
espressif-bot
pushed a commit
that referenced
this issue
Feb 20, 2024
espressif-bot
pushed a commit
that referenced
this issue
Mar 1, 2024
espressif-bot
pushed a commit
that referenced
this issue
Mar 1, 2024
hathach
pushed a commit
to adafruit/esp-idf
that referenced
this issue
Mar 27, 2024
hi @L-KAYA same problem occurs with esp32H2 and |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Answers checklist.
General issue report
In
soc/esp32c3/include/soc/soc.h:23
but I'm getting compile errors, because
DR_REG_I2S_BASE
isn't defined anywhere for the C3, unlike 32/S2/S3/C6. What does exist insoc/esp32c3/include/soc/reg_base.h:44
:If I replace
DR_REG_I2S_BASE
withDR_REG_I2S0_BASE
in soc.h, it compiles fine. Is this an oversight, or am I missing something here?The text was updated successfully, but these errors were encountered: