MCPcopy Create free account
hub / github.com/apache/nuttx / enumerate_configs

Function enumerate_configs

tools/configure.c:798–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798static void enumerate_configs(void)
799{
800 fprintf(stderr, "Options for <board-name>:<config-name> include:\n\n");
801 config_search("", enumerate_callback, NULL);
802}
803
804static void check_configdir(void)
805{

Callers 1

dumpcfgsFunction · 0.85

Calls 2

fprintfFunction · 0.85
config_searchFunction · 0.85

Tested by

no test coverage detected