shenmengjing
8eff8b088e
docs: Sync CN and EN docs
2024-12-06 16:27:23 +08:00
xiongweichao
383bc035ce
fix(bt): Move esp_wifi_bt_power_domain_on/off to esp_phy_init.h
2024-11-19 10:12:37 +08:00
hrushikesh.bhosale
ace6a490bc
feat(esp_https_server): Updated the ESP_TLS_SERVER_CERT_SELECT_HOOK config
...
Update the ESP_TLS_SERVER_CERT_SELECT_HOOK config to ESP_HTTPS_SERVER_CERT_SELECT_HOOK
And made it depend on ESP_TLS_SERVER_CERT_SELECT_HOOK
2024-11-14 14:48:50 +05:30
yinqingzhao
403d44ae68
docs(wifi): add migration guide for types change in wifi
2024-11-04 21:17:37 +08:00
C.S.M
89b9c480cc
docs(spi_flash): Add migration guide for removing XMC-C suspend support
2024-10-18 10:26:26 +08:00
Marius Vikhammer
bb8fa9300f
Merge branch 'change/rename_va_narg' into 'master'
...
fix(system): rename __VA_NARG__ macro
Closes IDF-11367
See merge request espressif/esp-idf!34068
2024-10-17 08:57:44 +08:00
Marius Vikhammer
64e0fc7a5a
fix(system): rename __VA_NARG__ macro
...
__VA_NARG__ is copied from a forum post and is a pretty common implementation
with a high chance of causing naming collision
Added ESP_ namespace to avoid this.
2024-10-15 09:41:00 +08:00
Zhang Shuxian
4c08e00c6a
docs: Update CN translation for system.rst
2024-10-08 14:49:14 +08:00
Zhang Shu Xian
6a0ec48b11
Merge branch 'docs/fix_wrong_statement' into 'master'
...
docs: Fix wrong statement about set/get gptimer raw count
Closes DOC-8882
See merge request espressif/esp-idf!33574
2024-09-18 14:28:32 +08:00
Zhang Shuxian
0244f7a9b5
docs: Fix wrong statement about set/get gptimer raw count
2024-09-18 10:14:55 +08:00
liqigan
1cfb537813
fix(bt/bluedroid): Fixed the SDP API compatibility bug
2024-09-14 14:37:50 +08:00
Alexey Lapshin
599c14d8f0
Merge branch 'feature/update-toolchain-to-esp-14.2.0_20240903' into 'master'
...
feat(tools): update toolchain version to esp-14.2.0_20240906
Closes IDFGH-13033, IDFGH-13355, and IDFGH-13360
See merge request espressif/esp-idf!33295
2024-09-09 14:22:47 +08:00
Alexey Lapshin
47212eaa3a
feat(tools): update toolchain version to esp-14.2.0_20240903
...
Closes https://github.com/espressif/esp-idf/issues/13979
Closes https://github.com/espressif/esp-idf/issues/14273
Closes https://github.com/espressif/esp-idf/issues/14267
2024-09-08 13:52:22 +07:00
liqigan
c564817862
feat(bt/bluedroid): Add API to create Device ID Service record
2024-09-05 15:32:56 +08:00
Daniel Paul
1870eaa2ba
Merge branch 'docs/consistent_naming_convention_for_ESP_Component_Registry' into 'master'
...
docs: Consistent naming convention for ESP Component Registry
See merge request espressif/esp-idf!31205
2024-07-29 17:30:33 +08:00
Shen Meng Jing
346f31ccc0
Merge branch 'docs/translate_protocols' into 'master'
...
docs: Provide CN translation for protocols.rst
Closes DOC-8439
See merge request espressif/esp-idf!32257
2024-07-24 18:47:11 +08:00
shenmengjing
df8009fb95
docs: Consistent naming convention in CN translation
2024-07-24 17:20:30 +08:00
shenmengjing
a14541b66d
docs: Provide CN translation for protocols.rst
2024-07-24 16:57:48 +08:00
Daniel Paul
658b1de02c
docs: Consistent naming convention for ESP Component Registry
2024-07-23 14:10:34 +08:00
Zhang Shuxian
348d834f97
docs: Update cn trans and provide proper indentation for 2 files
2024-07-19 19:20:31 +08:00
Konstantin Kondrashov
668886842f
feat(all): Remove usage old log macros
2024-05-15 15:25:30 +08:00
David Čermák
8c97b7f548
Merge branch 'fix/docs_wifi_get_sta_list' into 'master'
...
fix(docs): tcpip_adapter: Document replacement of tcpip_adapter_get_sta_list
Closes DOC-7657
See merge request espressif/esp-idf!30472
2024-05-09 19:06:05 +08:00
David Cermak
97dfde1442
fix(docs): tcpip_adapter: Document replacement of tcpip_adapter_get_sta_list
2024-05-02 14:07:24 +02:00
shenmengjing
49ba4c0268
docs: Provide translation for system.rst in migration-guides
2024-04-25 11:00:34 +08:00
zhiweijian
b9a1756202
fix(ble/bluedroid): Remove BLE functions discard declaration
...
fix(nt/bluedroid): Split the device name set functions
feat(bt/bluedroid): added APIs to get/set device name on BT GAP side
change(bt/common): Marked some APIs in device module as deprecated
1. esp_bt_dev_set_device_name
2. esp_bt_dev_get_device_name
change(bt/bluedroid): use BT GAP APIs to set/get device name in bluetooth classic examples
change(bt/bluedroid): use BT/BLE GAP APIs to set/get device name in coexist examples
2024-04-18 15:53:54 +08:00
zhiweijian
5725595d84
fix(ble/bluedroid): Remove esp_bluedroid_init() discard declaration
2024-04-18 15:53:30 +08:00
Shen Meng Jing
328247d89c
Merge branch 'docs/translate_system.rst' into 'master'
...
Provide translation for system.rst in migration-guides
Closes DOC-7488
See merge request espressif/esp-idf!29793
2024-04-07 13:37:34 +08:00
shenmengjing
fb7823f7f3
docs: Provide translation for system.rst in migration-guides
2024-04-07 12:11:44 +08:00
Dai Zi Yan
2545edc255
Merge branch 'docs/sync_up_trans' into 'master'
...
docs: sync up translation for several documents
Closes DOC-7456 and DOC-7534
See merge request espressif/esp-idf!29908
2024-04-02 10:46:49 +08:00
daiziyan
5fb96ec687
docs: sync up translation for several documents
2024-04-01 17:13:47 +08:00
alanmaxwell
0f73cf50fb
refactor(wifi): Add deprecated attribute for WiFi multiple antennas api
2024-04-01 14:59:27 +08:00
laokaiyao
94ea9e398e
fix(i2s): rollback the breaking change of callback event data
...
`i2s_event_data_t::data` is deprecated due to the cumbersome usage of secondary pointer
Please use the newly added first-level pointer `i2s_event_data_t::dma_buf` instead
2024-03-29 14:33:25 +08:00
Shen Meng Jing
fc9484785b
Merge branch 'docs/translate_a' into 'master'
...
docs: Provide translation for security.rst in migration-guides
Closes DOC-7475
See merge request espressif/esp-idf!29773
2024-03-29 12:56:15 +08:00
Shen Mengjing
57877a682e
docs: Provide translation for security.rst in migration-guides
2024-03-29 11:59:22 +08:00
Harshit Malpani
8f8528a10c
feat(esp_https_ota): Add config to configure memory capability for OTA buffer
...
Add `Tuning OTA Performance` section in OTA documentation
2024-03-28 11:11:07 +05:30
Alexey Lapshin
31a951268a
feat(newlib): get rid of dirent.h in favor of toolchain
2024-03-15 12:36:00 +04:00
Shu Chen
6bc666064a
docs(ieee802154): add migration note for the receive done handler feature
2024-01-25 20:27:14 +08:00
kirill.chalov
22a053f1fc
docs(sphinx-lint): Fix issues reported by sphinx-lint before adding it to pre-commit
2024-01-23 15:22:29 +08:00
Jiang Jiang Jian
a047d5d097
Merge branch 'doc/update_bluedroid_init_migration' into 'master'
...
doc(bt/bluedroid): Update migration docs for new version of API for Bluedroid host stack initialization
See merge request espressif/esp-idf!27857
2024-01-22 12:08:26 +08:00
Cao Sen Miao
3dc76e9360
refactor(usb_serial_jtag): make usb_serial_jtag as component
2024-01-05 19:42:04 +08:00
laokaiyao
baccc61482
refactor(parlio): make parlio driver as component
2024-01-04 14:12:42 +08:00
Wan Lei
bbe91fadbd
Merge branch 'feature/esp_driver_ledc' into 'master'
...
feat(ledc): make esp_driver_ledc as component
See merge request espressif/esp-idf!28163
2023-12-29 21:15:55 +08:00
wanlei
82f26471f0
feat(ledc): make esp_driver_ledc as component
2023-12-29 11:28:19 +08:00
Wang Meng Yang
4c8f6c5458
Merge branch 'feat/add_get_device_name_api' into 'master'
...
feat(bt/bluedroid): Added API to get local device name
Closes BT-3526
See merge request espressif/esp-idf!27667
2023-12-27 10:37:33 +08:00
Shang Zhou
b300c78864
docs: Update CN translation for esp_tls.rst, mqtt.rst, and peripherals.rst
2023-12-22 09:11:43 +05:30
harshal.patil
42943845e4
feat(bootloader_support): Encrypt only the app image instead of the whole partition
...
Currently, when flash encryption is enabled, the whole partition gets encrypted.
This can be optimised by encrypting only the app image instead of encrypting the whole partition.
Closes https://github.com/espressif/esp-idf/issues/12576
2023-12-18 17:10:17 +05:30
Jin Cheng
a3f68aef8a
feat(bt/bluedroid): Added API to get local device name
2023-12-15 19:30:12 +08:00
Song Ruo Jing
bc09031496
refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart
...
Deprecated esp_vfs_dev_uart_xxx APIs
vfs_uart test case moved to esp_driver_uart test_apps
Astyle fixed for uart_vfs
2023-12-15 17:14:55 +08:00
Song Ruo Jing
6ad80f0332
refactor(uart): make uart driver as component, and fix astyle
2023-12-15 17:03:51 +08:00
Cao Sen Miao
aa10770323
refactor(i2c): Make i2c driver as a seperate component
2023-12-14 15:39:35 +08:00