Searched refs:OS (Results 1 – 25 of 61) sorted by relevance
123
/hal_espressif-3.4.0/make/ |
D | project_config.mk | 11 ifeq ($(OS),Windows_NT) 38 ifeq ($(OS),Windows_NT) 68 ifeq ($(OS),Windows_NT) 105 ifeq ($(OS),Windows_NT) 113 ifneq ($(OS),Windows_NT) 178 ifeq ($(OS),Windows_NT)
|
D | ldgen.mk | 7 ifeq ($(OS),Windows_NT)
|
/hal_espressif-3.4.0/docs/zh_CN/api-reference/storage/ |
D | spi_flash.rst | 172 3. OS 函数,在不同阶段(一级或二级 Boot 或者应用程序阶段)为部分 OS 函数(如锁、延迟)提供支持。 196 OS 函数 199 OS 函数层目前提供访问锁和延迟的方法。 211 顶层 API 将芯片驱动和 OS 函数封装成一个完整的组件,并提供参数检查。
|
/hal_espressif-3.4.0/components/app_trace/ |
D | component.mk | 26 sys_view/Sample/OS 31 sys_view/Sample/OS \
|
D | CMakeLists.txt | 29 sys_view/Sample/OS) 34 "sys_view/Sample/OS/SEGGER_SYSVIEW_FreeRTOS.c"
|
/hal_espressif-3.4.0/docs/zh_CN/get-started-legacy/ |
D | macos-setup.rst | 2 Mac OS 平台工具链的标准设置(传统 GNU Make) 24 Mac OS 版本的 ESP32 工具链可以从以下地址下载:
|
D | macos-setup-scratch.rst | 2 从零开始设置 Mac OS 环境下的工具链(传统 GNU Make)
|
D | eclipse-setup.rst | 15 * 首先,请在您的平台上安装相应的 ESP-IDF,具体步骤请按照您的操作系统(Windows、OS X 和 Linux)对应的指示进行安装。
|
/hal_espressif-3.4.0/docs/en/api-guides/tools/ |
D | idf-tools-notes.inc | 42 On Linux and macOS, it is recommended to install CMake using the OS-specific package manager (like … 53 On Linux and macOS, it is recommended to install ninja using the OS-specific package manager (like …
|
D | idf-tools.rst | 6 …OS-specific package manager (like apt, yum, brew, etc.) is the preferred method when the required … 8 However, some of the tools are IDF-specific and are not available in OS package repositories. Furth…
|
/hal_espressif-3.4.0/docs/zh_CN/api-guides/tools/ |
D | idf-tools-notes.inc | 44 On Linux and macOS, it is recommended to install CMake using the OS package manager. However, for c… 55 On Linux and macOS, it is recommended to install ninja using the OS package manager. However, for c…
|
/hal_espressif-3.4.0/components/mdns/test_afl_fuzz_host/ |
D | Makefile | 54 OS := $(shell uname) macro 55 ifeq ($(OS),Darwin)
|
/hal_espressif-3.4.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.4.0/docs/en/api-guides/jtag-debugging/ |
D | configure-ft2232h-jtag.rst | 69 …ev/ttyUSB*`` command and check, if board's USB ports are recognized by the OS. You are looking for… 98 …OS loads FTDI serial port driver, it does so for both channels of FT2232 chip. However only one of…
|
/hal_espressif-3.4.0/docs/zh_CN/hw-reference/esp32/ |
D | get-started-devkitc-v2.rst | 14 * PC(Windows、Linux 或 Mac OS)
|
D | get-started-pico-kit-v3.rst | 13 * PC(Windows、Linux 或 Mac OS)
|
/hal_espressif-3.4.0/docs/en/api-reference/storage/ |
D | spi_flash.rst | 172 3. The OS functions, provides support of some OS functions (e.g. lock, delay) in different stages (… 196 OS functions 199 Currently the OS function layer provides entries of a lock and delay. 211 The top API wraps these the chip driver and OS functions into an entire component, and also provide…
|
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/esptool/ |
D | configuration-file.rst | 10 However, it is impossible to cover all of the existing combinations of hardware, OS, and drivers. 23 If a configuration file is not found here, the current user's OS configuration directory is inspect…
|
/hal_espressif-3.4.0/docs/en/get-started-legacy/ |
D | macos-setup.rst | 2 Standard Setup of Toolchain for Mac OS (Legacy GNU Make)
|
D | macos-setup-scratch.rst | 2 Setup Toolchain for Mac OS from Scratch (Legacy GNU Make)
|
/hal_espressif-3.4.0/docs/en/ |
D | about.rst | 39 …ws to develop applications for {IDF_TARGET_NAME} using Windows, Linux and Mac OS operating systems.
|
/hal_espressif-3.4.0/components/fatfs/src/ |
D | 00history.txt | 111 Septemberarated out OS dependent code on reentrant cfg. 176 Fixed assertion failure due to OS/2 EA on FAT12/16 volume. 223 Fixed volume label created by Mac OS X cannot be retrieved with f_getlabel(). (appeared at R0.09b)
|
/hal_espressif-3.4.0/docs/en/get-started/ |
D | macos-setup-scratch.rst | 2 Setup Toolchain for Mac OS from Scratch
|
D | macos-setup.rst | 2 Standard Setup of Toolchain for Mac OS
|
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/ |
D | README.md | 25 * Set the environment variables SDK_PATH to the path to an ESP8266 IoT NON-OS SDK directory (last s…
|
123