首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > qcom driver

qcom driver

  • 资源大小:6.95 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: sensor

资 源 简 介

Follow these steps to include a new driver in the ADSP build with the HD22 package:1. Copy driver source and header files at location adsp_procSensorsddvendorsrc. There are two driver stub filesdd_vendor_1.c (and .h) and dd_vendor_2.c (and .h) at this location. You can either use the same files names to add your driver code or replace these files.2. If you are using different file name(s) then update the following section in file adsp_procSensorsddvendoruilddd_vendors.scons to include your driversource file names. if "SENSORS_DD_DEV_FLAG" in env:   DD_VENDOR_SOURCES = [   "${BUILDPATH}/dd_vendor_1.c",   "${BUILDPATH}/dd_vendor_2.c",   ]3. Build ADSP code using the following command from the root folder (adsp_proc)build.py4. Steps to load ADSP binaries:a
VIP VIP
0.226235s