forked from espressif/ESP8266_RTOS_SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
update from espressif before 20910607 #3
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
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
Commit ID: 13018449
1. Remove unused or unsupported unit test 2. Add extra header file to pass compiling 3. Remove unsupported functions
Commit ID: f49e2afe
Remove ESPOS See merge request sdk/ESP8266_RTOS_SDK!858
Add option to init OS before starting it See merge request sdk/ESP8266_RTOS_SDK!859
Make it easy for other OS platform to use these code. If users want to add other OSes, they only should add 3 files: 1. "port.c": init task stack and switch task function 2. "osi.c": wrapper APIs to FreeRTOS from other OSes 3. "heap.c": wrapper APIs for other OSes' heap APIs
Clean up unused or unsupported code for ESP8266 See merge request sdk/ESP8266_RTOS_SDK!860
Sync issues from github to JIRA See merge request sdk/ESP8266_RTOS_SDK!866
Using the macro to get uint8_t/uint16_t type data from IBus is much faster.
bugfix(pwm): fix pwm error phase See merge request sdk/ESP8266_RTOS_SDK!864
Add IBus get data function See merge request sdk/ESP8266_RTOS_SDK!867
feat(esp8266): add phy version log See merge request sdk/ESP8266_RTOS_SDK!861
Update unit-test-app See merge request sdk/ESP8266_RTOS_SDK!845
Refactor CRC algorithm See merge request sdk/ESP8266_RTOS_SDK!614
Remove raw malloc internal calling function.
Link heap raw malloc/free from flash to iram See merge request sdk/ESP8266_RTOS_SDK!870
…eertos Other OSes platform also can use ringbuf without freertos.
Fix wps leaks OSI See merge request sdk/ESP8266_RTOS_SDK!873
Divide ringbuf as a independent component from freertos See merge request sdk/ESP8266_RTOS_SDK!875
fix(lib): fix crash when phrase wrong beacon See merge request sdk/ESP8266_RTOS_SDK!935
[SDK8266-361] esp8266: fix pp_post reenter See merge request sdk/ESP8266_RTOS_SDK!955
esp_tls: sync code from esp-idf and modify for esp8266 See merge request sdk/ESP8266_RTOS_SDK!949
wpa_supplicant: disable LTM fast when enable wolfSSL See merge request sdk/ESP8266_RTOS_SDK!957
app_update: remove unnecessary macro define See merge request sdk/ESP8266_RTOS_SDK!956
ladd reserved DNS server to avoid DHCP changing all DNS server address See merge request sdk/ESP8266_RTOS_SDK!958
Commit ID: a832c52c
…er. Provided RTD project configuration file to be able to select python version for specific to esp-idf release.
esp8266: disable UART swap before restart See merge request sdk/ESP8266_RTOS_SDK!962
esp8266: ssc flushes print buffer after printf See merge request sdk/ESP8266_RTOS_SDK!961
setup: fix windows install prerequisites See merge request sdk/ESP8266_RTOS_SDK!965
feat(sc): transfer smartconfig ACK type to sc_callback See merge request sdk/ESP8266_RTOS_SDK!944
cjson: check if 32-bit type data is overflow See merge request sdk/ESP8266_RTOS_SDK!945
cmake: fix cmake requires See merge request sdk/ESP8266_RTOS_SDK!966
…aster' feat(lwip): set netif hostname according to rfc952 See merge request sdk/ESP8266_RTOS_SDK!947
…' into 'master' bugfix(sc): modify the comment of wifi_pkt_rx_ctrl_t in esp_wifi_types.h See merge request sdk/ESP8266_RTOS_SDK!948
…SSID and passowrd Add error warning to check the wrong parition table.
compatibility_upgrade: add function to get old SDK's target ap SSID and passowrd See merge request sdk/ESP8266_RTOS_SDK!959
Fixed Breathe version to avoid docs build failure on ReadTheDocs server.... See merge request sdk/ESP8266_RTOS_SDK!963
factory-test: add factory test code and document See merge request sdk/ESP8266_RTOS_SDK!890
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.
update from espressif before 20910607