Skip to content

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
wants to merge 38 commits into from
Closed

Fix for #723 Bugfix/fix spi 4 byte alignment error (GIT8266O-397) (GIT8266O-704) #1126

wants to merge 38 commits into from

Conversation

vargavik
Copy link

Fix for the SPI communication problem described in "Improve SPI interface (GIT8266O-397) #723"

donghengqaz and others added 30 commits April 19, 2021 19:37
…nto 'master'

fix(lib): check and reset mac reg every 2s when rx hang occurs

See merge request sdk/ESP8266_RTOS_SDK!1595

(cherry picked from commit 30a4ba7)

fb5894a fix(lib): check and reset mac reg every 2s when rx hang occurs
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
…se/v3.4'

feat(nvs_flash): Update nvs_flash from esp-idf (backport v3.4)

See merge request sdk/ESP8266_RTOS_SDK!1630
Zhang Jun Hao and others added 8 commits July 26, 2021 17:32
… '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
@CLAassistant
Copy link

CLAassistant commented Aug 23, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 7 committers have signed the CLA.

✅ vargavik
✅ cwespressif
❌ ESP-YJM
❌ donghengqaz
❌ ustccw
❌ projectgus
❌ Zhang Jun Hao


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.

@vargavik vargavik changed the title Bugfix/fix spi 4 byte alignment error Fix for #723 Bugfix/fix spi 4 byte alignment error (GIT8266O-397) Aug 23, 2021
@github-actions github-actions bot changed the title Fix for #723 Bugfix/fix spi 4 byte alignment error (GIT8266O-397) Fix for #723 Bugfix/fix spi 4 byte alignment error (GIT8266O-397) (GIT8266O-704) Aug 23, 2021
@vargavik vargavik closed this Aug 27, 2021
@vargavik vargavik deleted the bugfix/fix_spi_4_byte_alignment_error branch August 27, 2021 09:56
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.

7 participants