Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo apps reference old SDK library target names #170

Open
astewart-xmos opened this issue Jul 28, 2022 · 0 comments
Open

Demo apps reference old SDK library target names #170

astewart-xmos opened this issue Jul 28, 2022 · 0 comments

Comments

@astewart-xmos
Copy link

In demo_app.cmake, which specifies the CMake library dependencies of the demo apps, it refers to the I2S and I2C libraries using sdk::hil::lib_i2c and sdk::hil::lib_i2s.

The names of these targets in the SDK have changed to io::i2c and io::i2s, in the current version of the SDK CMake will fail to configure the lib_mic_array project (if the DEV_LIB_MIC_ARRAY flag is set)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant