Page 1 of 1

idf.py menuconfig ignore keyboard input in powershell/cmd on windows 10

Posted: Mon Jul 07, 2025 7:08 pm
by focusPokus
Hello everyone! Have some troubles with menuconfig - it ignores everithing that happened on my keyboard. So i can't navigate and configure my project. It builds, it starts - but thats all. My ESP IDF version 6.0, python venv is 3.12. Menu config tool called from project folder [idf.py menuconfig].

Log that i catch form cmd.exe

E:\gitRepositories\smartgit\esp32_st7789_focus_st_dash>idf.py menuconfig
Executing action: menuconfig
Running ninja in directory E:\gitRepositories\smartgit\esp32_st7789_focus_st_dash\build
Executing "ninja menuconfig"...
[0/1] Re-running CMake...-- Minimal build - ON
-- Building ESP-IDF components for target esp32
NOTICE: Processing 1 dependencies:
NOTICE: [1/1] idf (6.0.0)
-- Project sdkconfig file E:/gitRepositories/smartgit/esp32_st7789_focus_st_dash/sdkconfig
-- Compiler supported targets: xtensa-esp-elf
-- USING O3
-- App "esp32_st7789_focus_st_dash" version: 0d7cd38
-- Adding linker script E:/gitRepositories/smartgit/esp32_st7789_focus_st_dash/build/esp-idf/esp_system/ld/memory.ld
-- Adding linker script E:/gitRepositories/smartgit/esp32_st7789_focus_st_dash/build/esp-idf/esp_system/ld/sections.ld.in
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libc-funcs.ld
-- Adding linker script C:/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-reent-funcs.ld
-- Adding linker script C:/esp/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld
-- Components: app_update bootloader bootloader_support cxx efuse esp_app_format esp_bootloader_format esp_common esp_driver_gpio esp_driver_spi esp_hw_support esp_mm esp_partition esp_pm esp_rom esp_security esp_system esp_timer esptool_py fre

Maybe anyone know how to fix this issue or where i should look for...

Re: idf.py menuconfig ignore keyboard input in powershell/cmd on windows 10

Posted: Thu Jul 10, 2025 8:57 am
by pdragun
Hello, is this something that used to work for you, but after updating to IDF 6.0 it stopped, or is it something that never worked?

How did you install ESP-IDF? Did you follow our installation guide? https://docs.espressif.com/projects/esp ... stallation

I have a couple of recommendations to try:

1. I see from the first screenshot that you are running CMD from the editor (I guess Clion?), I would recommend running it directly.
2. If that does not work, try using the Windows Terminal app - https://apps.microsoft.com/detail/9n0dx20hk701 - This often helps resolve such issues with colors and interactive mode
3. If you are using VS Code, consider using our extension for ESP-IDF, which does not use the terminal for project configuration.

Re: idf.py menuconfig ignore keyboard input in powershell/cmd on windows 10

Posted: Thu Jul 24, 2025 12:38 pm
by ivan.gerber
Have you tried using J and K to navigate?
Seems silly to ask, but it had me going for sometime until I found out that menuconfig doesn't uses arrows anymore