选择版本

选择版本

未找到结果。请清除搜索并重试。

CCSTUDIO-THEIA

Code Composer Studio™ Theia v1.x。有关最新版本,请参阅 CCSTUDIO。

选择版本
未找到结果。请清除搜索并重试。

LInk to Windows single file (offline) installer for Code Composer Studio Theia (limited features with MSPM0 device support)

SHA-256 校验和

LInk to Linux single file (offline) installer for Code Composer Studio Theia (limited features with MSPM0 device support)

SHA-256 校验和

LInk to OSX single file (offline) installer for Code Composer Studio Theia (limited features with MSPM0 device support)

SHA-256 校验和

发布信息

Bug Fixes

  • Resolved “Couldn’t start client Clang Language Server” and/or “Command clangd.applyFix already exists” error message appears at CCS Theia start or when performing action in project explorer.
  • Resolved “Can not find git executable” error notification if host operating system does not have git installed on the system.

Known Issues

  • Switching to a different folder (i.e. File->Open Folder) or switching to a different workspace file may trigger an offline error(shown in bottom status bar).

Workaround: Perform View->Window Reload action.

General Information

New Theia-IDE based IDE:

  • Simple, easy-to-use environment
  • Compatible with VS Code® extensions:
  • You may need to configure proxy settings to access open-vsx.org where Theia enabled extensions are hosted.
  • Source code navigation:
  • Debug views (breakpoints, callstack, variables, registers, memory)
  • New features are being added with every release, please check What’s New section for details.

Compatibility:

  • Project System is fully compatible with existing Code Composer Studio projects, meaning that existing projects (or example projects in SDKs) can be imported into CCS Theia. Workspaces are not compatible.
  • Simply import your existing projects or examples from the SDK and get started
  • Debug: Project based debugging is supported by providing same single click Debug Active Project action as CCS 12.x and before.
  • Workspace: CCS Theia is using different underlying framework as such workspaces are not compatible between CCS products based on Eclipse. However, projects are fully compatible.
  • CCS Theia supports ability to open a folder that holds CCS Projects or open a folder where projects should reside.
  • Similar to VS Code, CCS Theia can open multiple distinct folders that hold projects. This is documented in VS Code as multi-root workspace. However, project names need to be unique across different folders.

Compilers

  • TI CLANG 2.1.3 LTS compiler is bundled

Device Support

  • MSPM0

新增功能

  • Theia IDE update to v1.36
  • Project system : Specify link order, create edit delete build configurations
  • Target Configuration view : Manage target configuration files (i.e. ccxml ) and start debug sessions
  • Configure source lookup paths to enable source debugging (stepping, breakpoints)
  • Adjust debugger properties through debug view
  • Program/Symbol load/reload actions with recently loaded quick list
  • Target Configuration file editor: select devices/boards, debug probes and adjust their properties.
  • Improvements to project wizard with ability to rename project being imported.
  • Support for basic examples while CCS Theia is running without internet connection