File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
boards/tcc/topst_vcp45/doc Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ Build an app, for example :zephyr:code-sample:`hello_world`
108
108
:board: topst_vcp45
109
109
:goals: topst_vcp45
110
110
111
- Change all 'printf' in the samples/hello_world/src/main.c file to 'printk'.
112
-
113
111
west build --build-dir topst_vcp45 -b topst_vcp45 samples/hello_world
114
112
115
113
Creating a ROM Build Directory and Downloading Necessary Tools and Images
@@ -492,8 +490,7 @@ Debugging
492
490
$ sudo tio -b 115200 /dev/ttyUSB0
493
491
494
492
Verify the Software
495
- After resetting the board, you should see messages on the terminal.
496
-
493
+ Because the serial device driver has not yet been added to this PR, you cannot see the sentences output by the hello_world program.
497
494
498
495
References
499
496
**********
You can’t perform that action at this time.
0 commit comments