Skip to content

Change SPI::transfer signature to match official Arduino API #6734

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

Merged
merged 1 commit into from
May 13, 2022

Conversation

me-no-dev
Copy link
Member

Fixes: #5787

@me-no-dev me-no-dev merged commit 5482315 into master May 13, 2022
@me-no-dev me-no-dev deleted the bugfix/spi_api branch May 13, 2022 10:19
Jason2866 added a commit to tasmota/arduino-esp32 that referenced this pull request May 14, 2022
* Update Kconfig to autoselect the proper running core (espressif#6718)

* Update Kconfig to autoselect the proper cunning core

* Always run UDP on Core0 by default

* Change SPI::transfer signature to match official Arduino API (espressif#6734)

* Adjustable Serial Event Task Stack Size And Priority (espressif#6685)

* Adjustable Serial Event Task Stack Size And Priority

* Added options to Kconfig

* Added Core Affinity

* Added CONFIG_FREERTOS_UNICORE

* Removed _CONFIG from FREERTOS_UNICORE

* Fixing Core choice for OnReceive() 

Makes it alligned to changes in espressif#6718
Also eliminates conflict with espressif#6718 for merging

Co-authored-by: Rodrigo Garcia <[email protected]>
Co-authored-by: Me No Dev <[email protected]>

Co-authored-by: Me No Dev <[email protected]>
Co-authored-by: Gonzalo Brusco <[email protected]>
Co-authored-by: Rodrigo Garcia <[email protected]>
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.

SPI.transfer(buffer, size) definition incompatible with other cores
1 participant