boards: luatos: esp32s3: update USB serial to use board variant
Replace reference to separate USB config to use the HWMv2 board variant instead. Fixes #74041 Signed-off-by: Eric Holmberg <eric.holmberg@northriversystems.co.nz>
This commit is contained in:
parent
d18fd46e99
commit
2477b699ed
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ If CH343 chip is disabled, You need use the following command to build:
|
|||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/hello_world
|
||||
:board: esp32s3_luatos_core_usb/esp32s3/procpu
|
||||
:board: esp32s3_luatos_core/esp32s3/procpu/usb
|
||||
:goals: build
|
||||
|
||||
The usual ``flash`` target will work with the ``esp32s3_luatos_core`` board
|
||||
|
|
|
|||
Loading…
Reference in a new issue