Wykres commitów

14354 Commity (79b63189b47beb209a4313a3c31291c2cb06a13d)

Autor SHA1 Wiadomość Data
xiehang 1a39459336 esp_wifi: add rf test long short support 2020-08-17 11:08:19 +08:00
He Yin Ling f22862f28d Merge branch 'bugfix/remove_auto_conn_case' into 'master'
test: remove auto conn case because we do not support this anymore

See merge request espressif/esp-idf!9938
2020-08-17 09:01:40 +08:00
Angus Gratton b4a6bc456f Merge branch 'doc/update_support_policy' into 'master'
doc: Update support period policy document

See merge request espressif/esp-idf!10034
2020-08-17 08:47:04 +08:00
Angus Gratton 62c4b569ad Merge branch 'refactor/timekeeping_init' into 'master'
Timekeeping refactor

Closes IDF-1864

See merge request espressif/esp-idf!7824
2020-08-17 08:13:44 +08:00
ChenJianxing bf48acc284 lwip: fix IPv6 ND6 queue too much pkts cause no mem issue and add menuconfig item for this params. 2020-08-16 22:08:07 +08:00
Jiang Jiang Jian 8c49765ee0 Merge branch 'bugfix/fix_wifi_debug_for_rom' into 'master'
esp_wifi: optimize wifi log

See merge request espressif/esp-idf!10037
2020-08-15 22:20:50 +08:00
liu zhifu 6ed4dd65a4 esp_wifi: optimize WiFi debug log
1. Add esp_wifi_statis_dump()
2. Optimize WiFi related debug log
2020-08-15 11:35:10 +08:00
Krzysztof Budzynski 6b92062fcf Merge branch 'doc/hw-ref/esp32-s2/kaluga-kit-v1.3' into 'master'
Add user guide for Kaluga Kit v1.3

Closes DOC-173, DOC-184, DOC-297, and DOC-206

See merge request espressif/esp-idf!9779
2020-08-14 18:39:18 +08:00
Jiang Jiang Jian 8294d5b788 Merge branch 'bugfix/fix_wifi_tx_all' into 'master'
esp_wifi: fix wifi tx all

Closes WIFI-1835

See merge request espressif/esp-idf!9147
2020-08-14 15:03:57 +08:00
Michael (XIAO Xufeng) ceb690886e Merge branch 'feature/esp32s2_adc_calib_V1' into 'master'
driver/adc: support for esp32s2 adc calibration scheme (RTC High Priority)

Closes IDFGH-3500

See merge request espressif/esp-idf!10004
2020-08-14 13:42:39 +08:00
Angus Gratton 540e5774d9 doc: Update support period policy document
Chinese translation to follow.
2020-08-14 09:59:35 +10:00
Krzysztof Budzynski f0d53bd097 Merge branch 'docs/translate_ulp_risc_v' into 'master'
docs: translate api-guides/ulp-risc-v from EN to CN

See merge request espressif/esp-idf!9757
2020-08-13 19:44:46 +08:00
He Hui Zi dfa59e3d22 docs: translate api-guides/ulp-risc-v from EN to CN 2020-08-13 19:44:46 +08:00
Wu Bo Wen 6a0951ecb2 driver/adc: support for esp32s2 adc calibration scheme
ESP32 lets the user choose from using Vref, Lookup Table, and Two-Point Calibration. In ESP32S2 only two-point calibration is supported. This commit support these changes in idf.

Closes https://github.com/espressif/esp-idf/issues/5455
2020-08-13 17:27:03 +08:00
Angus Gratton 1a47f025e9 Merge branch 'bugfix/cpu_start_build' into 'master'
esp_system: fix bootloader wdt enabled build issue

Closes IDFGH-3717

See merge request espressif/esp-idf!9816
2020-08-13 16:52:31 +08:00
liu zhifu fa9a5c0be5 esp_wifi: optimize WiFi TX performance 2020-08-13 12:26:21 +08:00
Jiang Jiang Jian 31c80422b1 Merge branch 'bugfix/update_esp32_phy_4370' into 'master'
esp_wifi: fix phy v4350 RX throughput low issue.

See merge request espressif/esp-idf!10008
2020-08-12 21:21:11 +08:00
kirill.chalov dee1ff0218 Add user guide for Kaluga Kit v1.3 2020-08-12 17:56:59 +08:00
baohongde 060a36352c components/bt: Add mode change event 2020-08-12 09:20:04 +00:00
ChenJianxing 4949087217 esp_wifi: fix phy v4350 RX throughput low issue.
sleep wakeup optimizaion do not cover 480M bbpll configuration,
which cause CPU working in 240M mode RX throughput is low.
2020-08-12 14:16:45 +08:00
Jiang Jiang Jian 0584b3d1d3 Merge branch 'bugfix/fix_unable_update_rssi_of_hidden_ap' into 'master'
bugfix: fix connect hidden AP doesn't update information

Closes WIFI-2484, WIFI-2604, and WIFI-2609

See merge request espressif/esp-idf!9600
2020-08-12 12:04:44 +08:00
Marius Vikhammer a54291b22b MQTT: add server side authentication to mutual auth example 2020-08-12 11:25:00 +08:00
Michael (XIAO Xufeng) 3b617dd94c Merge branch 'bugfix/fix_bugs_in_rtcio_unit_test' into 'master'
bugfix(ut): fix rtcio pullup/pulldown and rtcio hold unit test

Closes IDFCI-96

See merge request espressif/esp-idf!10015
2020-08-12 11:21:34 +08:00
Jiang Jiang Jian 68ddb64dd7 Merge branch 'bugfix/fix_udp_tx_performance_issue' into 'master'
lw-ip: fix udp tx packet loss issue

Closes WIFI-2573

See merge request espressif/esp-idf!9925
2020-08-11 21:22:18 +08:00
Krzysztof Budzynski 78a7a6e018 Merge branch 'doc/modify_package_install_steps_to_refect_default_python_in_Ubuntu20' into 'master'
Update the description to reflect Python3 as the default interpreter DOC-258

See merge request espressif/esp-idf!9314
2020-08-11 20:43:31 +08:00
Wang Fang 12c91ee362 Update the description to reflect Python3 as the default interpreter DOC-258 2020-08-11 20:43:31 +08:00
Andrei Gramakov dd192a2113 docs: adds to build_docs.py an encoding check suitable for windows 2020-08-11 13:52:21 +02:00
ronghulin 087c580c09 bugfix: fix connect hidden AP doesn't update information
Closes https://github.com/espressif/esp-idf/issues/5632
2020-08-11 19:41:32 +08:00
Jiang Jiang Jian 63b566eb27 Merge branch 'bugfix/fix_softap_mode_wifi_event_issue' into 'master'
bugfix: fix softap mode event issue

Closes WIFI-1861, WIFI-1446, WIFI-2367, WIFI-2042, and WIFI-893

See merge request espressif/esp-idf!7918
2020-08-11 19:34:07 +08:00
Chen Yi Qun f9b167103f bugfix(ut): fix rtcio pullup/pulldown and rtcio hold unit test 2020-08-11 18:43:54 +08:00
Renz Bagaporo c70c227591 esp_system: private system time functions for now 2020-08-11 17:52:36 +08:00
Renz Bagaporo da88671491 esp_system: link time, not runtime, dependency on esp_timer 2020-08-11 17:52:36 +08:00
Michael (XIAO Xufeng) 593d3ce79a Merge branch 'bugfix/twai_brp_div_init' into 'master'
TWAI: Initialize brp_div field to zero, fix register field name, and remove sdkconfig form caps

See merge request espressif/esp-idf!9924
2020-08-11 17:01:18 +08:00
Anton Maklakov b6a266e2ac Merge branch 'test/ci_add_s2_pre_build' into 'master'
ci: build s2 template app in pre_build of pre_check stage

See merge request espressif/esp-idf!9640
2020-08-11 14:13:36 +08:00
ronghulin b006acbb46 bugfix: fix softap mode event issue
1. add sta connect again ap sent disconnect event
2. add set/get inactive time api

Closes https://github.com/espressif/esp-idf/issues/4401
Closes https://github.com/espressif/esp-idf/issues/4987
Closes https://github.com/espressif/esp-idf/issues/2375
2020-08-11 10:34:47 +08:00
Michael (XIAO Xufeng) d06f1f6897 Merge branch 'test/esp_flash_s2_performance_thr' into 'master'
flash test: decrease the threshold of performance test on s2

See merge request espressif/esp-idf!9831
2020-08-11 10:10:18 +08:00
Jiang Jiang Jian 933de37074 Merge branch 'bugfix/softAP_power_save_buffer_issue' into 'master'
esp_wifi: fix the bug for softAP power save buffer issue

Closes WIFI-2362

See merge request espressif/esp-idf!9826
2020-08-10 23:33:17 +08:00
Jiang Jiang Jian 4d4dee8a52 Merge branch 'bugfix/wifi_stop_crash' into 'master'
esp_wifi: fix the crash when wifi stop after deinit

Closes WIFI-2647 and WIFI-2646

See merge request espressif/esp-idf!9931
2020-08-10 19:11:55 +08:00
morris 76fe489c58 ethernet: support power on timeout
Closes https://github.com/espressif/esp-idf/issues/5425
2020-08-10 18:54:25 +08:00
morris a3da67a97a ethernet: set DMA owner after all descriptors have configured 2020-08-10 18:54:25 +08:00
morris f4131b9b42 ethernet: handle early rx interrupt 2020-08-10 18:54:25 +08:00
morris 4e38aab1b0 ethernet: support flow control for esp32 emac 2020-08-10 18:54:25 +08:00
Wang Fang ee135b8e28 Add a note to specify that two calls to RingbufferReceive are required in wrap mode 2020-08-10 18:25:51 +08:00
Michael (XIAO Xufeng) e97e7281b2 Merge branch 'feature/tinyusb_cdc' into 'master'
Feature/tinyusb cdc

See merge request espressif/esp-idf!7212
2020-08-10 18:13:23 +08:00
Michael (XIAO Xufeng) ad6609a561 ci: build s2 template app in pre_build of pre_check stage
This will fail pipeline earlier if template project of S2 cannot pass
the build.

The other builds for the template app, which is not CMake or default
optimization level are put into the build_template_app of build stage.
2020-08-10 18:00:39 +08:00
wubowen de72ef2c1a bugfix: Fixed the issue that calling mcpwm_capture_signal_get_edge causes a crash 2020-08-10 09:31:03 +00:00
Darian Leung fdbda1ce78 TWAI: Simplify caps header
This commit simplies the defines made in the _caps.h header. Kconfig
option dependencies were moved into the LL, and the check for a
valid BRP has bee simplified.
2020-08-10 17:01:32 +08:00
Darian Leung d814a40c1d TWAI: Fix ESP32-S2 register field name 2020-08-10 17:01:32 +08:00
Darian Leung 6983d1e0bb TWAI: Fix BRP field initialization onf ESP32 ECO3
This commit zero initializes the brp_div field on ESP32 ECO3
to prevent incorrect timing configuration.
2020-08-10 17:01:32 +08:00
Renz Bagaporo 346cf4430d esp_system: introduce system time functions
- Introduce system time function and concept of system time provider.
esp_timer is system time provider when present.
- Set the reference point for system time, g_startup_time.
- Use the system time functions in newlib instead of calling esp_timer
functions directly
2020-08-10 15:12:38 +08:00