Mahavir Jain
ea3bb21cf7
fix(esp-tls): fix the certificate check failure logging for cert bundle case
...
For ESP certificate bundle case, the certificate failure error from
underlying TLS stack was not being tracked. Added the fix and also
updated example code showcasing how to retrieve it.
Closes https://github.com/espressif/esp-idf/issues/12034
2023-08-11 17:27:01 +05:30
Michal Jenikovsky
bcda40fcf2
fatfs: raw diskio: Fixed handling read-only filesystem
...
ff_ routines incorrectly reported disk state and caused whole fatfs
to lock-up when trying to write to read-only device.
Signed-off-by: Michal Jenikovsky <jendo@jmsystems.sk>
2023-08-11 12:37:33 +02:00
Michal Jenikovsky
e9bb33624b
idf.py: gdb action incorrectly generated EOL gdbinit scripts
...
GDB on Windows incorrectly reads EOL in the script files causing 'gdb'
action to fail.
(gdb) source .../build/gdbinit/py_extensions
(gdb) source .../build\gdbinit\symbols
add symbol table from file "...\build\bootloader\bootloader.elf"
.../build\gdbinit\symbols:6: Error in sourced command file:
Undefined command: "". Try "help".
Forcing line separator to '\n' resolved the issue
Signed-off-by: Michal Jenikovsky <jendo@jmsystems.sk>
2023-08-11 12:37:29 +02:00
Sarvesh Bodakhe
2c3394ff01
fix(wpa_supplicant): Add support to detect PBC overlap in wps registrar mode
2023-08-11 16:06:23 +05:30
Xiao Xufeng
fca7fd8613
ci(sleep_mode): Update test app for new sub modes on S2, S3, C2, C3
2023-08-11 17:20:16 +08:00
Xiao Xufeng
e79857b866
docs(sleep_modes): Add docs for sub power modes on S2, S3, C2, C3.
2023-08-11 17:20:16 +08:00
Xiao Xufeng
f51258ec18
ci(pre-commit): add check that build-test-rule paths must exist
2023-08-11 17:04:35 +08:00
muhaidong
b871eff7d7
fix(wifi): fix disassociation callback miss free key issue
2023-08-11 15:09:03 +08:00
chenjianhua
7accddadaa
Update bt lib for ESP32-C3 and ESP32-S3(59725b5)
...
- Support BLE RX error packet count record
- Fixed adv random delay when adv interval is less than 20ms
- Fixed adv random address setting when owner address type is public
2023-08-11 14:08:59 +08:00
Cao Sen Miao
de85f47bc9
feat(i2c): Add I2C driver support for esp32p4
2023-08-11 12:37:11 +08:00
Mahavir Jain
680a085eeb
docs(mbedtls): update pointers to upstream api reference and knowledge base
2023-08-11 09:41:21 +05:30
Marius Vikhammer
080087a9a0
Merge branch 'ci/fix_p4_broken_pipeline' into 'master'
...
ci(esp32p4): fixed public header check and build failure for P4
See merge request espressif/esp-idf!25314
2023-08-11 12:01:48 +08:00
morris
26f438cf89
Merge branch 'feature/esp32p4_gpio_support' into 'master'
...
feat(gpio): add support for ESP32P4
Closes IDF-6509
See merge request espressif/esp-idf!24868
2023-08-11 11:49:51 +08:00
Marius Vikhammer
d501c62b55
Merge branch 'ci/doc_build_after_template' into 'master'
...
ci(docs): allow doc build to run immediately after fast template app
See merge request espressif/esp-idf!25315
2023-08-11 11:35:48 +08:00
Wang Meng Yang
c2c402f830
Merge branch 'bugfix/fix_variable_type' into 'master'
...
fix(bt): Fix argument type of ESP_LOGI for spp examples about format error
Closes IDFGH-10580
See merge request espressif/esp-idf!25218
2023-08-11 10:47:07 +08:00
Marius Vikhammer
b3eef7fb7f
ci(docs): allow doc build to run immediately after fast template app
2023-08-11 10:40:21 +08:00
Marius Vikhammer
fc83060fba
ci(esp32p4): fixed public header check and build failure for P4
2023-08-11 10:23:02 +08:00
Roland Dobai
ba8c18182a
Merge branch 'contrib/github_pr_12046' into 'master'
...
Docker image Ubuntu LTS distribution upgrade from 20.04 to 22.04 (GitHub PR)
Closes IDFGH-10840
See merge request espressif/esp-idf!25299
2023-08-10 22:10:15 +08:00
Island
ba0b8dcac1
Merge branch 'bluedroid/memory_full' into 'master'
...
fix (Bluedroid) : Fix the memory corruption issue
See merge request espressif/esp-idf!24905
2023-08-10 19:05:32 +08:00
morris
84f9e5e8e5
Merge branch 'feature/esp32p4_pcnt_support' into 'master'
...
feat(pcnt): add support for ESP32P4
Closes IDF-7475
See merge request espressif/esp-idf!25149
2023-08-10 18:52:23 +08:00
Song Ruo Jing
be9afeac86
feat(gpio): add support for ESP32P4
2023-08-10 17:58:49 +08:00
Cai Xin Ying
67115a4013
Merge branch 'docs/update_api-reference/protocols_and_migration-guides' into 'master'
...
docs: update format issues for EN and CN under api-reference/protocols and migration-guides
Closes DOC-5893
See merge request espressif/esp-idf!25090
2023-08-10 17:26:54 +08:00
morris
94a662995b
Merge branch 'feature/support_hp_regi2c_for_esp32c6' into 'master'
...
feature: support_hp_regi2c_for_esp32c6
Closes IDF-7025
See merge request espressif/esp-idf!24303
2023-08-10 16:54:56 +08:00
C.S.M
96bf37ab78
Merge branch 'feature/i2c_master_new_driver' into 'master'
...
I2C: Add new i2c master impl APIs and i2c eeprom example
See merge request espressif/esp-idf!23592
2023-08-10 16:51:31 +08:00
nilesh.kale
b4f9dd1fa5
fix(mbedtls): IRAM optimization analyzed on mbedtls/test_apps
2023-08-10 14:05:22 +05:30
wuzhenghui
dae4b3f046
ci(wifi): add wifi powersave pytest case
2023-08-10 16:26:28 +08:00
wuzhenghui
e148390b6d
feat(esp_wifi): support get AP info from stdin in wifi powersave example
2023-08-10 16:26:25 +08:00
Steven Macías
3b9b3f75da
docs(iperf): Update documentation with console interface details
...
Closes https://github.com/espressif/esp-idf/pull/12039
2023-08-10 16:07:07 +08:00
Armando (Dou Yiwen)
337aeb4b78
Merge branch 'feature/add_esp32p4_hello_world' into 'master'
...
esp32p4: introduced new chip ESP32P4: Hello World! 🌏
Closes IDF-7523
See merge request espressif/esp-idf!25013
2023-08-10 16:04:55 +08:00
Marius Vikhammer
9bb6a04e87
Merge branch 'bugfix/console_init_caps' into 'master'
...
fix(console): fixed esp_console_init not working if heap_alloc_caps was 0
See merge request espressif/esp-idf!25294
2023-08-10 14:34:11 +08:00
caixinying-git
946496405a
docs: update format issues for EN and CN under api-reference/protocols and migration-guides
2023-08-10 14:30:50 +08:00
Shang Zhou
6c2fb57df8
docs: update CN translation for nvs_flash.rst
2023-08-10 14:27:12 +08:00
Marius Vikhammer
7f2654e309
ci(build): increase parallel count for H2 builds
2023-08-10 14:23:48 +08:00
Jakob Hasse
efd46fc140
Merge branch 'refactor/public_header_checker_cxx' into 'master'
...
Add C++ check to public header file checker
Closes IDF-7286
See merge request espressif/esp-idf!25263
2023-08-10 14:17:22 +08:00
Lou Tian Hao
0878b9bdcd
Merge branch 'feature/support_EXT1_WAKEUP_MODE_PER_PIN_for_esp32c6_and_esp32h2' into 'master'
...
Feature: support ext1 wakeup mode per pin for esp32c6 and esp32h2
See merge request espressif/esp-idf!24875
2023-08-10 14:01:03 +08:00
Cao Sen Miao
262dac9c4d
change(ulp): change some hal(ll) function name to new ones
2023-08-10 11:55:54 +08:00
Cao Sen Miao
d9d1c87e56
feat(i2c_eeprom): Add new example for I2C eeprom with new API
2023-08-10 11:55:54 +08:00
Cao Sen Miao
b6cbeeae01
feat(lcd): Add new version LCD implementation to adapt new I2C APIs
2023-08-10 11:55:54 +08:00
Cao Sen Miao
4ef94fc0dc
feat(i2c): Add new API and implementation for I2C driver
2023-08-10 11:55:54 +08:00
Jiang Jiang Jian
70e223a867
Merge branch 'bugfix/fix_phy_rx_issue' into 'master'
...
fix(phy): Fix 11b/g rx issue for ESP32
See merge request espressif/esp-idf!25223
2023-08-10 10:56:33 +08:00
Marius Vikhammer
f80430911f
fix(console): fixed esp_console_init not working if heap_alloc_caps was 0
2023-08-10 10:35:32 +08:00
chenqingqing
a68c698c67
fix(bt): Fix argument type of ESP_LOGI for spp examples about format error
...
Closes https://github.com/espressif/esp-idf/pull/11819
2023-08-10 10:32:32 +08:00
Armando
32ed3538af
fix(pwm): fix struct def
2023-08-10 10:16:20 +08:00
cjin
5a8e51f24c
ble: move phy enabled/disable to controller enable/disable
2023-08-10 10:14:29 +08:00
Michael (XIAO Xufeng)
3ca6b4e4a5
Merge branch 'ci/danger_js_release_notes_comments' into 'master'
...
ci(dangerjs): fixed html comments not ignored issue
See merge request espressif/esp-idf!25159
2023-08-10 04:19:26 +08:00
Mahavir Jain
3befd5fff7
Merge branch 'contrib/github_pr_11869' into 'master'
...
bugfix: avoid warning in espcoredump when log disabled (GitHub PR)
Closes IDFGH-10636
See merge request espressif/esp-idf!25134
2023-08-10 02:19:32 +08:00
Roland Dobai
cf53624a56
Merge branch 'feature/idf_py_file_args_readme_update' into 'master'
...
feat(tools): idf.py adding arguments from file via @filename.txt - readme update
See merge request espressif/esp-idf!25273
2023-08-10 00:17:08 +08:00
Rahul Tank
301b322245
Merge branch 'feature/enc_adv_data' into 'master'
...
NimBLE: Added support of encrypted advertising data
See merge request espressif/esp-idf!23746
2023-08-09 23:00:40 +08:00
wuzhenghui
a425d8816a
feat(esp_hw_support): manage modem_etm clock in modem_clock for bt/154 indepently
2023-08-09 20:19:50 +08:00
radek.tandler
28f82d8de7
refactor(nvs_flash): Host test migrated to esp_partition emulation for linux
2023-08-09 14:14:21 +02:00