view components/frame_na7_db_ir-full @ 702:9394305d4ff5
default tip
etm_audio.c: fix off-by-one error in auw of FIR coefficients
This fix was already made in FC Tourmaline a while back, but it is also
the kind of bugfix that deserves to be backported to Magnetite and
Selenite as well.
author
Mychaela Falconia <falcon@freecalypso.org>
date
Mon, 31 Oct 2022 00:14:44 +0000 (2022-10-31)
parents
41b6a18ffa0b
children
line source
+ − # Building frame_na7_db_ir.lib using the GPF source bits we got with TCS3.2
+ − # This version rebuilds the OSL part from our reconstructed source
+ −
+ − CFLAGS="-mw -x -pw2 -o3 -me -mt -g -mn"
+ −
+ − # Defines
+ −
+ − CPPFLAGS="-DNU_DEBUG -D_FF_RV_EXIST_ -DRUN_INT_RAM"
+ − CPPFLAGS="$CPPFLAGS -D_TARGET_ -D_NUCLEUS_"
+ −
+ − # Includes
+ −
+ − CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/frame"
+ − CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc"
+ − CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc/arm7"
+ − CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc"
+ − CPPFLAGS="$CPPFLAGS -I$SRC/gpf2/tst"
+ −
+ − # Source modules
+ −
+ − SRCDIR=$SRC/gpf3/frame
+ −
+ − cfile_symlink $SRCDIR/frame.c
+ − cfile_symlink $SRCDIR/vsi_sem.c
+ − cfile_symlink $SRCDIR/vsi_com.c
+ − cfile_symlink $SRCDIR/vsi_mem.c
+ − cfile_symlink $SRCDIR/vsi_tim.c
+ − cfile_symlink $SRCDIR/vsi_mis.c
+ − cfile_symlink $SRCDIR/vsi_drv.c
+ − cfile_symlink $SRCDIR/vsi_trc.c
+ − cfile_symlink $SRCDIR/vsi_pro.c
+ − cfile_symlink $SRCDIR/xalert.c
+ − cfile_symlink $SRCDIR/route.c
+ − cfile_symlink $SRCDIR/prf_func.c
+ − cfile_symlink $SRCDIR/frm_ext.c
+ − cfile_symlink $SRCDIR/frame_version.c
+ −
+ − # OSL
+ −
+ − # drop -o3
+ − CFLAGS="-mw -x -pw2 -o -me -mt -g -mn"
+ −
+ − SRCDIR=$SRC/gpf2/osl
+ −
+ − cfile_plain $SRCDIR/os_com_ir.c
+ − cfile_plain $SRCDIR/os_mem_ir.c
+ − cfile_plain $SRCDIR/os_mis_ir.c
+ − cfile_plain $SRCDIR/os_pro_ir.c
+ − cfile_plain $SRCDIR/os_sem_ir.c
+ − cfile_plain $SRCDIR/os_tim_ir.c