Home
last modified time | relevance | path

Searched full:hooks (Results 1 – 25 of 103) sorted by relevance

12345

/hal_espressif-2.7.6/
D.pre-commit-config.yaml2 # See https://pre-commit.com/hooks.html for more hooks
5 - repo: https://github.com/pre-commit/pre-commit-hooks
7 hooks:
32 hooks:
37 hooks:
41 hooks:
/hal_espressif-2.7.6/docs/en/api-reference/system/
Dfreertos_additions.rst14 :ref:`hooks`: ESP-IDF FreeRTOS hooks provides support for registering extra Idle and
15 Tick hooks at run time. Moreover, the hooks can be asymmetric amongst both CPUs.
479 Hooks section in FreeRTOS Additions
482 FreeRTOS consists of Idle Hooks and Tick Hooks which allow for application
484 ESP-IDF provides its own Idle and Tick Hook API in addition to the hooks
485 provided by Vanilla FreeRTOS. ESP-IDF hooks have the added benefit of
488 Vanilla FreeRTOS Hooks argument
491 Idle and Tick Hooks in vanilla FreeRTOS are implemented by the user
497 Vanilla FreeRTOS hooks are referred to as **Legacy Hooks** in ESP-IDF FreeRTOS.
498 To enable legacy hooks, :ref:`CONFIG_FREERTOS_LEGACY_HOOKS` should be enabled
[all …]
/hal_espressif-2.7.6/components/freertos/
DKconfig181 …reduced to 768 bytes if no (or simple) FreeRTOS idle hooks are used and pthread local storage or F…
185 cleanup hooks that use a lot of stack memory.
198 bool "Use FreeRTOS legacy hooks"
201 FreeRTOS offers a number of hooks/callback functions that are called when a timer
203 hooks using the esp_register_freertos_xxx_hook system, but for legacy reasons the old
204 hooks can also still be enabled. Please enable this only if you have code that for some
/hal_espressif-2.7.6/components/freertos/port/xtensa/include/freertos/
Dxtensa_rtos.h84 #define XT_INTEXC_HOOKS 1 /* Enables exception hooks */
166 HOOKS TO DYNAMICALLY INSTALL INTERRUPT AND EXCEPTION HANDLERS PER LEVEL.
168 This Xtensa RTOS port provides hooks for dynamically installing exception
194 To enable interrupt/exception hooks, compile the RTOS with '-DXT_INTEXC_HOOKS'.
Dxtensa_config.h96 /* Extra space required for interrupt/exception hooks. */
111 NOTE: Make sure XT_INTEXC_HOOKS is undefined unless you really need the hooks.
/hal_espressif-2.7.6/components/esp_common/include/
Desp_freertos_hooks.h102 * the idle hooks of both cores, the idle hook will be unregistered from
119 * tick hooks of both cores, the tick hook will be unregistered from
/hal_espressif-2.7.6/components/cxx/
Dcomponent.mk7 # hooks are preferentially linked over libstdc++ which
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/
Dboard.h1 /* board.h - Board-specific hooks */
Dboard.c1 /* board.c - Board-specific hooks */
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dboard.h1 /* board.h - Board-specific hooks */
Dboard.c1 /* board.c - Board-specific hooks */
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dboard.h1 /* board.h - Board-specific hooks */
Dboard.c1 /* board.c - Board-specific hooks */
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/
Dboard.h1 /* board.h - Board-specific hooks */
Dboard.c1 /* board.c - Board-specific hooks */
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/
Dboard.h1 /* board.h - Board-specific hooks */
Dboard.c1 /* board.c - Board-specific hooks */
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/
Dboard.h1 /* board.h - Board-specific hooks */
Dboard.c1 /* board.c - Board-specific hooks */
/hal_espressif-2.7.6/components/lwip/
Dcomponent.mk26 port/esp32/hooks \
DCMakeLists.txt89 "port/esp32/hooks/tcp_isn_default.c"
90 "port/esp32/hooks/lwip_default_hooks.c"
/hal_espressif-2.7.6/docs/en/api-reference/protocols/
Desp_https_server.rst7 This component is built on top of `esp_http_server`. The HTTPS server takes advantage of hooks and …
/hal_espressif-2.7.6/components/freertos/port/xtensa/
Dxtensa_overlay_os_hook.c1 // xtensa_overlay_os_hook.c -- Overlay manager OS hooks for FreeRTOS.
Dreadme_xtensa.txt392 XT_INTEXC_HOOKS Enables hooks in interrupt vector handlers
726 Hooks for Dynamic Installation of Handlers:
728 Optional hooks are provided in the user exception and low level
731 unless in a high-priority interrupt handler). These hooks are enabled
734 them. The interrupt/exception hooks are described in xtensa_rtos.h .
736 It is recommended that the application not make use of these hooks, but
/hal_espressif-2.7.6/tools/ci/
Dexecutable-list.txt68 tools/docker/hooks/build

12345