Kconfiglib icon indicating copy to clipboard operation
Kconfiglib copied to clipboard

Struggling with comprehending the documentation

Open FlyinPancake opened this issue 2 years ago • 1 comments

I'd like to make a short script that that lists all the dependencies of an option. I can't quite make it work though since the documentation is quite light

FlyinPancake avatar Mar 15 '22 23:03 FlyinPancake

The Zephyr project did something similar for generating the documentation.

  • script: https://github.com/zephyrproject-rtos/zephyr/blob/backport-39227-to-v2.7-branch/doc/_scripts/gen_kconfig_rest.py
  • demo: https://docs.zephyrproject.org/3.0.0/reference/kconfig/CONFIG_ADC_STM32_SHARED_IRQS.html#std-kconfig-CONFIG_ADC_STM32_SHARED_IRQS

The master branch has made some changes and I can't quickly find what happened to the script.

vasib avatar Apr 08 '22 05:04 vasib