wangtao@espressif.com
84bd87231d
fix(wifi): fix esp32c2eco4 wifi deinit crash issue
2024-12-03 16:02:07 +08:00
Jin Chen
999b10d2d4
fix(ble): change ld for ble scan coex issue
...
(cherry picked from commit dd499d7b2e199dab1e56297136ce5af479d01cd9)
Co-authored-by: cjin <jinchen@espressif.com>
2024-11-21 11:03:55 +08:00
Jin Chen
43cd3491c9
fix(ble): fix ble light sleep error on esp32c2
...
(cherry picked from commit 23f7e33a97ad70ff1e73407650f7b8edbd91fc9a)
Co-authored-by: cjin <jinchen@espressif.com>
2024-11-21 11:03:53 +08:00
Jiang Jiang Jian
a61663d63b
Merge branch 'bugfix/crash_deauth_fix_5.4' into 'release/v5.4'
...
Fix for crash while receiving deauth in esp32c2 ECO4(v5.4)
See merge request espressif/esp-idf!34984
2024-11-20 19:10:59 +08:00
akshat
853a944cd0
fix(esp_rom): Comment out unused function pointers in esp32c2 eco4 linker file
2024-11-18 11:49:50 +05:30
Aditi
1917e7f532
fix(esp_wifi): Fix for crash while receiving deauth in esp32c2 ECO4
2024-11-18 11:45:46 +05:30
Shen Wei Long
59e3a1f046
feat(ble): Support for putting code in flash on ESP32-C2
...
(cherry picked from commit 192f13135488a2f8a386ace2dad69da59e81f5b5)
Co-authored-by: Shen Weilong <shenweilong@espressif.com>
2024-11-13 10:45:03 +08:00
wangtao@espressif.com
013add5378
fix(wifi): fix esp32c2 eco4 set conutry policy auto issue
2024-10-22 17:09:03 +08:00
Jiang Jiang Jian
34e2f08c5c
Merge branch 'fix/fix_esp32c2_eco4_h2e_isssue' into 'master'
...
fix(wifi): fix esp32eco4 softap h2e issue
Closes WIFIBUG-858
See merge request espressif/esp-idf!34180
2024-10-21 10:52:50 +08:00
liuning
99dbcf536c
fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue
2024-10-16 10:26:55 +08:00
wangtao@espressif.com
5e6e1ba49a
fix(wifi): fix esp32eco4 softap h2e issue
2024-10-14 16:39:47 +08:00
morris
d6ac628f7a
change(esp_rom): comment out conflict gpio functions
...
The GPIO function names has conflict with the public API used by
esp_driver_gpio component.
For now, we simply comment out the conflict ones.
Later, we should consider reusing the GPIO rom APIs.
2024-10-10 16:01:05 +08:00
wangtao@espressif.com
d618d1d934
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-09-30 12:09:45 +08:00
Jiang Guang Ming
c97b7f68cf
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues
2024-09-29 16:53:30 +08:00
liuning
83809910d2
feat(coex): optimize connectionless coexist pwr, optimize wifi pwr with bt idle
2024-09-14 19:28:09 +08:00
wangtao@espressif.com
85da8402be
feat(wifi): add protect for softap send no bss deauth
2024-09-10 14:23:43 +08:00
Jiang Jiang Jian
9a47de53e1
Merge branch 'feat/support_esp32c2_eco4_rom_mbedtls_v3.6.0_lts' into 'master'
...
feat(mbedtls): support esp32c2 rev2.0 ROM mbedTLS v3.6.0-LTS
Closes IDF-10680
See merge request espressif/esp-idf!33227
2024-09-09 16:53:53 +08:00
morris
dba8722bc0
Merge branch 'feat/support_esp32c2_eco4_rom_systimer_hal' into 'master'
...
feat(esp_rom): support esp32c2 rev2.0(ECO4) rom systimer hal
Closes IDF-10677
See merge request espressif/esp-idf!33335
2024-09-06 16:06:10 +08:00
Jiang Guang Ming
d7ea73ad66
feat(esp_rom): update esp32c2.rom.mbedtls.eco4.ld
2024-09-06 09:55:27 +08:00
Jiang Guang Ming
f3eaa7abae
feat(esp_rom): support esp32c2 rev2.0(ECO4) rom systimer hal
2024-09-05 11:04:42 +08:00
Shen Weilong
25189b190f
change(ble): update c2 eco4 ld file
2024-09-04 20:08:09 +08:00
wangtao@espressif.com
f82c7ee4d1
fix(rom):fix esp32c2 eco4 ld comments
2024-09-03 17:50:40 +08:00
wangtao@espressif.com
ef1c62b67d
fix(wifi): fix esp32c2 eco4 ld
2024-09-03 17:50:40 +08:00
Jiang Guang Ming
53272f7d11
feat(esp_rom): Add esp32c2.rom.eco4.ld
2024-09-03 17:50:39 +08:00
wangtao@espressif.com
b50c2bf195
fix(wifi): fix esp32s2 get ack rssi issue
2024-08-27 21:53:31 +08:00
zwl
ca5cb23095
fix: fixed directed adv can't be conneted when adv filter is 0x2 on ESP32C2
2024-08-02 16:34:21 +08:00
zwl
8504040869
feat(bluetooth/controller): adopting new HCI layer code on ESP32-C2
2024-07-09 20:43:48 +08:00
zwl
114dc82ad2
fix(ble): fixed some ble controller issues on ESP32-C2
2024-07-04 18:29:12 +08:00
Xiaoyu Liu
2cb9419b14
change(esp_rom): optimize target-specific header files layout in components/esp_rom
2024-06-27 11:24:45 +08:00
Island
82af82501c
Merge branch 'bugfix/esp32c2_fixed_some_ble_issues_master' into 'master'
...
Bugfix/esp32c2 fixed some ble issues master
Closes BLERP-768, BLERP-789, BLERP-765, BLERP-766, BLERP-769, and BLERP-655
See merge request espressif/esp-idf!31215
2024-06-04 10:21:55 +08:00
Jiang Jiang Jian
7ac98d33e3
Merge branch 'bugfix/annotation_a_rom_function' into 'master'
...
fix(wifi): annotate a rom function
See merge request espressif/esp-idf!31142
2024-06-03 10:56:56 +08:00
zwl
a3e6a6b43d
ble: fixed ble some issues on esp32c2
2024-05-31 14:03:29 +08:00
Konstantin Kondrashov
a3be04a087
feat(esp_rom): Adds esp_rom_vprintf with the same capabilities as esp_rom_print
2024-05-30 13:30:12 +03:00
muhaidong
b4ede21ddf
fix(wifi): annotate a rom function
2024-05-29 10:54:20 +08:00
liuning
68fe185371
feat(wifi): support coex pwr
2024-05-21 14:14:30 +08:00
wangtao@espressif.com
1dbf032995
feat(wifi): add softap csa&dtim&wait_bcast_data setting and ignore err nodata
2024-05-20 13:59:45 +08:00
Sarvesh Bodakhe
6f966dd0ee
fix(esp_wifi): Add some bugfixes and cleanup in softAP
...
1. Fix wrong reason code in 'WIFI_EVENT_AP_STADISCONNECTED' event
2. cleanup in softAP for disconnecting connected station
3. Update examples to display reason while processing WIFI_EVENT_AP_STADISCONNECTED event
2024-05-19 00:52:59 +05:30
zhangyanjiao
8710a192c4
fix(wifi): fixed sniffer and espnow issue
...
1. fix(wifi): fixed sniffer dump fcs error packets fail
Closes https://github.com/espressif/esp-idf/issues/10777
2. fix(wifi): fixed the espnow priv parameter get error
Closes https://github.com/espressif/esp-idf/issues/13693
2024-05-15 11:48:29 +08:00
Island
2cdd56ebc3
Merge branch 'bugfix/fixed_coex_asset_on_esp32c2' into 'master'
...
ble: fixed an occasional assertion issue in coexistence scenarios on ESP32C2
See merge request espressif/esp-idf!30300
2024-04-18 10:54:15 +08:00
zwl
d0c1ff0376
ble: fixed an occasional assertion issue in coexistence scenarios on ESP32C2
2024-04-17 14:46:02 +08:00
Kapil Gupta
95b522a1be
fix(wifi): Fix encryption/decryption issue for mgmt packets
...
* Fix issues related to mgmt packets encryption in GCMP
* Fix issue of wrong decryption of mgmt packets when PMF is enabled
* Fix softAP bug in handling of SAE Reauthentication
2024-04-16 19:49:09 +05:30
muhaidong
6d97ebf35c
fix(wifi): fixed task watchdog got triggered by esp_wifi_stop issue
2024-04-11 12:03:11 +08:00
liuning
bd98ade2a8
fix(wifi): fix coex ld issue
2024-03-28 21:28:10 +08:00
muhaidong
fedfac470a
fix(wifi): fix multicast address qos frames issue
2024-03-27 10:13:14 +08:00
Guillaume Souchere
39f789df93
feat(esp_rom): patch heap walker to the ROM implementation
...
modify existing patch of TLSF rom and add multi heap patch
to add the walker feature to the ROM implementation of the
heap component.
2024-03-21 07:41:04 +01:00
Guillaume Souchere
5cc69ce12b
feat(heap): Add walker to the heap component
...
Introduce new APIs in essp_heap_caps.h:
- heap_caps_walk()
- heap_caps_walk_all()
Those functions are triggering a callback for all blocks
(allocated or free) of memory present in heaps meeting
the set of capabilities passed as parameter (or all heaps
for heap_caps_walk_all() function)
test_walker.c added to test the new functionality in
test_apps/heap_test/
2024-03-20 08:33:48 +01:00
Marius Vikhammer
83d1c2f054
refactor(esp_rom): refactor rom LD inclusions to make it easier to add new targets
2024-03-12 09:48:46 +08:00
muhaidong
eb54a4698c
fix(wifi): fix esp32c2 disconnect reason code wrong issue
2024-02-29 09:58:24 +08:00
zwl
7b8b85e140
bugfix(ble) : fixed some ble issues on ESP32-C2
2024-02-27 23:28:25 +08:00
liuning
7440e302be
feat(coex): improve Wi-Fi connecting compatibility at coexistence
2024-02-27 09:43:00 +08:00