Commit 902016f145f491be6c40fcb7b15dbdcb20304ac6
1 parent
c3bc30ec
style(version string):change version string
Showing
4 changed files
with
4 additions
and
43 deletions
README.ch.md
0 → 100644
README.en.md
deleted
100644 → 0
| 1 | -# BlueSea_OPTEK_LINK_SDK | ||
| 2 | - | ||
| 3 | -#### Description | ||
| 4 | -sdk with optek link,Initial versions include GAME,Wireless Subwoofer,and Classic Bluetooth. | ||
| 5 | - | ||
| 6 | -#### Software Architecture | ||
| 7 | -1. OS:freertos | ||
| 8 | -2. tasks: | ||
| 9 | - 0. app_timer_handler: 25ms loop | ||
| 10 | - 1. taskStream_Rcv: recieve stream processing for spdif source | ||
| 11 | - 2. taskDec: deocde and dsp processing | ||
| 12 | - 3. task_bt_controller: controller stack of bt processing | ||
| 13 | - 4. taskBtHCI: host stack of bt processing | ||
| 14 | - 5. task_usbotg: usb stack processing | ||
| 15 | - 6. taskUi: key detection and Special event processing | ||
| 16 | - 7. taskKeyFunc: Application layer processing | ||
| 17 | - 8. taskHdd: file system processing | ||
| 18 | - 9. taskIdle: reset watchdog processing | ||
| 19 | - | ||
| 20 | -#### Installation | ||
| 21 | - | ||
| 22 | -1. xxxx | ||
| 23 | -2. xxxx | ||
| 24 | -3. xxxx | ||
| 25 | - | ||
| 26 | -#### Instructions | ||
| 27 | - | ||
| 28 | -1. optek link: | ||
| 29 | - 1. enable macro: OPTEK_LINK_ENABLE | ||
| 30 | - 2. Project selection: Select one of the following | ||
| 31 | - 1. OPL_MODE_SINGLE_WAY: use optek link lib:optek_link_5ms.a | ||
| 32 | - 2. OPL_MODE_TWO_WAY: use optek link lib:optek_link_5ms.a | ||
| 33 | - 3. OPL_MODE_SWF: use optek link lib:optek_link_5ms_for_swf.a | ||
| 34 | - 4. OPL_MODE_WIRELESS_MIC: use optek link lib:optek_link_5ms_for_mic.a | ||
| 35 | -2. xxxx | ||
| 36 | -3. xxxx | ||
| 37 | - | ||
| 38 | -#### Release note | ||
| 39 | -Please look at the SDK_ReleaseNote.txt file |
| 1 | ----------------------------------------------------------------------------- | 1 | ----------------------------------------------------------------------------- |
| 2 | ----------------------------------------------------------------------------- | 2 | ----------------------------------------------------------------------------- |
| 3 | 3 | ||
| 4 | -Version : V1.3 Date:2021-06-02 | 4 | +Version : V1.3.0 Date:2021-06-02 |
| 5 | 5 | ||
| 6 | -1. support optek link wireless microphone | 6 | +feat(optek link): support optek link wireless microphone |
| 7 | 7 | ||
| 8 | ----------------------------------------------------------------------------- | 8 | ----------------------------------------------------------------------------- |
| 9 | ----------------------------------------------------------------------------- | 9 | ----------------------------------------------------------------------------- |
| 10 | 10 | ||
| 11 | -Version : V1.2 Date:2021-05-25 | 11 | +Version : V1.2.0 Date:2021-05-25 |
| 12 | 12 | ||
| 13 | Initial versions of sdk with optek link | 13 | Initial versions of sdk with optek link |
| 14 | 14 |
| @@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
| 19 | #include "app_ver.h" | 19 | #include "app_ver.h" |
| 20 | #include "flash_boot.h" | 20 | #include "flash_boot.h" |
| 21 | 21 | ||
| 22 | -const char sdk_version[] = "(BlueSea SDK)V1.2.D7 optek link SDK V1.3 20210601"; | 22 | +const char sdk_version[] = "(BlueSea SDK)V1.2.D7 optek link SDK V1.3.0 20210601"; |
| 23 | 23 | ||
| 24 | const char project_ver_date[] = __DATE__; | 24 | const char project_ver_date[] = __DATE__; |
| 25 | const char project_time_date[] = __TIME__; | 25 | const char project_time_date[] = __TIME__; |
Please
register
or
login
to post a comment