Skip to content

Commit 82a0adc

Browse files
committed
fix: move windows specific info to note
1 parent 6630c10 commit 82a0adc

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

doc/guides/getting-started/flashing.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ board. The guide should mostly apply to all other boards as well.
1717
documentation of the board to check if extra steps are required.
1818
:::
1919

20-
This assumes that the USB UART bridge of the ESP32 development board has
21-
been attached to WSL and VS Code has been launched from within WSL by running
22-
`code .` inside the RIOT repository from the Ubuntu terminal.
20+
:::tip[Flashing under WSL]
21+
If you are using Windows, this assumes that the USB UART bridge of the ESP32 development board has
22+
been attached to WSL and VS Code has been launched from within WSL by running
23+
`code .` inside the RIOT repository from the Ubuntu terminal.
24+
:::
2325

2426
![VS Code in WSL](img/08-Flash_Real_Hardware-03.png)
2527

@@ -91,7 +93,7 @@ It is also possible to install a native Windows flash application and invoke tha
9193
However, the setup is too board specific to be covered here. Please refer to the documentation of the board you are using.
9294
:::
9395

94-
:::caution[Known Issues under WSL]
96+
:::caution[Known Issues under Windows]
9597
The Linux Kernel in WSL currently has
9698
[`CONFIG_USB_HIDDEV` disabled][wsl-hid-issue]. Hence, programmers using HID
9799
as transport do not work for now and fail to flash. The (non-conclusive) list of affected

0 commit comments

Comments
 (0)