Commit c3bc30ec4d150300be04e52346cdb59e28106595

Authored by luozhesi
1 parent 23cfa69a

style(version string):change version string

Showing 1 changed file with 31 additions and 35 deletions
1 1 # BlueSea_OPTEK_LINK_SDK
2 2
3   -#### 介绍
4   -sdk with optek link,Initial versions include GAME, Wireless Subwoofer, and Classic Bluetooth.
5   -
6   -#### 软件架构
7   -软件架构说明
8   -
9   -
10   -#### 安装教程
11   -
12   -1. xxxx
13   -2. xxxx
14   -3. xxxx
15   -
16   -#### 使用说明
17   -
18   -1. xxxx
19   -2. xxxx
20   -3. xxxx
21   -
22   -#### 参与贡献
23   -
24   -1. Fork 本仓库
25   -2. 新建 Feat_xxx 分支
26   -3. 提交代码
27   -4. 新建 Pull Request
28   -
29   -
30   -#### 特技
31   -
32   -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
33   -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
34   -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
35   -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
36   -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
37   -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
  3 +### Description
  4 +* sdk with optek link,Initial versions include GAME,Wireless Subwoofer,and Classic Bluetooth.
  5 +
  6 +### Software Architecture
  7 +#### OS:
  8 +* freertos
  9 +#### tasks:
  10 +* **app_timer_handler:** 25ms loop
  11 +* **taskStream_Rcv:** recieve stream processing for spdif source
  12 +* **taskDec:** deocde and dsp processing
  13 +* **task_bt_controller:** controller stack of bt processing
  14 +* **taskBtHCI:** host stack of bt processing
  15 +* **task_usbotg:** usb stack processing
  16 +* **taskUi:** key detection and Special event processing
  17 +* **taskKeyFunc:** Application layer processing
  18 +* **taskHdd:** file system processing
  19 +* **taskIdle:** reset watchdog processing
  20 +
  21 +### Instructions
  22 +
  23 +#### optek link:
  24 +* enable macro: OPTEK_LINK_ENABLE
  25 +* Project selection: Select one macro of the following
  26 + * OPL_MODE_SINGLE_WAY: use optek link lib:optek_link_5ms.a
  27 + * OPL_MODE_TWO_WAY: use optek link lib:optek_link_5ms.a
  28 + * OPL_MODE_SWF: use optek link lib:optek_link_5ms_for_swf.a
  29 + * OPL_MODE_WIRELESS_MIC: use optek link lib:optek_link_5ms_for_mic.a
  30 +
  31 +
  32 +### Release note
  33 +* Please look at the SDK_ReleaseNote.txt file
... ...
Please register or login to post a comment