Ivan Grokhotkov
489fcf1b6c
vfs: add test for errno value after 'open'
2022-02-07 11:36:21 +01:00
hörbert
d8c3b4d646
vfs: don't overwrite errno by a hard coded ENOENT
...
Calling "open" in CHECK_AND_CALL sets a perfectly correct errno.
There is no need to overwrite that with a value of ENOENT, since doing
so hides lower level errors like EIO.
Closes https://github.com/espressif/esp-idf/pull/8036
2022-02-07 11:36:20 +01:00
Armando
b3c51e74c8
spi_master: fix spi cs_ena_posttrans issue
2022-02-07 12:22:15 +08:00
Wang Meng Yang
8a4bcdb563
Merge branch 'bugfix/nimble_spp_v4.3' into 'release/v4.3'
...
NimBLE : SPP example fails to build on Windows (v4.3)
See merge request espressif/esp-idf!17014
2022-02-07 02:35:24 +00:00
Zim Kalinowski
187c5b893d
Merge branch 'feature/adds_tips_to_run_ci_example_tests_v4.3' into 'release/v4.3'
...
examples: Adds a note on how to meet requirements to run the example_test.py (v4.3)
See merge request espressif/esp-idf!16945
2022-02-06 09:25:14 +00:00
David Cermak
17f9c7aaef
Examples/PPPoS: Add troubleshooting to correctly power modem
...
Closes https://github.com/espressif/esp-idf/issues/7807
2022-02-04 17:07:37 +08:00
Mahavir Jain
fea5bdce86
Merge branch 'feature/mbedtls-2.28.0_v4.3' into 'release/v4.3'
...
mbedtls: Upgrading to v2.28.0 (v4.3)
See merge request espressif/esp-idf!17005
2022-02-03 04:12:10 +00:00
Isha Pardikar
1a3f5accda
Merge branch 'bugfix/nimble_spp' into 'release/v4.3'
...
NimBLE : Fixed BLE SPP build fail on Windows
Closes : https://github.com/espressif/esp-idf/issues/8305
See merge request espressif/esp-idf!17014
2022-02-02 15:18:09 +05:30
Laukik Hase
bdd329ff02
ci: Fix issues for build stage
...
- Fixed logs expecting different format specifier
- Updated ignore list for check_public_header test
- Updated functions ported from mbedTLS
- Fix for make-system build errors
2022-02-02 15:07:50 +05:30
Laukik Hase
df9f101792
mbedtls: Added option MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
...
- Removed code regarding MBEDTLS_DYNAMIC_FREE_PEER_CERT
(config was kept for backward compatibility)
- Combined mbedTLS v2.28.x related options under a separate Kconfig menu
2022-02-02 11:00:32 +05:30
Laukik Hase
6957b4815a
protocomm: Updated function for constant time buffer comparison
...
- mbedtls_ssl_safer_memcmp() -> mbedtls_ct_memcmp()
2022-02-02 11:00:32 +05:30
Laukik Hase
46388a0741
wpa_supplicant: Saved message-type digest used in handshake for PRF operations
2022-02-02 11:00:32 +05:30
Laukik Hase
92c0c09514
mbedtls: Moved mbedtls_mpi_mul_int to port layer
2022-02-02 11:00:32 +05:30
Laukik Hase
29b6d229c1
mbedtls: Added config options for v2.28.0 upgrade
2022-02-02 11:00:32 +05:30
Laukik Hase
021627754c
mbedtls: Upgrade to v2.28.0
2022-02-02 11:00:27 +05:30
Shubham Patil
aa89d67923
espcoredump: Parse bt for instruction fetch prohibited cause
2022-02-01 18:28:30 +05:30
Sachin Parekh
e0fc13b23d
coredump: Parse backtrace info for RISCV
...
For RISCV, backtrace generation on device is not possible without
including and parsing DWARF sections. We extract the crash task stack
and let the host generate the backtrace
2022-02-01 17:52:13 +05:30
Shubham Patil
8536cf46a5
espcoredump: Fix string truncation build failure
2022-02-01 17:51:55 +05:30
Shubham Patil
9928f44894
espcoredump: On device core dump parsing to generate summary
2022-02-01 15:24:16 +05:30
Mahavir Jain
c6278acdf2
Merge branch 'bugfix/provisioning_not_stopping_v4.3' into 'release/v4.3'
...
wifi_prov_mgr: Fix provisioning not stopping in release mode (v4.3)
See merge request espressif/esp-idf!17003
2022-02-01 07:29:51 +00:00
Laukik Hase
d29ab82bc9
wifi_prov_mgr: Fix provisioning not stopping in release mode
...
- For the wifi_prov_mgr example in release mode (with NDEBUG defined -
assertions disabled), the task to stop provisioning is never started
as it is voided by the assert function it is called in.
Closes https://github.com/espressif/esp-idf/issues/8309
2022-02-01 09:50:45 +05:30
Mahavir Jain
ab8b292407
Merge branch 'feature/upgrade_expat_component_v4.3' into 'release/v4.3'
...
expat: upgrade to v2.4.3 release
See merge request espressif/esp-idf!16980
2022-01-31 06:54:24 +00:00
Harshit Malpani
5b36459611
expat: upgrade to v2.4.3 release
...
Detailed changelog: https://github.com/libexpat/libexpat/blob/R_2_4_3/expat/Changes
2022-01-31 11:15:29 +05:30
Mahavir Jain
dfaf73c197
Merge branch 'provisioning/update_readme_v4.3' into 'release/v4.3'
...
provisioning: Remove legacy examples reference (v4.3)
See merge request espressif/esp-idf!16988
2022-01-31 04:36:40 +00:00
Anton Maklakov
dd7826d456
Merge branch 'bugfix/rm_copyright_ignore_list_v4.3' into 'release/v4.3'
...
CI: Remove unused copyright ignore list (v4.3)
See merge request espressif/esp-idf!16966
2022-01-28 11:02:02 +00:00
aditi_lonkar
8fee811d55
esp_wifi: Fixed issue of weak md for certificates in wifi_enterprise example.
2022-01-28 16:14:05 +05:30
Laukik Hase
f178727aae
esp_prov.py: Replaced deprecated function for loading modules
2022-01-28 15:51:50 +05:30
Roland Dobai
5fc51252e9
Merge branch 'bugfix/add_dummy_to_total_size_v4.3' into 'release/v4.3'
...
Tools: fix bug with total size calculation issue (v4.3)
See merge request espressif/esp-idf!16861
2022-01-27 18:28:36 +00:00
simon.chupin
22cd519375
add test for checking memory segments with esptool.py
2022-01-27 17:21:17 +01:00
liuning
72e4b5ac5b
esp_wifi: fix common clock bug (backport v4.3)
2022-01-27 20:20:31 +08:00
Roland Dobai
6357a37846
CI: Remove unused copyright ignore list
2022-01-27 12:50:23 +01:00
Tomas Sebestik
65cb65df1a
Handle gitlab 404 error
...
ci: do not retry on 404 when LOCAL_GITLAB_HTTPS_HOST not set
2022-01-27 11:19:22 +01:00
Krzysztof Budzynski
78f4405c7c
Merge branch 'docs/update_c3_ledc_cn_trans' into 'release/v4.3'
...
Docs: update ledc.rst cn translation for C3 (backport v4.3)
See merge request espressif/esp-idf!16846
2022-01-27 08:27:47 +00:00
KonstantinKondrashov
87514f4a2b
examples: Adds a note on how to meet requirements to run the example_test.py
...
export PYTHONPATH="$IDF_PATH/tools:$IDF_PATH/tools/ci/python_packages"
python -m pip install -r $IDF_PATH/tools/ci/python_packages/ttfw_idf/requirements.txt
It helps to fix the ModuleNotFoundError issue with ttfw_idf and tiny_test_fw modules.
Closes https://github.com/espressif/esp-idf/issues/7815
2022-01-27 14:40:29 +08:00
Mahavir Jain
84149f0974
Merge branch 'fix/http2_request_example_v4.3' into 'release/v4.3'
...
http2_request_example: Change the target http2 server to http2.github.io (v4.3)
See merge request espressif/esp-idf!16671
2022-01-27 06:39:45 +00:00
Omar Chebib
a5a4718600
UART: RX interrupts are now properly restored after a flush
...
Added a unit test to make sure the expected behavior happens
2022-01-27 10:53:41 +08:00
Jiang Jiang Jian
f1adc8efbe
Merge branch 'bugfix/wpa3_memory_leak_v4.3' into 'release/v4.3'
...
esp_wifi: Fixes memory leak in wpa3 connection.(v4.3)
See merge request espressif/esp-idf!16562
2022-01-26 14:29:15 +00:00
aditi_lonkar
aa044f4a63
esp_wifi: Fixes memory leak in wpa3 connection.
2022-01-26 17:33:20 +08:00
yuanjm
51e196ac93
smartconfig: Fix smartconfig set socket option fail
2022-01-26 11:09:22 +08:00
Zim Kalinowski
87f8a0d5f1
Merge branch 'bugfix/efuse_timesettigs_in_burn_op_v4.3' into 'release/v4.3'
...
efuse: Fixes eFuse timesettings issue on esp32c3 (v4.3)
See merge request espressif/esp-idf!16922
2022-01-26 00:48:52 +00:00
Zim Kalinowski
df3e1405d5
Merge branch 'bugfix/bootloader_common_get_sha256_of_partition_when_image_invalid_v4.3' into 'release/v4.3'
...
bootloader: Fixes bootloader_common_get_sha256_of_partition. Adds hash check. (v4.3)
See merge request espressif/esp-idf!16924
2022-01-26 00:48:22 +00:00
KonstantinKondrashov
8374e3b0ee
bootloader: Fixes bootloader_common_get_sha256_of_partition. Adds hash check.
...
Closes https://github.com/espressif/esp-idf/issues/8274
2022-01-25 20:01:00 +08:00
KonstantinKondrashov
5ebbe6aea7
efuse: Fixes eFuse timesettings issue on esp32c3
2022-01-25 19:16:16 +08:00
intern
2216d4d8f7
docs: update c3 ledc cn trans
2022-01-25 17:32:18 +08:00
Jiang Jiang Jian
436eb37a8b
Merge branch 'feature/support_eap_fast_on_release_v4.3' into 'release/v4.3'
...
Feature/support eap fast on release v4.3
See merge request espressif/esp-idf!16852
2022-01-25 08:13:24 +00:00
Island
3829ee1889
Merge branch 'bugfix/filter_repeated_packages_forv4.3' into 'release/v4.3'
...
filter repeated packages then send response(v4.3)
See merge request espressif/esp-idf!16819
2022-01-25 06:39:59 +00:00
Yuan Hong Hui
117b23a82a
filter repeated packages then send response(v4.3)
2022-01-25 06:39:59 +00:00
jincheng
df62fbb6d0
optmize a2dp demo document
2022-01-25 13:33:12 +08:00
simon.chupin
a985402da1
tools/idf_size: Fixed bug with wrong memory calculation
2022-01-24 16:05:14 +01:00
Island
5bad27d0d5
Merge branch 'feature/pro_recv_hb_forv4.3' into 'release/v4.3'
...
provisioner receive heartbeat message(v4.3)
See merge request espressif/esp-idf!16639
2022-01-24 07:54:41 +00:00