Re: why no matches found in "west build -t menuconfig" during find "CONFIG_THREAD_NAME" flag?
Ulf Magnusson
Hello, Skip the 'CONFIG_' prefix when searching for symbols in menuconfig. 'CONFIG_' is just added on output. Can also search for e.g. "thread name" btw. The search function isn't case-sensitive, and putting in many space-separated strings will list symbols/choices/menus that match all of them. Cheers, Ulf On Sun, Jan 26, 2020 at 3:39 AM "曹子龙 <caozilong@...> wrote:
|
|