summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-07-02 17:27:03 +0700
committerhathach <[email protected]>2025-07-02 17:27:03 +0700
commita64e3eb0aa661db14eb647e2f75059815741112f (patch)
treedf861940fe70ae28136ebe966b48bd1622195514 /docs/reference
parent52f0427096a9e20b62dc3055a153a60e50317297 (diff)
update board_test always output to uart regardless of LOGGER option
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/getting_started.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/getting_started.rst b/docs/reference/getting_started.rst
index 5b009f21e..bb9ff1cb4 100644
--- a/docs/reference/getting_started.rst
+++ b/docs/reference/getting_started.rst
@@ -256,8 +256,8 @@ Open ``Project -> Add project Connection ...``, click ``OK``, choose ``tinyusb\\
2. Open ``Project -> Add project Connection ...``, click ``OK``, choose ``tinyusb\\examples\\(.ipcf of example)``.
For example ``C:\\tinyusb\\examples\\device\\cdc_msc\\iar_cdc_msc.ipcf``
-Native CMake support (9.50.1+)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Native CMake support
+~~~~~~~~~~~~~~~~~~~~
With 9.50.1 release, IAR added experimental native CMake support (strangely not mentioned in public release note). Now it's possible to import CMakeLists.txt then build and debug as a normal project.