Armando
ea78cd1116
esp_psram: fixed 40mhz cs signal glitch issue
2022-08-18 20:39:56 +08:00
Omar Chebib
ebd63c499c
(Xtensa) Build: add .xt.prop and .xt.lit to the compiled ELF file
...
Adding prop and lit sections to the ELF will let the debugger and the disassembler
have more info about data bytes present in the middle of the Xtensa
instructions, usually used for padding.
2022-08-18 10:44:31 +08:00
Omar Chebib
17a5d4aff7
I2C: Fix a bug making the I2C task wait too long on an event
...
The I2C ISR will now notify the task waiting on an event. Thus, the task can stop waiting on the event queue as soon as possible.
2022-08-17 17:39:10 +08:00
Yuan Hong Hui
db99a12578
ble_mesh:ble mesh console support nimble
2022-08-17 14:39:53 +08:00
jincheng
c92e55cb4a
Fixed the failure of 'connect audio' operation in HFP examples with default SDK configuration
...
Due to the lack of synchronized connections, the hf_client can not create audio_connection to
hf_ag. Set default number of synchronized connection to 1.
Closes https://github.com/espressif/esp-idf/issues/9537
2022-08-17 10:15:34 +08:00
Alexey Gerenkov
d42d181f27
test/examples: Fixes expected GDB message upon thread hit breakpoint
2022-08-15 19:06:19 +03:00
Alexey Gerenkov
4d9aed7511
tools: Updates OpenOCD version to 'v0.11.0-esp32-20220706'
2022-08-12 14:11:40 +03:00
wangjialiang
2850d7ca59
ble_mesh: stack: Fix kr from non-primary subnet shouldn't ignore
...
For case MESH/NODE/KR/BV-02-C
2022-08-11 14:17:46 +08:00
wangjialiang
f14a13b887
ble_mesh: stack: Add a check if the appkey is bound to the model.
...
For case MESH/NODE/CFG/MP/BI-03-C
2022-08-11 14:17:41 +08:00
wangjialiang
5df2e036df
ble_mesh: stack: the count_log field should be set to 0 when HBS is sent.
...
For MESH/NODE/CFG/HBS/BV-02-C
2022-08-11 14:17:35 +08:00
wangjialiang
929f931b88
ble_mesh: stack: The Heartbeat Publication Period Log value can set to 0x11, range: [0, 0x11]
2022-08-11 14:17:29 +08:00
wangjialiang
892b9b9def
ble_mesh: stack: The value of expect_ack_for will be rewrited after send_pub_key().
...
For case MESH/PVNR/PROV/BV-04-C
2022-08-11 14:17:22 +08:00
wangjialiang
6a88790a74
ble_mesh: stack: Fix ignore connectable PB-ADV PDU containing a Link Open message.
...
For case MESH/NODE/PBADV/BI-04-C
2022-08-11 14:17:13 +08:00
wangjialiang
80630b1e6a
ble_mesh: stack: Fix PB-GATT not check invalid link flag
...
For case MESH/NODE/PROV/BI-03-C
2022-08-11 14:17:05 +08:00
wangjialiang
386da9df0c
ble_mesh: stack: Fix invalid provisioning pdu type check
...
For case MESH/NODE/PROV/BI-15-C
2022-08-11 14:17:01 +08:00
wangjialiang
2e190452b8
ble_mesh: stack: Fix add continuously secure update into friend queue.
...
For MESH/NODE/FRND/FN/BV-20-C
2022-08-09 21:50:24 +08:00
wangjialiang
a6b2103948
ble_mesh: stack: Fix friend relay lpn message when relay feature is disable
...
For MESH/NODE/FRND/FN/BV-23-C
2022-08-09 21:50:20 +08:00
Ivan Grokhotkov
5a65ac50e0
driver: spi_slave: make sure CS helpers are in IRAM if the ISR is
...
Closes https://github.com/espressif/esp-idf/issues/3870
2022-08-08 10:34:09 +02:00
Island
997844bbc3
Merge branch 'bugfix/vendor_model_send_message_no_memory_forv4.2' into 'release/v4.2'
...
ble_mesh:example: free the memory of malloc (v4.2)
See merge request espressif/esp-idf!19187
2022-08-08 12:25:38 +08:00
Yuan Hong Hui
10f0879fdb
ble_mesh:the memory requested by malloc has not benn released
2022-08-05 12:13:47 +00:00
Jiang Jiang Jian
d016f69ffc
Merge branch 'feat/make_property_idf_component_manager_root_level_v4.2' into 'release/v4.2'
...
Feat/make property idf component manager root level (v4.2)
See merge request espressif/esp-idf!19084
2022-08-05 19:58:57 +08:00
Jiang Jiang Jian
847d9631b9
Merge branch 'bugfix/restore_missing_ble_mesh_videos_v4.2' into 'release/v4.2'
...
ble_mesh: doc: Restore missing ble mesh videos(v4.2)
See merge request espressif/esp-idf!19405
2022-08-05 19:58:42 +08:00
wangjialiang
3c5eb41914
ble_mesh: doc: Restore missing ble mesh videos
2022-08-05 13:57:25 +08:00
muhaidong
647526af47
esp_wifi: fix some wifi bugs
...
1. fix not update phy according to country code.
2. sync peripheral device reg base.
3. fix for default ap ssid not set.
4. do not recv unencrypted unicaset ESPNOW packets when local encrypted.
2022-08-05 13:29:52 +08:00
Jiang Jiang Jian
be26894259
Merge branch 'bugfix/install_key_refactor_v4.2' into 'release/v4.2'
...
esp_wifi: backported some wifi fixes (19472381)
See merge request espressif/esp-idf!19385
2022-08-05 10:42:26 +08:00
Kapil Gupta
bdc671aee3
esp_wifi: backported some wifi fixes (19472381)
...
1. G1 rx drop from key install code refactoring
2. Remove group cipher check for PMF connection
2022-08-04 12:21:20 +05:30
Marius Vikhammer
ca1628b310
Merge branch 'bugfix/freertos_event_group_unblock_race_condition_v4.2' into 'release/v4.2'
...
FreeRTOS: Fix event group task list race condition (v4.2)
See merge request espressif/esp-idf!19105
2022-08-04 13:14:26 +08:00
Jiang Jiang Jian
2f634a82d5
Merge branch 'bugfix/wlan_fixes_backports_v4.2' into 'release/v4.2'
...
esp_wifi: Fix some wlan issues(backport v4.2)
See merge request espressif/esp-idf!19362
2022-08-04 11:33:57 +08:00
Jiang Jiang Jian
a46d166c49
Merge branch 'bugfix/combined_softap_pmf_fixes_v4.2' into 'release/v4.2'
...
Combined bugfixes for SoftAP and PMF (Backport v4.2)
See merge request espressif/esp-idf!19121
2022-08-04 11:05:10 +08:00
Nachiket Kukade
0c88beb9c4
esp_wifi: Update wifi libs
...
Update wifi libs with below fixes -
1. Improved error handling in SoftAP Rx path, fixed LoRa IE length
2. Handle low memory scenario, re-enabling PMF Capable flag in STA PMF
2022-08-03 18:16:37 +05:30
Jiang Jiang Jian
c5875e64b1
Merge branch 'docs/update_wifi_api_doc_v4.2' into 'release/v4.2'
...
DOC: update wifi api docs ( backport v4.2)
See merge request espressif/esp-idf!18083
2022-08-03 20:12:06 +08:00
Kapil Gupta
0efba69571
wpa_supplicant: Unicast key renew in TKIP mic failure
...
Currently we always request group key renew for during
TKIP mic failure. Add support for unicast/multicast
key renew as per packet.
2022-08-03 14:47:07 +05:30
Kapil Gupta
ec70ed86e0
esp_wifi: Changes to not use pmkid caching when SSID is changed
2022-08-03 14:38:05 +05:30
Kapil Gupta
064474fca6
wpa_supplicant: Fix issues reported by coverity
2022-08-03 14:37:43 +05:30
Jiang Jiang Jian
d98e2a3d5f
Merge branch 'bugfix/fix_write_to_null_pointer_if_malloc_failed_issue_v4.2' into 'release/v4.2'
...
fix write to null pointer if malloc failed(Backport v4.2)
See merge request espressif/esp-idf!19350
2022-08-03 10:59:10 +08:00
Jiang Jiang Jian
8e8cf08d2d
Merge branch 'bugfix/update_gpio_intr_enable_note_v4.2' into 'release/v4.2'
...
Update the note of the gpio_intr_enable function(v4.2)
See merge request espressif/esp-idf!18544
2022-08-03 10:58:42 +08:00
xueyunfei
3ffcb03f60
bugfix for backport wifi bugs to 4.2
...
- Bugfix for close sniffer mode when wifi stop
- Bugfix for qos null update ba ssn
- Bugfix for wrong configuration of static txbuf
- Fix deep sleep can't reconnect to ap when pmf enable.
- Fix some ap will ignore auth when rx deauth for a while.
- update wifi header file
2022-08-03 10:45:36 +08:00
Oleg Savchenko
0a0ad4309f
fix write to null pointer if malloc failed
2022-08-02 20:30:30 +08:00
zhangyanjiao
63324950fa
modify API-reference using Sphinx directives
2022-08-02 20:23:37 +08:00
zhangyanjiao
0a7fedcbbd
update wifi api docs
2022-08-02 20:23:37 +08:00
Jiang Jiang Jian
9d854cd6b0
Merge branch 'bugfix/set_ipv6_dns_error_v4.2' into 'release/v4.2'
...
lw ip: Fixed that ipv6 dns cannot work (v4.2)
See merge request espressif/esp-idf!19064
2022-08-02 20:21:39 +08:00
Jiang Jiang Jian
eddee33f98
Merge branch 'bugfix/fix_bluedroid_host_memory_overflow_v4.2' into 'release/v4.2'
...
Fixed bluedroid host memory overflow for v4.2
See merge request espressif/esp-idf!18905
2022-08-02 19:47:41 +08:00
Jiang Jiang Jian
510f86d451
Merge branch 'bugfix/memory_debug_not_work_v4.2' into 'release/v4.2'
...
bugfix/fix the dependency error of macro for memory debug (v4.2)
See merge request espressif/esp-idf!19234
2022-08-02 15:49:36 +08:00
Jiang Jiang Jian
4bdc7853cf
Merge branch 'bugfix/put_sempher_and_queue_used_in_isr_into_DRAM_v4.2' into 'release/v4.2'
...
Make sure semphr/queue used in interrupt is in DRAM
See merge request espressif/esp-idf!18990
2022-08-02 11:32:18 +08:00
Michael (XIAO Xufeng)
7718c60d81
Merge branch 'bugfix/reserve_dma_ram_in_segments_v4.2' into 'release/v4.2'
...
psram: reserve dma pool in the step of heap max block (v4.2)
See merge request espressif/esp-idf!18861
2022-08-01 17:14:46 +08:00
Fu Hanxi
8b09f2f01f
ci: pip install idf-component-manager inside CI
2022-08-01 10:44:50 +08:00
Sergei Silnov
ac8b720880
docs: Add IDF_COMPONENT_MANAGER build property
2022-08-01 10:44:50 +08:00
Sergei Silnov
fdc70f5b7f
docs: Enable the component manager by default in CMake
2022-08-01 10:44:50 +08:00
Fu Hanxi
5d1864b7d7
build&config: lift property IDF_COMPONENT_MANAGER to root level
2022-08-01 10:44:50 +08:00
David Čermák
9003e6d1eb
Merge branch 'bugfix/cxx_exception_pool_4.2' into 'release/v4.2'
...
startup: Make __cxx_eh_arena_size_get return 0 if exceptions disabled (v4.2)
See merge request espressif/esp-idf!18800
2022-07-29 13:14:45 +08:00