/hal_espressif-3.7.0/components/esp_system/ |
D | README.md | 11 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.
|
D | Kconfig | 111 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"
|
D | CMakeLists.txt | 70 # After system initialization, `start_app` (and its other cores variant) is called.
|
/hal_espressif-3.7.0/components/heap/test_apps/host_test_linux/ |
D | CMakeLists.txt | 1 # 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/ |
D | CMakeLists.txt | 1 # 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/ |
D | CMakeLists.txt | 1 # 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/ |
D | README.md | 10 * 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/ |
D | README.md | 3 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/ |
D | Kconfig | 8 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/ |
D | README.md | 10 * A Linux system 11 * The usual IDF requirements for Linux system, as described in the [Getting Started Guides](../../.…
|
/hal_espressif-3.7.0/zephyr/ |
D | Kconfig | 3 # 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/ |
D | sdkconfig.ci.single_core_esp32 | 1 # 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/ |
D | index.rst | 4 …cs and technical documentation useful if you're developing ``esptool`` or hacking system internals:
|
/hal_espressif-3.7.0/components/esp_app_format/ |
D | Kconfig.projbuild | 15 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/ |
D | installation.rst | 12 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/ |
D | README.md | 8 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/ |
D | project_include.cmake | 3 # 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/ |
D | README.md | 17 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/ |
D | hal.h | 1123 #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/ |
D | readme.md | 19 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/ |
D | syscalls.c | 139 int system(const char* str) in system() function
|
/hal_espressif-3.7.0/west/ |
D | tools.py | 183 if platform.system() == 'Windows':
|
/hal_espressif-3.7.0/components/newlib/test_apps/newlib/main/ |
D | test_newlib.c | 216 printf("system: %p, raise: %p\n", &system, &raise);
|
/hal_espressif-3.7.0/components/soc/ |
D | CMakeLists.txt | 123 # For an embedded system, the MMU page size should always be defined statically
|
/hal_espressif-3.7.0/components/esp_pm/ |
D | Kconfig | 119 … 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.
|