Looking for an expert programmer
-
- New User
- Posts: 3
- Joined: Sun Jan 12, 2025 3:31 am
Looking for an expert programmer
Hi, I am currently working with a Xu316 chip, on an audio project. I got some examples running but I am getting lost when on how to add libraries, the i2S and USB ones. I am looking for someone expert to teach me.Thanks
-
Verified
- XCore Legend
- Posts: 1207
- Joined: Thu Dec 10, 2009 9:20 pm
- Location: Bristol, UK
Adding a library to your project should be easy, assuming you're using the cmake based build system (xcommon-cmake)
Add the following to the application CMakeLists.txt
set(APP_DEPENDENT_MODULES "lib_i2s" "lib_xud")
Application notes are a pretty good start for projects.
Add the following to the application CMakeLists.txt
set(APP_DEPENDENT_MODULES "lib_i2s" "lib_xud")
Application notes are a pretty good start for projects.
Technical Director @ XMOS. Opinions expressed are my own