/hal_espressif-3.6.0/components/heap/test/ |
D | test_malloc_caps.c | 138 multi_heap_info_t original; variable 139 heap_caps_get_info(&original, MALLOC_CAP_8BIT); 141 void *b = heap_caps_malloc(original.largest_free_block, MALLOC_CAP_8BIT); 144 printf("After allocating %d bytes:\n", original.largest_free_block); 149 TEST_ASSERT(after.largest_free_block <= original.largest_free_block); 150 TEST_ASSERT(after.total_free_bytes <= original.total_free_bytes); 161 TEST_ASSERT_INT32_WITHIN(200, after.total_free_bytes, original.total_free_bytes); 162 TEST_ASSERT_INT32_WITHIN(200, after.largest_free_block, original.largest_free_block); 163 TEST_ASSERT(after.minimum_free_bytes < original.total_free_bytes);
|
/hal_espressif-3.6.0/components/esp_rom/host_test/rom_test/main/ |
D | rom_test.cpp | 53 …const uint8_t original [] = {0x01, 0x21, 0x09, 0xff, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x6… variable 56 result = esp_rom_crc32_le(0xffffffff, original, sizeof(original));
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/ |
D | flasher-stub.rst | 12 …a chip, it first uploads the flasher stub, which basically replaces the original bootloader. All f… 17 The flasher stub behaves the same as the original bootloader, but uses more heavily optimized UART … 24 … the ``--no-stub`` argument. All operations will then be handled by the original ROM bootloader. S…
|
/hal_espressif-3.6.0/components/esp_rom/test/ |
D | test_miniz.c | 96 uint8_t original = (i & 1) ? rand() & 0xff : 0; variable 97 …TEST_ASSERT_EQUAL_MESSAGE(original, outbuf[i], "data after decompression doesn't match the origina…
|
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | StackMacros.h | 29 … Please update your code accordingly. This source file (which has the original name) will be rem…
|
/hal_espressif-3.6.0/docs/en/contribute/ |
D | contributor-agreement.rst | 26 **"Contribution"** means any original work of authorship (software 70 - to reproduce the Contribution in original or modified form, 72 display and publicly perform the Contribution in original or modified 164 that comes closest to the meaning of the original provision and that is
|
D | creating-examples.rst | 34 * All original example code has a license header saying it is "in the public domain / CC0", and a w… 35 * Any adapted or third party example code has the original license header on it. This code must be …
|
/hal_espressif-3.6.0/tools/kconfig/lxdialog/ |
D | BIG.FAT.WARNING | 2 significantly modified from the original. It is for use by the Linux
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | unit-tests.rst | 124 …TEMPORARY_)DISABLED_FOR_TARGETS()`` macros and place them either in the original test file, or sep… 313 …ent with the exact same name as the original component, then let the build system discover it late… 322 …ag ``COMPONENT_OVERRIDEN_DIR`` to access the component directory of the original component and the… 326 …idf_component_get_property(original_component_dir <original-component-name> COMPONENT_OVERRIDEN_DI… 343 …original component in its entirety. As long as the test project's dependencies and dependencies of… 350 …ild system to mock dependent components (i.e., it needs to override the original component with th…
|
/hal_espressif-3.6.0/docs/en/api-reference/protocols/ |
D | asio.rst | 11 Please refer to the original asio documentation at https://think-async.com/Asio/Documentation.
|
/hal_espressif-3.6.0/examples/build_system/cmake/import_prebuilt/ |
D | README.md | 17 It also demonstrates how to specify the same dependencies the original component had so as to prope…
|
/hal_espressif-3.6.0/tools/test_idf_tools/ |
D | test_idf_tools.py | 20 original = sys.stdout 23 sys.stdout = original
|
/hal_espressif-3.6.0/components/mdns/ |
D | Kconfig | 64 Currently the only strict feature: Do not repeat original questions in response packets
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/ |
D | README.md | 13 Thanks to [Cesanta](http://cesanta.com/) who provided the original ESP8266 stub loader upon which t…
|
/hal_espressif-3.6.0/tools/cmake/ |
D | project.cmake | 263 # the original project(). See https://cmake.org/pipermail/cmake/2015-October/061751.html. 295 …# Since components can import third-party libraries, the original definition of project() should b… 307 … is set to OLD or NEW. However, the proper behavior should have bee already handled by the original
|
/hal_espressif-3.6.0/docs/en/get-started-legacy/ |
D | add-idf_path-to-profile.rst | 25 Remember to replace back-slashes with forward-slashes in the original Windows path.
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_buf.c | 30 void net_buf_simple_clone(const struct net_buf_simple *original, in net_buf_simple_clone() argument 33 memcpy(clone, original, sizeof(struct net_buf_simple)); in net_buf_simple_clone()
|
/hal_espressif-3.6.0/docs/en/api-reference/ |
D | api-conventions.rst | 15 …ter integrated with the rest of ESP-IDF facilities. In other cases, the original API of the third-… 112 …ming mechanism <configuration-options-compatibility>`_ ensures that the original Kconfig option na…
|
/hal_espressif-3.6.0/components/esptool_py/ |
D | LICENSE | 46 want its recipients to know that what they have is not the original, so 47 that any problems introduced by others will not reflect on the original 191 original licensor to copy, distribute or modify the Program subject to 231 original copyright holder who places the Program under this License
|
/hal_espressif-3.6.0/components/esptool_py/esptool/ |
D | LICENSE | 46 want its recipients to know that what they have is not the original, so 47 that any problems introduced by others will not reflect on the original 191 original licensor to copy, distribute or modify the Program subject to 231 original copyright holder who places the Program under this License
|
/hal_espressif-3.6.0/zephyr/scripts/pinctrl/ |
D | README.md | 32 …c}.yaml` file with the above snippet. The bullet indentation follows the original file indentation.
|
/hal_espressif-3.6.0/ |
D | SUPPORT_POLICY.md | 73 original support periods apply:
|
D | LICENSE | 44 represent, as a whole, an original work of authorship. For the purposes 50 the original version of the Work and any modifications or additions
|
/hal_espressif-3.6.0/examples/protocols/http_server/file_serving/ |
D | README.md | 44 3. compare the copy with the original using `cmp myfile.html myfile_copy.html`
|
/hal_espressif-3.6.0/zephyr/blobs/ |
D | license.txt | 44 represent, as a whole, an original work of authorship. For the purposes 50 the original version of the Work and any modifications or additions
|