/hal_espressif-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/components/esp_psram/ |
D | project_include.cmake | 3 # are not part of the ESP-IDF build system (for cases where a generic
|
/hal_espressif-latest/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-latest/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-latest/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-latest/components/newlib/ |
D | syscalls.c | 139 int system(const char* str) in system() function
|
D | Kconfig | 64 … If this option is enabled and the ROM contains functions from newlib-nano, the build system
|
D | esp32-spiram-rom-functions-c.lf | 171 lib_a-system (noflash)
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 213 MSYS is a system level mbuf registry. For prepare write & prepare 481 bool "Use system RTC slow clock source" 483 Use the same slow clock source as system RTC 514 lot of adv packets and this may cause system memory run out. For example, if you set 516 `BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM` according to your system free memory and handle adv
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 238 MSYS is a system level mbuf registry. For prepare write & prepare 515 bool "Use system RTC slow clock source" 517 Use the same slow clock source as system RTC 547 lot of adv packets and this may cause system memory run out. For example, if you set 549 `BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM` according to your system free memory and handle adv
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | Kconfig.in | 238 MSYS is a system level mbuf registry. For prepare write & prepare 506 bool "Use system RTC slow clock source" 508 Use the same slow clock source as system RTC 539 lot of adv packets and this may cause system memory run out. For example, if you set 541 `BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM` according to your system free memory and handle adv
|
/hal_espressif-latest/components/soc/ |
D | CMakeLists.txt | 123 # For an embedded system, the MMU page size should always be defined statically
|
/hal_espressif-latest/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.
|
/hal_espressif-latest/tools/esptool_py/ |
D | LICENSE | 163 operating system on which the executable runs, unless that component 218 integrity of the free software distribution system, which is 221 through that system in reliance on consistent application of that 222 system; it is up to the author/donor to decide if he or she is willing 223 to distribute software through any other system and a licensee cannot
|
D | pyproject.toml | 1 [build-system]
|
/hal_espressif-latest/components/log/ |
D | Kconfig | 106 RTC and high resoultion timers to maintain an accurate time. The system time is
|
/hal_espressif-latest/components/esp_timer/ |
D | Kconfig | 95 by N on an N-core system.
|