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

Commits on Jul 21, 2023

  1. Set default CPU for SPI ISR

    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]>
    artemsen committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e457145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca3b2b View commit details
    Browse the repository at this point in the history