diff options
| author | hathach <[email protected]> | 2023-01-31 18:40:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-01-31 18:40:49 +0700 |
| commit | 5f4701bb3e83c8f205c670cfa9cca833b34434d3 (patch) | |
| tree | d4ba8791f496020546dc7deab2eb06b131ebac15 | |
| parent | 95403ed9ac88077062c03525d44818b10be1cf6f (diff) | |
added fuzzing status
| -rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 8504b92c8..7825a1b0a 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ .. figure:: docs/assets/logo.svg :alt: TinyUSB -|Build Status| |Documentation Status| |License| +|Build Status| |Documentation Status| |Fuzzing Status| |License| TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system, designed to be memory-safe with no dynamic allocation @@ -130,6 +130,8 @@ in your project. :target: https://github.com/hathach/tinyusb/actions .. |Documentation Status| image:: https://readthedocs.org/projects/tinyusb/badge/?version=latest :target: https://docs.tinyusb.org/en/latest/?badge=latest +.. |Fuzzing Status| image:: https://oss-fuzz-build-logs.storage.googleapis.com/badges/tinyusb.svg + :target: https://oss-fuzz-build-logs.storage.googleapis.com/index.html#tinyusb .. |License| image:: https://img.shields.io/badge/license-MIT-brightgreen.svg :target: https://opensource.org/licenses/MIT |
