MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / defconfig

Function defconfig

tools/env_utility.py:442–456  ·  view source on GitHub ↗
(RTT_ROOT)

Source from the content-addressed store, hash-verified

440
441# defconfig for windows and linux
442def defconfig(RTT_ROOT):
443 kconfiglib_check_installed()
444
445 import defconfig
446
447 # Exclude utestcases
448 exclude_utestcases(RTT_ROOT)
449
450 fn = '.config'
451
452 sys.argv = ['defconfig', '--kconfig', 'Kconfig', '.config']
453 defconfig.main()
454
455 # silent mode, force to make rtconfig.h
456 mk_rtconfig(fn)
457
458
459def genconfig():

Callers 2

GenAttachConfigProjectFunction · 0.90
PrepareBuildingFunction · 0.90

Calls 3

exclude_utestcasesFunction · 0.85
mk_rtconfigFunction · 0.85

Tested by

no test coverage detected