Espressif's additions to TinyUSB with DFU runtime
Go to file
Harshit Malpani 9825935663
coap: Upgrade libcoap to release v4.3.1
Changelog: https://github.com/obgm/libcoap/blob/v4.3.1/ChangeLog
2022-12-09 15:58:20 +05:30
.github ci: install libtinfo5, clang dependency; add workflow comments 2022-12-06 12:30:19 +01:00
bdc_motor bdc_motor: added BDC motor driver 2022-08-10 15:30:51 +08: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 Update eigen/README.md 2022-09-30 13:37:20 +03:00
esp_encrypted_img esp_encrypted_img: make code const-correct 2022-03-10 16:09:58 +00:00
esp_jpeg esp_jpeg: Fixed list of MCUs with TjpgDec in ROM in Readme 2022-11-15 09:34:45 +01:00
esp_serial_slave_link ESSL: upgrade to version v1.0.1 2022-11-18 17:26:05 +08:00
expat expat: upgrade expat to v2.5.0 release 2022-11-08 14:22:14 +05:30
fmt Adds fmtlib component 2022-10-26 14:49:16 +02: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
led_strip led_strip: added led strip driver v2 2022-08-11 15:05:13 +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 pcap: Fix format warnings 2022-09-06 16:00:31 +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 Ignore format warnings 2022-07-07 11:48:55 +04:00
test_app Adds fmtlib component 2022-10-26 14:49:16 +02:00
usb usb: Add esp_tinyusb component 2022-12-02 08:19:24 +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.