Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 47) sorted by relevance

12

/hal_espressif-3.7.0/components/esp_system/
DREADME.md11 provides system time, since the hardware timers are under the control of that
12 component. However, no matter the underlying timer, the system time provider
24 Currently implemented in terms of system time, as the point of origin is fixed.
25 If persistence is enabled, RTC time is also used in conjuction with system time.
DKconfig111 This config option allows to add RTC fast memory region to system heap with capability
168 Config system event queue size in different application.
174 Config system event task stack size in different application.
531 prompt "Interrupt level to use for Interrupt Watchdog and other system checks"
534 Interrupt level to use for Interrupt Watchdog and other system checks.
540 Using level 5 interrupt for Interrupt Watchdog and other system checks.
546 Using level 4 interrupt for Interrupt Watchdog and other system checks.
549 # Insert chip-specific system config
550 rsource "./port/soc/$IDF_TARGET/Kconfig.system"
DCMakeLists.txt70 # After system initialization, `start_app` (and its other cores variant) is called.
/hal_espressif-3.7.0/components/heap/test_apps/host_test_linux/
DCMakeLists.txt1 # For more information about build system see
2 # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
/hal_espressif-3.7.0/components/esp_hw_support/test_apps/host_test_linux/
DCMakeLists.txt1 # For more information about build system see
2 # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
/hal_espressif-3.7.0/components/esp_system/test_apps/linux_apis/
DCMakeLists.txt1 # For more information about build system see
2 # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
/hal_espressif-3.7.0/components/esp_rom/test_apps/linux_rom_apis/
DREADME.md10 * A Linux system
11 * The usual IDF requirements for Linux system, as described in the [Getting Started Guides](../../.…
/hal_espressif-3.7.0/components/esp_hw_support/
DREADME.md3 This component contains hardware-related operations for supporting the system. These operations are…
5 1. it uses system services such as memory allocation, logging, scheduling
9 … also be placed here as long as they don't pull dependencies other than the core system components.
/hal_espressif-3.7.0/components/hal/
DKconfig8 but the level can't exceed the system assertion level.
9 e.g. If the system assertion is disabled, then the HAL
10 assertion can't be enabled either. If the system assertion
15 bool "Same as system assertion level"
/hal_espressif-3.7.0/components/log/host_test/log_test/
DREADME.md10 * A Linux system
11 * The usual IDF requirements for Linux system, as described in the [Getting Started Guides](../../.…
/hal_espressif-3.7.0/zephyr/
DKconfig3 # This file is required by Zephyr's build system and can be empty
/hal_espressif-3.7.0/components/esp_system/test_apps/esp_system_unity_tests/
Dsdkconfig.ci.single_core_esp321 # Test configuration for using esp-system with under single core on a multicore target. Only tested…
/hal_espressif-3.7.0/tools/esptool_py/docs/en/advanced-topics/
Dindex.rst4 …cs and technical documentation useful if you're developing ``esptool`` or hacking system internals:
/hal_espressif-3.7.0/components/esp_app_format/
DKconfig.projbuild15 The PROJECT_VER variable from the build system will not affect the firmware image.
22 The PROJECT_NAME variable from the build system will not affect the firmware image.
/hal_espressif-3.7.0/tools/esptool_py/docs/en/
Dinstallation.rst12 You will need `Python 3.7 or newer <https://www.python.org/downloads/>`_ installed on your system t…
23 …ms by default. You can install it by a package manager of your operating system, or by ``pip insta…
45 - You can now use it within this virtual environment without affecting your system-wide installatio…
/hal_espressif-3.7.0/components/wpa_supplicant/
DREADME.md8 To port it for different OS, esp_wifi and wpa_supplicant should be picked up a whole system(prefera…
/hal_espressif-3.7.0/components/esp_psram/
Dproject_include.cmake3 # are not part of the ESP-IDF build system (for cases where a generic
/hal_espressif-3.7.0/components/esp_system/test_apps/rtc_power_modes/
DREADME.md17 2. Mode for using 8M clock by digital system (peripherals). To enable this mode, initialize LEDC wi…
/hal_espressif-3.7.0/components/xtensa/include/xtensa/
Dhal.h1123 #define XTHAL_MEM_PROC_CACHE(system, processor) \ argument
1124 (((system) & 0x000f0000) | (((processor) & 0x000f0000 ) << 4) | \
1125 (((system) & XTHAL_MEM_DEVICE) | ((processor) & XTHAL_MEM_DEVICE)))
/hal_espressif-3.7.0/components/hal/include/hal/
Dreadme.md19 This layer should depend on the operating system as little as possible. It's a wrapping of LL funct…
/hal_espressif-3.7.0/components/newlib/
Dsyscalls.c139 int system(const char* str) in system() function
/hal_espressif-3.7.0/west/
Dtools.py183 if platform.system() == 'Windows':
/hal_espressif-3.7.0/components/newlib/test_apps/newlib/main/
Dtest_newlib.c216 printf("system: %p, raise: %p\n", &system, &raise);
/hal_espressif-3.7.0/components/soc/
DCMakeLists.txt123 # For an embedded system, the MMU page size should always be defined statically
/hal_espressif-3.7.0/components/esp_pm/
DKconfig119 … time to keep the system running. Enabling this option will increase static RAM and heap usage,
134 …f freertos to not be compensated correctly when returning from sleep and cause the system to crash.

12