Home
last modified time | relevance | path

Searched refs:fw (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_blockwise.py28 fw = b'1234567890' * 500
33 leshan.write(endpoint, '5/0/0', fw)
42 assert crc == zlib.crc32(fw)
49 fw = b'1234567890' * 500
56 leshan.write(endpoint, '5/0/0', fw)
63 leshan.write(endpoint, '5/0/0', fw)
72 assert crc == zlib.crc32(fw)
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay94 fw-download-primary-speed = <115200>;
95 fw-download-secondary-speed = <3000000>;
96 fw-download-secondary-flowcontrol;
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py83 fw = size[2] - size[0] # right - left
86 if fw > fw_max:
87 fw_max = fw
113 fw = size[2] - size[0] # right - left
118 xpos = (width - fw) / 2 + 1
Dgen_app_partitions.py227 with open(linker_file, "w") as fw:
228 fw.write(string)
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst163 :zephyr_file:`soc/intel/intel_adsp/tools/remote-fw-service.py` will receive
167 :file:`remote-fw-service.py`.
172 scp -r $ZEPHYR_BASE/soc/intel/intel_adsp/tools/remote-fw-service.py username@remotehostname
174 sudo ./remote-fw-service.py
176 :file:`remote-fw-service.py` uses ports 9999 and 10000 on the remote host to
197 :file:`cavstool_client.py` to :file:`remote-fw-service.py` is forwarded through
270 sudo ./remote-fw-service.py -v
277 sudo ./remote-fw-service.py --help
289 :file:`remote-fw-service.py` on the board, you may have another instance of the
299 with :file:`remote-fw-service.py` but hang with no output afterwards,
[all …]
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/
Dcy8cproto_062_4343w.dts69 /* Configuration UART speeds for firmware download (fw-download-speed)
71 * If hci-operation-speed or fw-download-speed are not defined in
75 fw-download-speed = <3000000>;
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c1218 stats.fw.umac.interface_data_stats.rx_checksum_error_count; in nrf_wifi_stats_get()
1219 zstats->bytes.received = stats.fw.umac.interface_data_stats.rx_bytes; in nrf_wifi_stats_get()
1220 zstats->bytes.sent = stats.fw.umac.interface_data_stats.tx_bytes; in nrf_wifi_stats_get()
1221 zstats->sta_mgmt.beacons_rx = stats.fw.umac.interface_data_stats.rx_beacon_success_count; in nrf_wifi_stats_get()
1222 zstats->sta_mgmt.beacons_miss = stats.fw.umac.interface_data_stats.rx_beacon_miss_count; in nrf_wifi_stats_get()
1223 zstats->broadcast.rx = stats.fw.umac.interface_data_stats.rx_broadcast_pkt_count; in nrf_wifi_stats_get()
1224 zstats->broadcast.tx = stats.fw.umac.interface_data_stats.tx_broadcast_pkt_count; in nrf_wifi_stats_get()
1225 zstats->multicast.rx = stats.fw.umac.interface_data_stats.rx_multicast_pkt_count; in nrf_wifi_stats_get()
1226 zstats->multicast.tx = stats.fw.umac.interface_data_stats.tx_multicast_pkt_count; in nrf_wifi_stats_get()
1227 zstats->unicast.rx = stats.fw.umac.interface_data_stats.rx_unicast_pkt_count; in nrf_wifi_stats_get()
[all …]
Dwifi_util.c505 struct rpu_umac_stats *umac = &stats.fw.umac; in nrf_wifi_util_dump_rpu_stats()
773 struct rpu_lmac_stats *lmac = &stats.fw.lmac; in nrf_wifi_util_dump_rpu_stats()
855 struct rpu_phy_stats *phy = &stats.fw.phy; in nrf_wifi_util_dump_rpu_stats()
/Zephyr-latest/modules/nrf_wifi/os/
DCMakeLists.txt97 ${NRF_WIFI_DIR}/fw_load/mips/fw/inc
99 ${NRF_WIFI_DIR}/hw_if/hal/inc/fw
100 ${NRF_WIFI_DIR}/fw_if/umac_if/inc/fw
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c427 SHELL_CMD_ARG(fw-get, NULL, "<FwID>", cmd_dfd_fw_get, 2, 0),
428 SHELL_CMD_ARG(fw-get-by-idx, NULL, "<Idx>", cmd_dfd_fw_get_by_idx, 2, 0),
429 SHELL_CMD_ARG(fw-delete, NULL, "<FwID>", cmd_dfd_fw_delete, 2, 0),
430 SHELL_CMD_ARG(fw-delete-all, NULL, NULL, cmd_dfd_fw_delete_all, 1, 0),
/Zephyr-latest/boards/nxp/mimxrt1040_evk/
Dmimxrt1040_evk.dts250 fw-download-primary-speed = <115200>;
251 fw-download-secondary-speed = <3000000>;
252 fw-download-secondary-flowcontrol;
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_nxp_setup.c186 const uint8_t *fw; member
862 memcpy(fw_upload.send_buffer, fw_upload.fw + fw_upload.current_length, len); in fw_upload_v1_send_data()
876 memcpy(&fw_upload.send_buffer[len], fw_upload.fw + fw_upload.current_length, in fw_upload_v1_send_data()
912 memcpy(fw_upload.send_buffer, fw_upload.fw + start, fw_upload.length); in fw_upload_v3_send_data()
921 static int fw_uploading(const uint8_t *fw, uint32_t fw_length) in fw_uploading() argument
955 fw_upload.fw = fw; in fw_uploading()
/Zephyr-latest/boards/ti/sk_am62/doc/
Dindex.rst99 :file:`am62-mcu-m4f0_0-fw`.
106 sudo cp --remove-destination zephyr.elf sdcard/lib/firmware/am62-mcu-m4f0_0-fw
/Zephyr-latest/boards/phytec/phyboard_electra/doc/
Dindex.rst118 :file:`am64-mcu-m4f0_0-fw`.
125 sudo cp --remove-destination zephyr.elf sdcard/lib/firmware/am64-mcu-m4f0_0-fw
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/
Dphyboard_lyra_am62xx_m4.rst110 :file:`am62-mcu-m4f0_0-fw`.
117 sudo cp --remove-destination zephyr.elf sdcard/lib/firmware/am62-mcu-m4f0_0-fw
/Zephyr-latest/boards/arduino/giga_r1/
Darduino_giga_r1_stm32h747xx_m7.dts109 fw-download-speed = <115200>;
/Zephyr-latest/boards/arduino/nicla_vision/
Darduino_nicla_vision_stm32h747xx_m7.dts93 fw-download-speed = <115200>;
/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/src/
Doff_raw_tx_api.c477 off_raw_tx_stats->off_raw_tx_pkt_sent = stats.fw.offloaded_raw_tx.offload_raw_tx_cnt; in nrf70_off_raw_tx_stats()
/Zephyr-latest/boards/toradex/verdin_imx8mm/doc/
Dindex.rst225 [ 94.720481] remoteproc remoteproc0: Booting fw image zephyr.elf, size 473172
/Zephyr-latest/boards/nxp/imx8mp_evk/doc/
Dindex.rst294 [ 39.203345] remoteproc remoteproc0: Booting fw image zephyr.elf, size 503992
/Zephyr-latest/boards/udoo/udoo_neo_full/doc/
Dindex.rst308 file /var/opt/m4/m4last.fw in the Linux filesystem. The next time the system is
/Zephyr-latest/boards/phytec/phyboard_polis/doc/
Dindex.rst301 [ 90.739280] remoteproc remoteproc0: Booting fw image /lib/firmware/zephyr.elf, size 599356
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/
Dindex.rst391 … [ 497.168735] remoteproc remoteproc0: Booting fw image zephyr_openamp_rsc_table.elf, size 1267076
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst1451 ``mesh models dfd fw-get <FwID>``
1458 ``mesh models dfd fw-get-by-idx <Idx>``
1465 ``mesh models dfd fw-delete <FwID>``
1472 ``mesh models dfd fw-delete-all``
/Zephyr-latest/
D.ruff-excludes.toml1334 "./soc/intel/intel_adsp/tools/remote-fw-service.py" = [
1768 "./soc/intel/intel_adsp/tools/remote-fw-service.py",

12