annotate makefile-frags/m0-to-bin-c139 @ 598:717ed17d82c6

aci3 vocoder control revamped, AT@VSEL now works as it should The vocoder control code (hl_audio_drv.c) that came with the TCS3 version of ACI was totally broken in the Calypso config (VOCODER_FUNC_INTERFACE) and worked in the standard analog voice environment only by luck. This code has now been rewritten to work correctly with our Calypso platform and TCS211 L1, and our new AT@VSEL mechanism (automatic enabling and disabling of MCSI voice path as the modem enters and exits the voice call state) now also works as designed.
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 27 Mar 2019 23:44:35 +0000
parents a6a0102cb95f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
88
46d9d68a3911 top Makefile: support building flash images for the C139
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 fwimage.intbin: fwimage.m0
530
a6a0102cb95f makefile-frags/m0-to-bin-{c139,std}: use local mokosrec2bin in helpers
Mychaela Falconia <falcon@freecalypso.org>
parents: 88
diff changeset
2 ../helpers/mokosrec2bin $< $@ FF
88
46d9d68a3911 top Makefile: support building flash images for the C139
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3
46d9d68a3911 top Makefile: support building flash images for the C139
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 fwimage.bin: fwimage.intbin
46d9d68a3911 top Makefile: support building flash images for the C139
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 dd if=$< of=$@ bs=65536 skip=1
46d9d68a3911 top Makefile: support building flash images for the C139
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6