-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idf menuconfig not showing serial ports (IDFGH-3024) #5051
Comments
Hi @luis-signalsecure, in CMake build system (idf.py) serial port is no longer set in sdkconfig. This change was made mainly to avoid storing this computer-specific value inside sdkconfig file, when the project is shared by multiple developers and sdkconfig is checked into a git repository. You can either pass the port using a
You may also automate the latter using tools such as direnv. |
Understood, even if i don't totally agree... because it's a good feature, as it's necessary to set up even for a single developer, that's the thing, to be able to change it using the tool (with just a few "clicks"), it's easier to set it up under the build system than having every developer executing "workarounds" each time we need to flash. Even tho i'm not happy with the change, i'm agreed to close this issue, as it's behaving as expected, looks like i'm the only one that didn't know about the change, sorry about the trouble. Thanks for your, really fast, support and help |
How do you make this thing work from VS Studio code? ESPPORT on the environment doesn't seem to do anything. It gets the COM1 by default and I keep digging into the toolchain trying to find how to add the correct port. I can flash by running manually the command.
But the IDE option keeps running COM1. Adding CONFIG_ESPTOOLPY_PORT="COM12" to the sdkconfig seems to be ignored too. |
Environment
Problem Description
idf.py menuconfig -> serial flasher config not showing port serial selector, baud rate or compress
Using esp-at code obtained from github, also tested with hello_world code
make menuconfig is working as it should
Expected Behavior
idf.py menuconfig -> serial flasher config shows the expected menu
Actual Behavior
idf.py menuconfig -> serial flasher config not showing the first 3 options
Steps to reproduce
install esp-idf
clone https://github.com/espressif/esp-at/
go to esp-at folder
export ESP_AT_PROJECT_PATH=$(pwd)
run idf.py menuconfig
go to serial flasher config
check serial port options not being there
Code to reproduce this issue
Debug Logs
Other items if possible
build
folder (note this may contain all the code details and symbols of your project.)sdkconfig.txt
The text was updated successfully, but these errors were encountered: