Home
last modified time | relevance | path

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

12

/Zephyr-latest/boards/altr/max10/
Dboard.cmake3 board_runner_args(nios2 "--cpu-sof=${ZEPHYR_BASE}/soc/nios2/nios2f-zephyr/cpu/ghrd_10m50da.sof")
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
DREADME13 To flash this CPU, use the nios2-configure-sof tool:
15 $ nios2-configure-sof ghrd_10m50da.sof
/Zephyr-latest/boards/intel/niosv_g/doc/
Dindex.rst26 ready_to_test/top.sof file is the prebuilt SRAM Object File for hello world example design system a…
33 …Nios® V/g processor inside the FPGA device, please download the generated .sof file onto the board…
37 quartus_pgm -c 1 -m JTAG -o "p;top.sof@1"
44 top.sof is referring to Nios® V/m processor based system SRAM Object File.
/Zephyr-latest/boards/intel/niosv_m/doc/
Dindex.rst26 ready_to_test/top.sof file is the prebuilt SRAM Object File for hello world example design system a…
33 …Nios® V/m processor inside the FPGA device, please download the generated .sof file onto the board…
37 quartus_pgm -c 1 -m JTAG -o "p;top.sof@1"
44 top.sof is referring to Nios® V/m processor based system SRAM Object File.
/Zephyr-latest/subsys/usb/device_next/
Dusbd_class_api.h199 if (api->sof != NULL) { in usbd_class_sof()
200 api->sof(c_data); in usbd_class_sof()
/Zephyr-latest/include/zephyr/usb/class/
Dusbd_hid.h179 void (*sof)(const struct device *dev); member
/Zephyr-latest/scripts/support/
Dquartus-flash.py133 flash_kernel(args.device, args.sof, args.kernel)
/Zephyr-latest/boards/altr/max10/doc/
Dindex.rst37 For your convenience using the SDK tools (such as ``nios2-configure-sof``),
87 Flash this CPU using the ``nios2-configure-sof`` SDK tool with the FPGA
89 :zephyr_file:`soc/altr/zephyr_nios2f/cpu/ghrd_10m50da.sof`:
93 $ nios2-configure-sof ghrd_10m50da.sof
268 nios2-configure-sof. You can leave this process running.
/Zephyr-latest/boards/weact/usb2canfdv1/
Dusb2canfdv1.dts54 crs-usb-sof;
/Zephyr-latest/boards/others/candlelightfd/
Dcandlelightfd.dtsi50 crs-usb-sof;
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common.h167 } sof; /**< Data available for @ref NRF_USBD_COMMON_EVT_SOF. */ member
Dnrf_usbd_common.c658 .data = {.sof = {.framecnt = (uint16_t)NRF_USBD->FRAMECNTR}}}; in ev_sof_handler()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid.c422 if (ops->sof) { in usbd_hid_sof()
423 ops->sof(dev); in usbd_hid_sof()
658 .sof = usbd_hid_sof,
Dusbd_uac2.c876 .sof = uac2_sof,
/Zephyr-latest/boards/st/nucleo_g0b1re/
Dnucleo_g0b1re.dts65 crs-usb-sof;
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst127 * output_files/soc_system.sof : FPGA configuration file.
130 Flash this FPGA file (.sof) using the ``quartus_pgm`` SDK tool with the FPGA
131 configuration file soc_system.sof:
135 $ quartus_pgm -m jtag -o "p;path/to/soc_system.sof"
/Zephyr-latest/modules/
DKconfig42 source "modules/Kconfig.sof"
/Zephyr-latest/include/zephyr/usb/
Dusbd.h356 void (*sof)(struct usbd_class_data *const c_data); member
/Zephyr-latest/drivers/can/
Dcan_mcp2515.c352 const uint8_t sof = 0 << 7; in mcp2515_set_timing() local
357 const uint8_t cnf3 = sof | wakfil | und | phseg2; in mcp2515_set_timing()
/Zephyr-latest/boards/nxp/imx93_evk/doc/
Dindex.rst311 https://github.com/thesofproject/sof
376 https://github.com/thesofproject/sof/issues/7192
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst66 west config manifest.project-filter -- +sof
68 cd modules/audio/sof/tools/rimage
Dchromebooks_adsp.rst389 -k $ZEPHYR_BASE/../modules/audio/sof/keys/otc_private_key_3k.pem
/Zephyr-latest/soc/amd/acp_6_0/adsp/
Dlinker.ld356 *(.ResetVector.literal) /* default is _start in zephyr, set it to reset vector as in sof */
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst101 * ``sof``
Drelease-notes-2.5.rst1165 * :github:`31153` - twister build of samples/audio/sof/sample.audio.sof fails on most platforms
1167 * :github:`31143` - samples: audio: sof: compilation issue, include file not found.

12