The TI-provided headers usually use two underscores for things like
that: viz. TBSSEL__SMCLK.  The old mspgcc-specific aliases are no
longer supported.

Not all headers define these aliases, though; I think the 2xx and 4xx
family ones often lack them.

If you see them missing in particular cases, please file a ticket at
https://sourceforge.net/tracker/?group_id=42303&atid=432701 so the
issue can be fixed upstream.  (The headers come from TI and match the
ones provided to IAR and CCS.)

Peter

On Sun, Feb 19, 2012 at 2:06 PM, Bronislav Gabrhelik <disc...@ahojky.com> wrote:
> Hi all,
>
> there were useful macros for bit values which were self-describing in
> the old mspgcc, but I cannot find them in current version.
>
> As an example I am missing TBSSEL_SMCLK or FSSEL_SMCLK. They were
> defines as an alias macros:
>
> e.g.
> #define TBSSEL_SMCLK        TBSSEL_2
> #define FSSEL_SMCLK         FSSEL_2
>
> Their lack is big disadvantage and broken back compatibility. Should I
> always check what is the meaning of TBSSEL_2 in the user manual? I am
> not sure if they were removed intentionally. If they were I hope the
> decision will be reevaluated.
>
> Thanks,
> Bronislav
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to