David Cermak
1a9eaf3e98
fix(modem): Fix console example to use urc/detect features
2024-11-01 15:31:39 +01:00
David Cermak
52598e5f03
feat(modem): Add support for guessing mode
2024-11-01 13:49:52 +01:00
david-cermak
72f4f7c7a3
Merge pull request #683 from bryghtlabs-richard/fix/ws-mutex-delete
...
fix(websocket): use proper interface to delete semaphore
2024-10-31 10:25:25 +01:00
david-cermak
a353702e04
Merge pull request #626 from euripedesrocha/websocket/fix_race_aborting_connection
...
Fix race condition when client set to not reconnect
2024-10-31 08:21:52 +01:00
Richard Allen
991ac40d75
fix(websocket): use proper interface to delete semaphore
...
On most implementations, including ESP-IDF FreeRTOS, vSemaphoreDelete()
is a macro that calls vQueueDelete(). But since the client semaphore is
created with xSemaphoreCreateRecursiveMutex(), delete it as a semaphore with vSemaphoreDelete().
2024-10-30 16:54:45 -05:00
david-cermak
fbd296f8dd
Merge pull request #661 from gytxxsy/feat/monitor_interface_status_for_browsing
...
[mdns]: send PTR query for mdns browse when interface is ready (IDFGH-13841)
2024-10-25 17:58:40 +02:00
david-cermak
a5b0b9d6ea
Merge pull request #676 from arex-ebee/deadlock-on-mdns_browse_delete-call
...
[mdns]: Prevent deadlock when deleting a browse request (IDFGH-13947)
2024-10-25 16:48:42 +02:00
André Rex
3f48f9ea7e
fix(mdns): Prevent deadlock when deleting a browse request
2024-10-25 12:00:36 +02:00
david-cermak
8520245657
Merge pull request #672 from david-cermak/fix/publish_mosquitto
...
[mosquitto]: Fix incorrect link to the component url
mosq-v2.0.28_0
2024-10-11 14:29:05 +02:00
David Cermak
185247d220
fix(mosq): Fix incorrent link to the component url
2024-10-11 11:14:07 +02:00
david-cermak
73b3293b86
Merge pull request #610 from david-cermak/feat/mosq_tls
...
[mosq]: Added TLS transport to mosquitto port
2024-10-11 10:57:05 +02:00
David Cermak
f613c70e00
bump(mosq): Initial version v2.0.28~0
...
2.0.28~0
Features
- Added support for TLS transport using ESP-TLS (1af4bbe1
)
- Add API docs, memory consideration and tests (a20c0c9d
)
- Add target tests with localhost broker-client (5c850cda
)
- Initial moquitto v2.0.18 port (TCP only) (de4531e8
)
Bug Fixes
- Fix clean compilation addressing _GNU_SOURCE redefined (e2392c36
)
Updated
- docs(mosq): Prepare mosquitto component for publishing (c2c4bf83
)
2024-10-11 09:46:47 +02:00
David Cermak
c2c4bf835a
docs(mosq): Prepare mosquitto component for publishing
2024-10-11 08:54:15 +02:00
David Cermak
1af4bbe1ab
feat(mosq): Added support for TLS transport using ESP-TLS
2024-10-11 08:38:06 +02:00
david-cermak
f5dc07fdcc
Merge pull request #670 from david-cermak/remove/wifi_remote
...
[wifi-remote]: Moved esp-wifi-remote development to a separate repo
2024-10-09 16:13:52 +02:00
David Cermak
e992787bcd
chore(common): Moved esp-wifi-remote devel to separate repo
...
esp-wifi-remote is being developed in https://github.com/espressif/esp-wifi-remote
from v0.4.0 (last released version from esp-protocols repo)
2024-10-07 15:05:31 +02:00
david-cermak
8c4f392f93
Merge pull request #663 from david-cermak/bump/wifi_remote
...
[wifi_remote]: Bump 0.3.0 -> 0.4.0
wifi_remote-v0.4.0
2024-09-26 15:58:05 +02:00
david-cermak
8d8f2bf130
Merge pull request #662 from david-cermak/fix/mosqutto_submodule
...
[mosquitto]: Fix incorrect upstream mosqutto submodule path
2024-09-26 14:43:50 +02:00
David Cermak
30f121e6a9
bump(wifi_remote): 0.3.0 -> 0.4.0
...
0.4.0
Features
- Make esp_hosted default RPC library (1b62adbd
)
- Add build test for current IDF examples (50c113e4
)
- Support for IDF v5.3 in a separate directory (bde97203
)
- Support for IDF v5.4 via a separate dir (e9ac41e1
)
- Add slave selection and peview targets (345c4577
)
Bug Fixes
- Fix CMake to use inherent IDF build vars (c454ec09
)
- Update per v5.4 espressif/esp-idf@97e42349 (ff5dac70
)
- Fix CI builds to generate configs per slave selection (8795d164
)
- Depend on esp_hosted only on targets with no WiFi (7ca5ed1d
)
- Update per espressif/esp-idf@27f61966 (2e53b81f
)
- Fix checking API compat against reference dir (1a57a878
)
2024-09-26 14:36:48 +02:00
David Cermak
29810f4139
ci(mosq): Fix incorrect upstream mosqutto submodule path
2024-09-26 13:34:56 +02:00
david-cermak
2abe55c173
Merge pull request #643 from david-cermak/feat/wifi_remote_with_hosted
...
[wifi_remote]: Make esp_hosted default RPC library
2024-09-26 13:21:54 +02:00
David Cermak
eb7ea3450e
ci(common): Use idf_build_apps >= 2.0 to fix pkg deprecation
2024-09-26 11:58:09 +02:00
David Cermak
1b62adbdf1
feat(wifi_remote): Make esp_hosted default RPC library
2024-09-26 11:58:04 +02:00
david-cermak
d6347a9d5f
Merge pull request #660 from david-cermak/feat/wifi_remote_flat
...
[wifi_remote]: Make flat version structure across IDF releases
2024-09-26 10:07:28 +02:00
David Cermak
c454ec09e6
fix(wifi_remote): Fix CMake to use inherent IDF build vars
...
IDF_VERSION_MAJOR, IDF_VERSION_MAJOR, rather than environmental variable {ESP_IDF_VERSION}
2024-09-26 08:51:41 +02:00
David Cermak
ff5dac70b7
fix(wifi_remote): Update per v5.4 espressif/esp-idf@97e42349
2024-09-26 08:39:22 +02:00
David Cermak
50c113e412
feat(wifi_remote): Add build test for current IDF examples
...
Building also standard IDF examples that use esp-wifi-remote (building
for wifiless targets ESP32P4, ESP32H2 and one wifi target ESP32s3)
2024-09-26 08:37:40 +02:00
David Cermak
bde97203ed
feat(wifi_remote): Support for IDF v5.3 in a separate directory
2024-09-26 08:37:07 +02:00
David Cermak
8795d16466
fix(wifi_remote): Fix CI builds to generate configs per slave selection
...
Rather than keeping sdkconfig.ci.*** for the smoke tests in git
2024-09-26 08:35:27 +02:00
David Cermak
e9ac41e1d7
feat(wifi_remote): Support for IDF v5.4 via a separate dir
2024-09-26 08:33:39 +02:00
David Cermak
7ca5ed1d3e
fix(wifi_remote): Depend on esp_hosted only on targets with no WiFi
2024-09-26 08:31:37 +02:00
David Cermak
345c457711
feat(wifi_remote): Add slave selection and peview targets
2024-09-26 08:30:53 +02:00
David Cermak
2e53b81f64
fix(wifi_remote): Update per espressif/esp-idf@27f61966
2024-09-26 08:30:14 +02:00
David Cermak
1a57a878be
fix(wifi_remote): Fix checking API compat against reference dir
...
rather than git history, as it might now work in GitHub CI (due to
shallow cloning)
2024-09-26 08:28:05 +02:00
Xu Si Yu
010a404a04
feat(mdns): Send PTR query for mdns browse when interface is ready
2024-09-23 19:01:10 +08:00
david-cermak
8475adf1d1
Merge pull request #655 from david-cermak/fix/modem_target_catch2
...
[modem]: Update target test builds to use external Catch2
2024-09-20 09:18:14 +02:00
david-cermak
29e5fbdf93
Merge pull request #651 from david-cermak/fix/master_detect_bump
...
[ci]: Fix for components not published
2024-09-20 09:17:59 +02:00
David Cermak
554f022cbf
fix(modem): Update target test builds to use external Catch2
...
Switched from the deprecated Catch framework (IDF/tools) to Catch2,
as Catch will be removed in v6.0.
Note that Catch2 has higher memory requirements,
necessitating an increase in stack size and partition table.
Additionally, Catch2 increases compilation time due to its larger footprint.
2024-09-20 07:55:41 +02:00
david-cermak
cfd6d6ad90
Merge pull request #653 from embedcat/docs/fix-at-raw-description
...
[modem]: Fix esp_modem_at_raw() description in docs (C-API)
2024-09-18 11:15:17 +02:00
david-cermak
6f90d85933
Merge pull request #658 from Ant2000/master
...
[modem] Minor change to exit_cmux behavior
2024-09-18 11:14:30 +02:00
Ant2000
0e0cbd6b17
feat(modem): Delete CMUX internal implementation even if terminal exit fails
2024-09-18 14:08:52 +05:30
david-cermak
e926a2c4e6
Merge pull request #654 from embedcat/feat/fix-arguments-c-api
...
[modem]: Fix arguments names when spawn esp_modem_xxx declarations
2024-09-18 09:04:25 +02:00
embedcat
b6792c527c
fix(modem): Fix arguments names when spawn esp_modem_xxx declarations
2024-09-18 09:09:44 +03:00
embedcat
492a6a0029
docs(modem): Fix esp_modem_at_raw() description (C-API)
2024-09-17 14:49:01 +03:00
David Cermak
22ec03b3e6
ci(common): Fix for components not published
2024-09-17 10:42:49 +02:00
david-cermak
6705bcae5e
Merge pull request #606 from david-cermak/feat/mosquitto
...
[mosq]: Support for TCP listener mode of mosquitto broker on ESP32
2024-09-17 10:05:08 +02:00
david-cermak
2208e76e04
Merge pull request #620 from david-cermak/feat/modem_urc
...
[modem]: Add support for handling URC
2024-09-17 09:54:15 +02:00
David Cermak
c348076849
fix(modem): Remove catch dependency
2024-09-16 19:19:13 +02:00
David Cermak
1b6a3b3b75
feat(modem): Add support for handling URC
...
Closes https://github.com/espressif/esp-protocols/issues/180
2024-09-16 15:17:29 +02:00
David Cermak
e2392c36fe
fix(mosq): Fix clean compilation addressing _GNU_SOURCE redefined
2024-09-16 14:50:36 +02:00