334dec8154
bump(console): 1.0.2 -> 1.1.0
...
1.1.0
Features
- Added runtime component registration support in console_simple_init (057873c1
)
2023-11-13 19:40:36 +11:00
24f07f920f
Merge pull request #420 from david-cermak/bugfix/examples_override_path
...
Add override_path in example manifests
2023-11-10 07:53:31 +01:00
e6fa2f84a2
Merge pull request #421 from gabsuren/fix_github_publish
...
fix(ci):fixed GitHub page publish path
2023-11-09 19:24:00 +04:00
1ee9dae6bf
fix(common): remove protocol_examples_common
...
Remaining references to protocol_examples_common are replaced with
references to ESP-IDF.
We will later re-add protocol_examples_common or some equivalent of it
under components/, and release it to the Component Registry.
2023-11-09 15:38:44 +01:00
d28232b9f8
fix(mdns): move the example into a subdirectory
...
By default, component manager expects that the examples are located
under <component>/examples/<name>. Move mdns example so that it is
found.
2023-11-09 15:37:37 +01:00
c83b76ea8f
fix(mdns): reference protocol_examples_common from IDF
...
This makes the example project usable from the component registry
2023-11-09 15:32:05 +01:00
025ede12e8
fix(esp_websocket_client): reference protocol_examples_common from IDF
...
This makes the 'target' example usable from the component registry.
'linux' example still has a bunch of EXTRA_COMPONENT_DIRS, but at
least we can delete the protocol_examples_common copy.
2023-11-09 15:32:05 +01:00
e6c0538d55
fix(esp_mqtt_cxx): reference protocol_examples_common from IDF
...
This makes the example project usable from the component registry
2023-11-09 15:32:05 +01:00
d6b6f634d7
fix(esp_modem): remove unused GNU Make based buildsystem files
2023-11-09 15:32:05 +01:00
09abb18be6
fix(asio): reference protocol_examples_common from IDF
...
This makes the example project usable from the component registry
2023-11-09 15:32:05 +01:00
d5e789883f
fix(esp_websocket_client): specify override_path in example manifests
2023-11-09 15:32:05 +01:00
fa005c6363
fix(esp_mqtt_cxx): specify override_path in example manifest files
2023-11-09 15:32:05 +01:00
5b78da4689
fix(esp_modem): specify override_path in example manifest files
2023-11-09 15:32:05 +01:00
1d8923cfbb
fix(asio): specify override_path in example manifest files
2023-11-09 15:32:00 +01:00
4d6e5ddb15
ci(common): fixed github page publish path
2023-11-09 14:12:17 +04:00
671422038c
Merge pull request #418 from gabsuren/fix_action
...
fix(common): added 'write' permission for the check action
2023-11-08 15:25:40 +04:00
8105c60a4e
fix(common): added 'write' permission for check action
2023-11-08 14:06:59 +04:00
ec78c3372c
Merge pull request #402 from espressif-abhikroy/components/console_simple_init_plugin
...
feat(console): Added runtime component registration support in console_simple_init
2023-11-08 18:59:58 +11:00
0584da5cb2
Merge pull request #397 from gabsuren/feat/modem_reusable_actions
...
ci(common): Created reusable actions for host and coverage tests (IDF-7856)
2023-11-06 19:32:00 +04:00
9ad04deb04
ci(common): Created reusable action for host and coverage tests
2023-11-06 19:15:20 +04:00
7c5a832821
Merge pull request #411 from gabsuren/bump_mdns_2
...
bump(mdns): 1.2.1 -> 1.2.2
mdns-v1.2.2
2023-11-01 15:15:41 +04:00
0bb72f29be
bump(mdns): 1.2.1 -> 1.2.2
...
1.2.2
Bug Fixes
- add terminator for the getting host name (b6a4d94
)
- Enable ESP_WIFI_CONFIG when ESP-IDF <= 5.1 (0b783c0
)
- set host list NULL on destroy (ea54eef
)
- removed Wno-format flag and fixed formatting warnings (c48e442
)
- remove the the range of MDNS_MAX_SERVICES and fix issues of string functions (3dadce2
)
2023-11-01 13:27:40 +04:00
ebdac9cc01
Merge pull request #409 from zwx1995esp/fix/mdns_host_name_get
...
fix(mdns): add terminator for the getting host name
2023-11-01 13:25:15 +04:00
df04b14e2b
Merge pull request #386 from gabsuren/fix/mdns_config_issue_2
...
Enable ESP_WIFI_CONFIG when ESP-IDF <= 5.1 (IDFGH-11221)
2023-10-31 16:11:51 +04:00
b6a4d94ab0
fix(mdns): add terminator for the getting host name
2023-10-31 19:45:35 +08:00
418791cf79
Merge pull request #408 from euripedesrocha/asio_docs_review
...
Updates asio docs
2023-10-31 12:08:20 +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
0b783c01dd
fix(mdns): Enable ESP_WIFI_CONFIG when ESP-IDF <= 5.1
2023-10-30 13:34:51 +04:00
425931a808
Merge pull request #407 from david-cermak/bump/modem_1.0.4
...
bump(modem): 1.0.3 -> 1.0.4
modem-v1.0.4
2023-10-30 09:42:35 +01:00
1b94554f1f
bump(modem): 1.0.3 -> 1.0.4
...
1.0.4
Bug Fixes
- Added USB runner with ESP32S2 with A7670 (edeb936
)
- Extend docs on AT client example (1f2ceed
)
- Fix pytest exclusion, gitignore, and changelog checks (2696221
)
- Fix DTE to post fragments to parsers for USB term (1db1e15
)
- Fix DUAL_MODE regression from cb6e03ac
(2aada0f
)
- Fix AT client example to use custom AT processing (1a5ba98
, #352 )
2023-10-30 07:30:47 +01:00
924f28e9c4
Merge pull request #373 from david-cermak/fix/at_client
...
fix(modem): Fix AT client example to use custom AT processing
2023-10-30 07:06:29 +01:00
6a74971d4b
Merge pull request #395 from david-cermak/fix/modem_at_client_docs
...
fix(modem): Extend docs on AT client example
2023-10-30 07:06:05 +01:00
057873c1b5
feat(console): Added runtime component registration support in console_simple_init
2023-10-27 09:38:48 +02:00
11e58dc484
Merge pull request #405 from euripedesrocha/bump_mqtt_cxx
...
bump(mqtt_cxx): 0.1.0 -> 0.2.0
mqtt_cxx-v0.2.0
2023-10-26 14:07:00 +02:00
f795d2fd15
bump(mqtt_cxx): 0.1.0 -> 0.2.0
...
0.2.0
Features
- configure client authentication via certificate/key or secure element (ee09ff4
)
Bug Fixes
- removed Wno-format flag and fixed formatting warnings (c48e442
)
- Removes meaningless printf on subscribed handler (#358 ) (bac742d
, #356 )
- Removes unused type for configuration (839c79d
)
- added idf_component.yml for examples (d273e10
)
- Reintroduce missing CHANGELOGs (200cbb3
, #235 )
Updated
- docs(common): updated component and example links (f48d9b2
)
- docs(esp_mqtt_cxx): updated documentation and deployment file (a547ec8
)
- docs(common): improving documentation (ca3fce0
)
- Add homepage URL and License to all components (ef3f0ee
)
2023-10-25 15:35:50 +02:00
2e6732882d
Merge pull request #391 from david-cermak/fix/modem_usb_dte
...
[esp-modem]: Added USB runner with ESP32S2 with A7670
asio-v1.28.0_0
2023-10-24 16:32:52 +02:00
d7d249013f
Merge pull request #401 from gabsuren/PR_393
...
fix(websocket): Return status code correctly on esp_websocket_client (IDFGH-11290)
2023-10-24 16:32:19 +02:00
1f6e7f22ce
Merge pull request #399 from euripedesrocha/fix_tag_creation
...
Fix tag creation
2023-10-24 16:31:14 +02:00
edeb936a5d
fix(modem): Added USB runner with ESP32S2 with A7670
2023-10-24 15:57:51 +02:00
ac8f1de187
fix(websocket): Return status code correctly on esp_websocket_client_send_with_opcode
2023-10-24 17:23:57 +04:00
62e3756904
ci(common): Fix tag creation
...
In case the component needs versioning for the package version, e.g.
asio, the tag needs to be adjusted.
2023-10-24 11:06:52 +02:00
1f2ceedec5
fix(modem): Extend docs on AT client example
2023-10-23 17:08:39 +02:00
a7d981863f
Merge pull request #394 from euripedesrocha/update/asio_1_28_0
...
Update/asio 1 28 0
2023-10-23 14:04:02 +02:00
96b0898f28
bump(asio): 1.14.1~3 -> 1.28.0~0
...
1.28.0~0
Features
- Updates asio to 1.28 (b310abe
)
Bug Fixes
- Makes the examples to override path (842b2b2
)
- Removes esp_exception and make all examples to use exceptions (c1c9350
)
- removed Wno-format flag and fixed formatting warnings (c48e442
)
- added idf_component.yml for examples (d273e10
)
- Reintroduce missing CHANGELOGs (200cbb3
)
Updated
- docs(common): updated component and example links (f48d9b2
)
- docs(common): improving documentation (ca3fce0
)
- Add homepage URL and License to all components (ef3f0ee
)
- Added badges with version of components to the respective README files (e4c8a59
)
- CI: Fix ASIO example test (6e2bb51
)
- Examples: using pytest.ini from top level directory (aee016d
)
- CI: fixing the files to be complient with pre-commit hooks (945bd17
)
2023-10-23 11:01:05 +02:00
5134eedc45
Merge pull request #390 from espressif-abhikroy/common/pytest_gitignore_changelog
...
fix(common): Fix pytest exclusion, gitignore, and changelog checks
2023-10-23 09:22:41 +02:00
269622170e
fix(common): Fix pytest exclusion, gitignore, and changelog checks
2023-10-20 17:28:48 +02:00
1db1e1508d
fix(modem): Fix DTE to post fragments to parsers for USB term
2023-10-20 11:54:48 +02:00
3e8de3af3a
Merge pull request #371 from gabsuren/feat/ws_client_multiheader_api
...
feat(websocket): Added new API `esp_websocket_client_append_header` (IDF-7893)
2023-10-16 14:28:51 +04:00
39e972544f
feat(websocket): Added new API esp_websocket_client_append_header
2023-10-16 12:27:29 +04:00
9e3c53c27a
Merge pull request #376 from david-cermak/bugfix/dte_dual_mode
...
fix(modem): Fix DUAL_MODE regression from cb6e03ac
2023-10-16 09:25:27 +02:00