Now uses CMSIS 3 core support package. Please note that existing projects will need to add $(TargetsDir)/TX03/include/CMSIS and $(TargetsDir)/CMSIS_3/CMSIS/Include to the Preprocessor Options > User Include Directories project property in order to build.
Removed old CMSIS core library. Existing projects should remove references to $(TargetsDir)/TX03/lib/cmsis$(LibExt)$(LIB) from the Linker Options > Additional Input Files project property as the library is no longer required.
CTL projects now default to a process stack size of 256 bytes. Please note that existing CTL projects will need to specify a process stack size using the Runtime Memory Area Options > Process Stack Size project property in order to work with CrossWorks for ARM version 2.3.1 onwards.
Increased default main stack size to 256 bytes.
Updated TX03 CMSIS files to version 2.2.0
Project templates now default to using EABI compiler.
Added EABI versions of libraries.
Added support for TMPM341FYXBG devices.
Added support for TMPM361FDFG and TMPM361FYFG devices.
Added support for TMPM365FYXBG devices.
Added support for TMPM366FDXBG, TMPM366FWXBG and TMPM366FYXBG devices.
Added support for TMPM367FDFG, TMPM367FDXBG, TMPM367FWFG, TMPM367FWXBG, TMPM367FYFG, TMPM367FYXBG, TMPM368FDFG, TMPM368FDXBG, TMPM368FWFG, TMPM368FWXBG, TMPM368FYFG, TMPM368FYXBG, TMPM369FDFG, TMPM369FDXBG, TMPM369FYFG and TMPM369FYXBG devices.
Added support for TMPM372FWFUG devices.
Added support for TMPM380FDFG devices.
Added support for TMPM390FWBFG and TMPM395FWBXBG devices.
Header file TX03.h has been renamed cw_tx03.h.