Jelle van Kraaij
|
a80a3cbb1e
|
fix(modem): CEREG parsing fails due to incorrect state index
|
2025-10-27 16:31:57 +01:00 |
|
david-cermak
|
2cc7c99664
|
Merge pull request #908 from david-cermak/update/modem_v1.4.1
[modem]: Fix version v1.4.1 from `release-modem-v1.4` branch
modem-v1.4.1
|
2025-10-13 18:49:36 +02:00 |
|
David Cermak
|
07be98ebc3
|
bump(modem): 1.4.0 -> 1.4.1
1.4.1
Bug Fixes
- Remove unused kconfig (97194507)
- Fix modem console dependencies (0d17f19f)
- Fix CI build issues with IDFv6.0 (d65f8f69)
- Address build issues (b4520660)
- Fix driver dependency issue on v6.0 (26b3859c)
|
2025-10-13 09:54:28 +02:00 |
|
David Cermak
|
9719450778
|
fix(modem): Remove unused kconfig
|
2025-10-13 09:53:14 +02:00 |
|
David Cermak
|
aa94e168d8
|
fix(modem): Ignore more build warnings
|
2025-10-13 09:53:14 +02:00 |
|
David Cermak
|
0d17f19f8d
|
fix(modem): Fix modem console dependencies
|
2025-10-13 09:53:14 +02:00 |
|
David Cermak
|
d65f8f6986
|
fix(modem): Fix CI build issues with IDFv6.0
* Fix C++ console struct init in examples
* VFS deprecation in tests
* Add conditional defines over wakeup-cause
|
2025-10-13 09:53:14 +02:00 |
|
David Cermak
|
8b58f03a2b
|
fix(modem): Remove pre-commit check on release branch
|
2025-10-13 09:53:14 +02:00 |
|
David Cermak
|
6a8aeb6c9b
|
fix(common): Build and deploy only docs for tagged components
|
2025-10-13 09:53:14 +02:00 |
|
David Cermak
|
b452066087
|
fix(modem): Address build issues
|
2025-10-13 09:53:14 +02:00 |
|
David Cermak
|
5179f55202
|
fix(ci): Add modem release branch to publish jobs
|
2025-10-13 09:53:14 +02:00 |
|
David Cermak
|
26b3859cfb
|
fix(modem): Fix driver dependency issue on v6.0
|
2025-10-13 09:53:08 +02:00 |
|
david-cermak
|
b710dbd2ad
|
Merge pull request #793 from david-cermak/fix/modem_bump
[modem]: Bump 1.3.0 -> 1.4.0
modem-v1.4.0
|
2025-03-28 14:57:48 +01:00 |
|
David Cermak
|
5eeb29cb94
|
bump(modem): 1.3.0 -> 1.4.0
1.4.0
Features
- added config_edrx api function (74b7d85d)
- added sqn_gm02s connect function (b97dfc08)
- add support for sequans GM02S modem (8560f021)
Bug Fixes
- Fix cmux log message (6ed672da)
- fixed minor code mistakes. (317faf89)
- handle nullptr in DTE constructors to prevent invalid access (95b56600)
|
2025-03-28 13:47:52 +01:00 |
|
david-cermak
|
a00117fbdb
|
Merge pull request #790 from david-cermak/fix/modem_cmux_log_pr
[modem]: Fix cmux log message
|
2025-03-28 08:51:37 +01:00 |
|
term-est
|
6ed672da7b
|
fix(modem): Fix cmux log message
|
2025-03-26 18:20:03 +01:00 |
|
david-cermak
|
1b4baaed0e
|
Merge pull request #786 from robbedptechnics/support-sqn-gm02s
feat(module): add support for sequans GM02S modem (DPTechnics) (IDFGH-14891)
|
2025-03-25 12:24:51 +01:00 |
|
robbedptechnics
|
74b7d85d4a
|
feat(modem): added config_edrx api function
|
2025-03-25 11:28:16 +01:00 |
|
robbedptechnics
|
317faf89ff
|
fix(modem): fixed minor code mistakes.
|
2025-03-25 11:27:14 +01:00 |
|
robbedptechnics
|
b97dfc08b8
|
feat(modem): added sqn_gm02s connect function
|
2025-03-25 11:25:07 +01:00 |
|
david-cermak
|
e9d7350219
|
Merge pull request #784 from david-cermak/fix/mdns_fuzz_issue
[mdns]: Fix parsing incorrect txt records
mdns-v1.8.2
|
2025-03-21 13:11:28 +01:00 |
|
David Cermak
|
61da30b013
|
bump(mdns): 1.8.1 -> 1.8.2
1.8.2
Bug Fixes
- Fix parsing incorrect txt records (8fd2c99f)
|
2025-03-21 12:40:42 +01:00 |
|
David Cermak
|
8fd2c99f15
|
fix(mdns): Fix parsing incorrect txt records
Issue discovered when fuzzing packet parser,
received packet with inconsistent txt section caused issues on final cleanup
|
2025-03-21 12:40:12 +01:00 |
|
robbedptechnics
|
8560f02191
|
feat(module): add support for sequans GM02S modem
|
2025-03-19 14:45:32 +01:00 |
|
david-cermak
|
703c49297f
|
Merge pull request #785 from david-cermak/fix/mosq_test
[mosq]: Fix pytest to use latest embedded packages
|
2025-03-19 10:25:00 +01:00 |
|
David Cermak
|
2fe8345fa5
|
fix(mosq): Fix pytest to use latest embedded packages
|
2025-03-19 08:49:22 +01:00 |
|
david-cermak
|
3fc26a5e5c
|
Merge pull request #780 from david-cermak/fix/mdns_task_delete_race
[mdns]: Fix potential task delete race
mdns-v1.8.1
|
2025-03-17 11:31:00 +01:00 |
|
David Cermak
|
5db6be7422
|
bump(mdns): 1.8.0 -> 1.8.1
1.8.1
Bug Fixes
- Fix potential task delete race (8ca45f34)
|
2025-03-17 10:51:14 +01:00 |
|
David Cermak
|
8ca45f34fa
|
fix(mdns): Fix potential task delete race
Need to wait for the task to be deleted before destroy its stack
|
2025-03-17 10:51:02 +01:00 |
|
Euripedes
|
2e28774228
|
Merge pull request #775 from euripedesrocha/feature/mosquitto_plugin
Add config to enable SYS on mosquito and bump version
mosq-v2.0.20_2
|
2025-03-06 14:48:20 -03:00 |
|
Euripedes Rocha
|
e14e21ab32
|
bump(mosq): 2.0.20~1 -> 2.0.20~2
##
[2.0.20~2](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_2)###
Features- Allow user to enable SYS topic
([905b84fb](https://github.com/espressif/esp-protocols/commit/905b84fb))###
Bug Fixes- Remove temp modification of IDF files
([9162de11](https://github.com/espressif/esp-protocols/commit/9162de11))-
Add a note about stack size
([dbd164dd](https://github.com/espressif/esp-protocols/commit/dbd164dd))
|
2025-03-06 11:14:26 +01:00 |
|
david-cermak
|
6f00c369fc
|
Merge pull request #774 from david-cermak/ci/fix_deprecated_containers
ci(common): Remove deprecated CI runners on ubuntu-20.04
|
2025-03-05 15:52:35 +01:00 |
|
Euripedes Rocha
|
905b84fb97
|
feat(mosq): Allow user to enable SYS topic
Mosquitto provides several topics under $SYS/# to capture logs and load
statistics. This allows users to enable it.
|
2025-03-05 15:03:59 +01:00 |
|
David Cermak
|
d7f5322a39
|
ci(common): Remove deprecated CI runners on ubuntu-20.04
|
2025-03-04 16:11:51 +01:00 |
|
david-cermak
|
eb12d05bf3
|
Merge pull request #773 from david-cermak/fix/mdns_add_version_macro
[mdns]: Bump 1.7.0 -> 1.8.0
mdns-v1.8.0
|
2025-03-04 15:59:54 +01:00 |
|
David Cermak
|
520b8194fc
|
fix(common): Fix clang-tidy runner to use supported versions
|
2025-03-04 15:29:38 +01:00 |
|
David Cermak
|
40142cdcfd
|
bump(mdns): 1.7.0 -> 1.8.0
1.8.0
Features
- Add version keys (e01e67e7)
Bug Fixes
- Reformat mdns sources per indent-cont=120 (c7663cde)
|
2025-03-04 15:20:49 +01:00 |
|
David Cermak
|
c7663cdef2
|
fix(mdns): Reformat mdns sources per indent-cont=120
|
2025-02-27 10:42:03 +01:00 |
|
Adrian Scillato
|
e01e67e7eb
|
feat(mdns): Add version keys
|
2025-02-27 10:33:53 +01:00 |
|
david-cermak
|
37f84ee5a4
|
Merge pull request #768 from deodatomatheus/fix/handle-nullptr-dte-constructors
fix(modem): handle nullptr in DTE constructors to prevent invalid access (IDFGH-14688)
|
2025-02-27 09:19:16 +01:00 |
|
Matheus Deodato
|
95b56600ed
|
fix(modem): handle nullptr in DTE constructors to prevent invalid access
|
2025-02-26 11:37:02 -03:00 |
|
david-cermak
|
a22c3da49e
|
Merge pull request #762 from david-cermak/fix/examples_target_tests
[examples]: Test the SLIP netif example on target as well
|
2025-02-20 14:32:54 +01:00 |
|
david-cermak
|
5d0fd5c1c5
|
Merge pull request #770 from david-cermak/fix/lws_license
[lws]: Adds missing license info
|
2025-02-20 14:17:47 +01:00 |
|
David Cermak
|
7ea6879a19
|
fix(lws): Adds missing license info
|
2025-02-20 12:34:40 +01:00 |
|
David Cermak
|
2db11bbb8c
|
fix(examples): Fix SLIP netif example to make esp_netif use special netif
by enabling PPP netif, so esp_netif knows that lwip's netif->state
will be reserved for special netif info (slip)
Closes https://github.com/espressif/esp-protocols/issues/759
|
2025-02-20 11:58:54 +01:00 |
|
David Cermak
|
cdb7bfd188
|
fix(examples): Test the SLIP netif example on target as well
|
2025-02-20 11:58:49 +01:00 |
|
Guilherme Alves Ferreira
|
c679ceed85
|
Merge pull request #718 from glmfe/feat/lws
[lws]: Add initial support for libwebsockets
lws-v4.3.3
|
2025-02-19 11:26:03 -03:00 |
|
glmfe
|
c009892968
|
bump(lws): First version 4.3.3
4.3.3
Features
- Add initial support libwebsockets component (ef3443d)
|
2025-02-19 10:21:35 -03:00 |
|
glmfe
|
5f66f35f5f
|
feat(lws): Add initial support libwebsockets component
|
2025-02-19 10:16:42 -03:00 |
|
david-cermak
|
dea5f1c431
|
Merge pull request #764 from david-cermak/feat/mdns_malloc_caps
[mdns]: Allow allocate memory with configured caps
mdns-v1.7.0
|
2025-02-18 13:23:41 +01:00 |
|