Commit Graph

170 Commits

Author SHA1 Message Date
Harshit Malpani 382402733c expat: upgrade expat to v2.5.0 release 2022-11-08 14:22:14 +05:30
Tomas Rezucha 17d5e366ac
Merge pull request #105 from espressif/fix/usb/tests
Fix/usb/tests
2022-11-08 09:00:54 +01:00
Tomas Rezucha aac444fb05 usb: Update USB tests to IDF v5.0 2022-11-08 08:46:35 +01:00
Tomas Rezucha bbea67a2d5 usb: Allow CDC-ACM copy constructor 2022-11-07 17:32:26 +01:00
Tomas Rezucha 86deb9a9da
Merge pull request #98 from euripedesrocha/master
Adds fmtlib component
2022-10-26 15:58:21 +02: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 5e9599d94a
Merge pull request #92 from espressif/feature/cdc_modem_support
USB: esp_modem USB DTE
2022-10-03 08:21:41 +02:00
Tomas Rezucha d70d4b9d4e usb: Bump MSC version
The version was not bumped in previous MSC commit
2022-10-01 16:00:40 +02:00
Tomas Rezucha 76a75a9d47 usb: Define CdcAcmDevice methods as virtual
Virtual methods can be overridden by derived class.
2022-10-01 15:59:56 +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
Tomas Rezucha b0b65cbdb9 precommit: Add more checks 2022-10-01 15:59:01 +02:00
Tomas Rezucha b6313b2183
Merge pull request #97 from espressif/bigfix/transfer_timeout
USB MSC Transfer timeout increased to 5 seconds.
2022-10-01 15:54:56 +02:00
Tomas Rezucha d6f54c7bf6
Merge pull request #95 from dmitry1945/feature/eigen
Add Eigen port to ESP
2022-10-01 15:28:23 +02:00
Martin Valik 203286122c USB MSC Transfer timeout increased to 5 seconds.
Closes https://github.com/espressif/esp-idf/issues/9619
2022-09-30 15:03:18 +02:00
dmitry1945 07f4c234be
Update eigen/README.md
Co-authored-by: Tomas Rezucha <tomas.rezucha@espressif.com>
2022-09-30 13:37:20 +03:00
Dmitry Yakovlev b9ae2136d9 Add Eigen port to ESP 2022-09-30 12:29:03 +03:00
Vilem Zavodny cd49f3745f
Merge pull request #96 from espressif/feature/esp_jpeg
jpeg: Move component esp_jpeg from BSP and add test.
2022-09-27 13:32:37 +02:00
Vilem Zavodny 26147cf7ac jpeg: Move component esp_jpeg from BSP and add test. 2022-09-27 09:55:35 +02:00
Mahavir Jain b901876ea1
Merge pull request #9 from ginkgm/feat/essl_init
Add essl to component manager
2022-09-21 20:18:54 +05:30
Michael (XIAO Xufeng) fe588a4815 Add essl to component manager 2022-09-21 20:58:22 +08:00
MaValki f09da9b79a
Merge pull request #90 from espressif/bugifix/fatfs_function_signatures
usb_host_msc: Fix compatibility with IDF v4.4
2022-09-13 13:44:46 +02:00
Martin Valik 7331abceab usb_host_msc: Fix compatibility with IDF v4.4 2022-09-13 11:02:29 +02:00
Mahavir Jain c90cd2f533
Merge pull request #91 from espressif/bugfix/ci_cryptography_install
ci: use dl.espressif.com/pypi for wheels, install cryptography wheel
2022-09-09 10:11:32 +05:30
Ivan Grokhotkov d924bed00e
ci: use dl.espressif.com/pypi for wheels, install cryptography wheel 2022-09-08 17:17:02 +02:00
Tomas Rezucha 3b7b6410ca
Merge pull request #88 from espressif/feature/usb_test_ci
usb: Run test_app in CI
2022-09-06 16:12:21 +02:00
Tomas Rezucha 4691e54ffb pcap: Fix format warnings
Related to https://github.com/espressif/idf-extra-components/issues/65
2022-09-06 16:00:31 +02:00
Tomas Rezucha a45de9cf24 usb: Fix CDC format errors
Related to https://github.com/espressif/idf-extra-components/issues/65
2022-09-06 16:00:30 +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
Mahavir Jain d9500f0f91
Merge pull request #87 from espressif/feature/upgrade_expat_to_R_2_4_8
expat: update to release R_2_4_8
2022-09-05 08:57:03 +05:30
Mahavir Jain ea25d2b9c9
expat: update to release R_2_4_8
Detailed changelog:

https://github.com/libexpat/libexpat/releases/tag/R_2_4_8

https://github.com/libexpat/libexpat/blob/R_2_4_8/expat/Changes
2022-09-02 22:34:49 +05:30
Tomas Rezucha 6f8e366562
Merge pull request #77 from espressif/feature/usb_host_uvc
USB host UVC class
2022-08-29 08:59:32 +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
Tomas Rezucha a83313a4ca
Merge pull request #85 from suda-morris/feature/add_led_strip_v2
led_strip: added led strip driver v2
2022-08-11 13:41:37 +02:00
suda-morris 5c650af08f led_strip: added led strip driver v2 2022-08-11 15:05:13 +08:00
Tomas Rezucha c7ae4f48df
Merge pull request #84 from suda-morris/feature/add_bdc_motor_driver
bdc_motor: added BDC motor control library
2022-08-10 12:44:18 +02:00
suda-morris 15bfb4cb6d bdc_motor: added BDC motor driver 2022-08-10 15:30:51 +08:00
Tomas Rezucha 98a30f24c5
Merge pull request #73 from espressif/feature/usb_host_msc
usb host msc class
2022-08-10 09:26:11 +02: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
Mahavir Jain fc784c3a91
Merge pull request #82 from espressif/ci/clang_tidy_sarif_0_3_3
ci: upgrade clang-tidy-sarif to v0.3.3
2022-08-08 14:10:04 +05:30
Ivan Grokhotkov e179239f45
ci: upgrade clang-tidy-sarif to v0.3.3 2022-08-08 08:40:58 +02:00
Mahavir Jain 8592ab08ed
Merge pull request #80 from espressif/bugfix/inttypes_redefined
coap: define HAVE_INTTYPES_H to avoid PRIu32 redifinition
2022-08-08 09:20:51 +05:30
Ivan Grokhotkov ec6b538396
ci: pin clang-tidy-sarif to v0.3.1 2022-08-08 00:53:03 +02:00
Ivan Grokhotkov 639053ce6d
cdc_acm_host: temporarily disable format warnings
Reported at https://github.com/espressif/esp-idf/issues/9511
Follow-up in https://github.com/espressif/idf-extra-components/issues/65
2022-08-08 00:20:34 +02:00
Ivan Grokhotkov 4573d2810b
coap: define HAVE_INTTYPES_H to avoid PRIu32 redifinition 2022-08-08 00:12:57 +02:00
Mahavir Jain ae3b40d5f6
Merge pull request #78 from laukik-hase/coap/mbedtls-3.2.1_support
coap: Updated submodule to fix Mbed TLS `v3.2.1`-related errors
2022-08-05 16:44:21 +05:30
Laukik Hase 44bca01bc3
coap: Updated submodule to fix mbedtls-3.2.1 related errors 2022-08-05 16:02:24 +05:30
Ivan Grokhotkov 0234f76fa2
Merge pull request #76 from Lapshin/fix/ignore-format-warnings
coap: ignore format warnings
2022-07-29 12:23:01 +02:00