Searched full:hooks (Results 1 – 25 of 103) sorted by relevance
12345
2 # See https://pre-commit.com/hooks.html for more hooks5 - repo: https://github.com/pre-commit/pre-commit-hooks7 hooks:32 hooks:37 hooks:41 hooks:
14 :ref:`hooks`: ESP-IDF FreeRTOS hooks provides support for registering extra Idle and15 Tick hooks at run time. Moreover, the hooks can be asymmetric amongst both CPUs.479 Hooks section in FreeRTOS Additions482 FreeRTOS consists of Idle Hooks and Tick Hooks which allow for application484 ESP-IDF provides its own Idle and Tick Hook API in addition to the hooks485 provided by Vanilla FreeRTOS. ESP-IDF hooks have the added benefit of488 Vanilla FreeRTOS Hooks argument491 Idle and Tick Hooks in vanilla FreeRTOS are implemented by the user497 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 …]
181 …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 timer203 hooks using the esp_register_freertos_xxx_hook system, but for legacy reasons the old204 hooks can also still be enabled. Please enable this only if you have code that for some
84 #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 exception194 To enable interrupt/exception hooks, compile the RTOS with '-DXT_INTEXC_HOOKS'.
96 /* Extra space required for interrupt/exception hooks. */111 NOTE: Make sure XT_INTEXC_HOOKS is undefined unless you really need the hooks.
102 * the idle hooks of both cores, the idle hook will be unregistered from119 * tick hooks of both cores, the tick hook will be unregistered from
7 # hooks are preferentially linked over libstdc++ which
1 /* board.h - Board-specific hooks */
1 /* board.c - Board-specific hooks */
26 port/esp32/hooks \
89 "port/esp32/hooks/tcp_isn_default.c"90 "port/esp32/hooks/lwip_default_hooks.c"
7 This component is built on top of `esp_http_server`. The HTTPS server takes advantage of hooks and …
1 // xtensa_overlay_os_hook.c -- Overlay manager OS hooks for FreeRTOS.
392 XT_INTEXC_HOOKS Enables hooks in interrupt vector handlers726 Hooks for Dynamic Installation of Handlers:728 Optional hooks are provided in the user exception and low level731 unless in a high-priority interrupt handler). These hooks are enabled734 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
68 tools/docker/hooks/build