FreeCalypso > hg > fc-tourmaline
comparison components/uart_b_lib @ 38:e58a5bb12de4
experimental support for GPF memory supervision
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Oct 2020 07:35:14 +0000 |
parents | 598958aec071 |
children |
comparison
equal
deleted
inserted
replaced
37:820ce39cf6df | 38:e58a5bb12de4 |
---|---|
54 CPPFLAGS="$CPPFLAGS -DDTI2" | 54 CPPFLAGS="$CPPFLAGS -DDTI2" |
55 CPPFLAGS="$CPPFLAGS -DDTILIB" | 55 CPPFLAGS="$CPPFLAGS -DDTILIB" |
56 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 56 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
57 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 57 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
58 | 58 |
59 if [ "$MEMSUPER" != 0 ] | |
60 then | |
61 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
62 fi | |
63 | |
59 # Includes | 64 # Includes |
60 | 65 |
61 SRCDIR=$SRC/g23m-aci/uart | 66 SRCDIR=$SRC/g23m-aci/uart |
62 | 67 |
63 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 68 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |