Searched refs:Files (Results 1 – 21 of 21) sorted by relevance
/hal_espressif-3.6.0/docs/zh_CN/get-started/ |
D | windows-setup-scratch.rst | 84 将压缩包文件解压到 ``C:\Program Files``(或其他位置)。压缩包文件包含一个 ``{IDF_TARGET_TOOLCHAIN_PREFIX}`` 目录。 86 然后,请将该目录下的 ``bin`` 子目录 :ref:`添加到 Path 环境变量 <add-directory-windows-path>`。例如,将目录 ``C:\Program Files\…
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | perfmon.rst | 15 Header Files
|
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/main/ |
D | CMakeLists.txt | 11 # Files should be placed into a separate directory (in this case, ulp/),
|
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp_adc/main/ |
D | CMakeLists.txt | 11 # Files should be placed into a separate directory (in this case, ulp/),
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | wear-levelling.rst | 17 Header Files
|
/hal_espressif-3.6.0/examples/system/ulp_riscv/ds18b20_onewire/main/ |
D | CMakeLists.txt | 15 # Files should be placed into a separate directory (in this case, ulp/),
|
/hal_espressif-3.6.0/examples/system/ulp_riscv/gpio/main/ |
D | CMakeLists.txt | 15 # Files should be placed into a separate directory (in this case, ulp/),
|
/hal_espressif-3.6.0/components/fatfs/src/ |
D | 00readme.txt | 1 FatFs Module Source Files R0.13c
|
D | ff.c | 446 static FILESEM Files[FF_FS_LOCK]; /* Open object lock semaphores */ variable 944 if (Files[i].fs) { /* Existing entry */ in chk_lock() 945 if (Files[i].fs == dp->obj.fs && /* Check if the object matches with an open object */ in chk_lock() 946 Files[i].clu == dp->obj.sclust && in chk_lock() 947 Files[i].ofs == dp->dptr) break; in chk_lock() 957 return (acc != 0 || Files[i].ctr == 0x100) ? FR_LOCKED : FR_OK; in chk_lock() 965 for (i = 0; i < FF_FS_LOCK && Files[i].fs; i++) ; in enq_lock() 979 if (Files[i].fs == dp->obj.fs && in inc_lock() 980 Files[i].clu == dp->obj.sclust && in inc_lock() 981 Files[i].ofs == dp->dptr) break; in inc_lock() [all …]
|
/hal_espressif-3.6.0/docs/en/get-started/ |
D | windows-setup-scratch.rst | 84 Unzip the zip file to ``C:\Program Files`` (or some other location). The zip file contains a single… 86 …ory-windows-path>`. For example, the directory to add may be ``C:\Program Files\{IDF_TARGET_TOOLCH…
|
/hal_espressif-3.6.0/tools/ldgen/ |
D | README.md | 6 ### Source Files
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | dump-cmd.rst | 85 Save Dump To Files
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | hardware-abstraction.rst | 31 … will generally consist of the header files described in the table below. Files that are **Target … 37 .. list-table:: Hardware Abstraction Header Files
|
D | deep-sleep-stub.rst | 50 …e function into any source file whose name starts with ``rtc_wake_stub``. Files names ``rtc_wake_s…
|
D | linker-script-generation.rst | 216 Linker Fragment Files 306 Compatibility with ESP-IDF v3.x Linker Script Fragment Files argument
|
D | build-system.rst | 265 …, and its integration into the overall project. See `Component CMakeLists Files`_ for more details. 346 Component CMakeLists Files
|
/hal_espressif-3.6.0/tools/test_apps/ |
D | README.md | 21 ## Configuration Files
|
/hal_espressif-3.6.0/examples/protocols/http_server/file_serving/ |
D | README.md | 18 |`/upload/<file path>` | POST | For uploading files on to SPIFFS. Files are sent as body of HTTP…
|
/hal_espressif-3.6.0/components/wear_levelling/doc/ |
D | wl_sw_structure.rst | 14 The WLC Files
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/ |
D | flashing-firmware.rst | 23 Binary Files Location
|
/hal_espressif-3.6.0/docs/en/security/ |
D | flash-encryption.rst | 873 Manually Encrypting Files
|