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

Set default CPU for SPI ISR #430

Closed
wants to merge 2 commits into from
Closed

Set default CPU for SPI ISR #430

wants to merge 2 commits into from

Conversation

artemsen
Copy link

Fixes the error during SPI initialization with the ESP-IDF 5.1+:

E (417) spi_master: spi_master_init_driver(236): invalid core id
W (417) LGFX: Failed to spi_bus_add_device.

artemsen and others added 2 commits July 21, 2023 15:21
Fixes the error during SPI initialization with the ESP-IDF 5.1+:
```
E (417) spi_master: spi_master_init_driver(236): invalid core id
W (417) LGFX: Failed to spi_bus_add_device.
```

Signed-off-by: Artem Senichev <[email protected]>
@tobozo tobozo requested a review from lovyan03 July 21, 2023 16:40
@lovyan03
Copy link
Owner

lovyan03 commented Aug 7, 2023

This issue was resolved in a recent release, so I am closing this.
Thank you for your contribution.

@lovyan03 lovyan03 closed this Aug 7, 2023
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.

3 participants