Xiao Xufeng
87182c9c76
doc(spi_flash): hide unsupported optional features
2024-02-02 10:33:59 +08:00
Xiao Xufeng
7bfc2b0418
spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart
2024-02-02 10:33:59 +08:00
Kapil Gupta
944862de25
fix(wifi): Add support to move supplicant BSS to external memory
2024-01-27 11:13:09 +05:30
wanlei
a0e8f75336
fix(spi): correct some signals and dummy bits docs
2023-12-22 15:08:45 +08:00
Shreyas Sheth
d6f65b1472
fix(wpa_supplicant): Remove deprecated mbedtls functions used in fast pbkdf2 and fix ci error
2023-12-05 23:59:58 +05:30
Kapil Gupta
3e4f49606b
change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts
...
Add changes to use fast_pbkdf2 as default for PMK calculations.
fast_pbkdf2 is significantly faster than current implementations
for esp chips.
Also removes unnecessary code for pbkdf-sha256 and pbkdf-sha512.
2023-12-05 16:54:31 +05:30
Song Ruo Jing
fd3576eca6
fix(ledc): fix ledc driver 100% duty cycle configuration
...
Update ledc duty cycle value range in doxygen.
Fix duty configuration error at 100% duty cycle for ESP32.
Improve LEDC API doxygen.
Closes https://github.com/espressif/esp-idf/pull/11516
Closes https://github.com/espressif/esp-idf/issues/12593
Closes https://github.com/espressif/esp-idf/issues/12083
2023-11-17 15:24:17 +08:00
Armando
46e71e43ba
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
...
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
2023-11-08 03:44:43 +00:00
morris
101c6abf04
docs(rmt): correct the reason about not allowing customized ISR handler
...
Closes https://github.com/espressif/esp-idf/issues/11478
2023-10-23 14:18:45 +08:00
Jiang Jiang Jian
6087eb201f
Merge branch 'docs/update_wifi_and_wpa_supplicant_documentation_v4.4' into 'release/v4.4'
...
docs(wifi): Update wifi and wifi security documentation and bugfixes
See merge request espressif/esp-idf!25831
2023-10-19 04:04:19 +08:00
Marius Vikhammer
59f3da56bd
Merge branch 'bugfix/fix_freertos_system_task_names_v4.4' into 'release/v4.4'
...
fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix (v4.4)
See merge request espressif/esp-idf!26120
2023-10-18 16:10:25 +08:00
Shreyas Sheth
a319ccb552
fix(wifi): Fix crash occuring when station SAE group is not set to SECP256R1
2023-10-17 13:45:27 +05:30
Shreyas Sheth
3d85e81be2
docs(wifi): Update wifi and wifi security documentation and bugfixes
...
1. Update documentation for WPA3 Enterprise and WPA3 Enterprise 192-bit
mode
2. Update documentation for WPA3 OWE and OWE transition mode
3. Update documentation related to SAE PK, SAE PWE and Transition Disable
4. Update documnetation for wifi connect API
5. Fix config paramter information for wifi scan start
6. Fix documentation related to scan threshold config setting
7. Replace ESP_ERR_WIFI_ARG error code as ESP_ERR_INVALID_ARG
8. Update documentation for 802.11R Fast transition
9. Fix sta connecting with wpa security in enterprise mode
2023-10-16 14:21:44 +05:30
Linda
d735ca0483
docs: fix some links in ble-mesh-index.rst in v4.4
2023-10-16 10:54:03 +08:00
Sudeep Mohanty
c30e238b16
fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix
...
This commit updates the IDLE task names for each core by concatenating
the respective coreIDs to the names.
Closes https://github.com/espressif/esp-idf/issues/12204
2023-09-21 13:16:51 +02:00
morris
4b46cc06ec
Merge branch 'bugfix/fix_psram_size_doc_s3_v4.4' into 'release/v4.4'
...
doc: update s3 psram vaddr max range size (v4.4)
See merge request espressif/esp-idf!25504
2023-09-05 14:57:40 +08:00
Jiang Jiang Jian
c9c7322678
Merge branch 'contrib/github_pr_9694_v4.4' into 'release/v4.4'
...
add low power doc and picture (GitHub PR)(backport v4.4)
See merge request espressif/esp-idf!25592
2023-08-30 14:56:44 +08:00
wangtao
1e40e7074f
backport for v4.4 delete esp32c2 and c6 info
2023-08-29 11:36:49 +08:00
chenjianxing
e94ea3fa90
docs: update power save part
2023-08-28 14:34:15 +08:00
wang tao
41cfb55042
add low power doc and picture
...
Merges https://github.com/espressif/esp-idf/pull/9694
2023-08-28 14:33:58 +08:00
Armando
6e465a16a7
doc: update s3 psram vaddr max range size
2023-08-23 19:25:47 +08:00
Lou Tianhao
40954d1eb6
docs(pm/sleep): rewrite_all_low_to_any_low_when_not_esp32
2023-07-26 11:49:30 +08:00
Lou Tianhao
7aa3079e2a
Change: rewrite EXT1 triggle mode all_low to any_low when not esp32
2023-07-25 17:52:09 +08:00
zhangyanjiao
a803c50427
fix(wifi): Add bugfixes and improvements
...
1. Update wifi security mode
2. Add check for memory allocation in tx buffers
3. Fix association refused temporarily comeback time set to zero issue
4. Vnd ie callback can be set to null
2023-07-20 10:26:48 +08:00
Rotzbua
d360cdbd15
doc: remove WEP as security mode
...
Signed-off-by: zhangyanjiao <zhangyanjiao@espressif.com>
Closes https://github.com/espressif/esp-idf/pull/10015
2023-07-20 10:26:48 +08:00
xiongweichao
a709c402a6
docs(sleep_modes): Updated Wi-Fi/Bluetooth and Sleep Modes in docs
2023-07-17 17:13:22 +08:00
Jiang Jiang Jian
0694319356
Merge branch 'docs/fix_typo_in_api_guides_usb_otg_console_v4.4' into 'release/v4.4'
...
docs: fix a typo in api-guides/usb-otg-console (v4.4)
See merge request espressif/esp-idf!24455
2023-07-10 10:37:23 +08:00
Jiang Jiang Jian
8bf7c74fbf
Merge branch 'docs/fix_typo_in_api-reference_system_ota_v4.4' into 'release/v4.4'
...
fix a typo in api-reference/system/ota (v4.4)
See merge request espressif/esp-idf!24446
2023-07-10 10:37:01 +08:00
Vikram
6516e34f9f
Added description to disable coredump logs to ram_usage.rst
...
Signed-off-by: Vikram <vikram.dattu@espressif.com>
2023-07-07 04:50:50 +00:00
Linda
29c87e28cf
fix a typo in api-reference/system/ota
2023-06-29 09:42:36 +00:00
Linda
9608acabd1
docs: fix a typo in api-guides/usb-otg-console
2023-06-29 09:42:28 +00:00
Marius Vikhammer
75c4b1f0bc
usb: fixed docs linking to deleted examples
2023-06-28 16:15:28 +08:00
Krzysztof Budzynski
e14ebdcaa5
Merge branch 'docs/fix_error_in_esp32-s2-devkitc-1_pin_layout_diagram_v4.4' into 'release/v4.4'
...
Docs/Fix error in esp32-s2-devkitc-1 pin layout diagram (v4.4)
See merge request espressif/esp-idf!24118
2023-06-12 11:56:02 +08:00
Jiang Jiang Jian
72007647cd
Merge branch 'feature/example_deep_sleep_wake_stub_backport_v4.4' into 'release/v4.4'
...
example: add deepsleep_wake stub example (backport v4.4)
See merge request espressif/esp-idf!23360
2023-06-09 19:11:20 +08:00
Zim Kalinowski
b04cd385f8
Merge branch 'bugfix/sync-contribution-guide_v4.4' into 'release/v4.4'
...
docs: updated contribution agreement (v4.4)
See merge request espressif/esp-idf!23837
2023-06-09 13:48:09 +08:00
morris
3f0ccda84e
Merge branch 'contrib/github_pr_11113_v4.4' into 'release/v4.4'
...
Fix usb enumeration stage error for some device (GitHub PR) (v4.4)
See merge request espressif/esp-idf!23334
2023-06-08 18:00:27 +08:00
Wang Ning
d1eb933948
fix_error_in_esp32-s2-devkitc-1_pin_layout_diagram
2023-06-08 16:20:46 +08:00
Marius Vikhammer
b0729b5d48
Merge branch 'bugfix/mktime_tzset_v4.4' into 'release/v4.4'
...
core-system/newlib: updated docs to reflect that tzset() needs to be called (v4.4)
See merge request espressif/esp-idf!23901
2023-06-08 15:59:53 +08:00
Marius Vikhammer
1a7d855815
Merge branch 'contrib/github_pr_11394_v4.4' into 'release/v4.4'
...
docs: Fix typo in Linux/macOS getting started docs (GitHub PR) (v4.4)
See merge request espressif/esp-idf!23734
2023-06-08 15:53:08 +08:00
zhiweijian
1c2e8f41f3
fix blufi doc error
2023-05-25 10:46:12 +00:00
Marius Vikhammer
aab35a2126
core-system/newlib: updated docs to reflect that tzset() needs to be called before localtime/mktime()
...
According to the posix standard localtime/mktime should use timezone information as though localtime/mktime() calls tzset(),
but this is not the case in older versions of Newlib.
Closes https://github.com/espressif/esp-idf/issues/11455
2023-05-24 16:37:29 +08:00
Zim Kalinowski
df84708f61
docs: updated contribution agreement
2023-05-18 16:46:08 +02:00
Nihal Gonsalves
514b88a8f0
Fix typo in Linux/macOS getting started docs
...
`hello_word` -> `hello_world`
2023-05-15 09:38:38 +08:00
jiangguangming
ede29b4812
docs: add wake stub example link to deep-sleep-stub.rst
2023-04-24 11:37:46 +08:00
Darian Leung
fd2d4a83e2
usb_host: Update docs and comments regarding first configuration enumeration
...
This commit updates some comments and documentation regarding changes made in
PR https://github.com/espressif/esp-idf/pull/11113 .
2023-04-21 12:53:27 +08:00
morris
9516e80f61
Merge branch 'bugfix/wakeup_io_hold_unhold_in_sleep_v4.4' into 'release/v4.4'
...
gpio: Fix deep sleep wakeup IOs unable to unhold after wakeup (v4.4)
See merge request espressif/esp-idf!22670
2023-04-21 10:51:05 +08:00
Mahavir Jain
62a9966181
Merge branch 'bugfix/block9_can_not_be_used_for_fe_v4.4' into 'release/v4.4'
...
efuse: Prevent burning XTS_AES and ECDSA keys into BLOCK9 (BLOCK_KEY5) (v4.4)
See merge request espressif/esp-idf!23292
2023-04-20 23:03:51 +08:00
Mahavir Jain
9e6e5ba0ef
docs: add a note regarding EFuse Block9 key purpose quirk for some chips
2023-04-20 13:58:51 +08:00
morris
2dc6c95859
Merge branch 'bugfix/usb_serial_driver_block_v4.4' into 'release/v4.4'
...
usb_serial_jtag: Fix bug of blocking TX xfer when using driver (backport v4.4)
See merge request espressif/esp-idf!22831
2023-04-20 11:01:01 +08:00
zhangyanjiao
37ff6b2ac9
Update the ESP-NOW frame length in docs
2023-04-11 14:21:43 +08:00