Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 43) sorted by relevance

12

/hal_espressif-3.6.0/components/heap/test/
Dtest_malloc_caps.c138 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/
Drom_test.cpp53 …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/
Dflasher-stub.rst12 …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/
Dtest_miniz.c96 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/
DStackMacros.h29 … Please update your code accordingly. This source file (which has the original name) will be rem…
/hal_espressif-3.6.0/docs/en/contribute/
Dcontributor-agreement.rst26 **"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
Dcreating-examples.rst34 * 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/
DBIG.FAT.WARNING2 significantly modified from the original. It is for use by the Linux
/hal_espressif-3.6.0/docs/en/api-guides/
Dunit-tests.rst124 …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…
343original 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/
Dasio.rst11 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/
DREADME.md17 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/
Dtest_idf_tools.py20 original = sys.stdout
23 sys.stdout = original
/hal_espressif-3.6.0/components/mdns/
DKconfig64 Currently the only strict feature: Do not repeat original questions in response packets
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
DREADME.md13 Thanks to [Cesanta](http://cesanta.com/) who provided the original ESP8266 stub loader upon which t…
/hal_espressif-3.6.0/tools/cmake/
Dproject.cmake263 # 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/
Dadd-idf_path-to-profile.rst25 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/
Dmesh_buf.c30 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/
Dapi-conventions.rst15 …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/
DLICENSE46 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/
DLICENSE46 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/
DREADME.md32 …c}.yaml` file with the above snippet. The bullet indentation follows the original file indentation.
/hal_espressif-3.6.0/
DSUPPORT_POLICY.md73 original support periods apply:
DLICENSE44 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/
DREADME.md44 3. compare the copy with the original using `cmp myfile.html myfile_copy.html`
/hal_espressif-3.6.0/zephyr/blobs/
Dlicense.txt44 represent, as a whole, an original work of authorship. For the purposes
50 the original version of the Work and any modifications or additions

12