FreeCalypso > hg > fc-magnetite
annotate makefile-frags/m0-to-bin-c139 @ 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 | 
| parents | a6a0102cb95f | 
| children | 
| 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: 
88diff
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 | 
