From 2477b699ed44970764c162d25836ea938a66e3ef Mon Sep 17 00:00:00 2001 From: Eric Holmberg Date: Thu, 13 Jun 2024 11:36:29 +1200 Subject: [PATCH] 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 --- boards/luatos/esp32s3_luatos_core/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/luatos/esp32s3_luatos_core/doc/index.rst b/boards/luatos/esp32s3_luatos_core/doc/index.rst index 94bc0f685d3..1acb1bb15c5 100644 --- a/boards/luatos/esp32s3_luatos_core/doc/index.rst +++ b/boards/luatos/esp32s3_luatos_core/doc/index.rst @@ -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