Home
last modified time | relevance | path

Searched refs:loads (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_prepare_test.py69 self.assertEqual(json.loads(lines[0]), self.data[0])
70 self.assertEqual(json.loads(lines[-1]), self.data[-1])
Ddata_split.py45 dic = json.loads(line)
Ddata_split_test.py49 dic = json.loads(line)
Ddata_load.py57 dic = json.loads(line)
/Zephyr-latest/samples/subsys/zbus/uart_bridge/
Ddecoder.py23 channels = json.loads(j)
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-init.ld18 * 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/
Dremote_mock.py17 channels = json.loads(j)
/Zephyr-latest/cmake/
Dyaml-filter.cmake15 # This script loads the Zephyr yaml module and reuses its `to_yaml()`
/Zephyr-latest/cmake/modules/
Dbasic_settings.cmake17 # This CMake modules loads the sysbuild cache variables as target properties on
/Zephyr-latest/tests/benchmarks/wait_queues/
DREADME.rst6 differently under different loads. This benchmark can be used to showcase how
/Zephyr-latest/arch/arm64/core/
DCMakeLists.txt52 # consecutive 32-byte loads and stores. Saving and restoring the Advanced SIMD
/Zephyr-latest/scripts/ci/
Dupload_test_results_es.py162 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/
DREADME.rst13 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/
DKconfig121 When this option is selected, the SystemInit() function loads the
162 When this option is selected, the SystemInit() function loads the
/Zephyr-latest/boards/
DKconfig59 # This loads custom shields Kconfig (from BOARD_ROOT)
61 # This loads Zephyr base shield defconfigs
/Zephyr-latest/scripts/west_commands/runners/
Dnrfutil.py82 jout = json.loads(line.decode(sys.getdefaultencoding()))
Dbossac.py224 serial_ports = plistlib.loads(ioreg_out, fmt=plistlib.FMT_XML)
/Zephyr-latest/doc/hardware/arch/
Dxtensa.rst54 thread's HiFi registers and loads the incoming thread's HiFi registers,
/Zephyr-latest/samples/bluetooth/mesh_provisioner/
DREADME.rst17 The application provisions itself and loads the CDB with an application
/Zephyr-latest/doc/develop/
Denv_vars.rst124 - 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/
Dleshan.py53 obj = json.loads(resp.text)
458 data = json.loads(line.removeprefix('data: '))
/Zephyr-latest/boards/adi/max78002evkit/doc/
Dindex.rst143 … | 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/
Dmcumgr_handlers.rst181 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/
DKconfig11 On NPCX series chip, the NPCX ROM code loads firmware image from flash
/Zephyr-latest/boards/st/b_g474e_dpow1/doc/
Dindex.rst20 with onboard resistor loads

123