Skip to content

Commit

Permalink
Merge branch 'release/v2.2.0' of github.com:xmos/sln_voice into relea…
Browse files Browse the repository at this point in the history
…se/v2.2.0
  • Loading branch information
Shuchita Khare committed Nov 30, 2023
2 parents c41618b + a5ab6a0 commit c8c94cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/programming_guide/mic_aggregator/mic_aggregator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Total 76368 9
Board Configuration
===================

Make the following connections using flying leads:
Make the following connections between headers using flying leads:

=============== ================ ==============================================
Host Connection Board Connection Note
Expand Down
2 changes: 1 addition & 1 deletion examples/asrc_demo/src/shared/div.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "div.h"
float_s32_t float_div(float_s32_t dividend, float_s32_t divisor)
{
float_s32_t res;// = float_s32_div(dividend, divisor);
float_s32_t res;

int dividend_hr;
int divisor_hr;
Expand Down
2 changes: 1 addition & 1 deletion examples/asrc_demo/src/usb/adaptive_rate_adjust.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ bool tud_xcore_sof_cb(uint8_t rhport, uint32_t cur_time)
if(count == 8)
{
// Log every 8th timestamp to get the timestamp every millisecond. We always assume USB HS operation with bInterval set to 4
// implying that SOF are received every 125us but data is transferred every 1ms. The number 8 us hardcoded since this is the only
// implying that SOF are received every 125us but data is transferred every 1ms. The number 8 is hardcoded since this is the only
// supported configuration and bInterval is not configurable for this application.
timestamp_from_sofs = cur_time;
count = 0;
Expand Down
3 changes: 2 additions & 1 deletion examples/mic_aggregator/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ integrated XTAG debug adapter). You will require in addition:
- J14, J10, SCL/SDA IOT, the I2S expansion header, MIC data and MIC
clock.

- A handful of jumper wires connected as below.
- Six jumper wires. Please see the microphone aggregator main documentation
for details on how these are connected.

An oscilloscope will also be handy in case of hardware debug being needed.

Expand Down

0 comments on commit c8c94cb

Please sign in to comment.