# HG changeset patch # User Mychaela Falconia # Date 1531812940 0 # Node ID 4934b474b5c3ecf2db107968d110a1219962c9bf # Parent b4eeda6fa5767c71a9b1afcb055f64df3dacf4ca components/nucleus_intram: incorporated tct.s from TCS211 diff -r b4eeda6fa576 -r 4934b474b5c3 components/nucleus_intram --- a/components/nucleus_intram Mon Jul 16 23:56:58 2018 +0000 +++ b/components/nucleus_intram Tue Jul 17 07:35:40 2018 +0000 @@ -19,3 +19,15 @@ c_file $SRCDIR/tmd.c c_file $SRCDIR/tms.c c_file $SRCDIR/tmse.c + +# assembly modules + +if [ "$COMPILER" = tms470 ] +then + ASMFLAGS=-me + ASMFLAGS="$ASMFLAGS -dOP_L1_STANDALONE=0" + ASMFLAGS="$ASMFLAGS -dTI_NUC_MONITOR=0" + + SRCDIR=$SRC/cs/os/nucleus + asm_file $SRCDIR/tct.s +fi