FreeCalypso > hg > fc-magnetite
view components/ccd_na7_db @ 635:baa0a02bc676
niq32.c DTR handling restored for targets that have it
TI's original TCS211 fw treated GPIO 3 as the DTR input (wired so on C-Sample
and D-Sample boards, also compatible with Leonardo and FCDEV3B which have a
fixed pull-down resistor on this GPIO line), and the code in niq32.c called
UAF_DTRInterruptHandler() (implemented in uartfax.c) from the
IQ_KeypadGPIOHandler() function. But on Openmoko's GTA02 with their official
fw this GPIO is a floating input, all of the DTR handling code in uartfax.c
including the interrupt logic is still there, but the hobbled TCS211-20070608
semi-src delivery which OM got from TI contained a change in niq32.c (which
had been kept in FC until now) that removed the call to
UAF_DTRInterruptHandler() as part of those not-quite-understood "CC test"
hacks.
The present change fixes this bug at a long last: if we are building fw for a
target that has TI's "classic" DTR & DCD GPIO arrangement (dsample, fcmodem and
gtm900), we bring back all of TI's original code in both uartfax.c and niq32.c,
whereas if we are building fw for a target that does not use this classic GPIO
arrangement, the code in niq32.c goes back to what we got from OM and all
DTR & DCD code in uartfax.c is conditioned out. This change also removes the
very last remaining bit of "CC test" bogosity from our FreeCalypso code base.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 19 Jan 2020 01:41:35 +0000 |
parents | 9ffd8fd40afa |
children |
line wrap: on
line source
# Building ccd_na7_db.lib using TCS3.2 CCD source CFLAGS="-mw -x -pw2 -me -mt -o -g -mn" # Defines CPPFLAGS="-DM_INTEL -DSHARED_VSI -DSHARED_CCD" CPPFLAGS="$CPPFLAGS -DCCDDATA_STATIC_DATA" CPPFLAGS="$CPPFLAGS -D_TMS470 -DNEW_ENTITY -DERR_TRACE_CCD" # Includes CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/ccd" CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc" # Source modules SRCDIR=$SRC/gpf3/ccd cfile_plain $SRCDIR/ccd.c cfile_plain $SRCDIR/bitfun.c cfile_plain $SRCDIR/cdc_std.c cfile_plain $SRCDIR/cdc_com.c cfile_plain $SRCDIR/ccd_err.c cfile_plain $SRCDIR/ccd_store.c cfile_plain $SRCDIR/gsm1_tv.c cfile_plain $SRCDIR/gsm1_v.c cfile_plain $SRCDIR/gsm2_t.c cfile_plain $SRCDIR/gsm3_tv.c cfile_plain $SRCDIR/gsm3_v.c cfile_plain $SRCDIR/gsm4_lv.c cfile_plain $SRCDIR/gsm4_tlv.c cfile_plain $SRCDIR/gsm5_tlv.c cfile_plain $SRCDIR/gsm5_tv.c cfile_plain $SRCDIR/gsm5_v.c cfile_plain $SRCDIR/gsm6_tlv.c cfile_plain $SRCDIR/gsm7_lv.c cfile_plain $SRCDIR/bcd_mnc.c cfile_plain $SRCDIR/bcd_nofill.c cfile_plain $SRCDIR/bcdeven.c cfile_plain $SRCDIR/bcdodd.c cfile_plain $SRCDIR/gsm1_asn.c cfile_plain $SRCDIR/csn1_s1.c cfile_plain $SRCDIR/csn1_sh.c cfile_plain $SRCDIR/s_padding.c cfile_plain $SRCDIR/t30_ident.c cfile_plain $SRCDIR/asn1_bitstr.c cfile_plain $SRCDIR/asn1_octet.c cfile_plain $SRCDIR/asn1_integ.c cfile_plain $SRCDIR/asn1_seq.c cfile_plain $SRCDIR/asn1_choice.c cfile_plain $SRCDIR/no_code.c cfile_plain $SRCDIR/asn1_choice_ext.c cfile_plain $SRCDIR/asn1_seq_ext.c cfile_plain $SRCDIR/asn1_integ_ext.c cfile_plain $SRCDIR/asn1_opentype.c cfile_plain $SRCDIR/asn1_objid.c cfile_plain $SRCDIR/noncritical_ext.c cfile_plain $SRCDIR/critical_ext.c cfile_plain $SRCDIR/ccd_elem.c cfile_plain $SRCDIR/s_padding_0.c cfile_plain $SRCDIR/csn1_s0.c cfile_plain $SRCDIR/hl_flag.c cfile_plain $SRCDIR/freq_list.c cfile_plain $SRCDIR/fdd_ci.c cfile_plain $SRCDIR/tdd_ci.c cfile_plain $SRCDIR/freq_list_com.c cfile_plain $SRCDIR/csn1_concat.c cfile_plain $SRCDIR/break_cond.c cfile_plain $SRCDIR/csn1_sx.c cfile_plain $SRCDIR/csn1_choice_1.c cfile_plain $SRCDIR/csn1_choice_2.c cfile_plain $SRCDIR/csn1_choice_x.c cfile_plain $SRCDIR/csn1_sh_opt.c cfile_plain $SRCDIR/csn1_s1_opt.c cfile_plain $SRCDIR/csn1_s0_opt.c