Marius Vikhammer
|
98cbd1fd72
|
Merge branch 'docs/esp_event_minor_update_v5.2' into 'release/v5.2'
fix(docs): Minor update to esp_event.rst for improved user experience (v5.2)
See merge request espressif/esp-idf!29122
|
2024-02-20 18:26:11 +08:00 |
|
Marius Vikhammer
|
08a50af080
|
Merge branch 'bugfix/heap_task_includes_v5.2' into 'release/v5.2'
fix(heap): fixed missing include in esp_heap_task_info.h (v5.2)
See merge request espressif/esp-idf!29116
|
2024-02-20 18:24:30 +08:00 |
|
Shu Chen
|
dbbe2cf173
|
Merge branch 'backport5.2/openthread_backport' into 'release/v5.2'
some openthread changes backport to release/v5.2
See merge request espressif/esp-idf!28637
|
2024-02-20 17:01:36 +08:00 |
|
Marius Vikhammer
|
cb270eebd6
|
Merge branch 'bugfix/remove_o0_bootloader_v5.2' into 'release/v5.2'
fix(build): remove CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE option from c6, h2 and p4 (v5.2)
See merge request espressif/esp-idf!28752
|
2024-02-20 16:52:33 +08:00 |
|
Sudeep Mohanty
|
7801d5bad0
|
fix(docs): Minor update to esp_event.rst for improved user experience
This commit adds semicolons in c-code blocks in esp_event.rst for
improved user experience when directly copying and pasting code.
Closes https://github.com/espressif/esp-idf/issues/13156
|
2024-02-20 07:52:19 +01:00 |
|
Jiang Jiang Jian
|
5cb1e9f6f4
|
Merge branch 'feat/support_get_bluedroid_status_v5.2' into 'release/v5.2'
Support get status of bluedroid host (backport v5.2)
See merge request espressif/esp-idf!28881
|
2024-02-20 14:33:46 +08:00 |
|
Rahul Tank
|
768bd4750d
|
Merge branch 'feat/ble_gap_dev_auth_v5.2' into 'release/v5.2'
feat(nimble): Authorize or deauthorize a BLE device for a connection (v5.2)
See merge request espressif/esp-idf!29079
|
2024-02-20 12:38:35 +08:00 |
|
Marius Vikhammer
|
6b1413c3e9
|
fix(heap): fixed missing include in esp_heap_task_info.h
Would fail to compile if esp_heap_task_info.h was included without/before freertos includes
|
2024-02-20 12:04:45 +08:00 |
|
morris
|
1156370c00
|
Merge branch 'bugfix/fix_adc_reset_issue_on_legacy_v5.2' into 'release/v5.2'
fix(adc): fix adc continuous get less results beacuse do not reset apb clk(legacy) (v5.2)
See merge request espressif/esp-idf!28332
|
2024-02-20 11:25:00 +08:00 |
|
zwx
|
fff9980a5b
|
feat(openthread): disable the rx on when idle in coex scenario
|
2024-02-20 10:41:10 +08:00 |
|
zwx
|
cb04df5ddf
|
fix(openthread): fix RCP handle timeout crashing issue
* update openthread upstream
|
2024-02-20 10:41:00 +08:00 |
|
zwx
|
a64744883d
|
fix(openthread): support uart ISR in IRAM
|
2024-02-20 10:32:10 +08:00 |
|
zwx
|
3a9bf62ed6
|
fix(802154): fix pending tx will be delayed issue
|
2024-02-20 10:32:00 +08:00 |
|
Shu Chen
|
bec90ce050
|
docs(ieee802154): add migration note for the receive done handler feature
|
2024-02-20 10:31:29 +08:00 |
|
Shu Chen
|
c923dd4df4
|
feat(ieee802154): make the receive done handler feature mandatory
|
2024-02-20 10:31:29 +08:00 |
|
Shu Chen
|
1085fece61
|
feat(ieee802154): remove the ieee802154 lib submodule
|
2024-02-20 10:31:29 +08:00 |
|
xieqinan
|
fdd3f2d734
|
feat(zigbee): Updated Zigbee examples to align with esp-zigbee-lib v1.0.9
|
2024-02-20 10:31:29 +08:00 |
|
zwx
|
51bc01b557
|
feat(openthread): support openthread radio caps rx on when idle
|
2024-02-20 10:31:29 +08:00 |
|
xiaqilin
|
dfb75ff2ac
|
fix(ieee802154): add next operation in ieee802154 test when rx abort by tx ack coex
|
2024-02-20 10:31:29 +08:00 |
|
zwx
|
f978fc10c0
|
feat(802.15.4): introduce pending tx while rx feature
|
2024-02-20 10:31:29 +08:00 |
|
zwx
|
4184b48aa8
|
feat(openthread): integrate console command with ot command
|
2024-02-20 10:31:29 +08:00 |
|
Xu Si Yu
|
06cca86017
|
feat(openthread): add menuconfig for openthread address query
|
2024-02-20 10:31:29 +08:00 |
|
Xu Si Yu
|
4ddb253788
|
fix(openthread): set spinel frame buffer to member variables
|
2024-02-20 10:31:29 +08:00 |
|
Xu Si Yu
|
936bba8073
|
feat(openthread): support esp openthread radio spinel
|
2024-02-20 10:31:29 +08:00 |
|
Xu Si Yu
|
0e95c6cd60
|
fix(ci): increase inspection time of openthread sleepy device case
|
2024-02-20 10:31:29 +08:00 |
|
Xu Si Yu
|
4d65903602
|
feat(ci): add a case for openthread border router meshcop
|
2024-02-20 10:31:29 +08:00 |
|
Darshan Dobariya
|
d9de786520
|
feat(nimble): Authorize or deauthorize a BLE device for a connection (v5.2)
|
2024-02-19 16:27:45 +05:30 |
|
Rahul Tank
|
e0944287f3
|
Merge branch 'bugfix/backport_ble_nimble_fixes_5.2' into 'release/v5.2'
fix(nimble) : Bugfix/backport ble nimble fixes 5.2
See merge request espressif/esp-idf!29098
|
2024-02-19 18:04:35 +08:00 |
|
Island
|
1c2a6712e3
|
Merge branch 'bugfix/ble_update_lib_20240125_v5.2' into 'release/v5.2'
Bugfix/ble update lib 20240125 v5.2
See merge request espressif/esp-idf!28710
|
2024-02-19 15:29:25 +08:00 |
|
Island
|
d4dd0d4201
|
Merge branch 'bugfix/fix_some_ble_issue_v5.2' into 'release/v5.2'
Bugfix/fix some ble issue v5.2(backport v5.2)
See merge request espressif/esp-idf!28617
|
2024-02-19 15:19:24 +08:00 |
|
gaoxu
|
7ab43c0fbd
|
fix(adc): fix adc continuous get less results beacuse do not reset apb clk(legacy)
|
2024-02-19 15:02:30 +08:00 |
|
Sumeet Singh
|
d9561b8fc7
|
fix(nimble): Out of order messages during SMP causing DOS vulerability (v5.2)
|
2024-02-19 09:27:55 +05:30 |
|
Rahul Tank
|
bc3dcdfc0d
|
fix(nimble): Merge hci_common.h file for all chips
|
2024-02-19 09:27:09 +05:30 |
|
Roshan Bangar
|
012506114e
|
feat(nimble): Nimble Host only mode over uart
|
2024-02-19 09:26:34 +05:30 |
|
SumeetSingh19
|
e23a61a47a
|
feat(nimble): client presentation and aggregate format descriptor support
|
2024-02-19 09:24:34 +05:30 |
|
SumeetSingh19
|
c0f48a19fc
|
feat(nimble): signed write support
|
2024-02-19 09:24:30 +05:30 |
|
SumeetSingh19
|
7d6f5fa71d
|
feat(nimble): additional AD types for advertisements
|
2024-02-19 09:24:26 +05:30 |
|
SumeetSingh19
|
16acdf1bbb
|
feat(nimble): authorization permission on gatt read and write
|
2024-02-19 09:24:21 +05:30 |
|
SumeetSingh19
|
e16882f0cd
|
fix(nimble): allow auto connection and observer role
|
2024-02-19 09:24:14 +05:30 |
|
Jiang Jiang Jian
|
7e6e769aed
|
Merge branch 'bugfix/ble_bug_backport_20240205' into 'release/v5.2'
Bugfix/ble bug backport 20240205 (backport v5.2)
See merge request espressif/esp-idf!28901
|
2024-02-19 11:07:29 +08:00 |
|
Jiang Jiang Jian
|
8ab1027fee
|
Merge branch 'bugfix/fix_ble_tx_2m_problem_causing_by_phy_wifi_enable_set_v5.2' into 'release/v5.2'
fix(esp_phy): Fixed BLE TX 2M problem causing by phy_wifi_enable_set() (backport v5.2)
See merge request espressif/esp-idf!28762
|
2024-02-19 11:04:45 +08:00 |
|
Jiang Jiang Jian
|
65d127da88
|
Merge branch 'feature/supplicant_bss_extmem_v5.2' into 'release/v5.2'
WiFi: Add support to move supplicant BSS to external memory (v5.2)
See merge request espressif/esp-idf!28743
|
2024-02-19 11:04:24 +08:00 |
|
Jiang Jiang Jian
|
e8548e7a1a
|
Merge branch 'bugfix/fix_pmk_invalid_wpa_or_wpa2_connect_fail_issue_v5.2' into 'release/v5.2'
fix(wifi): fix pmk invalid lead same ssid wpa and wpa2 connect fail issue(Backport v5.2)
See merge request espressif/esp-idf!28666
|
2024-02-19 11:03:52 +08:00 |
|
Jiang Jiang Jian
|
6bfe219bb1
|
Merge branch 'ci/enable_ip101_jobs_v5.2' into 'release/v5.2'
ci(esp_eth): enabled Ethernet ip101 jobs (v5.2)
See merge request espressif/esp-idf!28613
|
2024-02-19 11:02:42 +08:00 |
|
Jiang Jiang Jian
|
be718f6849
|
Merge branch 'ble_dev/added_ble_power_save_pytest_v5.2' into 'release/v5.2'
Added pytest case for BLE power save example v5.2
See merge request espressif/esp-idf!28596
|
2024-02-19 11:02:06 +08:00 |
|
Jiang Jiang Jian
|
4f5c87a294
|
Merge branch 'fix/ble_mesh_reject_node_reset_v5.2' into 'release/v5.2'
fix(ble_mesh): reject node-reseting when provision link is active (v5.2)
See merge request espressif/esp-idf!28235
|
2024-02-19 11:00:18 +08:00 |
|
Jiang Jiang Jian
|
5a557bb595
|
Merge branch 'bugfix/lan8720_ci_speed_v5.2' into 'release/v5.2'
feat(esp_eth): added ioctl option to read/write PHY registers - v5.2
See merge request espressif/esp-idf!27098
|
2024-02-19 10:59:46 +08:00 |
|
Jiang Jiang Jian
|
bc7ef70189
|
Merge branch 'ci/new-known_failure_cases_workflow(v5.2)' into 'release/v5.2'
ci: change known_failure_cases workflow(v5.2)
See merge request espressif/esp-idf!27967
|
2024-02-19 10:59:16 +08:00 |
|
Jiang Jiang Jian
|
2b084b1f6b
|
Merge branch 'feature/support_gdma_retention_v5.2' into 'release/v5.2'
feature: support gdma retention in pd_top lightsleep (v5.2)
See merge request espressif/esp-idf!29090
|
2024-02-19 10:56:16 +08:00 |
|
morris
|
4bd5fa28b4
|
Merge branch 'change/usb_host_minor_optimizations_v5.2' into 'release/v5.2'
change(usb/host): Remove unecessary features (v5.2)
See merge request espressif/esp-idf!27593
|
2024-02-19 10:41:44 +08:00 |
|