Commit Graph

50 Commits

Author SHA1 Message Date
Ivan Grokhotkov b55c12a928
ci: install libtinfo5, clang dependency; add workflow comments 2022-12-06 12:30:19 +01:00
Tomas Rezucha ba4c5d9924 usb: Add esp_tinyusb component 2022-12-02 08:19:24 +01:00
Tomas Rezucha eb24f99533 ci: Fix Clang tidy job
xtensa-clang was renamed to esp-clang
2022-11-30 10:37:34 +01:00
Tomas Rezucha 7a7c1dbff8 usb: Add Virtual COM Port drivers 2022-11-30 10:37:26 +01:00
Euripedes Rocha daa52393ea Adds fmtlib component
- Adds fmtlib version 9.1.0
2022-10-26 14:49:16 +02:00
Tomas Rezucha e0d2be1d9f
Update upload_component.yml
Fix double quotes
2022-10-03 08:53:11 +02:00
Tomas Rezucha fd9ecc13c1 usb: esp_modem biding
This commit adds esp_modem_usb_dte component.
It can be used with esp_modem for communication with USB modems.
2022-10-01 15:59:55 +02:00
Dmitry Yakovlev b9ae2136d9 Add Eigen port to ESP 2022-09-30 12:29:03 +03:00
Vilem Zavodny 26147cf7ac jpeg: Move component esp_jpeg from BSP and add test. 2022-09-27 09:55:35 +02:00
Michael (XIAO Xufeng) fe588a4815 Add essl to component manager 2022-09-21 20:58:22 +08:00
Martin Valik 7331abceab usb_host_msc: Fix compatibility with IDF v4.4 2022-09-13 11:02:29 +02:00
Ivan Grokhotkov d924bed00e
ci: use dl.espressif.com/pypi for wheels, install cryptography wheel 2022-09-08 17:17:02 +02:00
Tomas Rezucha d7056e85ea usb: Run test_app in CI
Closes https://github.com/espressif/idf-extra-components/issues/69

MSC doesn't work on v4.4 see https://github.com/espressif/idf-extra-components/issues/89
2022-09-06 15:59:57 +02:00
Martin Valik 783eaec80d Descriptor parser rewrite 2022-08-22 14:01:07 +02:00
Martin Valik 768f84b2a4 USB host UVC class 2022-08-11 16:27:37 +02:00
suda-morris 5c650af08f led_strip: added led strip driver v2 2022-08-11 15:05:13 +08:00
suda-morris 15bfb4cb6d bdc_motor: added BDC motor driver 2022-08-10 15:30:51 +08:00
Martin Valik 89d685991a usb: Add MSC class driver 2022-08-10 07:55:03 +02:00
Ivan Grokhotkov 06d1e62fba
ci: build with extra warnings and -Werror (#83) 2022-08-10 07:54:29 +02:00
Ivan Grokhotkov e179239f45
ci: upgrade clang-tidy-sarif to v0.3.3 2022-08-08 08:40:58 +02:00
Ivan Grokhotkov ec6b538396
ci: pin clang-tidy-sarif to v0.3.1 2022-08-08 00:53:03 +02:00
Tomas Rezucha 9b182d57bc usb_host: Build USB test app in CI
Relates to https://github.com/espressif/idf-extra-components/issues/69

This commit is a good reason why https://github.com/espressif/idf-extra-components/issues/16 should be addressed
2022-07-14 09:47:06 +02:00
Tomas Rezucha b151da964c misc: Add default pull request template 2022-07-13 13:21:54 +02:00
Tomas Rezucha 48fff54a9f ci: Add global pytest.ini settings
Closes https://github.com/espressif/idf-extra-components/issues/67
2022-07-13 13:20:40 +02:00
Tomas Rezucha 9f25a94820 ci: Upgrade upload action
Closes https://github.com/espressif/idf-extra-components/issues/68
2022-07-13 13:07:45 +02:00
Tomas Rezucha be438e5aa7 Create update_component.md 2022-07-12 15:38:23 +02:00
Tomas Rezucha 836e43de73
Create new_component.md 2022-07-12 15:25:18 +02:00
Tomas Rezucha c9fc71aa6e usb_host: Move to idf-extra-components 2022-07-12 08:16:18 +02:00
Piyush Shah f9dfc02581 json: Add json_parser and json_generator components 2022-05-30 14:41:09 +05:30
Tomas Rezucha 0fbc1ac89f ci: Update testing CI for pytest-embedded v0.7.0 2022-05-09 17:04:34 +02:00
Tomas Rezucha 8ed080fed1 Revert "Create dependabot.yml"
This reverts commit 73437887da.

Related to https://github.com/espressif/idf-extra-components/issues/29
2022-05-09 16:31:04 +02:00
Tomas Rezucha ff354a61da pcap: Add PCAP component 2022-05-02 16:23:20 +02:00
Ivan Grokhotkov f42c23218d ci: clang-tidy fixes
- upgrade clang-tidy-runner to 0.2.0.
- use new '--include-paths' and '--exclude-paths' arguments of
  clang-tidy-runner to limit the issues reported.
- don't install codereport and don't build an HTML report, fixing
  the Jinja2 version incompatibility issue.
2022-04-19 10:14:05 +02:00
Tomas Rezucha 3a139bf59e ci: Use checkout@v1 for compatibility with older git 2022-04-19 09:52:40 +02:00
Harshit Malpani 371b185ec6 gh_action: Update to actions/checkout@v3 2022-04-11 18:17:39 +05:30
Tomas Rezucha 73437887da Create dependabot.yml 2022-03-25 19:45:19 +01:00
Tomas Rezucha bb580ebf90 ci: Get runner label from idf_target 2022-03-25 08:19:38 +01:00
Ivan Grokhotkov 2ecf68c253
ci: add static analysis with clang-tidy 2022-03-22 12:42:20 +01:00
Tomas Rezucha 535be7b79f ci: Run nightly tests
This catches regressions on 4.3, 4.4 and latest release branches
2022-03-18 15:08:54 +01:00
Tomas Rezucha 15a8cd2348 Use checkout v3 and python 3.7-buster 2022-03-08 14:11:54 +00:00
Tomas Rezucha 06bd5dcbe3 ci: Publish test results 2022-03-03 12:37:39 +01:00
Tomas Rezucha 2019d71fd4 ci: Run Test App on target 2022-03-03 12:37:39 +01:00
Tomas Rezucha feb0f628a3 ci: Upload build artifacts
The artifacts will be used you 'run_test' action
2022-03-03 12:37:39 +01:00
Harshit Malpani db60efdfb6 Add libcoap to Component Manager 2022-02-17 19:50:30 +05:30
Tomas Rezucha 2cfa07b678 Add pre-commit GH action 2022-02-17 14:58:44 +01:00
Harshit Malpani 1d9f9b05c6 Add esp_encrypted_img to component manager 2022-02-15 12:01:47 +05:30
Tomas Rezucha 6c797558dc ci: Build test_app for multiple idf versions and targets 2022-01-20 11:06:53 +01:00
Mahavir Jain a7d99a2c21 Add expat to upload components list 2022-01-11 22:50:17 +05:30
Mahavir Jain adbb75e03e Add nghttp/sh2lib to upload components list 2022-01-05 12:44:00 +05:30
Tomas Rezucha e8ced5143a ci: Add build_test and upload_components actions 2021-12-10 13:55:54 +01:00