Searched refs:lower (Results 1 – 25 of 96) sorted by relevance
1234
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/ |
D | CIScanTests.py | 59 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…
|
D | IDFAssignTest.py | 286 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/ |
D | esp_prov.py | 99 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/ |
D | gdbstub_esp32c3.c | 28 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/ |
D | Kconfig.projbuild | 4 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/ |
D | CaseConfig.py | 66 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/ |
D | Kconfig | 46 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/ |
D | esp_local_ctrl.py | 146 return (response.lower() == expected.lower()) 249 if inval.lower() == 'q':
|
/hal_espressif-2.7.6/examples/wifi/power_save/ |
D | sdkconfig.defaults | 1 # Use lower CPU frequency
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/ |
D | Kconfig.projbuild | 13 Please use lower case 19 Please use lower case
|
/hal_espressif-2.7.6/components/hal/ |
D | README.md | 10 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/ |
D | app_test.py | 29 current_target = dut.app.get_sdkconfig()['CONFIG_IDF_TARGET'].replace('"','').lower()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_server/main/ |
D | Kconfig | 11 …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/ |
D | test_confserver.py | 175 assert 'json' in readback['error'][0].lower() 181 assert 'json' in readback['error'][0].lower()
|
/hal_espressif-2.7.6/tools/ci/ |
D | apply_bot_filter.py | 34 ci_name = ci_name.lower()
|
D | checkout_project_ref.py | 25 revision = customized_project_revisions[proj_name.lower()]
|
/hal_espressif-2.7.6/docs/en/api-reference/storage/ |
D | auto_suspend.inc | 31 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/ |
D | ble_cli.py | 48 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/ |
D | Kconfig | 11 …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/ |
D | dac.rst | 25 …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/ |
D | README.md | 53 …* 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/ |
D | README.md | 65 …* 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/ |
D | secure-boot-bootloader-size.rst | 23 … 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/ |
D | idf-monitor.rst | 207 … 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/ |
D | README.md | 61 …* The baud rate for downloading is too high: lower your baud rate in the `menuconfig` menu, and tr…
|
1234