Name Last Update
.settings Loading commit data...
.vscode Loading commit data...
link Loading commit data...
source Loading commit data...
.cproject Loading commit data...
.gitignore Loading commit data...
.project Loading commit data...
.xxproject Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
SDK_ReleaseNote.txt Loading commit data...

BlueSea_OPTEK_LINK_SDK

Description

  • sdk with optek link,Initial versions include GAME,Wireless Subwoofer,and Classic Bluetooth.

Software Architecture

OS:

  • freertos #### tasks:
  • app_timer_handler: 25ms loop
  • taskStream_Rcv: recieve stream processing for spdif source
  • taskDec: deocde and dsp processing
  • task_bt_controller: controller stack of bt processing
  • taskBtHCI: host stack of bt processing
  • task_usbotg: usb stack processing
  • taskUi: key detection and Special event processing
  • taskKeyFunc: Application layer processing
  • taskHdd: file system processing
  • taskIdle: reset watchdog processing

Instructions

optek link:

  • enable macro: OPTEK_LINK_ENABLE
  • Project selection: Select one macro of the following * OPL_MODE_SINGLE_WAY: use optek link lib:optek_link_5ms.a * OPL_MODE_TWO_WAY: use optek link lib:optek_link_5ms.a * OPL_MODE_SWF: use optek link lib:optek_link_5ms_for_swf.a * OPL_MODE_WIRELESS_MIC: use optek link lib:optek_link_5ms_for_mic.a

Release note

  • Please look at the SDK_ReleaseNote.txt file