FreeCalypso > hg > fc-magnetite
annotate cfg-headers/fax-and-data/swconfig.cfg @ 680:ee3ac8c617cb
armio.c: set GPIO2 output high initially
On TI-canonical platforms GPIO2 is DCD modem control output. In TI's
original code the AI_InitIOConfig() function called from Init_Target()
would configure GPIO2 as an output and set the initial output value to
low, but then the init code in uartfax.c called from Init_Serial_Flows()
would immediately change it to high, corresponding to DCD not asserted.
The result is a momentary asserted-state glitch on the DCD output.
The present change eliminates this glitch, setting DCD output to
not-asserted initially like it should be.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 25 Jun 2020 03:17:43 +0000 |
parents | 84d81d34efa2 |
children |
rev | line source |
---|---|
350
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 #ifndef __SWCONFIG_CFG__ |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 #define __SWCONFIG_CFG__ |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 #define ALR 1 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 #define BT 0 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 #define DP 0 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 #define DWNLD 1 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 #define GSMLITE 0 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 #define L1_DYN_DSP_DWNLD 1 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 #define LONG_JUMP 3 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 #define MOVE_IN_INTERNAL_RAM 1 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 #define OP_WCP 0 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 #define PMODE 1 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 #define RVDATA_INTERNALRAM 0 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14 #define SRVC 1 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
15 #define TR_BAUD_CONFIG TR_BAUD_115200 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
16 #define WCP_PROF 0 |
84d81d34efa2
cfg-headers/fax-and-data: created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
17 #endif /* __SWCONFIG_CFG__ */ |