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

Update submodules to the latest versions #338

Merged
merged 15 commits into from
Nov 20, 2023

Conversation

xluciano
Copy link
Contributor

@xluciano xluciano commented Nov 17, 2023

Part of https://xmosjira.atlassian.net/browse/AP-15

I couldn't use the latest versions of lib_tflite_micro (v0.6.0) and lib_nn (v0.3.0) due to the build error here. If I used any other tagged version, I got the test failures here. So I revert to the original commits for now. See comment from @Allan-xmos below for more details.

@xluciano xluciano self-assigned this Nov 17, 2023
@Allan-xmos
Copy link

Updating lib_nn and lib_tflite_micro requires moving to the new AI tools which is somewhat covered by https://xmosjira.atlassian.net/jira/software/projects/AP/boards/79?selectedIssue=AP-170

@xluciano xluciano requested review from mbanth and ed-xmos November 20, 2023 10:31
# xflash erase
xflash ${ADAPTER_ID} --erase-all --target-file "${SLN_VOICE_ROOT}"/examples/ffd/bsp_config/XK_VOICE_L71/XK_VOICE_L71.xn

# if another device with same VID and PID is present, erase two flash devices.
if lsusb -d ${USB_VID}:${USB_PID}; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a better solution

Copy link
Contributor

@ed-xmos ed-xmos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@xluciano xluciano merged commit fc7a4a5 into xmos:develop Nov 20, 2023
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

Successfully merging this pull request may close these issues.

3 participants