/hal_espressif-3.5.0/tools/unit-test-app/ |
D | Makefile | 12 all: target 49 ut-build-all-configs: $(CONFIG_BUILD_TARGETS) 50 ut-clean-all-configs: $(CONFIG_CLEAN_TARGETS) 81 $(MAKE) defconfig list-components all \ 124 LOCAL_TARGETS := ut-build-all-configs ut-clean-all-configs \ 131 ut-build-all-configs ut-clean-all-configs
|
D | README.md | 13 …omponents to be included in the test app. Or `idf.py -T all build` to build the test app with all … 15 … folder) to build with preset configs. For example, you can use `idf.py -T all ut-build-default` t… 23 …included in the test app. Or `make TESTS_ALL=1` to build the test app with all the tests for compo… 29 The unit test partition table assumes a 4MB flash size. When testing `-T all` or `TESTS_ALL=1` (Leg… 31 …<component> ...` or `TEST_COMPONENTS=` (Legacy GNU Make) or instead of `-T all` or `TESTS_ALL` if … 38 * `*` to run all tests. 40 * `![tagname]` to run tests without "tag" (`![ignore]` is very useful as it runs all CI-enabled tes… 51 `build_esp_idf_tests` job will build all UT configs and parse test cases form built elf files. Buil… 75 `assign_test` job will try to assign all cases to test jobs defined in `.gitlab-ci.yml`, according … 89 Gitlab CI do not support create jobs at runtime. We must maunally add all jobs to CI config file. T…
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/blecent/ |
D | README.md | 82 GATT procedure initiated: discover all services 83 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=3 84 GATT procedure initiated: discover all characteristics; start_handle=20 end_handle=26 85 GATT procedure initiated: discover all characteristics; start_handle=40 end_handle=65535 86 GATT procedure initiated: discover all descriptors; chr_val_handle=42 end_handle=43 87 GATT procedure initiated: discover all descriptors; chr_val_handle=49 end_handle=65535 108 GATT procedure initiated: discover all services 109 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=3 110 GATT procedure initiated: discover all characteristics; start_handle=20 end_handle=26 111 GATT procedure initiated: discover all characteristics; start_handle=40 end_handle=65535 [all …]
|
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | burn-custom-mac-cmd.rst | 35 Check all blocks for burn... 40 Type 'BURN' (all capitals) to continue. 71 Check all blocks for burn... 80 Type 'BURN' (all capitals) to continue. 83 BURN BLOCK0 - OK (all write block bits are set) 105 Check all blocks for burn... 110 Type 'BURN' (all capitals) to continue.
|
D | read-write-protections-cmd.rst | 19 Not all eFuses have read and write protections. See the help for these commands for the eFuse names… 28 - ``-/W`` indicates that read protection is set. Value of such eFuse field will always show all-zer… 51 Check all blocks for burn... 56 Type 'BURN' (all capitals) to continue. 71 Check all blocks for burn... 76 Type 'BURN' (all capitals) to continue.
|
D | set-flash-voltage-cmd.rst | 111 Check all blocks for burn... 116 Type 'BURN' (all capitals) to continue. 132 Check all blocks for burn... 137 Type 'BURN' (all capitals) to continue. 152 Check all blocks for burn... 157 Type 'BURN' (all capitals) to continue.
|
D | burn-bit-cmd.rst | 31 Check all blocks for burn... 36 Type 'BURN' (all capitals) to continue. 64 Check all blocks for burn... 70 Type 'BURN' (all capitals) to continue.
|
D | execute-scripts-cmd.rst | 21 This command allows burning all needed efuses at one time based on your own python script and contr… 30 …all commands which are available in CLI, see ``espefuse.py --help``. To run a efuse command you ne… 31 If necessary, you can call ``efuses.burn_all()`` which prompts ``Type 'BURN' (all capitals) to cont… 70 After ``efuses.burn_all()``, all needed efuses will be burnt to chip in order ``BLK_MAX`` to ``BLK_… 71 …ten eFuses by ``espefuse.py``. In production, you might need to check that all written efuses are …
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/ble_spp/spp_client/ |
D | README.md | 72 * Discover all services,characteristics and descriptors. 112 GATT procedure initiated: discover all services 113 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=5 114 GATT procedure initiated: discover all characteristics; start_handle=6 end_handle=9 115 GATT procedure initiated: discover all characteristics; start_handle=10 end_handle=14 116 GATT procedure initiated: discover all characteristics; start_handle=15 end_handle=65535 117 GATT procedure initiated: discover all descriptors; chr_val_handle=8 end_handle=9 118 GATT procedure initiated: discover all descriptors; chr_val_handle=17 end_handle=18 119 GATT procedure initiated: discover all descriptors; chr_val_handle=20 end_handle=65535
|
/hal_espressif-3.5.0/docs/zh_CN/get-started-legacy/ |
D | make-project.rst | 29 make all 37 ``make all`` 完成后将打印一行命令,提示您如何使用 esptool.py 烧录芯片。不过,您可以使用以下命令进行烧录:: 45 在运行 ``make flash`` 之前无需单独运行 ``make all``。``make flash`` 命令本身就可以自动构建所需的文件。
|
/hal_espressif-3.5.0/components/heap/test_multi_heap_host/ |
D | Makefile | 2 all: $(TEST_PROGRAM) target 20 CPPFLAGS += $(INCLUDE_FLAGS) -D CONFIG_LOG_DEFAULT_LEVEL -g -fstack-protector-all -m32 -DCONFIG_HE… 54 .PHONY: clean all test
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | thread-local-storage.rst | 49 This API has all benefits of the one above, but eliminates some its limits. The number of variables… 61 Note that area for all such variables in the program will be allocated on the stack of 62 every task in the system even if that task does not use such variables at all. For example 66 with the cost of additional stack usage for all tasks in the system. 67 Due to static nature of variables allocation all tasks in the system have the same sets of C11 thre…
|
D | unit-tests.rst | 8 - Linux-host based unit tests in which all the hardware is abstracted via mocks. Linux-host based t… 122 Some tests (especially those related to hardware) cannot run on all targets. Below is a guide how t… 124 … file, or separate the code into files grouped by functions, but make sure all these files will be… 143 2. For test code that you are 100% for sure that will not be supported (e.g. no peripheral at all),… 169 * ``idf.py -T all build`` - build unit test app with tests for each component having tests in the `… 171 …all -E "xxx yyy" build`` - build unit test app with all unit tests, except for unit tests of some … 177 … instructions for flashing the chip. You can simply run ``idf.py flash`` to flash all build output. 179 You can also run ``idf.py -T all flash`` or ``idf.py -T xxx flash`` to build and flash. Everything … 188 When unit test app is idle, press "Enter" will make it print test menu with all available tests:: 224 - Module name in square brackets to run all test cases for a specific module [all …]
|
/hal_espressif-3.5.0/components/newlib/ |
D | Makefile.old | 6 all: newlib check_common_syms 28 && CROSS_CFLAGS="-DSIGNAL_PROVIDED -DABORT_PROVIDED -DMALLOC_PROVIDED" make all install || true 47 .PHONY: all clean newlib
|
/hal_espressif-3.5.0/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 59 it all seemed quite natural); but when the Rabbit actually TOOK A WATCH 88 think nothing of tumbling down stairs! How brave they’ll all think me at 106 there WAS no one listening, this time, as it didn’t sound at all the 130 she looked up, but it was all dark overhead; before her was another 139 There were doors all round the hall, but they were all locked; and when 140 Alice had been all the way down one side and up the other, trying every 144 Suddenly she came upon a little three-legged table, all made of solid 173 It was all very well to say ‘Drink me,’ but the wise little Alice was 177 beasts and other unpleasant things, all because they WOULD not remember 287 moment, I tell you!’ But she went on all the same, shedding gallons of [all …]
|
/hal_espressif-3.5.0/components/usb/ |
D | Kconfig | 28 …FIFOS: RX (for all IN packets), Non-periodic TX (for Bulk and Control OUT packets), and Periodic TX 34 - IN (all transfer types), 408 bytes 39 - IN (all transfer types), 600 bytes 44 - IN (all transfer types), 128 bytes
|
/hal_espressif-3.5.0/tools/kconfig/ |
D | Makefile | 207 all-objs := $(conf-objs) $(mconf-objs) $(lxdialog) 208 all-deps := $(all-objs:.o=.d) 212 clean-files += $(all-objs) $(all-deps) conf-idf mconf-idf conf mconf 351 -include $(all-deps)
|
/hal_espressif-3.5.0/examples/wifi/fast_scan/ |
D | README.md | 7 Two scan methods are supported: fast scan and all channel scan. 11 * `all channel scan`: scan will end only after all channels are scanned; the Wi-Fi driver will stor… 13 …all the AP's matched. The number of matches stored is limited to 4 in order to limit dynamic memor… 43 See the Getting Started Guide for all the steps to configure and use the ESP-IDF to build projects.
|
/hal_espressif-3.5.0/tools/catch/ |
D | LICENSE.txt | 8 do so, all subject to the following: 12 must be included in all copies of the Software, in whole or in part, and 13 all derivative works of the Software, unless such copies or derivative
|
/hal_espressif-3.5.0/components/nvs_flash/test_nvs_host/ |
D | README.md | 13 * Run all quick tests: 18 * Run all tests (takes several hours)
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/ |
D | README.md | 74 GATT procedure initiated: discover all services 76 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=5 77 GATT procedure initiated: discover all characteristics; start_handle=6 end_handle=9 78 GATT procedure initiated: discover all characteristics; start_handle=10 end_handle=65535 79 GATT procedure initiated: discover all descriptors; chr_val_handle=8 end_handle=9 80 GATT procedure initiated: discover all descriptors; chr_val_handle=14 end_handle=15 81 GATT procedure initiated: discover all descriptors; chr_val_handle=17 end_handle=65535
|
/hal_espressif-3.5.0/tools/test_idf_monitor/ |
D | Makefile | 15 all: $(PROG_XTENSA) $(PROG_RISCV) target 30 .PHONY: clean all
|
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/ |
D | usb_host.rst | 31 - Supports all four transfer types (Control, Bulk, Interrupt, and Isochronous) 70 - The Library API handles all of the Host Library processing that is not specific to a single clien… 75 …s a one-to-one relation with a task, meaning that for a particular client, all of its Client API c… 77 …ing of all client events (i.e., the events specific to that client) to the client's task. In other… 88 …rary also requires a task (usually the Host Library Daemon Task) to handle all of the library even… 109 …ad, the Host Library provides two event handler functions that will handle all of the required Hos… 185 …- The Daemon Task is notified of the deregistration of all clients by way the :c:macro:`USB_HOST_L… 189 …usb_host_device_free_all` was able to free all devices, the function will return `ESP_OK` indicati… 190 …- If :cpp:func:`usb_host_device_free_all` was unable to free all devices (e.g., because the device… 191 …macro:`USB_HOST_LIB_EVENT_FLAGS_ALL_FREE` event flag in order to know when all devices have been f… [all …]
|
/hal_espressif-3.5.0/components/esp_system/test_eh_frame_parser/ |
D | Makefile | 23 .PHONY: all clean createdir 25 all: $(OBJECTS) target
|
/hal_espressif-3.5.0/docs/en/api-reference/system/ |
D | intr_alloc.rst | 9 …nterrupts each. Each interrupt has a certain priority level, most (but not all) interrupts are con… 13 … 32 interrupts. Each interrupt has a certain priority level, most (but not all) interrupts are con… 17 … 32 interrupts. Each interrupt has a certain priority level, most (but not all) interrupts are con… 23 …ultiple drivers. The :cpp:func:`esp_intr_alloc` abstraction exists to hide all these implementatio… 96 … flag registers an interrupt handler that always runs from IRAM (and reads all its data from DRAM)… 107 Several handlers can be assigned to a same source, given that all handlers are allocated using the … 108 They will all be allocated to the interrupt, which the source is attached to, and called sequential…
|