-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Release/v3.2 (GIT8266O-800) #1223
Open
woshiokteng
wants to merge
91
commits into
master
Choose a base branch
from
release/v3.2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
When enable VFS, apps code should include "unistd.h", "sys/ioctl.h" or "fcntl.h" if using "read", "write", "close", "ioctl" and "fcntl".
…se/v3.2' fix(lwip): fix "unistd.h" I/O APIs not declare when disable VFS (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!990
lfix aton prase wrong parameters (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!997
…en update from old SDK
…se/v3.2' ota: add option into example to load original AP information when update from old SDK (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1001
…3.2' ota: add note how to load old SDK's target AP information See merge request sdk/ESP8266_RTOS_SDK!1007
…ease/v3.2' newlib: fix console UART output port when enable VFS (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1032
…se/v3.2' feat(newlib): Add normal newlib support print null string value (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1049
…2' into 'release/v3.2' fix(lib): fix get ap info crash when connect ap failed See merge request sdk/ESP8266_RTOS_SDK!1073
phy: fix RF frequency shift at some case (v3.2) See merge request sdk/ESP8266_RTOS_SDK!1089
…e/v3.2' fix(lib): fix station get ap authmode error (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1088
Make sure that FreeRTOS deletes timer firstly and then API "esp_timer_delete" free the source.
…into 'release/v3.2' feat(lib): improve the ability of receieve packet in sniffer mode See merge request sdk/ESP8266_RTOS_SDK!1080
…ase/v3.2' esp_timer: fix delete timer and timer processs later (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1077
chore(ci): modify target SSC version See merge request sdk/ESP8266_RTOS_SDK!1151
Fix clock error when init_data[112] = 1.
phy: update phy library (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1148
… into 'release/v3.2' fix(lwip): fix lacking of gcc header file declare when enable VFS (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1167
Fix phy software closing RF to cause system error.
phy: update phy library to 1058.13 See merge request sdk/ESP8266_RTOS_SDK!1177
…e_v3.2' into 'release/v3.2' feat(esp8266): Panic uses hardware restart instead of software restart (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1405
…3.2' feat(bootloader): add option to disable JTAG I/O when boot (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1422
fix(lib): fix connect timeout error(backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1429
…update some example
…covery and request state(backport v3.2)
feat(mqtt): update mqtt component to esp-mqtt commit id 752953dc and update some example See merge request sdk/ESP8266_RTOS_SDK!1433
feat(dhcp): Add DHCP option12, option60 and option61 in DHCP discovery and request state(backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1435
1. Optimize clock setting in wake-up
feat(phy): update phy library from 1058.14 to 1058.15 See merge request sdk/ESP8266_RTOS_SDK!1454
docs(policy): Add SDK support period policy (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1461
…ftap_v3.2' into 'release/v3.2' fix(lib): do not refuse iphone when iphone reconnect to softap(backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1443
…lease/v3.2' fix(lib): fix crash when esp_restart called(backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1448
…v3.2' into 'release/v3.2' fix(xtensa): Fix NMI reenter when multi enable MAC interrupt (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1470
…lease/v3.2' fix(lib): drop beacon when authmode changed(backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1465
…ease/v3.2' fix(lib): fix softap PMK invalidate in NVS(backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1497
…nto 'release/v3.2' fix(lib): do not rewrite flash when set station config See merge request sdk/ESP8266_RTOS_SDK!1525
…o 'release/v3.2' fix(freertos): disable other task before disable nmi (backport v3.2) See merge request sdk/ESP8266_RTOS_SDK!1569
dongheng 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.
11