Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 96) sorted by relevance

1234

/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/
DCIScanTests.py59 output_path = os.path.join(output_dir, 'scan_{}_{}.json'.format(target.lower(), build_system))
130 build_system = args.build_system.lower()
141 if app_target.lower() != target.lower():
143 _apps = find_apps(build_system_class, app_dir, True, exclude_apps, target.lower())
154 find_apps(build_system_class, path, True, exclude_apps, target.lower()))
175 …output_path = os.path.join(args.output_path, 'scan_{}_{}.json'.format(target.lower(), build_system…
DIDFAssignTest.py286 key_mapping = {x.lower(): x for x in test_cases[0].keys()}
297 _value = case[mapped_key].lower()
/hal_espressif-2.7.6/tools/esp_prov/
Desp_prov.py99 if response.lower() == protover.lower():
107 if info['prov']['ver'].lower() == protover.lower():
135 if capability.lower() == 'none':
388 obj_transport = get_transport(args.mode.lower(), args.name)
455 APs = scan_wifi_APs(args.mode.lower(), obj_transport, obj_security)
/hal_espressif-2.7.6/components/esp_gdbstub/esp32c3/
Dgdbstub_esp32c3.c28 intptr_t lower; member
51 if (addr >= mem_region_table[i].lower && addr < mem_region_table[i].upper) { in check_inside_valid_region()
/hal_espressif-2.7.6/examples/system/app_trace_to_host/main/
DKconfig.projbuild4 bool "Set custom RTC 8 MHz clock divider to lower CW frequency (CHECK HELP FIRST)"
8 This is to lower minimum frequency of cosine waveform generator (CW)
/hal_espressif-2.7.6/tools/ci/python_packages/tiny_test_fw/Utility/
DCaseConfig.py66 output = item.lower()
68 output = item.encode().lower()
78 key_mapping = {x.lower(): x for x in test_method.case_info.keys()}
/hal_espressif-2.7.6/components/esp_pm/
DKconfig46 from going into a lower power state, and see what time the chip spends
68 This feature is intended to be used when lower power consumption is needed
77 This feature is intended to be used when lower power consumption is needed
84 … This feature is intended to disable all GPIO pins at automantic sleep to get a lower power mode.
/hal_espressif-2.7.6/examples/protocols/esp_local_ctrl/scripts/
Desp_local_ctrl.py146 return (response.lower() == expected.lower())
249 if inval.lower() == 'q':
/hal_espressif-2.7.6/examples/wifi/power_save/
Dsdkconfig.defaults1 # Use lower CPU frequency
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/
DKconfig.projbuild13 Please use lower case
19 Please use lower case
/hal_espressif-2.7.6/components/hal/
DREADME.md10 The abstraction design is actually two levels -- often somtimes `xxx_hal.h` includes a lower-level …
16 As mentioned previously, the lower-level abstraction header `xxx_ll.h` resides in this directory, s…
/hal_espressif-2.7.6/tools/test_apps/system/memprot/
Dapp_test.py29 current_target = dut.app.get_sdkconfig()['CONFIG_IDF_TARGET'].replace('"','').lower()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_server/main/
DKconfig11 …esp_ble_adv_data_t structure. The lower layer will generate the BLE packets. This option has higher
/hal_espressif-2.7.6/tools/kconfig_new/test/confserver/
Dtest_confserver.py175 assert 'json' in readback['error'][0].lower()
181 assert 'json' in readback['error'][0].lower()
/hal_espressif-2.7.6/tools/ci/
Dapply_bot_filter.py34 ci_name = ci_name.lower()
Dcheckout_project_ref.py25 revision = customized_project_revisions[proj_name.lower()]
/hal_espressif-2.7.6/docs/en/api-reference/storage/
Dauto_suspend.inc31 2. Cached code: inside flash/psram. This kind of code has lower performance requirements or called …
33 …orbidden from executed to avoid affecting the flash erasing, by setting a lower task priority than…
/hal_espressif-2.7.6/tools/esp_prov/transport/
Dble_cli.py48 self.chrc_names = [name.lower() for name in chrc_names]
178 found_name = ''.join(chr(b) for b in readval).lower()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
DKconfig11 …esp_ble_adv_data_t structure. The lower layer will generate the BLE packets. This option has higher
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Ddac.rst25 …WM output, which can be hardware low-pass filtered in order to generate a lower frequency analog o…
/hal_espressif-2.7.6/examples/peripherals/adc/single_read/adc/
DREADME.md53 …* The baud rate for downloading is too high: lower your baud rate in the `menuconfig` menu, and tr…
/hal_espressif-2.7.6/examples/peripherals/ledc/
DREADME.md65 …* The baud rate for downloading is too high: lower your baud rate in the `menuconfig` menu, and tr…
/hal_espressif-2.7.6/docs/en/security/
Dsecure-boot-bootloader-size.rst23 … partition offsets, they will need changing so no partition has an offset lower than ``CONFIG_PART…
/hal_espressif-2.7.6/docs/en/api-guides/tools/
Didf-monitor.rst207 … and prints only the outputs written with ``ESP_LOGW("tag1", ...)`` or at lower verbosity level, i…
220 … equivalent to ``*:V`` because matching every tag at the Verbose level or lower means matching eve…
224 …prints ``tag1`` at the Info verbosity level or lower and ``tag2`` at the Warning verbosity level o…
226 …the errors for ``tag1`` and ``tag2`` will be printed at the specified (or lower) verbosity level a…
/hal_espressif-2.7.6/examples/peripherals/adc/esp32c3/adc/
DREADME.md61 …* The baud rate for downloading is too high: lower your baud rate in the `menuconfig` menu, and tr…

1234