muhaidong
0090fa27cf
fix(wifi): fix lmac tx done assert issue
2026-01-13 11:07:11 +08:00
liuning
3ea7da1e1a
feat(coex): support c5 eco3 and c61 eco4 coexist rom
2026-01-09 16:34:20 +08:00
yinqingzhao
c29d741b13
feat(wifi): update esp32c61 ld files
2026-01-09 16:34:20 +08:00
yinqingzhao
4e521d78a1
feat(rom): add esp32c61 eco4 ld files
2026-01-09 14:06:33 +08:00
muhaidong
19c6ae768b
fix(wifi): fix some wapi and fragment issues
...
1. fix gcmp fragment rx issue
2. support wapi fragment tx and rx
3. fix wapi uskid issue
2025-12-09 15:02:46 +08:00
Alexey Lapshin
f6cd2fe970
Merge branch 'feature/update-toolchain-to-esp-15.2.0_20250929.4-6d3fdb7' into 'master'
...
Make Picolibc the default libc
See merge request espressif/esp-idf!43620
2025-12-04 01:14:01 +04:00
Alexey Lapshin
31810ae993
feat(esp_libc): make picolibc default libc
2025-12-03 13:31:42 +07:00
morris
3d31f510d0
refactor(hal_wdt): esp_hal_wdt also maintains the ROM implementation
2025-12-01 23:16:09 +08:00
zhangyanjiao
e255a4e014
fix(coex): fixed the espnow send fail when coex enable
2025-11-12 19:23:34 +08:00
Jiang Jiang Jian
78986757de
Merge branch 'bugfix/fix_send_wakenull_off_channel' into 'master'
...
fix(wifi): fix issue that disarm send wake null timer donot take effect and sta bolck scan timeout
Closes WIFI-7020, WIFIBUG-1523, and WIFIBUG-1379
See merge request espressif/esp-idf!43158
2025-11-12 09:30:22 +08:00
sibeibei
4e2f33d445
fix(wifi): fix issue that disarm send wake null timer donot take effect
2025-11-11 17:29:38 +08:00
Song Ruo Jing
4b8633cc2b
refactor(rom/gpio): add 'rom_' prefix to GPIO ROM functions
2025-11-07 15:26:52 +08:00
Marius Vikhammer
af91aa771b
change(rom): removed deprecated STATUS enum, use ETS_STATUS instead
2025-09-15 10:36:16 +08:00
muhaidong
d0b499ecf3
fix(wifi): fix ersu compatibility issue
2025-08-19 19:26:09 +08:00
chenjianxing
6d996a0634
fix(wifi): fix wifi rom code using ets_delay_us for C5 and C61
2025-07-25 09:55:10 +05:30
Laukik Hase
f2b0f256ab
fix(esp_rom): Patch the esp_rom_delay_us API to use U-mode cycle CSR
2025-07-25 09:54:42 +05:30
yinqingzhao
8603c91f47
fix(wifi): fix crash issue and tx error 0xa1
2025-07-24 20:16:44 +08:00
C.S.M
bc58afc758
Merge branch 'test/add_c61_usj_test' into 'master'
...
test(usj): Add test for usb_seiral_jtag on c61
See merge request espressif/esp-idf!40753
2025-07-23 18:49:20 +08:00
C.S.M
22cd0d615f
test(usj): Add test for usb_seiral_jtag on c61
2025-07-23 12:07:13 +08:00
yinqingzhao
8b67238e85
fix(wifi): fix inactive time reset when wifi disconnect
2025-07-22 17:50:36 +08:00
Jiang Jiang Jian
3c3ee159c5
Merge branch 'bugfix/fix_mesh_sta_send_data_error_on_c61' into 'master'
...
fix(wifi/mesh): fixed the mesh STA sends data error on c61
Closes WIFIBUG-1330
See merge request espressif/esp-idf!40630
2025-07-18 14:48:06 +08:00
zhangyanjiao
96e39022b3
fix(wifi/mesh): fixed the mesh STA sends data error on c61
2025-07-17 11:43:08 +08:00
Marius Vikhammer
36834844b2
fix(systimer): fixed ETM not working with systimer on C61 ECO3
2025-07-17 09:16:47 +08:00
yinqingzhao
c1c78f5838
feat(wifi): add esp32c61 eco3 wifi support
2025-06-27 14:04:55 +08:00
Xiao Xufeng
83ca12c8e0
fix(esp_flash): fixed issue of escaping boundary check
...
Also patched corresponding ROM functions
2025-06-24 15:30:11 +08:00
liuning
23f49324b2
fix(pm): reserve txqblocks when mac init at offchannels
2025-06-17 21:10:03 +08:00
morris
2fb938c7c3
Merge branch 'feature/utilize_rom_gpio_function' into 'master'
...
feat(gpio): esp_rom_gpio_connect_in/out_signal now has their hal implementation
Closes IDFGH-15397
See merge request espressif/esp-idf!39383
2025-06-16 12:17:40 +08:00
Konstantin Kondrashov
3a7c1a2e74
feat(bootloader): Bootloader OTA update with recovery bootloader feat
2025-06-12 18:47:33 +08:00
Song Ruo Jing
3e2945b595
fix(gpio): remove GPIO_OUTPUT_SET macro for ESP32P4
...
Use GPIO_OUTPUT_SET led to compilation error
Closes https://github.com/espressif/esp-idf/issues/16050
2025-06-11 20:56:12 +08:00
Song Ruo Jing
da4ac0c56a
feat(gpio): update GPIO capabilities IO0-29 for ESP32-C61 ECO3
2025-06-09 19:09:49 +08:00
wanckl
c36f55c451
feat(esp_rom): update rom files for eco3
2025-05-26 11:39:26 +08:00
sibeibei
10ac8e622e
fix(wifi): rx bcn failed when sta off channel under modem state
2025-05-19 20:08:58 +08:00
linruihao
b370ebdef4
feat(coex): implement BT coex timer event
2025-05-13 15:13:12 +08:00
tarun.kumar
0823706e88
fix(wifi) : Commented out few ld file functions corresponding to offchan changes
2025-04-27 14:34:06 +08:00
Song Ruo Jing
1b3680eff3
feat(rtc_time): support rtc time for esp32c61
2025-04-23 14:15:01 +08:00
Michael (XIAO Xufeng)
e65efb9156
Merge branch 'test/enable_xip_mmap_cases' into 'master'
...
fix(mmap): fixed cache2phys and phy2cache not patched when XIP on PSRAM
Closes IDF-10983
See merge request espressif/esp-idf!33629
2025-04-16 15:30:23 +08:00
liuning
c00d092bdb
feat(wifi): support sample beacon feature
...
fix: adapt soc wakeup quick wake, fix light sleep beacon sample
feat(pm): giveup beacon and resample if rx prop too low (a16fa11)
2025-04-14 11:50:40 +08:00
Xiao Xufeng
e97b1a8b51
fix(mmap): fixed cache2phys and phy2cache not patched when XIP on PSRAM
2025-04-11 11:02:11 +08:00
sibeibei
28290c8da3
fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist
2025-04-09 11:41:56 +08:00
Sajia
c4f592679b
feat(wifi): Enable bss max idle support on all chips
...
- Fix issues in Max Idle period negotiation and protected keep alive
- Add BSS Max Idle config in SoftAP config and create a feature flag
- Add a unit test case to test both STA and SoftAP implementation
2025-04-08 12:40:15 +05:30
Chen Jichang
1785e1d329
refactor(flash): spilt flash cap in esp_rom
2025-03-28 15:04:25 +08:00
Alexey Lapshin
ec68cb3300
feat(newlib): riscv: add CONFIG_LIBC_OPTIMIZED_MISALIGNED_ACCESS config option
...
This option replaces implementations of functions from ROM:
- memcpy
- memcmp
- memmove
- str[n]cpy
- str[n]cmp
The functions used in the firmware will be better optimized for misaligned
memory. Here are some measurements in CPU cycles for 4096-byte buffers:
memcpy: 28676 -> 4128
memcmp: 49147 -> 14259
memmove: 33896 -> 8086
strcpy: 32771 -> 17313
strcmp: 32775 -> 13191
2025-03-26 17:27:24 +07:00
zhangyanjiao
aa05ae68e1
fix(wifi/vendor): separate the lr bit in phy mode for station and softAP
...
Closes https://github.com/espressif/esp-idf/issues/9978
2025-03-25 14:04:51 +08:00
yinqingzhao
4cc76f6646
fix(wifi): fix twt post just one event for multiple flow
2025-03-12 21:01:48 +08:00
Jiang Jiang Jian
1c5983cd5a
Merge branch 'bugfix/fix_ersu_compatibility_issue' into 'master'
...
fix(wifi): fix ersu compatibility issue
Closes WIFI-6799
See merge request espressif/esp-idf!37027
2025-03-12 16:32:22 +08:00
muhaidong
d74a21694d
fix(wifi): fix ersu compatibility issue
2025-03-11 20:48:50 +08:00
Marius Vikhammer
12e9d6514a
fix(console): fixed secondary console not working on all chips without VFS
2025-03-07 14:41:19 +08:00
yinqingzhao
1c5708b07b
fix(wifi): fix some bugs related channel
2025-03-03 20:40:45 +08:00
wangtao@espressif.com
bba4231384
fix(wifi): fix max idle period 1 issue
2025-01-21 21:14:19 +08:00
yinqingzhao
f5b4187e50
feat(wifi): add wifi support for esp32c61 eco2
2024-12-30 10:40:58 +08:00