Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.03 KB

frameworks.rst

File metadata and controls

31 lines (22 loc) · 1.03 KB

frameworks

Optional | Type: String or Array

A list with compatible frameworks. The available framework names are defined in the :ref:`frameworks` section.

Example

"frameworks": ["espidf", "freertos"]

If the library is compatible with the all frameworks, then do not declare this field or you use * symbol:

"frameworks": "*"