Commit e4b9acf53c1b3e6e4a22668fbe4219957b2c2cfd

Authored by luozhesi
Committed by Gitee
1 parent 6a6d8058

readme changes

Showing 1 changed file with 9 additions and 9 deletions
... ... @@ -6,15 +6,15 @@ sdk with optek link,Initial versions include GAME, Wireless Subwoofer, and Class
6 6 #### Software Architecture
7 7 1. OS:freertos
8 8 2. tasks:
9   - taskStream_Rcv:recieve stream processing for spdif source
10   - taskDec:deocde and dsp processing
11   - task_bt_controller:controller stack of bt processing
12   - taskBtHCI:host stack of bt processing
13   - task_usbotg:usb stack processing
14   - taskUi:key detection and Special event processing
15   - taskKeyFunc:Application layer processing
16   - taskHdd:file system processing
17   - taskIdle:reset watchdog processing
  9 + 1. taskStream_Rcv: recieve stream processing for spdif source
  10 + 2. taskDec: deocde and dsp processing
  11 + 3. task_bt_controller: controller stack of bt processing
  12 + 4. taskBtHCI: host stack of bt processing
  13 + 5. task_usbotg: usb stack processing
  14 + 6. taskUi: key detection and Special event processing
  15 + 7. taskKeyFunc: Application layer processing
  16 + 8. taskHdd: file system processing
  17 + 9. taskIdle: reset watchdog processing
18 18
19 19 #### Installation
20 20
... ...
Please register or login to post a comment