Alexey Lapshin
|
0f97a24892
|
sdio_slave: fix strict aliasing violation for sdio_ringbuf_recv()
This happened because of passing sdio_slave_hal_send_desc_t** to function
sdio_ringbuf_recv() which is declared to have char** as input parameter
|
2023-01-19 13:21:27 +07:00 |
|
Alexey Lapshin
|
af83cd60e1
|
Revert "sdio_slave: workaround the sdio_slave crash issue with release config + GCC11"
This reverts commit 19add3fb052922edcdeacf56a8c6845cfe8aa00f.
|
2023-01-19 00:04:06 +07:00 |
|
Wan Lei
|
e7c520e849
|
Merge branch 'feature/add_spi_ckl_source_selectable' into 'master'
spi_master: add feature spi periph clk source selectable
Closes IDF-6289
See merge request espressif/esp-idf!21324
|
2023-01-19 00:54:24 +08:00 |
|
David Čermák
|
2f1d30d155
|
Merge branch 'bugfix/lwip_core_locking' into 'master'
esp_netif/lwip: Fix core-locking config
Closes IDFGH-8445, IDFGH-9098, and IDFGH-9063
See merge request espressif/esp-idf!20840
|
2023-01-18 20:31:25 +08:00 |
|
Jiang Jiang Jian
|
43f5f3d56d
|
Merge branch 'bugfix/coex_enable_disable_not_in_pairs' into 'master'
bluetooth: fix that functions "coex_enable" and "coex_disable" are not used in pairs
Closes BCI-317
See merge request espressif/esp-idf!21895
|
2023-01-18 17:01:02 +08:00 |
|
Jiang Jiang Jian
|
3636495d33
|
Merge branch 'bugfix/remove_redundant_debug_print' into 'master'
Remove redundant DEBUG_PRINT in supplicant
Closes IDFGH-9037
See merge request espressif/esp-idf!21857
|
2023-01-18 16:45:44 +08:00 |
|
Armando (Dou Yiwen)
|
9f3fd2802f
|
Merge branch 'feature/sdio_slave_c6' into 'master'
sdio: c6 support
Closes IDF-5809
See merge request espressif/esp-idf!21486
|
2023-01-18 16:42:32 +08:00 |
|
Song Ruo Jing
|
9db3865cb7
|
Merge branch 'feature/esp32h2_gpio_support' into 'master'
gpio: Add support for esp32h2
Closes IDF-6227, IDF-6388, IDF-6403, and IDF-6676
See merge request espressif/esp-idf!21986
|
2023-01-18 16:24:13 +08:00 |
|
morris
|
7e7533d3a1
|
Merge branch 'feature/rmt_support_h2' into 'master'
rmt: support esp32h2
Closes IDF-6224, IDF-6672, and IDF-6690
See merge request espressif/esp-idf!21934
|
2023-01-18 16:15:00 +08:00 |
|
wanlei
|
184145817c
|
spi_master: add feature spi periph clk source selectable
|
2023-01-18 15:40:12 +08:00 |
|
Marius Vikhammer
|
76613c8137
|
Merge branch 'feature/ulp_reliability_tests' into 'master'
ulp-riscv: add more test cases for deep sleep wakeup scenarios
Closes IDF-6466
See merge request espressif/esp-idf!22069
|
2023-01-18 14:32:58 +08:00 |
|
Ivan Grokhotkov
|
cef0744299
|
Merge branch 'bugfix/linux_target_gen_partition_table' into 'master'
multiple fixes for linux target
Closes IDF-6641
See merge request espressif/esp-idf!21993
|
2023-01-18 11:57:08 +08:00 |
|
Song Ruo Jing
|
4c8fdc31f9
|
gpio: Add support for esp32h2
|
2023-01-18 11:41:12 +08:00 |
|
morris
|
b589fff0af
|
rmt: support esp32h2
|
2023-01-18 11:40:35 +08:00 |
|
Song Ruo Jing
|
dcf3fcaec6
|
lp_io: Enable esp32c6 lp_io unit tests
|
2023-01-18 11:23:52 +08:00 |
|
wanlei
|
b20c156ae6
|
spi_master: update spi performance test resulte for C6
|
2023-01-18 10:41:43 +08:00 |
|
Armando
|
d39f0310de
|
sdio: split sdio ll version init, and hs_enable
|
2023-01-18 02:34:46 +00:00 |
|
Armando
|
f1de9faa71
|
sdio: c6 support
|
2023-01-18 02:34:46 +00:00 |
|
Armando
|
38551239fd
|
essl: update essl component in driver test
|
2023-01-18 02:34:46 +00:00 |
|
Shu Chen
|
57d9cb5ef6
|
Merge branch 'bugfix/fix_uint32_timer_overflow' into 'master'
openthread: fix alarm timer overflow
See merge request espressif/esp-idf!22000
|
2023-01-18 10:23:12 +08:00 |
|
David Cermak
|
a71fa82177
|
esp_netif/lwip: Fix core-locking config
* Fix thread safety issues in non-core locking
* Add option to verify thread safety issues in lwip (core-lock assertion)
* Make esp_sntp.h thread safe API
* Fix sntp examples
* Fix openthread libs
Closes https://github.com/espressif/esp-idf/issues/9908
Closes https://github.com/espressif/esp-idf/issues/10502
Closes https://github.com/espressif/esp-idf/issues/10466
|
2023-01-17 16:15:58 +01:00 |
|
Kevin (Lao Kaiyao)
|
87ae8f8762
|
Merge branch 'bugfix/pcnt_sdm_test_on_h2' into 'master'
fix pcnt sdm pre-commit failure
See merge request espressif/esp-idf!22067
|
2023-01-17 20:40:36 +08:00 |
|
Aditya Patwardhan
|
634e408ca4
|
Merge branch 'fix/mbedtls_port_sanity_checks_and_return_values' into 'master'
mbedtls/port: refactor sanity checks and their return values
Closes IDF-3810
See merge request espressif/esp-idf!21987
|
2023-01-17 19:21:52 +08:00 |
|
Island
|
2dc96f9a27
|
Merge branch 'feature/esp32c6_enable_pcl_feature' into 'master'
Enabled PCL feature on ESP32C6
Closes IDF-6529
See merge request espressif/esp-idf!21903
|
2023-01-17 17:35:04 +08:00 |
|
morris
|
d9825f5165
|
Merge branch 'feature/add_clk_tree_get_frequency_api' into 'master'
clk_tree: Stage 4 - Add a general API to get the frequency of different clocks
Closes IDF-6569
See merge request espressif/esp-idf!21830
|
2023-01-17 17:08:23 +08:00 |
|
Marius Vikhammer
|
8aaecb9b28
|
ulp-riscv: add more wakeup test cases
|
2023-01-17 16:41:48 +08:00 |
|
Kevin (Lao Kaiyao)
|
5d61788032
|
Merge branch 'bugfix/i2s_fix_incorrect_sclk_in_legacy_driver' into 'master'
i2s: fix incorrect sclk in legacy driver
See merge request espressif/esp-idf!21997
|
2023-01-17 15:34:06 +08:00 |
|
laokaiyao
|
58bde0f665
|
fix pcnt sdm pre-commit failure
|
2023-01-17 15:28:27 +08:00 |
|
C.S.M
|
01913f6d01
|
Merge branch 'feature/esp32h2_build_test' into 'master'
ESP32H2 (CI): enable CI build stage test on esp32h2
Closes IDF-6263 and IDF-6264
See merge request espressif/esp-idf!21954
|
2023-01-17 13:28:11 +08:00 |
|
Kevin (Lao Kaiyao)
|
c5af31fa19
|
Merge branch 'feature/support_pcnt_on_h2' into 'master'
pcnt: support pcnt on esp32h2
Closes IDF-6221 and IDF-6669
See merge request espressif/esp-idf!21950
|
2023-01-17 12:20:00 +08:00 |
|
Kevin (Lao Kaiyao)
|
235b1163af
|
Merge branch 'feature/support_sdm_on_h2' into 'master'
sdm: support sdm on esp32h2
Closes IDF-6220 and IDF-6699
See merge request espressif/esp-idf!21955
|
2023-01-17 12:16:23 +08:00 |
|
Marius Vikhammer
|
70d1dbccd8
|
Merge branch 'docs/enable_h2_build' into 'master'
docs: add support for building H2 docs
Closes IDF-6259
See merge request espressif/esp-idf!21933
|
2023-01-17 12:11:29 +08:00 |
|
laokaiyao
|
3908f4c84d
|
i2s_test: fix output half sample rate failure
|
2023-01-17 11:37:22 +08:00 |
|
laokaiyao
|
c25fc7d242
|
i2s: fix incorrect sclk in legacy driver
|
2023-01-17 11:34:25 +08:00 |
|
Song Ruo Jing
|
4bd36e6576
|
clk_tree: Update clock tree programming guide for esp32c6
|
2023-01-17 11:30:43 +08:00 |
|
Song Ruo Jing
|
c7c2462d39
|
system: Add complete support for disabling ROM logging by calling esp_deep_sleep_disable_rom_logging on C2, C3, and S3
|
2023-01-17 11:30:43 +08:00 |
|
Song Ruo Jing
|
2c9aa4559c
|
clk_tree: Add a general API to get the frequency of different clocks
Add basic clk_tree driver and hal implementation.
|
2023-01-17 11:30:24 +08:00 |
|
Cao Sen Miao
|
94120b82c2
|
esp32h2: add build test
|
2023-01-17 10:29:04 +08:00 |
|
Marius Vikhammer
|
7100b7d1ff
|
docs: add support for building H2 docs
|
2023-01-17 10:04:26 +08:00 |
|
harshal.patil
|
5ee1e97e6f
|
mbedtls: added a test of different auth-tag lengths in AES-GCM
|
2023-01-16 15:04:08 +05:30 |
|
harshal.patil
|
270ff95022
|
mbedtls/port: refactor sanity checks and their return values
Refactored and returned correct error codes for sanity checks
present in port layer esp_aes.c and esp_aes_gcm.c
|
2023-01-16 15:04:08 +05:30 |
|
harshal.patil
|
9a47f8a066
|
mbedtls/port: added stream_block parameter sanity check
|
2023-01-16 15:04:08 +05:30 |
|
Fu Hanxi
|
9e24739228
|
Merge branch 'ci/linux_host_test_with_pytest' into 'master'
CI: Linux host test with pytest
Closes IDFCI-1571
See merge request espressif/esp-idf!21907
|
2023-01-16 16:22:44 +08:00 |
|
Shu Chen
|
46a1165da1
|
Merge branch 'feature/add_support_for_c6_br' into 'master'
openthread: enable br for esp32c2 and esp32c6
See merge request espressif/esp-idf!21935
|
2023-01-16 15:39:53 +08:00 |
|
Island
|
1157657664
|
Merge branch 'feature/modify_bt_sdkconfig_to_support_bluedroid_on_esp32c6' into 'master'
modify bt sdkconfig to support bluedroid examples for esp32c6
Closes IDF-6525 and BT-3113
See merge request espressif/esp-idf!21928
|
2023-01-16 15:32:53 +08:00 |
|
zhangwenxu
|
4fc1035fd8
|
openthread: fix alarm timer overflow
|
2023-01-16 13:39:11 +08:00 |
|
zwl
|
38c5f239be
|
Enabled PCL feature on ESP32C6 BT Controller
|
2023-01-16 12:28:44 +08:00 |
|
Fu Hanxi
|
b02687a6c4
|
test: migrate linux target host test jobs into pytest-embedded
|
2023-01-16 10:25:55 +08:00 |
|
David Čermák
|
a786676d8d
|
Merge branch 'bugfix/esp_netif_ppp_set_dns' into 'master'
esp_netif: Allow set_dns_info() for PPP netifs
Closes IDFGH-7031
See merge request espressif/esp-idf!21863
|
2023-01-14 04:47:08 +08:00 |
|
morris
|
bcc307cf7b
|
Merge branch 'feature/rmt_no_light_sleep_lock' into 'master'
rmt: avoid auto light sleep when use xtal as the clock source
See merge request espressif/esp-idf!21831
|
2023-01-14 00:08:55 +08:00 |
|