Espressif's additions to TinyUSB with DFU runtime
Go to file
suda-morris 25f60c0686
Merge pull request #111 from Icarus113/feature/essl_sdio_c6
essl_sdio: support communicating with esp32c6 sdio slave
2023-01-05 10:42:38 +08:00
.github ci: install libtinfo5, clang dependency; add workflow comments 2022-12-06 12:30:19 +01:00
bdc_motor Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
cbor cbor: Add test for cbor component 2022-11-08 14:22:14 +05:30
coap coap: Upgrade libcoap to release v4.3.1 2022-12-09 15:58:20 +05:30
eigen Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
esp_encrypted_img Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
esp_jpeg Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
esp_serial_slave_link essl: upgrade to v1.1.0 2023-01-05 09:46:59 +08:00
expat expat: upgrade expat to v2.5.0 release 2022-11-08 14:22:14 +05:30
fmt Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
jsmn Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
json_generator Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
json_parser Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
led_strip led_strip: added change log 2023-01-03 10:51:24 +08:00
libsodium libsodium: Added forward compatibility with `mbedtls-3.x` 2022-03-11 17:41:04 +05:30
nghttp nghttp: update nghttp library to v1.50.0 release 2022-11-08 14:22:14 +05:30
pcap Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
pid_ctrl Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
qrcode Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
sh2lib Added badges with version to the README files of components 2022-12-14 12:16:40 +01:00
test_app Adds fmtlib component 2022-10-26 14:49:16 +02:00
usb esp_tinyusb: Allow TinyUSB updates 2022-12-20 16:42:14 +01:00
.editorconfig misc: Add pre-commit and editor config 2021-12-10 09:09:52 +01:00
.gitignore usb: esp_modem biding 2022-10-01 15:59:55 +02:00
.gitmodules Adds fmtlib component 2022-10-26 14:49:16 +02:00
.pre-commit-config.yaml update astyle-py to v0.9.0, fixes running pre-commit on an arm64 macOS 2022-12-05 22:24:31 +01:00
README.md ci: add static analysis with clang-tidy 2022-03-22 12:42:20 +01:00
pytest.ini ci: Add global pytest.ini settings 2022-07-13 13:20:40 +02:00

README.md

pre-commit Build and Run Test Application Clang-Tidy

Espressif IDF Extra Components

This repository aims to store ESP-IDF extra components which have been seperated and uploaded into IDF Component Manager.

Important note

This repository is used only for Espressif components, it is not mean to store third party components.

Resources

IDF Component Manager repository.

Contribution

We welcome all contributions to the Component Manager project.

You can contribute by fixing bugs, adding features, adding documentation or reporting an issue. We accept contributions via Github Pull Requests.

Before reporting an issue, make sure you've searched for a similar one that was already created.