diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-23 00:13:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-23 00:13:30 +0200 |
| commit | f4e413365d700e50aa7f721317e64d49232900aa (patch) | |
| tree | 7724511d1eefd2a8462adbdde39c3e2e9b5c4be3 | |
| parent | fe0f2f8410787e2d177ae891e1c5422280fbb2be (diff) | |
Update genrest.py link to new location
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -330,7 +330,7 @@ Real-world examples - `kconfig.py <https://github.com/zephyrproject-rtos/zephyr/blob/master/scripts/kconfig/kconfig.py>`_ from the `Zephyr <https://www.zephyrproject.org/>`_ project handles ``.config`` and header file generation, also doing configuration fragment merging. -- `genrest.py <https://github.com/zephyrproject-rtos/zephyr/blob/master/doc/scripts/genrest/genrest.py>`_ generates a Kconfig symbol cross-reference, which can be viewed `here <http://docs.zephyrproject.org/reference/kconfig/index.html>`_. +- `genrest.py <https://github.com/zephyrproject-rtos/zephyr/blob/master/doc/scripts/genrest.py>`_ generates a Kconfig symbol cross-reference, which can be viewed `here <http://docs.zephyrproject.org/reference/kconfig/index.html>`_. These use the older Kconfiglib 1 API, which was clunkier and not as general (functions instead of properties, no direct access to the menu structure or properties, uglier ``__str__()`` output): |
