From 0c3631c91d906d1308f1dc6e1afff93dc9495bf6 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 13 Oct 2025 18:49:34 +0700 Subject: add tools that provided freely to develop project --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 03ad3744c..3a227d345 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) `_ Professional IDE and compiler for embedded development +- `JetBrains CLion `_ Cross-platform IDE for C and C++ development +- `PVS-Studio `_ 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 -- cgit v1.3.1 From 9a25b9e51ac178ea8feb699cc3d98cc573e9f61b Mon Sep 17 00:00:00 2001 From: Ha Thach Date: Tue, 14 Oct 2025 11:58:07 +0700 Subject: Update README.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3a227d345..3ea1bd018 100644 --- a/README.rst +++ b/README.rst @@ -246,8 +246,8 @@ Development Tools The following tools are provided freely to support the development of the TinyUSB project: -- `IAR Build Tools (CX) `_ Professional IDE and compiler for embedded development -- `JetBrains CLion `_ Cross-platform IDE for C and C++ development +- `IAR Build Tools (CX) `_ Professional IDE and compiler for embedded development. +- `JetBrains CLion `_ Cross-platform IDE for C and C++ development. - `PVS-Studio `_ static analyzer for C, C++, C#, and Java code. -- cgit v1.3.1