e2fa11103c
fix(modem): Use generated AT command definitions for IDE navigation
...
BREAKING CHANGE: inc headers for AT command definitions are no longer used directly, but pregenerated into *.h(pp)
2025-04-04 15:39:39 +02:00
44d476fc50
docs(websocket): fix minor readability issues
2025-01-28 14:59:24 +01:00
55385ec312
feat(websocket): Support DS peripheral for mutual TLS
2025-01-28 14:58:54 +01:00
774bab22ea
fix(common): Update esp-docs dependencies to fix docs-build job
2025-01-20 12:52:52 +01:00
cc2741d4ad
fix(modem): Document CMUX compatibility issue with CAVLI C16QS
...
Closes https://github.com/espressif/esp-protocols/issues/507
2024-11-07 12:41:47 +01:00
c5653ff204
Merge pull request #677 from david-cermak/fix/docs_links
...
[asio]: Fix links in documentation
2024-11-06 14:40:23 +01:00
2d9759265b
fix(modem): Fix docs to link tests correctly
...
Closes https://github.com/espressif/esp-protocols/issues/664
2024-10-25 12:56:08 +02:00
8f1f935858
fix(asio): Fix docs to link examples correctly
2024-10-25 12:43:19 +02:00
1790989242
feat(modem): add ability to change ESP_MODEM_C_API_STR_MAX from Kconfig
2024-09-11 11:40:09 +03:00
d7fa24bc20
feat(websocket): add events for begin/end thread
...
Add events to signal the start and end of the
websocket thread handler, only once each per client.
2024-08-16 14:45:54 -05:00
9cf4163663
docs(websocket): improve websocket event list
2024-08-16 14:45:50 -05:00
2585565483
fix(mdns): updated the document to clarify service advertisment prerequisite (IDFGH-6982)
2024-03-22 11:57:24 +04:00
b6bbe47cae
fix(mdns): updated the document to clarify self-querying mechanism
2024-03-05 12:38:07 +04:00
efa26b7062
Merge pull request #484 from david-cermak/fix/modem_docs_ota
...
fix(modem): Documented some tips on failing OTA
2024-01-18 17:43:03 +01:00
ba3f06f942
docs(common): Added package requirements.txt for esp-docs
2024-01-16 16:57:58 +04:00
adde6df6e8
fix(modem): Documented some tips on failing OTA
...
Closes https://github.com/espressif/esp-protocols/issues/482
2024-01-15 14:58:03 +01:00
577de67c0e
fix(modem): Fixed documentation and example on creating custom device
...
Updates docs and examples per recent changes:
* Modem example does no longer demonstrate how to overwrite an AT method
* PPPoS client example now contains much simpler custom module
definition
Closes https://github.com/espressif/esp-protocols/issues/452
2024-01-09 10:26:39 +01:00
afbca5343e
Merge pull request #416 from david-cermak/fix/modem_undef_mode
...
fix(modem): Fixed mode transitions between any state and UNDEF
2023-11-28 17:11:43 +01:00
5396de42d0
docs(modem): Added documentation about mode transitions
...
Closes https://github.com/espressif/esp-protocols/issues/318
2023-11-07 12:35:06 +01:00
020b407472
fix(modem): Fixed API docs within doxygen comments
2023-11-02 15:46:38 +01:00
0254d50128
fix(modem): Support for custom modules with C-API
...
MAJOR CHANGE: Added support for implementing user defined modules in standard C-API
2023-11-02 13:35:07 +01:00
ce9337d332
docs(asio): Updates asio docs
...
- Removes mention to WolfSSL
- Fix links to examples
- Fix diagram markdwon.
2023-10-31 09:24:38 +01:00
f5a0d5fb40
docs(modem): Update Doxyfile to generate correct docs links
2023-07-17 11:18:51 +04:00
3635e2fabc
docs(modem): Add known issues section to docs
...
Also updates self-hosted runner tag (from runner name to test scope
related tag)
2023-06-21 10:43:27 +02:00
4de52981cb
docs: update documentation links
2023-05-12 12:21:55 +04:00
217a96a2e4
docs(common): deploy docs if component version got changed
2023-05-05 18:21:18 +04:00
ab94566995
fix(esp_modem): fix esp_modem build issue
2023-04-27 12:25:59 +04:00
05348534a6
docs(esp_modem): updated documents to show missed topics
2023-04-26 16:24:30 +04:00
a547ec8147
docs(esp_mqtt_cxx): updated documentation and deployment file
2023-04-05 11:42:59 +04:00
ca3fce003e
docs(common): improving documentation
...
- update esp_modem to use esp_docs
- migrated docs from github pages to docs.espressif.com
2023-03-31 12:04:46 +04:00
b6b20ad399
mDNS: Initial version based on IDF 5.0
2022-06-01 21:04:37 +04:00
8863ed944d
docs: update redirected links
...
* Original commit: espressif/esp-idf@030cb77597
2022-05-27 17:44:25 +04:00
7bf23a7fe9
doc: Changed Chinese doc to use dynamic chip name
...
* Original commit: espressif/esp-idf@cfeb9e68cb
2022-05-27 17:44:23 +04:00
881ca095f0
doc: Update English pages with generic target name
...
* Original commit: espressif/esp-idf@9352899d69
2022-05-27 17:44:23 +04:00
d9fa457b4f
docs: add new top-level docs builder that builds docs for a single chip
...
* Original commit: espressif/esp-idf@e6211c7864
2022-05-27 17:44:23 +04:00
1734e59057
zh_CN translation of mdns service
...
* Original commit: espressif/esp-idf@9691a755f6
2022-05-27 17:44:23 +04:00
7e3b35efd9
mdns: documentation: fixed inconsistent enum in example of reading mdns results
...
* Original commit: espressif/esp-idf@786f5641f7
2022-05-27 17:44:23 +04:00
26f00e8ddb
Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available
...
* Original commit: espressif/esp-idf@097adc3a33
2022-05-27 17:44:22 +04:00