Version 1.4.2 (R14SP3) Link for Code Composer Studio Development Tools

This table summarizes what's new in V1.4.2 (R14SP3):

New Features and ChangesVersion Compatibility ConsiderationsFixed Bugs and Known ProblemsRelated Documentation at Web Site
Yes
Details below
Yes—Details labeled as Compatibility Considerations, below. See also Summary.Bug Reports
Printable Release Notes: PDF

New features and changes introduced in this version are described here:

Improved Performance When Creating Function Objects

For this release, we changed the createobj method to reduce the time it takes to create new objects. When you create an object, createobj no longer saves any registers while creating the object. Earlier versions stored default registers from a list named saveregs. That list is now empty by default. As a result, the process for constructing new objects is faster. You can still add new registers to the saved registers list with addregister, and you can delete saved registers from the list with deleteregister. You must add the registers to the saved registers list immediately after you create the object.

Compatibility Considerations

Since we no longer save any default registers, the cleanup method does not perform any function unless you added registers to saveregs.

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS
 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS