Commit refs/heads/w-2024-07-16 w-2024-07-16
receivedTue, 3. Sep 2024, 11:07:22 (by user sx)
Tue, 3 Sep 2024 09:07:22 +0000 (11:07 +0200)
authorManfred Steiner <sx@htl-kaindorf.at>
Tue, 3 Sep 2024 09:07:12 +0000 (11:07 +0200)
committerManfred Steiner <sx@htl-kaindorf.at>
Tue, 3 Sep 2024 09:07:12 +0000 (11:07 +0200)
examples/simuc/src/main.cpp

index b607f797ee0308307e74a2f80b01f336c3f5bc0f..4e31b09c35ade0089af7fabede3a4166a32cd88b 100644 (file)
@@ -8,7 +8,7 @@
 #include "simavr/simavr.h"
 
 void printVersion () {
-    printf("simuc V0.0.8 (%s,%s)\n", __DATE__, __TIME__);
+    printf("simuc V0.1 (%s,%s)\n", __DATE__, __TIME__);
 }
 
 void printHelp () {
@@ -16,7 +16,7 @@ void printHelp () {
     printf("usage: simuc [options] elf-file [elf-file ...]\n\n");
     printf("  available options (you can use file .simucinit instead):\n");
     printf("    --port ...         listining port for gdb (default 1234)\n");
-    printf("    --board ...        set board (arduino, nano-644, sure, evws1)\n");
+    printf("    --board ...        set board (arduino, nano-644, nano-1284, sure, evws1)\n");
     printf("    --nosync           do not sync elapsed µC-time with real time\n");
     printf("    --mmcu ...         set target device type\n");
     printf("    --frequency ...    set target frequency in Hz\n");