/hal_espressif-3.5.0/components/openssl/ |
D | Kconfig | 44 OpenSSL function needs "assert" function to check if input parameters are valid. 56 Enable assert exiting, it will check and return error code. 62 Enable assert debugging, it will check and show debugging message. 68 … Enable assert debugging and exiting, it will check, show debugging message and return error code. 74 …Enable assert debugging and blocking, it will check, show debugging message and block by "while (1…
|
/hal_espressif-3.5.0/tools/kconfig/ |
D | Makefile | 163 check-lxdialog := $(SRCDIR)/lxdialog/check-lxdialog.sh 167 CFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \ 219 $(CONFIG_SHELL) $(check-lxdialog) -check $(CC) $(CFLAGS) $(LOADLIBES_mconf) 227 EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(CC) $(CFLAGS)) 243 LOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(CC))
|
/hal_espressif-3.5.0/examples/system/console_usb/ |
D | README.md | 48 …If the port doesn't appear, check that the board has entered the bootloader mode, and that the USB… 137 If the USB serial port doesn't appear in the system after flashing the example, check the following: 142 - On Windows, check the Device Manager 143 - On macOS, check USB section in the System Information utility 144 - On Linux, check `lsusb` output 146 * If the device is not detected, check the USB cable connection (D+, D-, and ground should be conne…
|
/hal_espressif-3.5.0/tools/kconfig/lxdialog/ |
D | check-lxdialog.sh | 65 check() { function 95 check
|
/hal_espressif-3.5.0/tools/cmake/ |
D | ldgen.cmake | 60 set(ldgen_check "--check-mapping" 61 "--check-mapping-exceptions=${idf_path}/tools/ci/check_ldgen_mapping_exceptions.txt") 62 message(STATUS "Mapping check enabled in ldgen")
|
D | git_submodules.cmake | 15 # skip submodule check if running on Gitlab CI and job is configured as not clone submodules 18 message("skip submodule check on internal CI") 30 # may need to check GIT_VERSION_STRING and do some fiddling in the
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/ |
D | unit-tests-legacy.rst | 144 …TEST_CASE_MULTIPLE_STAGES("reset reason check for deepsleep", "[esp32]", trigger_deepsleep, check_… 210 (20) "reset reason check for deepsleep" [esp32][test_env=UT_T2_1][multi_stage] 246 Running reset reason check for deepsleep... 247 reset reason check for deepsleep
|
D | error-handling.rst | 45 .. _esp-error-check-macro: 72 .. _esp-error-check-without-abort-macro: 179 3. 转为不可恢复错误,比如使用 ``ESP_ERROR_CHECK``。详情请见 `ESP_ERROR_CHECK 宏 <#esp-error-check-macro>`_ 章节。
|
D | unit-tests.rst | 115 …TEST_CASE_MULTIPLE_STAGES("reset reason check for deepsleep", "[{IDF_TARGET_PATH_NAME}]", trigger_… 212 … (20) "reset reason check for deepsleep" [{IDF_TARGET_PATH_NAME}][test_env=UT_T2_1][multi_stage] 241 Running reset reason check for deepsleep... 242 reset reason check for deepsleep
|
/hal_espressif-3.5.0/examples/system/ota/advanced_https_ota/main/ |
D | Kconfig.projbuild | 20 bool "Skip firmware version check" 23 This allows you to skip the firmware version check.
|
/hal_espressif-3.5.0/.gitlab/ci/ |
D | README.md | 32 1. check the file patterns 120 check if there's a suitable `.rules:<rules-you-need>` template 124 …1. check [How to Add a New `Rules` Template?](#how-to-add-a-new-rules-template), create a suitable… 129 check if this rule is related to `labels`, `patterns` 134 check if there's a suitable `.if-<if-anchor-you-need>` anchor 147 1. check [How to Add a New `if` Anchor?](#how-to-add-a-new-if-anchor), create a suitable one
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/ |
D | aes-siv.c | 174 u8 check[AES_BLOCK_SIZE]; in aes_siv_decrypt() local 201 ret = aes_s2v(k1, key_len, num_elem + 1, _addr, _len, check); in aes_siv_decrypt() 204 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
/hal_espressif-3.5.0/examples/system/ota/native_ota_example/main/ |
D | Kconfig.projbuild | 20 bool "Skip firmware version check" 23 This allows you to skip the firmware version check.
|
/hal_espressif-3.5.0/tools/ci/ |
D | check_tools_files_patterns.py | 33 def check(pattern_yml, exclude_list): function 71 not_included_files, dup_patterns = check(args.pattern_yml, args.exclude_list)
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/ |
D | README.md | 15 Please check the [tutorial](../../ble/gatt_server/tutorial/Gatt_Server_Example_Walkthrough.md) for … 16 Please check the [tutorial](../../ble/gatt_client/tutorial/Gatt_Client_Example_Walkthrough.md) for …
|
/hal_espressif-3.5.0/components/partition_table/ |
D | project_include.cmake | 67 # - BINARY_PATH - path to the target binary file to check 68 # - PARTITION_TYPE - partition type to check against 69 # - PARTITION_SUBTYPE - (optional) partition subtype to check against
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | unit-tests-legacy.rst | 111 The normal test cases are expected to finish without reset (or only need to check if reset happens)… 112 …wakeup from deep sleep. We need to create a deep-sleep reset first and then check the reset reason. 127 …TEST_CASE_MULTIPLE_STAGES("reset reason check for deepsleep", "[esp32]", trigger_deepsleep, check_… 181 (20) "reset reason check for deepsleep" [esp32][test_env=UT_T2_1][multi_stage] 211 Running reset reason check for deepsleep... 212 reset reason check for deepsleep
|
/hal_espressif-3.5.0/docs/en/get-started/ |
D | establish-serial-connection.rst | 19 Please check the board user guide for specific USB to serial converter chip used. The drivers above… 46 To check the device name for the serial port of your {IDF_TARGET_NAME} board (or external converter… 58 …check you have the USB/serial drivers installed as shown in the Getting Started guide for your par… 104 Then open serial port in terminal and check, if you see any log printed out by {IDF_TARGET_NAME}. T…
|
/hal_espressif-3.5.0/docs/en/ |
D | resources.rst | 18 …`_ section on GitHub if you find a bug or have a feature request. Please check existing `Issues <… 26 * If you're interested in contributing to ESP-IDF, please check the :doc:`contribute/index`.
|
/hal_espressif-3.5.0/components/esptool_py/ |
D | CMakeLists.txt | 52 …# Generate app_check_size_command target to check the app size against the partition table paramet… 62 # Generate bootloader post-build check of the bootloader size against the offset
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/ |
D | ble_compatibility_test_case.md | 34 Refresh the scanning in LightBlue® Explorer to check if the device to be tested can be found quickl… 71 In LightBlue® Explorer, check the contents of `GATT SERVICES & CHARACTERISTICS`. 99 * Read `Char_1` and check if its value is consistent with the data you have written to it. 122 * Read `Char_2` and check if its value is consistent with the data you have written to it.
|
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/ |
D | timer.rst | 39 …_CLK running at 80 MHz. For more information of APB_CLK frequency, please check *{IDF_TARGET_NAME}… 53 … initial counter value by calling :cpp:func:`timer_set_counter_value`. To check the timer's curren… 86 To check the specified alarm value, call :cpp:func:`timer_get_alarm_value`. 95 …g interrupt from scratch is, you don't have to deal with interrupt status check and clean stuffs, …
|
/hal_espressif-3.5.0/tools/ |
D | python_version_checker.py | 32 def check(): # type: () -> None function
|
/hal_espressif-3.5.0/components/freertos/ |
D | Kconfig | 106 FreeRTOS can check for stack overflows in threads and trigger an user function 112 Do not check for stack overflows (configCHECK_FOR_STACK_OVERFLOW=0) 126 context switch, check if these bytes are still intact. More thorough 132 bool "Set a debug watchpoint as a stack overflow check" 135 FreeRTOS can check if a stack has overflown its bounds by checking either the value of 148 …This check only triggers if the stack overflow writes within 32 bytes near the end of the stack, r… 150 check methods. 417 …# Minimal value is 2 because of a check in FreeRTOS.h (search configEXPECTED_IDLE_TIME_BEFORE_SLEE…
|
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/ |
D | README.md | 9 Please check the [tutorial](tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md) for more informat…
|