/hal_espressif-2.7.6/tools/ |
D | tools_schema.json | 8 "description": "Metadata file version" string 12 "description": "List of tools", string 25 "description": "Information about one tool", string 28 "description": "Tool name (used as a directory name)", string 31 "description" : { object 32 "description": "A short (one sentence) description of the tool.", string 40 …"description": "Some variable expansions are done on the values. 1) ${TOOL_PATH} is replaced with … string 43 "description": "URL of the page with information about the tool", string 48 …"description": "If 'always', the tool will be installed by default. If 'on_request', tool will be … string 51 …"description": "License name. Use SPDX license identifier if it exists, short name of the license … string [all …]
|
D | tools.json | 4 "description": "Toolchain for Xtensa (ESP32) based on GCC", string 60 "description": "Toolchain for Xtensa (ESP32-S2) based on GCC", string 116 "description": "Toolchain for Xtensa (ESP32-S3) based on GCC", string 172 "description": "Toolchain for 32-bit RISC-V based on GCC", string 223 "description": "Toolchain for ESP32 ULP coprocessor", string 281 "description": "Toolchain for ESP32-S2 ULP coprocessor", string 339 "description": "CMake build system", string 405 "description": "OpenOCD for ESP32", string 465 "description": "Ninja build system", string 513 "description": "IDF wrapper tool for Windows", string [all …]
|
D | zephyr_tools.json | 4 "description": "Toolchain for Xtensa (ESP32) based on GCC", string 60 "description": "Toolchain for Xtensa (ESP32-S2) based on GCC", string 116 "description": "Toolchain for 32-bit RISC-V based on GCC", string
|
D | idf_tools.py | 495 …def __init__(self, name, description, install, info_url, license, version_cmd, version_regex, vers… argument
|
/hal_espressif-2.7.6/components/perfmon/include/ |
D | xtensa_perfmon_masks.h | 33 const char *description; /*!< Description for selected counter */ member 44 const char *description; /*!< Description for selected mask */ member
|
/hal_espressif-2.7.6/tools/windows/tool_setup/ |
D | tools_fallback.json | 4 "description": "Toolchain for Xtensa (ESP32) based on GCC", string 59 "description": "Toolchain for ESP32 ULP coprocessor", string 104 "description": "CMake build system", string 170 "description": "OpenOCD for ESP32", string 217 "description": "menuconfig tool", string 261 "description": "Ninja build system", string 309 "description": "IDF wrapper tool for Windows", string 352 "description": "Ccache (compiler cache)", string
|
/hal_espressif-2.7.6/components/esp_system/include/esp_private/ |
D | panic_internal.h | 55 const char* description; // short description of the exception member
|
/hal_espressif-2.7.6/tools/unit-test-app/tools/ |
D | UnitTestParser.py | 252 def parse_one_test_case(self, name, description, config_name, stripped_config_name, tags): argument
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/tls/ |
D | tlsv1_server.c | 24 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description) in tlsv1_server_alert()
|
D | tlsv1_server_write.c | 768 u8 description, size_t *out_len) in tlsv1_server_send_alert()
|
D | tlsv1_client.c | 24 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description) in tls_alert()
|
D | tlsv1_client_write.c | 863 u8 description, size_t *out_len) in tlsv1_client_send_alert()
|
D | tls.h | 64 const char *description; member
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | hid_device_le_prf.c | 25 uint16_t description; member
|
/hal_espressif-2.7.6/tools/unit-test-app/ |
D | unit_test.py | 197 def log_test_case(description, test_case, ut_config): argument
|
/hal_espressif-2.7.6/tools/catch/ |
D | catch.hpp | 667 const char* description; member 2265 std::string description; member 2845 std::string description; member 4217 std::string description; member 4359 ArgBuilder& describe( std::string const& description ) { in describe() 10404 #define CATCH_TEST_CASE( name, description ) INTERNAL_CATCH_TESTCASE( name, description ) argument 10405 …#define CATCH_TEST_CASE_METHOD( className, name, description ) INTERNAL_CATCH_TEST_CASE_METHOD( cl… argument 10406 …#define CATCH_METHOD_AS_TEST_CASE( method, name, description ) INTERNAL_CATCH_METHOD_AS_TEST_CASE(… argument 10407 …#define CATCH_REGISTER_TEST_CASE( function, name, description ) INTERNAL_CATCH_REGISTER_TESTCASE( … argument 10408 #define CATCH_SECTION( name, description ) INTERNAL_CATCH_SECTION( name, description ) argument [all …]
|
/hal_espressif-2.7.6/components/nghttp/port/ |
D | http_parser.c | 470 const char *description; member
|