comparison components/r2d_drv_flash @ 132:b8fc86826624

R2D: C139 LCD driver enabled
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 08 Oct 2016 03:55:20 +0000
parents f65e6c434bfb
children
comparison
equal deleted inserted replaced
131:384fbd61c252 132:b8fc86826624
123 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/ulpd" 123 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/ulpd"
124 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" 124 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services"
125 125
126 # Source modules 126 # Source modules
127 127
128 cfile_plain $SRCDIR/board/uwire.c 128 #cfile_plain $SRCDIR/board/uwire.c
129
130 # FreeCalypso change: TI's TCS211 build always includes uwire.c in the lib,
131 # but we are currently excluding it unconditionally because none of our
132 # supported configurations need it: on the C139 this code is wrong and MUST
133 # be excluded, whereas the D-Sample LCD doesn't use uWire and the code never
134 # gets pulled into the link even if it's included in the lib.
135 #
136 # The code in r2d/board/uwire.c is only needed when targeting the real
137 # C-Sample (not C139 emulation) or earlier TI boards, but our build system
138 # does not currently support those anyway.