Added the following hint on testing for target avr.

Johann

--


diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html
index 3afbdb0b..ea69c9ed 100644
--- a/htdocs/simtest-howto.html
+++ b/htdocs/simtest-howto.html
@@ -304,5 +304,22 @@ to exercise the just-built gcc on every test-suite in the tree.
 </tr>

 </table>
+
+<h2>Target specific test instructions</h2>
+
+<h3 id="avr">avr</h3>
+<ul>
+  <li>
+    See the
+    <a href="https://github.com/sprintersb/atest";
+       >AVRtest</a>
+    core simulator and
+ <a href="https://github.com/sprintersb/atest?tab=readme-ov-file#running-the-avr-gcc-testsuite-using-the-avrtest-simulator"; + >README: Running the avr-gcc Testsuite using the AVRtest Simulator</a>.
+    The AVRtest project comes with a number of different board descriptions
+    that cover the various AVR cores.  avr-gdb is not required.
+  </li>
+</ul>
+
 </body>
 </html>

Reply via email to