Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 40) sorted by relevance

12

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_srv.c45 for (i = 0U; i < ARRAY_SIZE(srv->test.curr_faults); i++) { in health_get_curr_fault_count()
46 if (srv->test.curr_faults[i] != HEALTH_NO_FAULT) { in health_get_curr_fault_count()
62 array_size = current ? ARRAY_SIZE(srv->test.curr_faults) : ARRAY_SIZE(srv->test.reg_faults); in health_get_fault_value()
69 uint8_t fault = current ? srv->test.curr_faults[i] : srv->test.reg_faults[i]; in health_get_fault_value()
81 for (i = 0; i < srv->test.id_count; i++) { in health_is_test_id_exist()
82 if (srv->test.test_ids[i] == test_id) { in health_is_test_id_exist()
97 msg = bt_mesh_alloc_buf(4 + ARRAY_SIZE(srv->test.reg_faults) + 4); in health_send_fault_status()
104 net_buf_simple_add_u8(msg, srv->test.prev_test_id); in health_send_fault_status()
105 net_buf_simple_add_le16(msg, srv->test.company_id); in health_send_fault_status()
136 if (company_id != srv->test.company_id) { in health_fault_get()
[all …]
/hal_espressif-latest/components/log/host_test/log_test/
DREADME.md4 # Simple log test on Linux target
6test tests basic functionality of the log component. The test does not use mocks. Instead, it runs…
33 All tests passed (8 assertions in 6 test cases)
/hal_espressif-latest/tools/esptool_py/
DMANIFEST.in6 # sdist includes test/test*.py by default, but esptool.py tests
8 prune test
Dpyproject.toml72 find = {exclude = ["ci*", "test*", "docs*"]}
103 skip = '*.bin,*test/images/efuse/*,*docs/en/espefuse/inc/*'
147 "test/*.py" = ["E402"]
155 "test/test_modules.py" = ["E501"]
DCONTRIBUTING.rst59 * Have you tried running ``esptool.py`` test suite locally?
123 The test directory contains a `pytest <https://docs.pytest.org/>`_ integration suite with some inte…
162 …These test use the ``--virt`` virtual mode of ``espefuse.py`` to safely test the functionality wit…
168 The whole test suite (without the tests needing an actual hardware or installation of additional pr…
/hal_espressif-latest/tools/esptool_py/test/
DREADME.md1 # esptool.py test suite
3 …t/esp32/contributing.html#automated-integration-tests) to learn about the test suite and how to ru…
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_slist.h449 sys_snode_t *test; in sys_slist_find_and_remove() local
451 SYS_SLIST_FOR_EACH_NODE(list, test) { in sys_slist_find_and_remove()
452 if (test == node) { in sys_slist_find_and_remove()
457 prev = test; in sys_slist_find_and_remove()
Dmesh_trace.h76 #define __ASSERT(test, str) assert(test) argument
/hal_espressif-latest/tools/esptool_py/flasher_stub/
DREADME.md21 If you want to build the stub to test modifications or updates, here's how:
37 To test the built stub, you can run `make install` (or `make install WITHOUT_ESP8266=1`), which wil…
41 * Running `run_tests_with_stub.sh` is the same as running `pytest test/test_esptool.py`, only it us…
/hal_espressif-latest/components/bootloader_support/private_include/
Dbootloader_config.h28 esp_partition_pos_t test; member
/hal_espressif-latest/components/efuse/
DCMakeLists.txt75 # Generates files for unit test. This command is run manually.
76 set(EFUSE_TEST_TABLE_CSV_PATH "${COMPONENT_DIR}/test/esp_efuse_test_table.csv")
/hal_espressif-latest/components/esp_rom/esp32c3/ld/
Desp32c3.rom.ble_test.ld36 /* QA test */
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_srv.h74 struct bt_mesh_health_test test; member
/hal_espressif-latest/components/esp_rom/esp32s3/ld/
Desp32s3.rom.ble_test.ld36 /* QA test */
/hal_espressif-latest/components/bootloader/subproject/main/
Dbootloader_start.c115 if (bs->test.offset != 0) { in selected_boot_partition()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c194 bs->test = partition->pos; in bootloader_utility_load_partition_table()
259 return bs->test; in index_to_partition()
522 if (check_anti_rollback(&bs->test) && try_load_partition(&bs->test, &image_data)) {
558 if (check_anti_rollback(&bs->test) && try_load_partition(&bs->test, &image_data)) {
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common41 bool "Run memory test on SPI RAM initialization"
45 … Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dexecute-scripts-cmd.rst33 …pt can be called from another script (see the test case ``test_execute_scripts_nesting`` in ``espt…
73 The script `execute_efuse_script.py <https://github.com/espressif/esptool/blob/master/test/efuse_sc…
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst287 The library provides a test program for each cryptographic primitive (see 'test'
290 well-known publicly validated test vectors.
293 battery test to produce meaningful conclusions, we suggest the user to evaluate
297 For the case of the EC-DH and EC-DSA implementations, most of the test vectors
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dusb_serial_jtag_struct.h139 } test; member
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DKconfig.memory54 If this is the case please test carefully before pushing out any OTA updates.
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild202 bool "GPIO triggers boot from test app partition"
206 Allows to run the test app from "TEST" partition.
207 …A boot from "test" partition will occur if there is a GPIO input pulled low while device starts up.
217 To trigger a test app, this GPIO must be pulled low on reset.
223 bool "App test GPIO level"
227 Pin level for app test, can be triggered on low or high.
230 bool "Enter test app on GPIO low"
233 bool "Enter test app on GPIO high"
237 int "Hold time of GPIO for reset/test mode (seconds)"
242 before a factory reset or test partition boot (as applicable) is performed.
[all …]
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dusb_serial_jtag_struct.h144 } test; member
/hal_espressif-latest/components/esp_phy/
DKconfig131 bool "Enable RF certification test functions"
134 If enabled, you can use RF certification test APIs.
/hal_espressif-latest/components/esp_adc/
DKconfig56 Disable this option so as to measure the output of DAC by internal ADC, for test usage.

12