Files
xtensa_dsp/README.md
2022-09-13 10:33:44 +08:00

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.