G0: target component (components/esp32*) doesn't depend on driver anymore

This commit is contained in:
Omar Chebib
2022-01-28 19:47:04 +08:00
parent 6e0308d352
commit 2571aaf3c9
37 changed files with 74 additions and 42 deletions

View File

@@ -627,6 +627,8 @@ Main component requirements
The component named ``main`` is special because it automatically requires all other components in the build. So it's not necessary to pass ``REQUIRES`` or ``PRIV_REQUIRES`` to this component. See :ref:`renaming main <rename-main>` for a description of what needs to be changed if no longer using the ``main`` component.
.. _component-common-requirements:
Common component requirements
-----------------------------