Commit Graph

43 Commits

Author SHA1 Message Date
Suren Gabrielyan
a3e8421de8 update esp_modem to use esp_docs
migrated docs from github pages to docs.espressif.com
2023-03-07 15:16:10 +04:00
Euripedes Rocha
1407dfc2e7 Adds esp_mqtt_cxx component
- Component moved from esp-idf
- Files moved to adjust to esp-protocol structure
2023-02-16 09:59:46 +01:00
David Cermak
91134f10ff mdns: Make reverse query conditional per Kconfig
and auto-register reverse logical names
2023-02-02 10:32:01 +01:00
David Cermak
fb8a2f0198 fix(mdns): Host test with IDFv5.1 2023-02-02 10:31:01 +01:00
David Cermak
12cfcb5aed fix(mdns): Make unit test executable with pytest 2023-01-31 16:06:52 +01:00
Suren Gabrielyan
a01096f621 docs: Disable code coverage report publishing to Github Pages 2023-01-13 17:30:33 +04:00
Suren Gabrielyan
59053b8c98 CI: minor fix of host test *yml file 2023-01-09 22:09:53 +04:00
Suren Gabrielyan
6b684ceb0f CI: Added coverage analyzer for esp_modem host tests 2022-12-30 13:11:59 +04:00
Suren Gabrielyan
b56b1c577b CI: Minor refactoring of *yml files for target tests 2022-12-12 12:31:44 +04:00
David Cermak
4314c78ca0 feat(esp_modem): Added target test 2022-12-01 18:35:01 +01:00
Suren Gabrielyan
6e2bb518fd CI: Fix ASIO example test 2022-11-23 19:07:26 +04:00
Suren Gabrielyan
55dc56462f websocket: updated example to use local websocket echo server 2022-11-03 10:35:14 +04:00
Suren Gabrielyan
23a537b19b CI: Created a common requirements.txt 2022-10-25 23:59:44 +04:00
Suren Gabrielyan
f71f61ff0a mDNS: test_app pytest migration 2022-10-19 09:23:36 +02:00
Suren Gabrielyan
945bd17701 CI: fixing the files to be complient with pre-commit hooks 2022-10-17 18:16:52 +02:00
Suren Gabrielyan
9d45d505d5 CI: pre-commit hook integration 2022-10-17 18:07:54 +02:00
Suren Gabrielyan
ab2e08f96c CI: Updated checkout flag to consider submodules 2022-10-13 17:23:43 +02:00
Tomas Rezucha
988b3f9905 ci: Compile esp_modem examples with USB support 2022-10-05 11:25:20 +02:00
Suren Gabrielyan
5193ebc6ea ASIO: Example tests integration 2022-09-27 16:09:50 +04:00
david-cermak
b8d1e58778 Merge pull request #116 from gabsuren/examples/mdns_examples_integration
mdns: Example tests integration
2022-09-15 11:41:58 +02:00
gabsuren
a045c1c885 mdns: Example tests integration 2022-09-14 10:58:31 +04:00
Jonathan Dreyer
5b1b2cce75 Disable specific runs..
.. which are not access to secrets
2022-09-09 14:30:37 +02:00
Mahavir Jain
64e31dae48 ci: fix issue with cryptography package installation 2022-09-07 13:58:10 +05:30
Mahavir Jain
63ce3a5d59 protocol_examples_common: fix build for SPI_ETHERNET case with IDF v5.x 2022-09-07 12:52:39 +05:30
Mahavir Jain
5dd138c883 ci: remove sdkconfig before starting new config based build 2022-09-07 12:52:39 +05:30
Mahavir Jain
330332a0fb mdns: add test configuration for IPV6 disabled build 2022-09-05 13:24:14 +05:30
gabsuren
469f953b28 esp_modem: updated package version to 0.1.19 2022-08-18 15:59:48 +04:00
gabsuren
626eb52d04 CI: Organize github workflow structure 2022-07-12 17:24:41 +04:00
gabsuren
06e7baf2c2 CI: Fix ASIO build in CI run 2022-07-11 19:00:06 +04:00
gabsuren
b7e73d25a7 CI: Fix CI long run on websocket examples 2022-06-28 15:25:40 +04:00
gabsuren
055f051f53 ASIO: Initial version based on IDF 5.0 with history 2022-06-24 15:33:10 +04:00
suren-gabrielyan-espressif
b6b20ad399 mDNS: Initial version based on IDF 5.0 2022-06-01 21:04:37 +04:00
gabsuren
76298ff70e CI: Added CI example run job 2022-05-25 20:12:38 +04:00
David Cermak
f303cdc70b fix(CI): build docs & publish component failure 2022-03-04 07:44:45 +01:00
gabsuren
80c3cf0f02 websocket: Initial version based on IDF 5.0 2022-03-02 15:48:43 +04:00
David Cermak
9fbd6e658a CI: Build on linux and Run host tests 2021-11-18 08:35:55 +01:00
David Cermak
2c21aa1113 CI/Docs: Generate docs locally before uploading to registry 2021-11-16 07:51:24 +01:00
David Cermak
b9ff1e4e12 CI/Docs: Add jobs to deploy component docs 2021-11-12 16:51:21 +01:00
David Cermak
1d0cc49c3f CI: Sync issues to JIRA 2021-11-08 15:18:44 +01:00
David Cermak
c1249aec17 CI: Upload comonents to Espressif Service on master
Co-authored-by: Sergei Silnov <po@kumekay.com>
2021-11-08 15:18:35 +01:00
David Cermak
15a858b735 CI: Move separate master job to the loop loop 2021-11-04 13:27:05 +01:00
David Cermak
c0021ceeb2 CI: Rewrite flat build jobs using test matrix 2021-11-04 11:33:28 +01:00
David Cermak
fec83e5915 CI: Initial GitHub Action to build examples
Build job definitions for building examples for ESP32 only against IDF
master, 4.4, 4.3, 4.2 and 4.1
2021-11-03 17:39:47 +01:00