Commit Graph

9 Commits

Author SHA1 Message Date
Konrad Dybcio
534ee8f59f customer_app/sdk_app_dac: dac_audio: Change paddr type to uint32_t
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
2021-05-31 12:02:15 +02:00
Thomas Hebb
4c2e1c6dbb Remove executable permission from files that don't need it 2021-01-09 13:18:35 -08:00
Thomas Hebb
8ac96e8cff Merge remote-tracking branch 'upstream/master'
Merge in a number of upstream changes from Bouffalo, resolving
conflicts. Most conflicts came from warring whitespace fixes, which is
better than no whitespace fixes in either repo. I generally took the
upstream version in such cases to make future merges easier.

I have left out all upstream docs changes from this merge, since those
will have to be separately merged into our bl602-docs submodule.
2021-01-03 10:19:08 -08:00
Robert Lipe
e82b9d746d Customer_apps whitespace fix
.c and .h get tabs expanded to four spaces for consistency, traliing whitespace whacked.
    Makefiles do NOT get tabs changed.
2020-11-08 13:48:34 -06:00
ftk
f90cec631c limit amount of make jobs 2020-11-04 20:52:22 +03:00
Robert Lipe
e1d0f68857 Fix mismatched datatypes in DMA arguments. (#29)
The file's uint32_t alignment should be more restrictive than the
uint16_t alignment, so this SHOULD be safe ... and reduces build noise.

Co-authored-by: Robert Lipe <robertlipe@gpsbabel.org>
2020-10-31 22:07:49 +08:00
Robert Lipe
6c3a46ec08 Remove unused sampling argument. 2020-10-29 16:11:13 -05:00
Robert Lipe
dfc40a74d7
Fix mismatched datatypes in DMA arguments. (#29)
The file's uint32_t alignment should be more restrictive than the
uint16_t alignment, so this SHOULD be safe ... and reduces build noise.

Co-authored-by: Robert Lipe <robertlipe@gpsbabel.org>
2020-10-29 09:32:44 +01:00
Rujun Wang
ee4a10b1a1 Initial Commit 2020-10-26 20:35:25 +08:00