-
Notifications
You must be signed in to change notification settings - Fork 18
Add support for the two new 4 tile mic array boards #21
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
base: master
Are you sure you want to change the base?
Conversation
Added wscript
* xmos/master: Added waf build script cleaned up some of the mic_input test code added a README to mic_input test and added additional functionality changed the mic_input test to report abs max diff in gain as the result rather then something else. added precision improvement along with overflow protection. added negative correlation detection to mic_array switched mic_input test condition to mmse from rms error lots of maths improvements to mic_input test plus added script to run it added new xn for mic_input and removed the xscope output update to mic_input test
…of 10's of nanoseconds (#3) The mabs button and LED server was updating the LEDs every MIN_POLL_TIME_US reference clock ticks. But, the macro name implies that it should be updating the LEDs every MIN_POLL_TIME_US microseconds, rather than reference clock ticks. So, this fixes that. This also fixes an issue with the BGA167 boards where the MABS server is broken when the core clock is 500 MHz, because the timer is firing so rapidly it's never able to service any other events.
pthedinger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks fine to me. Just need to update the CHANGELOG to keep that in line with the version number.
| p_buttons :> button_val; | ||
| while(1){ | ||
| // #pragma ordered | ||
| //[[ordered]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is commented out it seems better to simply delete it.
No description provided.