X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Fshimmer%2FMotePlatformC.nc;h=9c94b9572915ef805c441139966718f077848eec;hb=8a69181362d790cd5375b00b937b9210903f08c0;hp=a06744f02c350099f0bca9131cbb18af10630db6;hpb=947d2c396ee0ea804f85407193307c881110a542;p=tinyos-2.x.git diff --git a/tos/platforms/shimmer/MotePlatformC.nc b/tos/platforms/shimmer/MotePlatformC.nc index a06744f0..9c94b957 100644 --- a/tos/platforms/shimmer/MotePlatformC.nc +++ b/tos/platforms/shimmer/MotePlatformC.nc @@ -106,12 +106,13 @@ implementation { TOSH_SEL_BT_RXD_MODFUNC(); // BSL Prog Pins tristate em - /* - TOSH_MAKE_PROG_IN_OUTPUT(); - TOSH_MAKE_PROG_OUT_OUTPUT(); - TOSH_SEL_PROG_IN_IOFUNC(); - TOSH_SEL_PROG_OUT_IOFUNC(); - */ + + TOSH_MAKE_PROG_IN_OUTPUT(); + TOSH_MAKE_PROG_OUT_OUTPUT(); + TOSH_SET_PROG_OUT_PIN(); // some expansion boards have enable low + TOSH_SEL_PROG_IN_IOFUNC(); + TOSH_SEL_PROG_OUT_IOFUNC(); + // USART lines, attached to a pullup TOSH_SEL_UCLK0_IOFUNC(); TOSH_MAKE_UCLK0_OUTPUT();