Skip to content

Conversation

@mbruno-xmos
Copy link

No description provided.

Mike Bruno and others added 8 commits August 17, 2017 14:37
* 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.
Copy link
Contributor

@pthedinger pthedinger left a 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]]
Copy link
Contributor

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.

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