Skip to content

Commit 4230115

Browse files
shubhamdppull[bot]
authored andcommitted
[ESP32] Fix the installation guide around gdbgui for macOS (#26723)
adding gdbgui to wordlist
1 parent 804362f commit 4230115

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/.wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ FW
564564
gbl
565565
gcloud
566566
GDB
567+
gdbgui
567568
gdbserver
568569
GeneralCommissioning
569570
GeneralDiagnostics

docs/guides/esp32/setup_idf_chip.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,12 @@ For MacOS, `gdbgui` python package will not be installed using `bootstrap.sh`
7373
script as it is restricted only for x64 Linux platforms. It is restricted
7474
because, building wheels for `gevent` (dependency of `gdbgui`) fails on MacOS.
7575
76-
Please run the below commands after every bootstrapping.
76+
For ARM-based Mac, no further installation steps are necessary if Python3
77+
version is greater than or equal to 3.11.
7778
78-
Workaround is to install `gdbgui` wheels as binary:
79+
If Python3 version is less than 3.11 or you are using x86(Intel-based) Mac then
80+
please run the below commands after every bootstrapping to install gdbgui wheels
81+
as binary
7982
8083
```
8184
python3 -m pip install -c scripts/setup/constraints.txt --no-cache --prefer-binary gdbgui==0.13.2.0

0 commit comments

Comments
 (0)