hid_dongle.xip

来自「实现蓝牙无线 USB适配器功能」· XIP 代码 · 共 33 行

XIP
33
字号
<project buildenvironment="{84faf732-1340-4049-9094-244167adf571}" executionenvironment="{2b2c6868-a56e-4266-962a-cddf1c979343}" executionenvironmentname="vm" buildenvironmentoption="" buildenvironmentname="vm" executionenvironmentoption="" >
 <folder name="C Files" >
  <extension name="c" />
  <file path="app_dongle.c" />
  <file path="app_usb.c" />
  <file path="app_device.c" />
  <file path="app_led.c" />
  <file path="app_sdp.c" />
 </folder>
 <folder name="Header Files" >
  <extension name="h" />
  <file path="app_usb.h" />
  <file path="app_private.h" />
  <file path="app_device.h" />
  <file path="app_led.h" />
  <file path="app_sdp.h" />
 </folder>
 <file path="app_dongle_button.button" />
 <properties currentconfiguration="Release" >
  <configuration name="Release" >
   <property key="buildMatch" >(file):(line):</property>
   <property key="buildtransport" >5</property>
   <property key="debugtransport" >[SPI|LPT1|No]</property>
   <property key="defines" >HID_HOST</property>
   <property key="firmware" >0</property>
   <property key="libs" >connection,bdaddr,hid_host</property>
   <property key="output" ></property>
   <property key="panic" >1</property>
   <property key="stacksize" ></property>
  </configuration>
 </properties>
</project>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?