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

Reduce mic array driver memory footprint #511

Merged
merged 2 commits into from
Aug 24, 2022

Conversation

xmos-jmccarthy
Copy link
Contributor

@xmos-jmccarthy xmos-jmccarthy commented Aug 24, 2022

By moving the mic array driver ISR buffer from ISR stack to state context, up to
(configNUM_CORES -1) * MIC_ARRAY_CONFIG_SAMPLES_PER_FRAME * MIC_ARRAY_CONFIG_MIC_COUNT * 4 bytes worth of memory is saved.

@xmos-jmccarthy xmos-jmccarthy changed the title Update rtos submodule Reduce mic array driver memory footprint Aug 24, 2022
@xmos-jmccarthy xmos-jmccarthy merged commit a966e4f into develop Aug 24, 2022
@keithm-xmos keithm-xmos deleted the feature/mic_array_driver_memory branch November 17, 2022 17:14
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.

2 participants