mirror of
https://github.com/thead-yocto-mirror/xtensa_dsp
synced 2026-06-21 09:12:29 +02:00
15 lines
330 B
Markdown
15 lines
330 B
Markdown
# How to get the code
|
|
- git clone git@gitlab.alibaba-inc.com:thead-linux-private/xtensa_dsp.git
|
|
|
|
# How to build
|
|
## Build within repo project
|
|
- XX
|
|
## Build out of repo project
|
|
- YY
|
|
|
|
# Description of each directories
|
|
- driver/: Linux kernel module Driver.
|
|
- lib/: User mode libs and header files.
|
|
- test/: Test cases and demo app.
|
|
|