Usage:
macro = Macro("nuttx/nuttx")
print(macro.CONFIG_MM_BACKTRACE)
if macro.CONFIG_MM_BACKTRACE:
print("mm backtrace is enabled")
else:
print("mm backtrace is disabled")
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| nuttxgdb | ||
| .gitignore | ||
| gdbinit.py | ||
| pyproject.toml | ||
| requirements.txt | ||