diff options
| author | Ha Thach <[email protected]> | 2025-10-14 12:14:42 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-14 12:14:42 +0700 |
| commit | 9fd9fc66ceeb5af322956d3b0d150477b7e62cb8 (patch) | |
| tree | ce1df998c03b076d077d45af04adfa6a4946f8f3 | |
| parent | 7ccda4d83369158ec0fd1114e2881fa41e7c4056 (diff) | |
| parent | 9a25b9e51ac178ea8feb699cc3d98cc573e9f61b (diff) | |
Merge pull request #3304 from hathach/add-tool-for-oss
add tools that provided freely to develop project
| -rw-r--r-- | README.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 03ad3744c..3ea1bd018 100644 --- a/README.rst +++ b/README.rst @@ -241,6 +241,15 @@ Table Legend \[empty\] Unknown ========= ========================= +Development Tools +================= + +The following tools are provided freely to support the development of the TinyUSB project: + +- `IAR Build Tools (CX) <https://iar.com>`_ Professional IDE and compiler for embedded development. +- `JetBrains CLion <https://www.jetbrains.com/clion/>`_ Cross-platform IDE for C and C++ development. +- `PVS-Studio <https://pvs-studio.com/en/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source>`_ static analyzer for C, C++, C#, and Java code. + .. |Build Status| image:: https://github.com/hathach/tinyusb/actions/workflows/build.yml/badge.svg :target: https://github.com/hathach/tinyusb/actions |
