Searched refs:sof (Results 1 – 25 of 27) sorted by relevance
12
/Zephyr-latest/boards/altr/max10/ |
D | board.cmake | 3 board_runner_args(nios2 "--cpu-sof=${ZEPHYR_BASE}/soc/nios2/nios2f-zephyr/cpu/ghrd_10m50da.sof")
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | README | 13 To flash this CPU, use the nios2-configure-sof tool: 15 $ nios2-configure-sof ghrd_10m50da.sof
|
/Zephyr-latest/boards/intel/niosv_g/doc/ |
D | index.rst | 26 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/ |
D | index.rst | 26 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/ |
D | usbd_class_api.h | 199 if (api->sof != NULL) { in usbd_class_sof() 200 api->sof(c_data); in usbd_class_sof()
|
/Zephyr-latest/include/zephyr/usb/class/ |
D | usbd_hid.h | 179 void (*sof)(const struct device *dev); member
|
/Zephyr-latest/scripts/support/ |
D | quartus-flash.py | 133 flash_kernel(args.device, args.sof, args.kernel)
|
/Zephyr-latest/boards/altr/max10/doc/ |
D | index.rst | 37 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/ |
D | usb2canfdv1.dts | 54 crs-usb-sof;
|
/Zephyr-latest/boards/others/candlelightfd/ |
D | candlelightfd.dtsi | 50 crs-usb-sof;
|
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/ |
D | nrf_usbd_common.h | 167 } sof; /**< Data available for @ref NRF_USBD_COMMON_EVT_SOF. */ member
|
D | nrf_usbd_common.c | 658 .data = {.sof = {.framecnt = (uint16_t)NRF_USBD->FRAMECNTR}}}; in ev_sof_handler()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_hid.c | 422 if (ops->sof) { in usbd_hid_sof() 423 ops->sof(dev); in usbd_hid_sof() 658 .sof = usbd_hid_sof,
|
D | usbd_uac2.c | 876 .sof = uac2_sof,
|
/Zephyr-latest/boards/st/nucleo_g0b1re/ |
D | nucleo_g0b1re.dts | 65 crs-usb-sof;
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/ |
D | index.rst | 127 * 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/ |
D | Kconfig | 42 source "modules/Kconfig.sof"
|
/Zephyr-latest/include/zephyr/usb/ |
D | usbd.h | 356 void (*sof)(struct usbd_class_data *const c_data); member
|
/Zephyr-latest/drivers/can/ |
D | can_mcp2515.c | 352 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/ |
D | index.rst | 311 https://github.com/thesofproject/sof 376 https://github.com/thesofproject/sof/issues/7192
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 66 west config manifest.project-filter -- +sof 68 cd modules/audio/sof/tools/rimage
|
D | chromebooks_adsp.rst | 389 -k $ZEPHYR_BASE/../modules/audio/sof/keys/otc_private_key_3k.pem
|
/Zephyr-latest/soc/amd/acp_6_0/adsp/ |
D | linker.ld | 356 *(.ResetVector.literal) /* default is _start in zephyr, set it to reset vector as in sof */
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 101 * ``sof``
|
D | release-notes-2.5.rst | 1165 * :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