-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix for #723 Bugfix/fix spi 4 byte alignment error (GIT8266O-397) (GIT8266O-704) #1126
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
Closed
vargavik
wants to merge
38
commits into
espressif:master
from
vargavik:bugfix/fix_spi_4_byte_alignment_error
Closed
Fix for #723 Bugfix/fix spi 4 byte alignment error (GIT8266O-397) (GIT8266O-704) #1126
vargavik
wants to merge
38
commits into
espressif:master
from
vargavik:bugfix/fix_spi_4_byte_alignment_error
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chore(ci): Modify CI image URL (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1598
fix(lib): check and reset mac reg every 2s when rx hang occurs(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1596
…/v3.4' fix(mbedtls): Fix mbedtls_ssl_send_alert_message crash due to ssl->out_iv is NULL(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1603
1. there is a risk of ticks_end overflow, if xTaskGetTickCount() plus ticks_to_wait is bigger than portMAX_DELAY 2. potential blocking code on waiting for tx fifo done. It usually occurs at esp uart uses flow control, and the other side of uart not.
…v3.4' tcpip_adapter: fix set static ip fail and remove the dhcp_check timer(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1606
…3.4' fix: uart tx done timeout check (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1607
…'release/v3.4' fix(lib): fix beacon ie error when set to bgn mode (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1611
Based on FreeRTOS kernel patch 47338393 but modified to work without assertions.
Patch from upstream commit d05b9c123f2bf9090bce386a244fc934ae44db5b
freertos: Add queue init overflow check (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1613
1. Send unicast first, use broadcast to send if unicast fails. 2. Send 60 times successfully before exiting.
…/v3.4' fix(sc): fix the issue of sending failure and exit (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1615
…release/v3.4' fix(lib): restart softap when phy mode change (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1617
… into 'release/v3.4' fix(wifi): fragment and forge vulnerability detection v3.4(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1619
…/v3.4' fix(smartconfig): add timeout for airkiss sync(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1621
chore(ci): Modify SSC branch for CI (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1631
Commit ID: ecd2c51
…se/v3.4' feat(nvs_flash): Update nvs_flash from esp-idf (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1630
… 'release/v3.4' feat(sc): Support ESP-Touch-V2 to send unicast(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1623
…3.4' fix(lib): fix smartconfig stop error(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1627
fix(wpa_supplicant): fix pmk error(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1625
…se/v3.4' feat(nvs_flash): Update nvs_flash from esp-idf (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1633
…face (GIT8266O-397) #723"
Zhang Jun Hao seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix for the SPI communication problem described in "Improve SPI interface (GIT8266O-397) #723"