FreeCalypso > hg > freecalypso-hwlab
annotate lcdtest/exitcodes.h @ 58:2092878ec699
calypso-jtag configs: leave FT2232x ADBUS[6:4] as inputs
to allow the use of these GPIO lines for EMU0/1 experimentation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 21 May 2019 22:43:00 +0000 |
parents | 4b7cac119fb5 |
children |
rev | line source |
---|---|
27
4b7cac119fb5
lcdtest: added our own local exitcodes.h header
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 #define ERROR_USAGE 1 |
4b7cac119fb5
lcdtest: added our own local exitcodes.h header
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 #define ERROR_TARGET 2 |
4b7cac119fb5
lcdtest: added our own local exitcodes.h header
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 #define ERROR_RVINTERF 3 |
4b7cac119fb5
lcdtest: added our own local exitcodes.h header
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 #define ERROR_UNIX 4 |
4b7cac119fb5
lcdtest: added our own local exitcodes.h header
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 #define ERROR_BUG 5 |
4b7cac119fb5
lcdtest: added our own local exitcodes.h header
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 /* our local definition */ |
4b7cac119fb5
lcdtest: added our own local exitcodes.h header
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 #define ERROR_FTDI 6 |