Espressif's additions to TinyUSB with DFU runtime
Go to file
Piyush Shah 08659fc9e0 json_parser: Minor changes as per changes in upstream json_parser 2022-06-24 10:20:41 +05:30
.github json: Add json_parser and json_generator components 2022-05-30 14:41:09 +05:30
cbor Add libsodium, cbor and jsmn components 2021-11-19 18:42:35 +01:00
coap coap_config_posix.h: Set up defines for correct mutex usage 2022-06-14 12:52:39 +00:00
esp_encrypted_img esp_encrypted_img: make code const-correct 2022-03-10 16:09:58 +00:00
expat ci: Publish test results 2022-03-03 12:37:39 +01:00
jsmn jsmn: Update to v1.1.0 2022-04-07 12:40:17 +02:00
json_generator json: Add json_parser and json_generator components 2022-05-30 14:41:09 +05:30
json_parser json_parser: Minor changes as per changes in upstream json_parser 2022-06-24 10:20:41 +05:30
libsodium libsodium: Added forward compatibility with `mbedtls-3.x` 2022-03-11 17:41:04 +05:30
nghttp Format code 2022-02-17 14:56:45 +01:00
pcap pcap: Add PCAP component 2022-05-02 16:23:20 +02:00
pid_ctrl ci: Run Test App on target 2022-03-03 12:37:39 +01:00
qrcode Add libsodium, cbor and jsmn components 2021-11-19 18:42:35 +01:00
sh2lib sh2lib: Update deprecated esp_tls API 2022-04-25 10:35:42 +05:30
test_app pcap: Add PCAP component 2022-05-02 16:23:20 +02:00
.editorconfig misc: Add pre-commit and editor config 2021-12-10 09:09:52 +01:00
.gitignore test: Add test_app 2021-12-10 09:09:26 +01:00
.gitmodules Add libcoap to Component Manager 2022-02-17 19:50:30 +05:30
.pre-commit-config.yaml misc: Add pre-commit and editor config 2021-12-10 09:09:52 +01:00
README.md ci: add static analysis with clang-tidy 2022-03-22 12:42:20 +01: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.