This is an automated email from the ASF dual-hosted git repository.
jerzy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
from 7939d1e50 ci: Update ignored BSP list for bootloader build test
new 1ac7f5e80 util/stream: Add pumping functions
new d0e995403 i2s: Add stream for i2s_out
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../i2s_nrfx.h => include/i2s/i2s_stream.h} | 27 ++++---
hw/drivers/i2s/src/i2s_stream.c | 93 ++++++++++++++++++++++
util/stream/include/stream/stream.h | 52 +++++++++++-
util/stream/src/stream.c | 29 +++++++
4 files changed, 186 insertions(+), 15 deletions(-)
copy hw/drivers/i2s/{i2s_nrfx/include/i2s_nrfx/i2s_nrfx.h =>
include/i2s/i2s_stream.h} (67%)
create mode 100644 hw/drivers/i2s/src/i2s_stream.c