Searched refs:wrapper (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-2.7.6/tools/ci/python_packages/ |
D | gitlab_api.py | 84 def wrapper(self, *args, **kwargs): function 99 return wrapper
|
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/ |
D | __init__.py | 101 def wrapper(**kwargs): function 109 return wrapper
|
/hal_espressif-2.7.6/docs/ |
D | README.md | 18 The documentation build requirements Python 3 and running the wrapper `./build_docs.py` tool. Runni…
|
/hal_espressif-2.7.6/tools/windows/idf_exe/ |
D | README.md | 1 # IDF wrapper tool (idf.py.exe)
|
/hal_espressif-2.7.6/components/freertos/ |
D | Kconfig | 385 bool "Enclose all task functions in a wrapper function" 389 If enabled, all FreeRTOS task functions will be enclosed in a wrapper function. 391 return to the wrapper function. The wrapper function will then log an error and
|
/hal_espressif-2.7.6/docs/en/contribute/ |
D | add-ons-reference.rst | 9 …r multiple chips. Therefore we don't run ``sphinx`` directly, there is a wrapper Python program ``… 133 …Small wrapper extension that calls ``gen_esp_err_to_name.py`` and updates the included .rst file i…
|
/hal_espressif-2.7.6/components/wear_levelling/doc/ |
D | wl_sw_structure.rst | 24 …- wear_levelling - wrapper API class that provides "C" interface to access the memory through the …
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | freertos-smp.rst | 452 within a wrapper function. In the case that a task function mistakenly returns 454 wrapper function. The wrapper function will then log an error and abort the
|
D | hardware-abstraction.rst | 150 …cannot be further abstracted by the HAL, thus will end up being a direct wrapper (or macro) for an…
|
D | build-system-legacy.rst | 271 - Each call to a component makefile goes via the ``$(IDF_PATH)/make/component_wrapper.mk`` wrapper … 272 - This component wrapper includes all component ``Makefile.componentbuild`` files, making any recip… 498 …t for a certain component, for example when the component is basically a wrapper around another th…
|
D | build-system.rst | 140 :ref:`idf.py` is a wrapper around CMake_ for convenience. However, you can also invoke CMake direct… 897 …t for a certain component, for example when the component is basically a wrapper around another th… 1081 …ent in this manner. For example, the :component:`mbedtls` component is a wrapper for Espressif's f…
|
/hal_espressif-2.7.6/components/openssl/ |
D | OpenSSL-APIs.rst | 4 This directory does not contain OpenSSL itself, but the code here can be used as a wrapper for appl…
|
/hal_espressif-2.7.6/components/mbedtls/ |
D | Kconfig | 847 Enable the pthread wrapper layer for the threading layer.
|
/hal_espressif-2.7.6/tools/catch/ |
D | catch.hpp | 5428 Text wrapper( countIt->second.all(), TextAttributes() in listTags() local 5432 Catch::cout() << oss.str() << wrapper << "\n"; in listTags() 5447 Text wrapper( it->second->getDescription(), TextAttributes() in listReporters() local 5455 << wrapper << "\n"; in listReporters()
|