Skip to content

esp32s2: Fix SPI#7363

Merged
xiaoxiang781216 merged 3 commits into
apache:masterfrom
acassis:esp32s2_spi
Oct 20, 2022
Merged

esp32s2: Fix SPI#7363
xiaoxiang781216 merged 3 commits into
apache:masterfrom
acassis:esp32s2_spi

Conversation

@acassis

@acassis acassis commented Oct 19, 2022

Copy link
Copy Markdown
Contributor

Summary

Fix issues found on ESP32S2 SPI driver

Impact

User will be able to use SPI on ESP32S2

Testing

esp32s2-saola-1

@xiaoxiang781216 xiaoxiang781216 merged commit 11ca921 into apache:master Oct 20, 2022
.config = &esp32s2_spi2_config,
.refs = 0,
.lock = NXMUTEX_INITIALIZER,
.exclsem = SEM_INITIALIZER(0),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@acassis
Do you want to revert the change introduced #6965?
I think the changes are not DMA related and perhaps your code base is too old.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants