Alexey Lapshin
0223bfe530
Merge branch 'feature/update-toolchain-to-esp-15.1.0_20250607' into 'master'
...
feat(tools): update toolchain version to esp-15.1.0_20250607
See merge request espressif/esp-idf!39728
2025-06-26 06:32:54 +04:00
Alexey Lapshin
0be466755b
feat(build): add CONFIG_COMPILER_DISABLE_GCC15_WARNINGS and toolchain migration-guide
2025-06-25 18:01:47 +07:00
Chen Jichang
a2ef01fc5b
remove(legacy_mcpwm): remove legacy mcpwm driver in IDF v6.0
2025-06-24 10:49:37 +08:00
Sudeep Mohanty
7023f5bf3c
Merge branch 'contrib/github_pr_16040' into 'master'
...
refactor(xtensa): Rename specreg.h register macros (GitHub PR)
Closes IDFGH-11606 and IDFGH-15386
See merge request espressif/esp-idf!39649
2025-06-20 08:51:33 +02:00
armando
6abac38b9c
refactor(adc): removed the legacy adc driver and legacy adc calibration calibration driver
2025-06-18 14:35:41 +08:00
Nebojsa Cvetkovic
d0ceef20f4
refactor(xtensa): Rename specreg.h register macros
...
This commit renames all registers in xtensa/specreg.h to by adding the
prefix XT_REG_. This is done to avoid naming collisions with similar
variable names. A new register file, viz., xt_specreg.h is created. The
previous names are still available to use but have been deprecated.
Closes https://github.com/espressif/esp-idf/issues/12723
Merges https://github.com/espressif/esp-idf/pull/16040
2025-06-17 15:37:33 +02:00
C.S.M
f4a45a30b5
Merge branch 'refactor/remove_tsens_legacy' into 'master'
...
refactor(temperature_sensor): Remove legacy temperature sensor driver
Closes IDF-12570 and IDF-13366
See merge request espressif/esp-idf!39840
2025-06-16 16:09:40 +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
C.S.M
bdf4dafe56
fix(soc): Fix wrong efuse register on esp32c61
2025-06-16 10:58:53 +08:00
C.S.M
d839ecbcf0
refactor(temperature_sensor): Remove legacy temperature sensor driver
2025-06-16 10:58:09 +08:00
Alexey Lapshin
a319aa902c
Merge branch 'feature/change-orphan-handling-behavior-to-error' into 'master'
...
feat(build): change orphan-handling behavior to error
Closes IDF-9792 and DOC-11408
See merge request espressif/esp-idf!39566
2025-06-15 17:41:10 +04:00
Zhang Shuxian
be87c12a74
docs(migration-guides): add CN translation for build-system.rst
2025-06-15 11:54:05 +07:00
laokaiyao
bf3a050f4d
remove(legacy_dac): remove legacy dac driver in IDF v6.0
2025-06-12 16:53:47 +08:00
morris
fb4b590941
refactor(dma)!: remove deprecated functions
2025-06-12 12:24:58 +08:00
Song Ruo Jing
60bef64f5c
feat(gpio): esp_rom_gpio_connect_in/out_signal now has their hal implementation
2025-06-11 20:41:37 +08:00
Chen Jichang
d345ac1a50
remove(legacy_pcnt): remove legacy pcnt driver in IDF v6.0
2025-06-11 16:54:41 +08:00
Alexey Lapshin
555c511d28
feat(build): change orphan-handling behavior to error
2025-06-10 14:44:01 +08:00
laokaiyao
6eb5bfe587
remove(legacy_i2s): remove legacy i2s driver in IDF v6.0
2025-06-10 12:23:23 +08:00
Aditya Patwardhan
8d0527d7bf
Merge branch 'feat/support_sha512_for_esp32c5' into 'master'
...
Support SHA 512 for ESP32-C5
See merge request espressif/esp-idf!39421
2025-06-09 09:42:37 +05:30
morris
3b504812df
Merge branch 'refactor/remove_legacy_timer_driver' into 'master'
...
!Remove legacy timer group driver
Closes IDF-13169
See merge request espressif/esp-idf!39346
2025-06-09 10:56:06 +08:00
harshal.patil
85ec4df4db
change(mbedlts/port): Remove deprecated header files
2025-06-06 14:52:03 +05:30
harshal.patil
fe78370ec9
feat(mbedtls/sha): New API for setting SHA mode
2025-06-06 14:51:44 +05:30
morris
a04df4631e
refactor(gptimer)!: removed the legacy driver
...
also provide idy.py hints instructions
2025-06-06 15:11:26 +08:00
Roland Dobai
3efb46e480
remove(tools): Drop official support for gdbgui
2025-06-06 14:32:05 +08:00
Wan Lei
6cd14c143b
Merge branch 'feat/twai_driver_add_programming_guide' into 'master'
...
feat(driver_twai): new driver add programming guide
Closes IDF-9466
See merge request espressif/esp-idf!39013
2025-05-30 14:27:33 +08:00
wanckl
77277b59fc
feat(driver_twai): new driver add programming guide
2025-05-29 21:00:50 +08:00
C.S.M
1f37a8da9a
refactor(i2c): Remove i2c slave v1 driver
2025-05-27 11:22:20 +08:00
morris
f6b8ad87fa
feat(docs): initial migration guide for idf 6.x
2025-05-23 18:10:01 +08:00
Shen Meng Jing
62d4115e08
docs: Fix some typos
2025-04-30 18:35:39 +08:00
zhangyanjiao
f73e8b2320
fix(docs): update the migration-guides for espnow change
2025-04-10 14:05:12 +08:00
Jiang Jiang Jian
1633c1a2bb
Merge branch 'docs/wifi_wpa3_ent_migration_guide_v5.4' into 'master'
...
docs(wifi): Add migration guide for WPA3-Enterprise authentication modes for v5.4
See merge request espressif/esp-idf!36827
2025-02-21 11:50:53 +08:00
Sarvesh Bodakhe
9ed5ea1acf
docs: Add migration guide for WPA3-Enterprise authentication modes for v5.4
2025-02-20 16:18:36 +05:30
renpeiying
0f3fb0c0fb
docs: Update CN translation for 5.5/protocol
2025-02-20 11:59:08 +08:00
Mahavir Jain
e3e49d7463
Merge branch 'fix/make_scratch_buffer_dynamic' into 'master'
...
fix(esp_http_server): Make the http server scratch buffer dynamic
Closes IDF-11879
See merge request espressif/esp-idf!36651
2025-02-14 14:00:10 +08:00
hrushikesh.bhosale
9846584def
feat(esp_http_server): Modified the calculation of buf_len
...
Modified the calculation of buf_len, so that scratch buffer allocates
the memory according to requirement and not extra (except the last read chunk)
2025-02-13 17:15:07 +05:30
liqigan
af01dd06bd
docs(bt/bluedroid): Added migration guide for bluedroid init API
...
Closes https://github.com/espressif/esp-idf/issues/15352
2025-02-10 14:38:55 +08:00
Zhang Shuxian
e575b31acc
docs: Update cn translation about ota
2025-01-15 16:15:20 +08:00
Mahavir Jain
5c5e80ca24
Merge branch 'feat/remove_pre_encrypted_ota_example_support' into 'master'
...
feat(ota): Remove the pre_encrypted_ota example from eps-idf
See merge request espressif/esp-idf!35891
2025-01-13 16:06:35 +08:00
hrushikesh.bhosale
8ea58f3d36
feat(ota): Remove the pre_encrypted_ota example from eps-idf
...
1. Remove the pre_encrypted_ota example from the esp-idf as we have
moved this example idf-extra-components repository under esp_encrypted_img
component
2. Added the migration guide for 5.5 release
2025-01-13 11:33:14 +05:30
laokaiyao
805d2ffb34
docs(touch): update touch sensor docs for the new driver
2025-01-10 16:42:36 +08:00
Konstantin Kondrashov
b37218ce1a
feat(docs): Updates the log doc adding log v2
2025-01-08 14:46:53 +08:00
Marius Vikhammer
34c7d62855
refactor(hw_support): combine esp_hw_support rtc header to a single file
2024-12-30 10:09:34 +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
Peter Dragun
2c458f3af1
feat(tools): Add auto color to monitor and disable colors from chip logs
...
ANSI color codes are handled on the host side instead of the chip side. This
will result in shorter log messages transmitted over serial.
2024-10-01 11:46:20 +02: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