Searched refs:loads (Results 1 – 25 of 52) sorted by relevance
123
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | data_prepare_test.py | 69 self.assertEqual(json.loads(lines[0]), self.data[0]) 70 self.assertEqual(json.loads(lines[-1]), self.data[-1])
|
D | data_split.py | 45 dic = json.loads(line)
|
D | data_split_test.py | 49 dic = json.loads(line)
|
D | data_load.py | 57 dic = json.loads(line)
|
/Zephyr-latest/samples/subsys/zbus/uart_bridge/ |
D | decoder.py | 23 channels = json.loads(j)
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-init.ld | 18 * initialization code will not call the constructors before Zephyr loads. 49 * startup code from calling any global constructors before Zephyr loads.
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/ |
D | remote_mock.py | 17 channels = json.loads(j)
|
/Zephyr-latest/cmake/ |
D | yaml-filter.cmake | 15 # This script loads the Zephyr yaml module and reuses its `to_yaml()`
|
/Zephyr-latest/cmake/modules/ |
D | basic_settings.cmake | 17 # This CMake modules loads the sysbuild cache variables as target properties on
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | README.rst | 6 differently under different loads. This benchmark can be used to showcase how
|
/Zephyr-latest/arch/arm64/core/ |
D | CMakeLists.txt | 52 # consecutive 32-byte loads and stores. Saving and restoring the Advanced SIMD
|
/Zephyr-latest/scripts/ci/ |
D | upload_test_results_es.py | 162 rules = json.loads(str(args.transform).replace("'", "\"").replace("\\", "\\\\")) 206 … flat_list_dict = json.loads(str(args.flatten_list_names).replace("'", "\"").replace("\\", "\\\\"))
|
/Zephyr-latest/samples/subsys/llext/edk/ |
D | README.rst | 13 extensions that it loads. The provided API is a simple publish/subscribe system, 37 Finally, the way the application loads the extensions is by including them
|
/Zephyr-latest/soc/nordic/ |
D | Kconfig | 121 When this option is selected, the SystemInit() function loads the 162 When this option is selected, the SystemInit() function loads the
|
/Zephyr-latest/boards/ |
D | Kconfig | 59 # This loads custom shields Kconfig (from BOARD_ROOT) 61 # This loads Zephyr base shield defconfigs
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | nrfutil.py | 82 jout = json.loads(line.decode(sys.getdefaultencoding()))
|
D | bossac.py | 224 serial_ports = plistlib.loads(ioreg_out, fmt=plistlib.FMT_XML)
|
/Zephyr-latest/doc/hardware/arch/ |
D | xtensa.rst | 54 thread's HiFi registers and loads the incoming thread's HiFi registers,
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/ |
D | README.rst | 17 The application provisions itself and loads the CDB with an application
|
/Zephyr-latest/doc/develop/ |
D | env_vars.rst | 124 - loads any settings from the ``zephyrrc`` files described above in 158 - loads any settings from the ``zephyrrc`` files described above in
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 53 obj = json.loads(resp.text) 458 data = json.loads(line.removeprefix('data: '))
|
/Zephyr-latest/boards/adi/max78002evkit/doc/ |
D | index.rst | 143 … | Test access point for current measurement of U4's share of VCOREA and CNN loads | | 148 … | | 1-2 | | | Power monitor shunts for U4's share of VCOREA + CNN loads are bypassed … 150 | | | | Open | | | VCOREA + CNN loads route through shunts for po…
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_handlers.rst | 181 This is an example CMakeLists.txt file which loads the CMake file for the example MCUmgr handler, 191 This is an example Kconfig file which loads the Kconfig file for the example MCUmgr handler, and
|
/Zephyr-latest/soc/nuvoton/npcx/ |
D | Kconfig | 11 On NPCX series chip, the NPCX ROM code loads firmware image from flash
|
/Zephyr-latest/boards/st/b_g474e_dpow1/doc/ |
D | index.rst | 20 with onboard resistor loads
|
123