f6d5186e5b
Merge pull request #325 from gabsuren/docs/link_fix_esp_modem
...
docs(modem): Update Doxyfile to generate correct docs links
2023-07-19 12:05:56 +04:00
8eb3a0feea
Merge pull request #324 from gytxxsy/feature/set_ation_queue_len_in_kconfig
...
feat(mdns): Allow setting length of mDNS action queue in menuconfig
2023-07-18 13:40:36 +02:00
28cd898eca
feat(mdns): Allow setting length of mDNS action queue in menuconfig
2023-07-18 19:09:16 +08:00
a22391ae2c
feat(websocket): Added linux port for websocket
2023-07-18 14:18:39 +04:00
f5a0d5fb40
docs(modem): Update Doxyfile to generate correct docs links
2023-07-17 11:18:51 +04:00
ecc465daa3
Merge pull request #321 from gabsuren/mdns/release_1.2.0
...
bump(mdns): 1.1.0 -> 1.2.0
mdns-v1.2.0
2023-07-04 12:24:13 +04:00
181b6e4013
bump(mdns): 1.1.0 -> 1.2.0
...
1.2.0
Features
- add an API for setting address to a delegated host (ddc3eb6
)
- Add support for lwip build under linux (588465d
)
- Allow for adding a delegated host with no address (c562461
)
- Add APIs for looking up self hosted services and getting the self hostname (f0df12d
)
Bug Fixes
- Refactor freertos linux compat layers (79a0e57
)
- Fix delegated service PTR response (cab0e1d
)
- Added unit tests to CI + minor fix to pass it (c974c14
)
Updated
- docs: update documentation links (4de5298
)
2023-07-04 11:56:33 +04:00
40e3875f76
Merge pull request #315 from zwx1995esp/feature/add_delegate_host_addr_set
...
feat(mdns): add an API for setting address to a delegated host
2023-07-04 10:54:35 +04:00
ddc3eb62d0
feat(mdns): add an API for setting address to a delegated host
2023-06-29 21:57:39 +08:00
3625889049
Merge pull request #286 from david-cermak/feat/example_multiple_netifs
...
feat(examples): Add multiple netif demo: eth+wifi+PPP
2023-06-28 17:49:32 +02:00
2bd6163ec8
ci(common): Introduce global warning list file
2023-06-28 16:49:37 +02:00
f1eb46580e
feat(examples): Add build/host tests to examples
2023-06-28 12:59:48 +02:00
1c20328dcf
feat(examples): Support simple PPP connect in multinet example
2023-06-28 12:59:44 +02:00
6de22f3893
Merge pull request #314 from david-cermak/fix/issue_template
...
Update issue template with correct docs links
2023-06-27 17:40:36 +02:00
e280b3b541
docs(common): Update issue template with correct docs links
2023-06-26 10:33:16 +02:00
00d7c40848
feat(examples): Add multiple netif demo: eth+wifi+PPP
2023-06-22 11:49:59 +02:00
4f1769ec71
Merge pull request #311 from david-cermak/fix/modem_known_issues
...
docs(modem): Add known issues section to docs
modem-v1.0.1
2023-06-22 10:57:54 +02:00
20dd910b3a
bump(modem): 1.0.0 -> 1.0.1
...
1.0.1
Bug Fixes
- Support UART clean build with IDF v5.2 (e620eb5
)
- enable code coverage publishing to github pages (4910e89
)
- fix esp_modem build issue (ab94566
)
- Example to use 1.0.0 (afb6930
)
- Changelog to correctly pick references (423e965
)
Updated
- docs(esp_modem): updated documents to show missed topics (0534853
)
- docs(common): improving documentation (ca3fce0
)
2023-06-22 09:50:23 +02: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
84035d8f3b
Merge pull request #265 from david-cermak/feat/linux_port_component
...
examples: Add simple mqtt client demo running on linux
2023-06-20 16:23:15 +02:00
e620eb5fb1
fix(modem): Support UART clean build with IDF v5.2
2023-06-20 15:56:57 +02:00
7d4755f119
fix(common): Improve linux port
2023-06-20 15:15:37 +02:00
588465d9db
feat(examples): Add support for lwip build under linux
2023-06-20 15:15:37 +02:00
c443326a34
feat(examples): Add example of using mqtt client on linux
2023-06-20 15:15:37 +02:00
79a0e57ca1
fix(mdns): Refactor freertos linux compat layers
...
Move it to a separate component that could be shared by multiple network
libs.
2023-06-20 15:15:37 +02:00
68392f0ba9
Merge pull request #301 from zwx1995esp/fix/delegated_service_PTR_response
...
fix(mdns): Fix delegated service PTR response (IDFGH-10237)
2023-06-01 23:38:56 +02:00
a67cbbcab9
Merge pull request #278 from gabsuren/fix/websocket_client_zero_byte
...
fix(websocket): esp_websocket_client client allow sending 0 byte packets (IDFGH-9316)
2023-06-01 20:12:43 +04:00
b5177cb23a
fix(websocket): esp_websocket_client client allow sending 0 byte packets
2023-06-01 15:32:18 +04:00
cab0e1d10e
fix(mdns): Fix delegated service PTR response
2023-06-01 19:01:54 +08:00
fbc79a846b
Merge pull request #302 from gytxxsy/feature/allow_add_host_without_addr
...
mdns: allow for adding a delegated host with no address (IDFGH-10246)
2023-05-30 22:10:01 +02:00
a50f91f422
Merge pull request #296 from gabsuren/fix/enable_coverage_modem
...
fix(ci): enable code coverage publishing to github pages
2023-05-29 21:51:49 +04:00
4910e89249
fix(ci): enable code coverage publishing to github pages
2023-05-26 13:46:52 +04:00
c562461711
feat(mdns): Allow for adding a delegated host with no address
2023-05-26 14:03:22 +08:00
8b9c957fe0
Merge pull request #295 from wqx6/mdns/lookup_selfhosted_services
...
mdns: Add APIs for looking up self hosted services and getting the self hostname (IDFGH-10130)
2023-05-18 07:15:59 +02:00
f0df12dad3
feat(mdns): Add APIs for looking up self hosted services and getting the self hostname
2023-05-18 12:25:50 +08:00
9637517192
Merge pull request #298 from david-cermak/bugfix/improve_ci
...
fix(websocket): Add unit tests to the workflow
2023-05-17 16:07:33 +02:00
e085826dbb
fix(websocket): Cleaned up printf/format warnings (-Wno-format)
2023-05-17 07:35:21 +02:00
c974c14220
fix(websocket): Added unit tests to CI + minor fix to pass it
2023-05-17 07:14:48 +02:00
247baeed22
Merge pull request #297 from david-cermak/bugfix/improve_ci
...
websocket(ci): Add IDF v5.1 in IDF tests for websockets
2023-05-16 16:17:04 +02:00
613d67d1cf
fix(ci): Add IDF v5.1 in IDF tests for websockets
2023-05-16 12:26:33 +02:00
441f79022e
Merge pull request #293 from gabsuren/docs/update_modified_links
...
docs: update documentation links
2023-05-15 11:20:42 +04:00
4de52981cb
docs: update documentation links
2023-05-12 12:21:55 +04:00
ef1c5eb28a
Merge pull request #292 from david-cermak/fix/mdns_host_test
...
fix(mdns): Run host test against v5.1 instead of latest IDF
2023-05-10 10:22:58 +02:00
9a3aa1d23f
Merge pull request #291 from david-cermak/fix/upload_component_action
...
ci(common): Use upload-components-ci-action workflow action
2023-05-10 10:11:25 +02:00
64b0e4ef1a
fix(mdns): Run host test against v5.1 instead of latest IDF
2023-05-10 06:51:42 +02:00
fcff00740a
ci(common): Use upload-components-ci-action workflow action
2023-05-09 22:18:09 +02:00
1102133458
Merge pull request #290 from david-cermak/fix/deploy_docs
...
ci(common): Fix build and deploy docs jobs
2023-05-09 20:11:27 +02:00
4f54c49912
ci(common): Fix build and deploy docs jobs
2023-05-09 17:24:21 +02:00
910f6ffadc
Merge pull request #289 from david-cermak/fix/ci_publish
...
ci(common): Update component version only if tag doesn't exist
2023-05-09 15:38:14 +02:00
9836a8620f
ci(common): Update component version only if tag doesn't exist
...
If the merged PR is a few commits behind master, the merge commit could
show changes in the version files as well. This fix checks if the
version already exists and updates the envirionment only if the tag
is not present.
2023-05-09 15:26:50 +02:00