Showing
1 changed file
with
11 additions
and
11 deletions
| @@ -4,7 +4,17 @@ | @@ -4,7 +4,17 @@ | ||
| 4 | sdk with optek link,Initial versions include GAME, Wireless Subwoofer, and Classic Bluetooth. | 4 | sdk with optek link,Initial versions include GAME, Wireless Subwoofer, and Classic Bluetooth. |
| 5 | 5 | ||
| 6 | #### Software Architecture | 6 | #### Software Architecture |
| 7 | -Software architecture description | 7 | +1. OS:freertos |
| 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 | ||
| 8 | 18 | ||
| 9 | #### Installation | 19 | #### Installation |
| 10 | 20 | ||
| @@ -24,13 +34,3 @@ Software architecture description | @@ -24,13 +34,3 @@ Software architecture description | ||
| 24 | 2. Create Feat_xxx branch | 34 | 2. Create Feat_xxx branch |
| 25 | 3. Commit your code | 35 | 3. Commit your code |
| 26 | 4. Create Pull Request | 36 | 4. Create Pull Request |
| 27 | - | ||
| 28 | - | ||
| 29 | -#### Gitee Feature | ||
| 30 | - | ||
| 31 | -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md | ||
| 32 | -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) | ||
| 33 | -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) | ||
| 34 | -4. The most valuable open source project [GVP](https://gitee.com/gvp) | ||
| 35 | -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) | ||
| 36 | -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) |
Please
register
or
login
to post a comment