Zim Kalinowski
ec77ce6962
Merge branch 'bugfix/esp_event_any_id_unregister_4.0' into 'release/v4.0'
...
ESP Event: fix unregister documentation (backport 4.0)
See merge request espressif/esp-idf!14433
2021-07-22 06:59:52 +00:00
wangjialiang
bbaf8c5277
ble_mesh: stack: Fix crash for net_key_del when subnet is NULL
2021-07-22 11:40:22 +08:00
wangjialiang
d6b0a84b5d
ble_mesh: stack: Make unprovisioned beacon interval configurable.
...
Closes https://github.com/espressif/esp-idf/issues/6722
2021-07-22 11:40:22 +08:00
Zim Kalinowski
fa089df662
Merge branch 'docs/fix_readme_links_v4.0' into 'release/v4.0'
...
docs: fixed dead readme links (v4.0)
See merge request espressif/esp-idf!14467
2021-07-22 02:43:47 +00:00
Mahavir Jain
172bc4b5bb
Merge branch 'feature/upgrade_mbedtls_to_v4.0' into 'release/v4.0'
...
mbedtls: upgrade to release v2.16.11 (v4.0)
See merge request espressif/esp-idf!14440
2021-07-21 09:44:42 +00:00
David Čermák
8a69fa793e
Merge branch 'feature/mqtt_intro_new_modes_v4.0' into 'release/v4.0'
...
MQTT: Update submodule reference to support new config modes (v4.0)
See merge request espressif/esp-idf!13710
2021-07-21 09:36:56 +00:00
Marius Vikhammer
2de05e006d
docs: fixed dead readme link
2021-07-21 17:36:37 +08:00
He Yin Ling
8df884841e
Merge branch 'bugfix/enable_pmf_in_iperf_test_v4.0' into 'release/v4.0'
...
iperf example: set PMF capable to connect to PMF required APs (v4.0)
See merge request espressif/esp-idf!13872
2021-07-21 07:54:34 +00:00
He Yin Ling
756beb0e7a
Merge branch 'test/merge_ble_mesh_node_and_provioner_in_console_v4.0' into 'release/v4.0'
...
Test:merge ble mesh node and provioner in console(backport v4.0)
See merge request espressif/esp-idf!9911
2021-07-21 07:35:45 +00:00
Zim Kalinowski
bfd99d8241
Merge branch 'feature/idf_tools_darwin_arm64_v4.0' into 'release/v4.0'
...
tools: idf_tools.py: allow macOS x86_64 tools to be installed on arm64 (v4.0)
See merge request espressif/esp-idf!14074
2021-07-21 07:30:48 +00:00
Zim Kalinowski
ba059149aa
Merge branch 'bugfix/a2dp_deint_crash_v4.0' into 'release/v4.0'
...
component_bt: fix a2dp deinit crash(v4.0)
See merge request espressif/esp-idf!14419
2021-07-21 05:32:36 +00:00
He Yin Ling
a419e0c18c
CI: rename log path of IT jobs
2021-07-21 10:31:55 +08:00
Mahavir Jain
7c773cd74c
mbedtls: upgrade to release v2.16.11
...
For detailed release notes please refer to:
https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.11
2021-07-20 14:41:10 +05:30
Jakob Hasse
1bab0dd8ca
[esp_event]: fixed and improved docs
...
* Description of unregistering was incorrect
* Made clear that event loop arg mustn't be NULL
* Added parameter check in create function
Closes https://github.com/espressif/esp-idf/issues/6761
Closes IDFGH-4969
2021-07-20 16:05:35 +08:00
Jiang Jiang Jian
fa6886f898
Merge branch 'bugfix/SCO_connect_fail_after_peer_not_accept_sniff_v4.0' into 'release/v4.0'
...
bugfix/unable to initiate SCO connection when peer device not accept sniff mode (v4.0)
See merge request espressif/esp-idf!14402
2021-07-20 04:14:30 +00:00
xiongweichao
573b660797
Not initialized or in the process of de-initialization, calling API will return ERR
2021-07-19 20:22:22 +08:00
xiongweichao
d7fb0c1f07
fix a2dp deinit crash
2021-07-19 20:22:14 +08:00
Zim Kalinowski
3d5fdbfa1d
Merge branch 'bugfix/newlib_FD_ISSET_v4.0' into 'release/v4.0'
...
newlib: Fix a case in FD_ISSET macro when n==-1 (v4.0)
See merge request espressif/esp-idf!13693
2021-07-19 09:45:25 +00:00
KonstantinKondrashov
c8e6563e48
newlib: Fix a case in FD_ISSET macro when n==-1
2021-07-19 12:39:58 +08:00
Zim Kalinowski
7cfe37f907
Merge branch 'bugfix/prefetch_invalid_v4.0' into 'release/v4.0'
...
soc: add dummy bytes to ensure instr prefetch always valid (v4.0)
See merge request espressif/esp-idf!12996
2021-07-19 01:41:26 +00:00
Zim Kalinowski
f3e40d21bb
Merge branch 'feature/dis_uart_dl_mode_v4.0' into 'release/v4.0'
...
feature: Disable UART download mode (v4.0)
See merge request espressif/esp-idf!10766
2021-07-19 01:35:03 +00:00
xiongweichao
d21da1f61a
Add remove sniff when peer not accepted sniff mode
2021-07-16 20:21:50 +08:00
Yang Zhao
75b387d7e7
If the scan window set as 4 slots and the scan interval set as 5 slots,
...
then the device will crash when starting scanning.This commit is to fix
this bug.Remove duplicate events in r_lld_evt_end
2021-07-16 20:14:32 +08:00
Yang Zhao
5abd645cce
bugfix:Set address resolution enable. If not set enable and the filter
...
policy is 2 or 3, the controller will reply with invalid param error.
2021-07-16 20:11:53 +08:00
Chinmay Chhajed
27e5498524
bt/controller: Fix for BLE ACL tx flush issue during reset.
2021-07-16 20:06:17 +08:00
Anton Maklakov
0f7d8a8768
Merge branch 'bugfix/update_ota_cert_v4.0' into 'release/v4.0'
...
OTA examples: Update server certificate (v4.0)
See merge request espressif/esp-idf!14357
2021-07-16 07:14:50 +00:00
Zim Kalinowski
308bbd1e89
Merge branch 'bugfix/link_gcov_rtio_backport_v4.0' into 'release/v4.0'
...
Bugfix/link gcov rtio backport v4.0
See merge request espressif/esp-idf!13847
2021-07-16 06:11:32 +00:00
Zim Kalinowski
02e9ca69bc
Merge branch 'docs/spi_max_transfer_sz_limit_v4.0' into 'release/v4.0'
...
spi_docs: Fixed the default value of max_transfer_sz_limit (backport v4.0)
See merge request espressif/esp-idf!14255
2021-07-16 06:09:34 +00:00
Zim Kalinowski
d8c011428e
Merge branch 'nimble/fix_broadcaster_role_v4.0' into 'release/v4.0'
...
NimBLE: Fix build error for broadcaster role and bug in peer_dev_record (v4.0)
See merge request espressif/esp-idf!14304
2021-07-16 06:07:58 +00:00
Zim Kalinowski
51b70d6237
Merge branch 'bugfix/websocket_example_error_handling_v4.0' into 'release/v4.0'
...
ci: Fix websocket example test error handling (v4.0)
See merge request espressif/esp-idf!13808
2021-07-16 03:37:21 +00:00
Angus Gratton
d9710a6498
flash encryption: In Release mode, set FLASH_CRYPT_CNT to max value
...
Compared to write disabling, this leaves possibility to burn
UART_DL_DIS efuse later.
2021-07-16 10:59:51 +10:00
Angus Gratton
5a4091a2c0
efuse: Add ESP32 V3 'disable Download Mode' functionality
2021-07-16 10:59:51 +10:00
Angus Gratton
363589e849
efuse: Add new esp_efuse_read_field_bit() convenience function
2021-07-16 10:59:51 +10:00
Angus Gratton
9ca02bd8ac
efuse: Add new esp_efuse_write_field_bit() convenience function
2021-07-16 10:59:51 +10:00
Angus Gratton
814ff17256
efuse: Don't need to burn WR_CRYPT_CNT if CRYPT_CNT is already max
...
Reduces write cycles, and useful on ESP32 ECO3 as UART_DIS_DL is protected by
the same efuse.
Also fixes accidental macro definition introduced in 7635dce502
2021-07-16 10:59:51 +10:00
Angus Gratton
12704ae528
Merge branch 'origin/feature/prevent_unwind_code_linking_4.0' into 'release/v4.0'
...
[C++]: prevent unwind code linking (backport 4.0)
See merge request espressif/esp-idf!13806
2021-07-15 11:44:19 +00:00
Ivan Grokhotkov
c775e4e1b5
Merge branch 'test/wifi_connect_with_full_scan_in_examples_v4.0' into 'release/v4.0'
...
example: set example wifi scan method to all channel (v4.0)
See merge request espressif/esp-idf!13915
2021-07-14 23:58:09 +00:00
Angus Gratton
2b7f4ec8e6
Merge branch 'bugfix/ldgen_ignore_nonexistent_archives_and_obj_v4.0' into 'release/v4.0'
...
ldgen: check mappings (v4.0)
See merge request espressif/esp-idf!14065
2021-07-14 08:46:34 +00:00
Shubham Kulkarni
ff0043456d
OTA examples: Updated server certificate
2021-07-14 12:50:37 +05:30
He Yin Ling
27db9f7e4e
ttfw: fix incorrect length when flush data cache after expect:
...
data cache is unicode. while we use bytes in RegEx expect. The index of
matched pattern is calculated with bytes, could be different from
unicode. Now we fix this issue by using unicode in expect.
2021-07-14 11:58:34 +08:00
Ivan Grokhotkov
68d417c4dc
esp_ringbuf: don't test xRingbufferCreate with cache disabled
...
Creating a ringbuffer is not an operation that needs to be done when
the cache is disabled.
2021-07-13 18:52:53 +10:00
Renz Bagaporo
8de50b5655
components: fix ldgen check errors
2021-07-13 18:52:40 +10:00
Renz Bagaporo
74eb5590b2
ci: exempt upstream libmbedtls mapping for sha256
2021-07-13 18:52:40 +10:00
Renz Bagaporo
bd6caa524c
ldgen: fix sections info parsing
...
Fixes an issure where the first part of an object file name is not
included, due to matching the rule for a section entry previously.
Reduce depedency on matching literal strings in sections which might
change depending on toolchain (ex. matching 'elf32-xtensa-le')
Make sure parsing rule succeeds for the entirety of the sections info
string by adding 'parseAll=True'.
Add test for sections info parsing.
2021-07-13 18:52:40 +10:00
Renz Bagaporo
e27315e63d
ci: enabled ldgen mapping check in ci
2021-07-13 18:52:40 +10:00
Renz Bagaporo
04f6830b09
ldgen: allow checking mappings
2021-07-13 18:52:40 +10:00
Prasad Alatkar
817de5bee1
NimBLE: Fix build error for broadcaster role and bug in peer_dev_record (v4.0)
...
* Fix bug in nvs deletion of `ble_dev_record`.
* Update NimBLE submodule to nimble-1.1.0-idf
2021-07-13 13:56:03 +08:00
Angus Gratton
fa7126b628
Merge branch 'feature/idf_tools_github_mirror_v4.0' into 'release/v4.0'
...
Add GitHub mirror option for IDF tools installs (v4.0)
See merge request espressif/esp-idf!13767
2021-07-13 03:52:29 +00:00
Mahavir Jain
190ef37994
Merge branch 'bugfix/pthread_join_debug_log_v4.0' into 'release/v4.0'
...
pthread: Fix possible deadlock when using pthread_join() and Debug log level (v4.0)
See merge request espressif/esp-idf!13779
2021-07-12 11:23:21 +00:00
Angus Gratton
2f24b37d3c
Merge branch 'bugfix/driver_spi_poll_test_stack_v4.0' into 'release/v4.0'
...
driver test: Increase stack for the "spi poll tasks" test (v4.0)
See merge request espressif/esp-idf!13809
2021-07-12 01:26:40 +00:00