David Čermák
8a64cc15a5
Merge branch 'feat/netif_mtu_path_disc' into 'master'
...
[esp_netif]: Support for MTU path discovery
Closes IDFGH-10355 and IDFGH-14560
See merge request espressif/esp-idf!42088
2025-10-24 13:29:03 +08:00
David Cermak
787bb39765
feat(esp_netif): Support posting event on SNTP time update
2025-10-23 13:56:02 +08:00
David Cermak
4c69bf826f
feat(esp_netif): Add support for initial MTU in netif config
...
Closes https://github.com/espressif/esp-idf/issues/15319
2025-10-23 07:41:42 +02:00
Jiang Jiang Jian
93f0ecfe2e
Merge branch 'fix/eth_init' into 'master'
...
fix(examples): fixed examples ethernet_init dependency
Closes IDFCI-4847
See merge request espressif/esp-idf!42770
2025-10-22 02:37:12 +08:00
Ondrej Kosta
6e160e2e47
fix(examples): fixed examples ethernet_init dependency
2025-10-21 13:06:04 +02:00
dependabot[bot]
f3aa1e81a9
build(deps-dev): bump vite version
...
Merges https://github.com/espressif/esp-idf/pull/17754
2025-10-21 16:38:27 +08:00
David Cermak
fdd86721e7
feat(esp_netif): Support for MTU path discovery
...
Closes https://github.com/espressif/esp-idf/issues/11613
2025-10-20 11:43:36 +02:00
Mahavir Jain
269acda53c
Merge branch 'cleanup/use_cjson_from_registry' into 'master'
...
cleanup: move cJSON to component manager
See merge request espressif/esp-idf!42379
2025-10-13 11:54:10 +05:30
Mahavir Jain
02af1db1dd
Merge branch 'feat(esp-tls)/add_more_server_configurations' into 'master'
...
feat(esp_tls): supports setting tls version and ciphersuite in server config
Closes IDFGH-16537
See merge request espressif/esp-idf!42323
2025-10-09 13:43:38 +05:30
Mahavir Jain
56098593d9
Merge branch 'fix/http_async_handler_ci_test_failure' into 'master'
...
fix(http_server): Fix CI test failure async_handler
Closes IDFCI-3119
See merge request espressif/esp-idf!42037
2025-10-09 12:26:05 +05:30
Mahavir Jain
439b1d6d08
cleanup: move cJSON to component manager
2025-10-06 14:08:06 +05:30
Ashish Sharma
62f852a93b
feat(esp_tls): supports setting tls version and ciphersuite in server config
...
Closes https://github.com/espressif/esp-idf/issues/17660
2025-10-03 15:19:41 +08:00
Ondrej Kosta
d622d4d9ac
feat(esp_eth): removed SPI Ethernet and PHY drivers from IDF
2025-09-28 16:19:42 +02:00
Kapil Gupta
0f63b92501
fix(esp_wifi): remove esp_interface.h and update usages
2025-09-26 21:42:30 +05:30
WanqQixiang
6b503d0db5
component: Remove wifi_provisioning component and esp_prov tool
2025-09-26 09:48:50 +08:00
Ondrej Kosta
9662963a3d
fix(esp_eth): fixed ETH builds by forcing Ethernet init ver
2025-09-25 07:28:12 +02:00
hrushikesh.bhosale
896c8ecc80
fix(http_server): Fix CI test failure async_handler
...
pytest trying to hit the server, before registration
of URI handlers or starting of server
2025-09-19 13:07:45 +05:30
hrushikesh.bhosale
dee9d760cd
feat(esp_http_server/async_handler): Add CI test for request on same socket
...
Added a CI test to request on same socket one after the another
2025-09-16 15:02:28 +05:30
hrushikesh.bhosale
f38b8fec92
feat(esp_http_client): Make https_async request under CERT BUNDLE config
...
Make https_async rqeuest under MBEDTLS_CERTIFICATE_BUNDLE config
2025-08-20 18:01:03 +08:00
Marek Fiala
9d35d63651
feat(cmake): Update minimum cmake version to 3.22 (whole repository)
2025-08-19 14:44:32 +02:00
hrushikesh.bhosale
4dd10c458c
fix(esp_http_client): Moved httpd_async request from cert_pem to crt_bundle
...
Moved the httpd_async request from cert_pem to esp_crt_bundle. As cert_pem
is alredy tested for howmyssl URL
2025-08-05 14:06:44 +05:30
Alex Lisitsyn
be5e48bf83
Merge branch 'feature/modbus_remove_examples' into 'master'
...
remove(modbus): remove modbus examples in IDF v6.0
Closes IDF-13491
See merge request espressif/esp-idf!40477
2025-07-31 14:44:33 +01:00
Mahavir Jain
8096a2a295
Merge branch 'feat/mbedtls_no_buffer_alloc_on_session_reset' into 'master'
...
feat(mbedtls): disable unnecessary buffer allocation in dynamic buffer session reset
See merge request espressif/esp-idf!40126
2025-07-31 17:53:50 +05:30
aleks
50e724a534
remove(modbus): remove modbus examples in IDF v6.0
2025-07-31 18:10:34 +08:00
Aditya Patwardhan
a783974d00
Merge branch 'feat/support_authentication_feature_for_ws' into 'master'
...
Added pre handshake callback for websocket
Closes IDF-13605
See merge request espressif/esp-idf!40706
2025-07-31 15:04:07 +05:30
hrushikesh.bhosale
a40ceffb19
feat(esp_http_server): Added pre handshake callback for websocket
...
1. If the user wants authenticate the request, then user needs to do
this before upgrading the protocol to websocket.
2. To achieve this, added pre_handshake_callack, which will execute
before handshake, i.e. before switching protocol.
2025-07-31 11:06:18 +05:30
Ashish Sharma
d9c431268a
feat(mbedtls): restructure mbedtls configuration page
2025-07-30 17:47:54 +08:00
Ashish Sharma
6259505f18
feat(mbedtls): disable unnecessary buffer allocation in dynamic buffer session reset
2025-07-30 17:45:16 +08:00
morris
1f82b347a6
Merge branch 'feat/upgrade_restful_server_example' into 'master'
...
Upgrade restful server example (Vue2->Vue3) (The webpage is mostly done by AI with tons of prompts)
See merge request espressif/esp-idf!40669
2025-07-24 13:36:22 +08:00
Aditya Patwardhan
5cc1e8c0d5
fix(mqtt): Increased partition size to fix build failure
2025-07-23 11:33:15 +05:30
morris
70d62b1a54
feat(restful_server): upgrade the example to use vue3+vuetify3
...
also cleaned up the backend firmware to use littlefs filesystem.
2025-07-21 12:03:10 +08:00
Fu Hanxi
288fc561b7
tests: fix skipif markers. use temp_skip instead
2025-07-16 09:12:03 +02:00
Fu Hanxi
682388487a
Merge branch 'ci/apply-idf-ci-1' into 'master'
...
ci: apply `idf-ci`
Closes IDFCI-2719
See merge request espressif/esp-idf!38755
2025-07-11 07:18:32 +02:00
Fu Hanxi
f33469dd63
ci: apply idf-ci build run
...
removed script:
- tools/ci/dynamic_pipelines/scripts/child_pipeline_build_apps.py -> idf-ci build run
- tools/ci/ci_build_apps.py -> idf-build-apps build
moved from remove from idf_pytest/constants.py to .idf_build_apps.toml
- DEFAULT_FULL_BUILD_TEST_COMPONENTS
- DEFAULT_FULL_BUILD_TEST_FILEPATTERNS
- DEFAULT_IGNORE_WARNING_FILEPATH
- DEFAULT_BUILD_LOG_FILENAME
- DEFAULT_SIZE_JSON_FILENAME
2025-07-09 10:33:28 +02:00
Fu Hanxi
0d5b3e60ac
ci: remove --enable-pytest from install.sh
2025-07-09 10:33:26 +02:00
nilesh.kale
5cc874068d
feat(esp_http_client): added event HTTP_EVENT_ON_STATUS_CODE
...
This commit added event HTTP_EVENT_ON_STATUS_CODE and
acquire response status code before header or data.
2025-07-08 17:45:18 +05:30
Jiang Jiang Jian
54fe3373ed
Merge branch 'chip/add_wifi_support_for_esp32c61_eco3_rebase_master' into 'master'
...
feat(wifi): add esp32c61 eco3 wifi support
Closes IDF-9244, IDF-9245, IDF-9246, IDF-9247, IDF-9248, IDF-9250, IDF-9513, IDF-10382, IDF-10384, IDF-11003, IDF-11004, IDF-10643, IDF-10642, IDF-10619, IDF-10634, IDF-10632, IDF-10636, IDF-10637, IDF-10626, IDF-10620, IDF-10621, IDF-10623, IDF-10635, IDF-10629, IDF-10622, IDF-10624, and IDF-10625
See merge request espressif/esp-idf!39720
2025-07-03 16:44:35 +08:00
Mahavir Jain
1f4612ec7a
Merge branch 'feat/support_cross_signed_root_certs' into 'master'
...
feat(esp_crt): adds support for cross signed root certificates
Closes IDF-13364
See merge request espressif/esp-idf!39797
2025-06-30 10:15:54 +05:30
Rocha Euripedes
01e990e166
Merge branch 'mqtt_event_suback_reason_code' into 'master'
...
feat(mqtt): Add reason code to SUBSCRIBED event in examples
Closes IDF-6430
See merge request espressif/esp-idf!39970
2025-06-27 18:08:05 +08:00
yinqingzhao
c1c78f5838
feat(wifi): add esp32c61 eco3 wifi support
2025-06-27 14:04:55 +08:00
Ashish Sharma
cabb5009f2
feat(esp_crt): adds support for cross signed root certificates
2025-06-26 16:01:11 +08:00
Euripedes Rocha
63b91c0608
feat(mqtt): Add reason code to SUBSCRIBED event in examples
2025-06-18 14:19:46 +02:00
Euripedes Rocha
d50fbe77d4
fix(mqtt): Make example binary data consistent
...
Improves user experience when copying examples to use as starting point.
2025-06-18 09:59:17 +02:00
Hossein.M
cfadf71093
fix: fix build failure when project name is not mqtt_ssl
...
fixes : #14870
Closes https://github.com/espressif/esp-idf/pull/14871
2025-06-18 07:49:21 +00:00
Mahavir Jain
068847e2af
fix: update root certificate for postman-echo endpoint
...
The certificate chain for postman-echo endpoint has switched to
Let's Encrypt root CA
Closes https://github.com/espressif/esp-idf/issues/16132
2025-06-16 15:55:13 +05:30
Aditya Patwardhan
f4e8813d45
Merge branch 'contrib/github_pr_15972' into 'master'
...
feat(esp_http_client): Event to signal last header downloaded (GitHub PR)
See merge request espressif/esp-idf!39309
2025-06-10 13:08:10 +05:30
David Cermak
d49f4d31d0
fix(examples): Update wifi-remote dependency to include IDF-v6
...
Use esp_wifi_remote version < v2.0
Planned release v1.0 to support remote and native coexistence, which
should be still compatible with IDFv5.x and IDFv6.x
2025-06-09 10:25:52 +02:00
David Cermak
8fede49368
change(examples): Re-enable examples which need esp_wifi_remote
...
This reverts commit 7023b489a7 .
2025-06-09 10:25:48 +02:00
Ashish Sharma
2ef09a7952
fix(esp_tls): fix failing build with TLS1.3 only and dynamic buffer
2025-06-02 09:14:03 +08:00
Richard Allen
30758d9beb
feat(esp_http_client): Event to signal last header download
...
When parsing ND-JSON streams, this is needed to indicate the
point when the ND-JSON stream is considered open, which
occurs just after the last HTTP_EVENT_ON_HEADER.
ND-JSON stream clients cannot rely on the first HTTP_EVENT_ON_DATA,
since that is only triggered by an event, which are optional and
may never be sent, or only sent well after the last HTTP_EVENT_ON_HEADER.
Closes #15952
2025-05-28 08:50:28 -05:00